[svn:parrot] r16932 - branches/buildtools/tools/build

2007-02-08 Thread jkeenan
Author: jkeenan Date: Thu Feb 8 21:27:10 2007 New Revision: 16932 Modified: branches/buildtools/tools/build/ops2c.pl Log: Created sub _print_dynamic_lib_load() to hold functionality near the very end of ops2c.pl. Eliminated more commented-out code. Moved declaration of %arg_dir_mapping from

[svn:parrot] r16931 - in trunk: . languages/tcl/config/makefiles languages/tcl/runtime/builtin languages/tcl/src/builtin

2007-02-08 Thread coke
Author: coke Date: Thu Feb 8 14:30:11 2007 New Revision: 16931 Added: trunk/languages/tcl/runtime/builtin/close.pir Removed: trunk/languages/tcl/src/builtin/close.pir Modified: trunk/ (props changed) trunk/MANIFEST trunk/languages/tcl/config/makefiles/root.in Log: [tcl] Make the

[svn:parrot] r16930 - trunk

2007-02-08 Thread bernhard
Author: bernhard Date: Thu Feb 8 14:19:59 2007 New Revision: 16930 Modified: trunk/MANIFEST trunk/MANIFEST.SKIP Log: MANIFEST houskeeping. Modified: trunk/MANIFEST == --- trunk/MANIFEST (original) +++ trunk/

[svn:parrot] r16929 - in trunk/languages/PIR: lib t

2007-02-08 Thread bernhard
Author: bernhard Date: Thu Feb 8 14:16:23 2007 New Revision: 16929 Added: trunk/languages/PIR/t/pirstat.t (contents, props changed) Modified: trunk/languages/PIR/lib/pir.pg trunk/languages/PIR/t/assign.t (props changed) trunk/languages/PIR/t/branch.t (props changed) trunk/lan

[svn:parrot] r16928 - in trunk/languages/plumhead: src/partridge t

2007-02-08 Thread bernhard
Author: bernhard Date: Thu Feb 8 14:04:31 2007 New Revision: 16928 Modified: trunk/languages/plumhead/src/partridge/Plumhead.pg trunk/languages/plumhead/t/arithmetics.t Log: [Plumhead partridge] Parse some forms of floats. No octal or hex yet. Modified: trunk/languages/plumhead/src/partr

[svn:parrot] r16927 - trunk/languages/plumhead/src/partridge

2007-02-08 Thread bernhard
Author: bernhard Date: Thu Feb 8 13:48:20 2007 New Revision: 16927 Modified: trunk/languages/plumhead/src/partridge/Plumhead.pg trunk/languages/plumhead/src/partridge/PlumheadPAST.tg Log: [Plumhead partridge] Pass some more tests in t/arithmetics.t Modified: trunk/languages/plumhead/src/

[svn:parrot] r16926 - in trunk/languages/PIR: lib t

2007-02-08 Thread bernhard
Author: bernhard Date: Thu Feb 8 11:13:36 2007 New Revision: 16926 Modified: trunk/languages/PIR/lib/pir.pg trunk/languages/PIR/t/assign.t Log: [languages/PIR] * added optional "utf8:" encoding specifier (according to docs/imcc/syntax.pod) * fixed support for binary and hex. numbers * adde

[svn:parrot] r16925 - trunk/docs/imcc

2007-02-08 Thread bernhard
Author: bernhard Date: Thu Feb 8 11:11:29 2007 New Revision: 16925 Modified: trunk/docs/imcc/syntax.pod Log: * fix typo, changing eamples in examples * added ", respectively" to description of binary/hex numbers * added syntax description for slices Courtesy of Klaas Jan Stol Modified: tr

[svn:parrot] r16924 - trunk/languages/PIR/lib

2007-02-08 Thread bernhard
Author: bernhard Date: Thu Feb 8 11:09:14 2007 New Revision: 16924 Modified: trunk/languages/PIR/lib/ASTGrammar.tg Log: update for ASTGrammar.tg for languages/PIR Courtesy of Klass Jan Stol Modified: trunk/languages/PIR/lib/ASTGrammar.tg ===

[svn:parrot] r16923 - branches/buildtools/tools/build

2007-02-08 Thread jkeenan
Author: jkeenan Date: Thu Feb 8 06:13:01 2007 New Revision: 16923 Modified: branches/buildtools/tools/build/ops2c.pl Log: Small refactorings, e.g., eliminated $mmp_v, which was only used once (in the line following its declaration); eliminated commented-out code. Tested via 'make'; 'make' su

[svn:parrot] r16922 - in trunk/languages/lua: lib t

2007-02-08 Thread fperrad
Author: fperrad Date: Thu Feb 8 01:11:34 2007 New Revision: 16922 Modified: trunk/languages/lua/lib/luaaux.pir trunk/languages/lua/lib/luastring.pir trunk/languages/lua/t/string.t trunk/languages/lua/t/table.t Log: [Lua] - full string.format - and add tests Modified: trunk/languages