0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 09, 2025 — Feb 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
whack in t/spec -> roast change More... over 15 years ago
[STD] add ::> (already handled in viv) More... over 15 years ago
[STD] work around viv bug on "%02x" More... over 15 years ago
[STD-dist] Install standard syml files; install viv as an executable More... over 15 years ago
[viv] Improve documentation a bit More... over 15 years ago
[viv] add a --check/-c mode so viv can subsume tryfile, too More... over 15 years ago
[CursorBase] If a module is found in a readonly syml dir, don't look for the .pm More... over 15 years ago
[STDeco] add a concept of standard syml files for viv, found in the installed data dir; several small refactors More... over 15 years ago
[std] Fold setting-compiler functionality into viv; remove in favor of tryfile More... over 15 years ago
[viv] use Getopt::Long More... over 15 years ago
[std_hilite] Fixed broken STD highlighter More... over 15 years ago
[STD] check variable in /@a/ warn on ignored subscript in /@a[]/ etc. (subtle) check existence of var in /@a=[.]/ but not /@<a>=[.]/ More... over 15 years ago
[std] do not delete snap on "make clean" More... over 15 years ago
[STD] handle \p redirection More... over 15 years ago
[STD] detect empty range on ** quantifier More... over 15 years ago
[STD] relax where expressions to only require tighter than item assignment More... over 15 years ago
[STD] normspace should be optional before regex error or s/// doesn't fail right More... over 15 years ago
[STD] improve error messages from malformed <before>ish things More... over 15 years ago
[STD] Make := and ::= parse as list assignment as in new spec. Make [op]= actually parse according to the existing spec (that is, item assignment for op tighter than comma, list assignment otherwise) More... over 15 years ago
[STD] handle 'when Bool::True::X', which is a completely silly thing to say More... over 15 years ago
[STD] extend [-1] error to -2, -3 etc. More... over 15 years ago
[STD-dist] Follow all changes to STD, automatically extract version from svn, and add my email. More... over 15 years ago
[STDeco] Don't use a separate stamp, since dmake chokes on dot files Move the space stripper out to tools/compact_pmc to avoid quoting complexities More... over 15 years ago
[STDeco] Convert Makefile to use ExtUtils::Command and not depend on POSIX utilities More... over 15 years ago
[viv] Add an option to select syml cache root More... over 15 years ago
[STDeco] Manage the syml-cache using File::Spec, don't try to build paths by hand More... over 15 years ago
[STDeco] Run builds of required submodules in the same process. No more $^X hacks, no more depending on an installed Perl, no more depending on the ability to write to %INC. More... over 15 years ago
[STDeco] Fix whitespace remover More... over 15 years ago
[STD] disallow foo:$x form of name extender as too confusing, esp inside quotes, e.g. "$x:$y" delete xlex field that is redundant with inlex More... over 15 years ago
[CursorBase] split out sys_find_module from sys_load_module More... over 15 years ago