1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 20, 2024 — Aug 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Makefile: identify platform in the version info. More... over 16 years ago
* tools/config.sh: accomodate other versions of gcc and sed. More... over 16 years ago
* tools/config.sh: accomodate other versions of gcc and sed. More... over 16 years ago
* Makefile: allow cross-compiling under mingw, by moving all the compiler detection to tools/config.sh. * core/vm.c: using __WORDSIZE rather than PN_SIZE_T to determine 64-bit. More... over 16 years ago
* Makefile: allow cross-compiling under mingw, by moving all the compiler detection to tools/config.sh. * core/vm.c: using __WORDSIZE rather than PN_SIZE_T to determine 64-bit. More... over 16 years ago
* INTERNALS: documenting the jit, the vm, the obj model. * core: renamed imp_t to PN_F, added potion_eval. More... over 16 years ago
* INTERNALS: documenting the jit, the vm, the obj model. * core: renamed imp_t to PN_F, added potion_eval. More... over 16 years ago
* test: a few more inspects. More... over 16 years ago
* test: a few more inspects. More... over 16 years ago
* core: first inkling of some ref counting. More... over 16 years ago
* core: first inkling of some ref counting. More... over 16 years ago
* core/vm.c: negative jmp fix. More... over 16 years ago
* core/vm.c: negative jmp fix. More... over 16 years ago
* core: string quoting, jmp fixes. More... over 16 years ago
* core: string quoting, jmp fixes. More... over 16 years ago
* core/vm.c: fixed the jit jmp instruction for negative numbers. while loop test passes. More... over 16 years ago
* core/vm.c: fixed the jit jmp instruction for negative numbers. while loop test passes. More... over 16 years ago
* test/flow: conditional tests. More... over 16 years ago
* test/flow: conditional tests. More... over 16 years ago
* core: while loops in the bytecode vm. More... over 16 years ago
* core: while loops in the bytecode vm. More... over 16 years ago
* Makefile: ragel version check. More... over 16 years ago
* Makefile: ragel version check. More... over 16 years ago
* Makefile: don't strip on DEBUG=1. More... over 16 years ago
* Makefile: don't strip on DEBUG=1. More... over 16 years ago
* Makefile: strip the executable. More... over 16 years ago
* Makefile: strip the executable. More... over 16 years ago
* README: opening notes. More... over 16 years ago
* README: opening notes. More... over 16 years ago
* Makefile: skip JIT tests, if it's not there. * core: show jit available in the version string. More... over 16 years ago