3
I Use This!
Inactive

Commits : Listings

Analyzed 5 days ago. based on code collected 5 days ago.
May 28, 2023 — May 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add new Parrot Baby Steps link More... almost 11 years ago
Remove poisoned link More... almost 11 years ago
[ci] Hook up the Cardinal test suite to Travis
dukeleto
as Jonathan "Duke" Leto
More... over 12 years ago
[doc] Update readme now that we have a setup.winxed
dukeleto
as Jonathan "Duke" Leto
More... over 12 years ago
Remove setup.pir. No need to have both setup.winxed and setup.pir while winxed in bundled with Parrot More... over 12 years ago
Fix setup.winxed More... over 12 years ago
Merge pull request #19 from lateau/setup_winxed
dukeleto
as Jonathan "Duke" Leto
More... over 12 years ago
ignore pod with /* */ More... over 12 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... over 12 years ago
remove useless codes More... over 12 years ago
target install added More... over 12 years ago
Merge branch 'setup_winxed' of github.com:lateau/cardinal into setup_nqp More... over 12 years ago
issue #18 * build * clean * test * smoke: need to modify * help * install: do not commit in this changes More... over 12 years ago
Merge pull request #17 from lateau/lateau
dukeleto
as Jonathan "Duke" Leto
More... over 12 years ago
patch for issue #13 More... over 12 years ago
Merge pull request #16 from lateau/lateau
dukeleto
as Jonathan "Duke" Leto
More... over 12 years ago
recover leto's commit on master: 3f1ad535da More... over 12 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... over 12 years ago
Add failing/exploding tests for parsing negative numbers in parens, lateau++
dukeleto
as Jonathan "Duke" Leto
More... over 12 years ago
Merge pull request #11 from qiuhw/master More... about 13 years ago
pod fixes and some other minor changes for src/classes/Range.pir. More... about 13 years ago
Range#!from_exclusive has gone, and Range#!to_exclusive is now simply Range#!exclusive. More... about 13 years ago
[t/range/to_s.t] forgot to bump "plan 1;" to "plan 2;" More... about 13 years ago
t/range/to_s.t now passes. More... about 13 years ago
Dynamagically load OS. Fixes t/file/dir.t More... about 13 years ago
Merge pull request #9 from lateau/lib191 More... about 13 years ago
add Float.pir to setup.pir as build target More... about 13 years ago
Merge pull request #10 from qiuhw/master More... about 13 years ago
add CardinalFloat to built, so that parrot setup.pir test passes more tests. More... about 13 years ago
new methods * Float#== * Float#=== * Float#eql? More... about 13 years ago