openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
R
rosella
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 1 hour
ago. based on code collected
about 21 hours
ago.
Jul 20, 2025 — Jul 20, 2026
Showing page 1 of 49
Search / Filter on:
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
Whiteknight
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.
Whiteknight
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
Whiteknight
More...
almost 14 years ago
Merge branch 'commandline_2'
Whiteknight
More...
almost 14 years ago
[CommandLine] Add in tests for the remaining CommandLine classes. Some tests are stubbish.
Whiteknight
More...
almost 14 years ago
[Utilities] Update test_template and test_all_lib utilities to use the new CommandLine api
Whiteknight
More...
almost 14 years ago
[Utilities] add a rudimentary ability to dump header information from the module
Whiteknight
More...
almost 14 years ago
[Utilities] Cast args to int explicitly, to make sure we don't get null pmc errors
Whiteknight
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
Whiteknight
More...
almost 14 years ago
[CommandLine] Allow Program to take alternate handles to use in place of stdin, stdout and stderr during program execution.
Whiteknight
More...
almost 14 years ago
[Core] Update Parrot.try_report to take a list of alternate handles to use for stderr, stdout and stdin
Whiteknight
More...
almost 14 years ago
[CommandLine] Deal with some TODO notes
Whiteknight
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.
Whiteknight
More...
almost 14 years ago
[CommandLine] Several fixes to usage message generationg and error handling
Whiteknight
More...
almost 14 years ago
[CommandLine] rearrange some TODO notes, removing old ones that I'm not going to pursue.
Whiteknight
More...
almost 14 years ago
[CommandLine] Implement ArgumentDef.OldStyleArray, prototype
Whiteknight
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.
Whiteknight
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
Whiteknight
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
Whiteknight
More...
almost 14 years ago
[CommandLine] Fix some on_error semantics. Differentiate between usage messages and help messages. Misc cleanups
awhitworth
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.
awhitworth
More...
almost 14 years ago
[Utilities] Add an --all option to the dump_pbc utility
awhitworth
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.
awhitworth
More...
almost 14 years ago
[CommandLine] Delete old tests from ProgramMode.t and replace with a few new tests (mostly stubs)
awhitworth
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
awhitworth
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.
awhitworth
More...
almost 14 years ago
[CommandLine] Add tests to Argument.t for combination args and unknown args
Whiteknight
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
Whiteknight
More...
almost 14 years ago
[CommandLine] Add a few TODO notes for things I want to do next
Whiteknight
More...
almost 14 years ago
[CommandLine] Some cleanup and docs
Whiteknight
More...
almost 14 years ago
←
1
2
3
4
5
6
7
8
9
…
48
49
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree