[svn:parrot] r11328 - trunk/src/dynoplibs

2006-01-23 Thread leo
Author: leo Date: Mon Jan 23 17:24:49 2006 New Revision: 11328 Modified: trunk/src/dynoplibs/myops.ops Log: hcf isnt really easy to implement (take 2) prohibit -O2 takes it all Modified: trunk/src/dynoplibs/myops.ops =

[svn:parrot] r11330 - in trunk: . src src/pmc

2006-01-23 Thread jisom
Author: jisom Date: Mon Jan 23 17:54:16 2006 New Revision: 11330 Modified: trunk/MANIFEST trunk/src/call_list.txt trunk/src/pmc/fixedbooleanarray.pmc Log: Fixed a bug in fixedbooleanarray.pmc's fill method and add the nsieve.pir shootout example to the manifest Modified: trunk/MANIFEST

[svn:parrot] r11327 - trunk/examples/shootout

2006-01-23 Thread leo
Author: leo Date: Mon Jan 23 16:45:45 2006 New Revision: 11327 Modified: trunk/examples/shootout/ack.pir Log: update shootout/ack.pir for increased recursion depth in sandbox Modified: trunk/examples/shootout/ack.pir =

[svn:parrot] r11329 - in trunk: examples/shootout src/pmc

2006-01-23 Thread jisom
Author: jisom Date: Mon Jan 23 17:35:35 2006 New Revision: 11329 Added: trunk/examples/shootout/nsieve.pir (contents, props changed) Modified: trunk/src/pmc/fixedbooleanarray.pmc Log: Add a fill method to FixedBooleanArray Add nsieve to the shootout dir Added: trunk/examples/shootout/nsi

[svn:parrot] r11326 - in trunk: . languages/bc languages/bc/config/makefiles languages/bc/grammar languages/bc/grammar/antlr_2 languages/bc/grammar/antlr_3 languages/bc/lib/Parrot/Test languages/bc/li

2006-01-23 Thread bernhard
Author: bernhard Date: Mon Jan 23 12:53:22 2006 New Revision: 11326 Added: trunk/languages/bc/grammar/antlr_2/ trunk/languages/bc/grammar/antlr_2/antlr_past2pir_past.g - copied unchanged from r11324, trunk/languages/bc/grammar/antlr_past2pir_past.g trunk/languages/bc/grammar/antlr_

[svn:parrot] r11325 - in trunk: examples/pir t/examples

2006-01-23 Thread ambs
Author: ambs Date: Mon Jan 23 12:20:37 2006 New Revision: 11325 Modified: trunk/examples/pir/levenshtein.pir trunk/t/examples/pir.t Log: Change the way Levenshtein is tested. Modified: trunk/examples/pir/levenshtein.pir ==

[svn:parrot] r11324 - in trunk: . docs/pdds

2006-01-23 Thread chip
Author: chip Date: Mon Jan 23 10:02:18 2006 New Revision: 11324 Added: trunk/docs/pdds/pdd21_namespaces.pod Modified: trunk/MANIFEST Log: PDD 21 - Namespaces. Kiloprops to Matt Diephouse. Modified: trunk/MANIFEST =

[svn:parrot] r11323 - trunk/t/pmc

2006-01-23 Thread leo
Author: leo Date: Mon Jan 23 09:00:58 2006 New Revision: 11323 Modified: trunk/t/pmc/slice.t Log: add a todo test re slice parsing Modified: trunk/t/pmc/slice.t == --- trunk/t/pmc/slice.t (original) +++ trunk/t/pmc/sli

[svn:parrot] r11322 - trunk/examples/shootout

2006-01-23 Thread leo
Author: leo Date: Mon Jan 23 08:43:29 2006 New Revision: 11322 Modified: trunk/examples/shootout/nbody.pir Log: now nbody is really fast orig: 1m25, now: 6s Modified: trunk/examples/shootout/nbody.pir == --- trunk/exam

[svn:parrot] r11321 - trunk/examples/shootout

2006-01-23 Thread leo
Author: leo Date: Mon Jan 23 06:57:29 2006 New Revision: 11321 Modified: trunk/examples/shootout/nbody.pir Log: speed up shootout/nbody by 75% Modified: trunk/examples/shootout/nbody.pir == --- trunk/examples/shootout/

[svn:parrot] r11320 - in trunk: . config/init lib/Parrot

2006-01-23 Thread nickg
Author: nickg Date: Mon Jan 23 05:55:20 2006 New Revision: 11320 Modified: trunk/PLATFORMS trunk/config/init/defaults.pm trunk/lib/Parrot/Test.pm Log: Initial fix for #38217. There have been a few recent problems where the build is linking against a system-wide installed libparrot. This

[svn:parrot] r11319 - trunk/examples/library

2006-01-23 Thread leo
Author: leo Date: Mon Jan 23 04:26:25 2006 New Revision: 11319 Modified: trunk/examples/library/ncurses_life.pir Log: fix wattron call in ncurses_life.pir Modified: trunk/examples/library/ncurses_life.pir == --- trunk/