1
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 21 hours ago.
Jul 20, 2025 — Jul 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[Net] Fix MimeBase64 so long encoded outputs are broken after 76 columns. The decoder still works with this change. Add a test to prove the new behavior More... almost 14 years ago
[Net] Add a TODO note about breaking lines in MIME, with reference to ticket about the parrot core implementation, which makes the same mistake. More... almost 14 years ago
[Terminal] Throw together a prototype library for working with the terminal. Right now, it's like a non-portable ncurses-lite, because I'm too lazy to write a proper ncurses library More... almost 14 years ago
Merge branch 'commandline_2' More... almost 14 years ago
[CommandLine] Add in tests for the remaining CommandLine classes. Some tests are stubbish. More... almost 14 years ago
[Utilities] Update test_template and test_all_lib utilities to use the new CommandLine api More... almost 14 years ago
[Utilities] add a rudimentary ability to dump header information from the module More... almost 14 years ago
[Utilities] Cast args to int explicitly, to make sure we don't get null pmc errors More... almost 14 years ago
[Core] don't return values from Parrot.try_report, it cases problems because p and n might not get set if the routine errors out More... almost 14 years ago
[CommandLine] Allow Program to take alternate handles to use in place of stdin, stdout and stderr during program execution. More... almost 14 years ago
[Core] Update Parrot.try_report to take a list of alternate handles to use for stderr, stdout and stdin More... almost 14 years ago
[CommandLine] Deal with some TODO notes More... almost 14 years ago
[CommandLine] Add in a mechanism for adding a name alias for positional arguments, which can then be accessed by name instead of raw idx. Several other cleanups and changes. More... almost 14 years ago
[CommandLine] Several fixes to usage message generationg and error handling More... almost 14 years ago
[CommandLine] rearrange some TODO notes, removing old ones that I'm not going to pursue. More... almost 14 years ago
[CommandLine] Implement ArgumentDef.OldStyleArray, prototype More... almost 14 years ago
[CommandLine] update Argument.t tests to match the new ArgumentDef creation semantics. Add an ability to do simple positional argument aliasing with names. More... almost 14 years ago
[CommandLine] Break ArgumentDef out into two subclasses, so we don't need to do an if/else dispatch on every single method call More... almost 14 years ago
[CommandLine] add a rudimentary ability to require a certain number of positional arguments. Right now we have to give them names, but we can't look them up by name later More... almost 14 years ago
[CommandLine] Fix some on_error semantics. Differentiate between usage messages and help messages. Misc cleanups More... almost 14 years ago
[CommandLine] Update test_all_lib to use the new CommandLine interface. This exposes some missing functionality. Add some TODO notes for later. More... almost 14 years ago
[Utilities] Add an --all option to the dump_pbc utility More... almost 14 years ago
[Utilities] Add in a new dump_pbc program, showcasing the new Commandline setup. This utility dumps class, namespace and function information from an existing pbc file to the console. More... almost 14 years ago
[CommandLine] Delete old tests from ProgramMode.t and replace with a few new tests (mostly stubs) More... almost 14 years ago
[CommandLine] Fix Arguments.t tests to use A instead of -A for arg accesses. A few other fixes to make that test file pass. Add a new test for the new behavior of requesting an arg value which does not exist More... almost 14 years ago
[CommandLine] Redo Arguments and ArgumentDef to option aliasing and more of the argument types supported by GetOpt::Obj. More cleanup and error detection/handling. More... almost 14 years ago
[CommandLine] Add tests to Argument.t for combination args and unknown args More... almost 14 years ago
[CommandLine] Throw an error if we see an argumet without a definition. Handle the case of parsing -XYZ where -X, -Y and -Z are each flags More... almost 14 years ago
[CommandLine] Add a few TODO notes for things I want to do next More... almost 14 years ago
[CommandLine] Some cleanup and docs More... almost 14 years ago