0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 28, 2025 — Feb 28, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[STD,CORE,etc.] Major refactor of symbol tables to get rid of all backpointers. OUTER:: is now always a symbolic link, and all scopes are indexable by id in a global hash in $ALL. All private stash attrs start with ! now. More... over 16 years ago
[sprixel] forgot to uncomment "time in interpreter" message More... over 16 years ago
[sprixel] implement map { }, @list More... over 16 years ago
[gimme5] generate EXPR__PEEK so it propagates LTM More... over 16 years ago
[sprixel] add some JS libraries written largely by me More... over 16 years ago
[STD] complain about non-existent default vars, just for masak++ More... over 16 years ago
[Cursor] de-dup importation code [STD etc.] id field now indirect to avoid string duplication More... over 16 years ago
[viv] process alternate nibbler from regexen More... over 16 years ago
[STD] replace defines with import More... over 16 years ago
[sprixel] partial Replication again - "A" x 3 gives "AAA" (but so does "A" xx 3) More... over 16 years ago
[sprixel] 75/195 radix.t More... over 16 years ago
[sprixel] 71/195 tests pass from radix.t so far More... over 16 years ago
[sprixel] partial Replication - "A" x 3 gives "AAA" (but so does "A" xx 3) More... over 16 years ago
[sprixel] 47/48 in num.t pass (and 1 TODO); moving on to another .t More... over 16 years ago
[sprixel] 47/48 pass in num.t. Well, one is TODO (b/c lives_ok and dies_ok aren't implemented yet) More... over 16 years ago
[sprixel.mk] updated 'test' and 'spectest' targets More... over 16 years ago
[sprixel] 40/48 pass in num.t More... over 16 years ago
[sprixel] first 35 of num.t pass More... over 16 years ago
[STD] package name refactor; stashes now know their own unique id name conflicting package symbols now report which package they conflict in (lexicals are always assumed to conflict in the current scope) More... over 16 years ago
[src/perl6] adapt 'make snap' to new name More... over 16 years ago
[sprixel] new name replacing vijs, see http://sprixel.blogspot.com More... over 16 years ago
[vijs/sprixel] implement Rat.toString() as decimal stringification (in Rat.toNum()) More... over 16 years ago
[vijs/sprixel] implement "constant folding" for divisions of (only) two literal integers, coercing it to a Rat. More... over 16 years ago
[vijs/sprixel] make Rats reduce upon instantiation More... over 16 years ago
[vijs/sprixel] add lcm method to libBigInt.js; implement Rat Additive (also subtraction) More... over 16 years ago
[vijs/sprixel] sigh More... over 16 years ago
[vijs] bugfixes for Rat More... over 16 years ago
[vijs] implement number__S_rational, for Rat literals More... over 16 years ago
[vijs/sprixel] implement Rat, rename p6sub to Sub; implement undefined Type objects and WHAT() on most things More... over 16 years ago
[vijs] yeah More... over 16 years ago