Moderate Activity

Commits : Listings

  Analyzed 4 days ago based on code collected 4 days ago.
Showing page 1 of 73
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 Anon32 More... 9 months 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. Anon32 More... 9 months 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 Anon32 More... 9 months ago
Merge branch 'commandline_2' Anon32 More... 9 months ago
[CommandLine] Add in tests for the remaining CommandLine classes. Some tests are stubbish. Anon32 More... 9 months ago
[Utilities] Update test_template and test_all_lib utilities to use the new CommandLine api Anon32 More... 9 months ago
[Utilities] add a rudimentary ability to dump header information from the module Anon32 More... 9 months ago
[Utilities] Cast args to int explicitly, to make sure we don't get null pmc errors Anon32 More... 9 months 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 Anon32 More... 9 months ago
[CommandLine] Allow Program to take alternate handles to use in place of stdin, stdout and stderr during program execution. Anon32 More... 9 months ago
[Core] Update Parrot.try_report to take a list of alternate handles to use for stderr, stdout and stdin Anon32 More... 9 months ago
[CommandLine] Deal with some TODO notes Anon32 More... 9 months 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. Anon32 More... 9 months ago
[CommandLine] Several fixes to usage message generationg and error handling Anon32 More... 9 months ago
[CommandLine] rearrange some TODO notes, removing old ones that I'm not going to pursue. Anon32 More... 9 months ago
[CommandLine] Implement ArgumentDef.OldStyleArray, prototype Anon32 More... 9 months ago
[CommandLine] update Argument.t tests to match the new ArgumentDef creation semantics. Add an ability to do simple positional argument aliasing with names. Anon32 More... 9 months ago
[CommandLine] Break ArgumentDef out into two subclasses, so we don't need to do an if/else dispatch on every single method call Anon32 More... 9 months 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 Anon32 More... 9 months ago
[CommandLine] Fix some on_error semantics. Differentiate between usage messages and help messages. Misc cleanups Anon32 More... 9 months ago
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.