3
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected 2 days ago.
Sep 04, 2025 — Sep 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add new Parrot Baby Steps link More... about 13 years ago
Remove poisoned link More... about 13 years ago
[ci] Hook up the Cardinal test suite to Travis
dukeleto
as Jonathan "Duke" Leto
More... over 14 years ago
[doc] Update readme now that we have a setup.winxed
dukeleto
as Jonathan "Duke" Leto
More... over 14 years ago
Remove setup.pir. No need to have both setup.winxed and setup.pir while winxed in bundled with Parrot More... over 14 years ago
Fix setup.winxed More... over 14 years ago
Merge pull request #19 from lateau/setup_winxed
dukeleto
as Jonathan "Duke" Leto
More... almost 15 years ago
ignore pod with /* */ More... almost 15 years ago
setup.winxed this is a replacement of setup.pir all targets of setup.pir are supported and works now: * build * test * install * uninstall * clean * update * plumage * sdist * bdist * smoke * help changed: * clean: remove rpm directory and it's subdirectories also * build: build target will be runed before sdist and bdist Thanks NotFound++ More... almost 15 years ago
remove useless codes More... almost 15 years ago
target install added More... almost 15 years ago
Merge branch 'setup_winxed' of github.com:lateau/cardinal into setup_nqp More... almost 15 years ago
issue #18 * build * clean * test * smoke: need to modify * help * install: do not commit in this changes More... almost 15 years ago
Merge pull request #17 from lateau/lateau
dukeleto
as Jonathan "Duke" Leto
More... almost 15 years ago
patch for issue #13 More... almost 15 years ago
Merge pull request #16 from lateau/lateau
dukeleto
as Jonathan "Duke" Leto
More... almost 15 years ago
recover leto's commit on master: 3f1ad535da More... almost 15 years ago
Patch for issue #6 this change allows: * almost statments enclosed by '()' * some literals enclosed by '()': show t/01-stmts.t for the details t/01-stmts.t will be failed because I added more test cases cannot be parsed on current cardinal. More... almost 15 years ago
Add failing/exploding tests for parsing negative numbers in parens, lateau++
dukeleto
as Jonathan "Duke" Leto
More... almost 15 years ago
Merge pull request #11 from qiuhw/master More... over 15 years ago
pod fixes and some other minor changes for src/classes/Range.pir. More... over 15 years ago
Range#!from_exclusive has gone, and Range#!to_exclusive is now simply Range#!exclusive. More... over 15 years ago
[t/range/to_s.t] forgot to bump "plan 1;" to "plan 2;" More... over 15 years ago
t/range/to_s.t now passes. More... over 15 years ago
Dynamagically load OS. Fixes t/file/dir.t More... over 15 years ago
Merge pull request #9 from lateau/lib191 More... over 15 years ago
add Float.pir to setup.pir as build target More... over 15 years ago
Merge pull request #10 from qiuhw/master More... over 15 years ago
add CardinalFloat to built, so that parrot setup.pir test passes more tests. More... over 15 years ago
new methods * Float#== * Float#=== * Float#eql? More... over 15 years ago