3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 12 hours ago. based on code collected 4 days ago.
Jun 06, 2023 — Jun 06, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* README: altering my closed scope example. More... over 15 years ago
* README: altering my closed scope example. More... over 15 years ago
* INTERNALS: description of the jit's translation process. More... over 15 years ago
* INTERNALS: description of the jit's translation process. More... over 15 years ago
* INTERNALS: i mispelled caesar. More... over 15 years ago
* INTERNALS: i mispelled caesar. More... over 15 years ago
* test/string/utf8.pn: test utf-8 source text. More... over 15 years ago
* test/string/utf8.pn: test utf-8 source text. More... over 15 years ago
* core/pn-scan.rl: parse escaped unicode characters. More... over 15 years ago
* core/pn-scan.rl: parse escaped unicode characters. More... over 15 years ago
* INSTALL: building potion. More... over 15 years ago
* INSTALL: building potion. More... over 15 years ago
* Makefile: don't `make test` automatically, in case of cross-compile. More... over 15 years ago
* Makefile: don't `make test` automatically, in case of cross-compile. More... over 15 years ago
* Makefile: identify platform in the version info. More... over 15 years ago
* Makefile: identify platform in the version info. More... over 15 years ago
* tools/config.sh: accomodate other versions of gcc and sed. More... over 15 years ago
* tools/config.sh: accomodate other versions of gcc and sed. More... over 15 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 15 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 15 years ago
* INTERNALS: documenting the jit, the vm, the obj model. * core: renamed imp_t to PN_F, added potion_eval. More... over 15 years ago
* INTERNALS: documenting the jit, the vm, the obj model. * core: renamed imp_t to PN_F, added potion_eval. More... over 15 years ago
* test: a few more inspects. More... over 15 years ago
* test: a few more inspects. More... over 15 years ago
* core: first inkling of some ref counting. More... over 15 years ago
* core: first inkling of some ref counting. More... over 15 years ago
* core/vm.c: negative jmp fix. More... over 15 years ago
* core/vm.c: negative jmp fix. More... over 15 years ago
* core: string quoting, jmp fixes. More... over 15 years ago
* core: string quoting, jmp fixes. More... over 15 years ago