[svn:parrot] r21492 - in trunk/src: . stm

2007-09-22 Thread paultcochrane
Author: paultcochrane Date: Sat Sep 22 14:50:31 2007 New Revision: 21492 Modified: trunk/src/pbc_merge.c trunk/src/pmc_freeze.c trunk/src/spf_render.c trunk/src/stack_common.c trunk/src/stm/backend.c Log: [core] Removed unused result warnings. Modified: trunk/src/pbc_merge.c

[svn:parrot] r21491 - trunk/compilers/imcc

2007-09-22 Thread paultcochrane
Author: paultcochrane Date: Sat Sep 22 13:40:32 2007 New Revision: 21491 Modified: trunk/compilers/imcc/main.c Log: [imcc] Declared compile_to_bytecode() as static and added its declaration. This removes an external function without prior declaration warning. Modified: trunk/compilers/imcc/m

[svn:parrot] r21490 - trunk/compilers/pirc/src

2007-09-22 Thread paultcochrane
Author: paultcochrane Date: Sat Sep 22 10:22:08 2007 New Revision: 21490 Modified: trunk/compilers/pirc/src/pirparser.c Log: [pirc] Removed trailing whitespace. Modified: trunk/compilers/pirc/src/pirparser.c == --- t

[svn:parrot] r21489 - trunk/config/init/hints

2007-09-22 Thread paultcochrane
Author: paultcochrane Date: Sat Sep 22 10:06:13 2007 New Revision: 21489 Modified: trunk/config/init/hints/linux.pm Log: [config] Stopping icc from complaining abut "argument is incompatible with corresponding format string conversion". Modified: trunk/config/init/hints/linux.pm

[svn:parrot] r21488 - in trunk/src: io pmc

2007-09-22 Thread paultcochrane
Author: paultcochrane Date: Sat Sep 22 10:05:10 2007 New Revision: 21488 Modified: trunk/src/io/io_buf.c trunk/src/pmc/default.pmc Log: [core] Removed warnings about unreachable code. Modified: trunk/src/io/io_buf.c =

[svn:parrot] r21487 - trunk/src/ops

2007-09-22 Thread paultcochrane
Author: paultcochrane Date: Sat Sep 22 09:18:36 2007 New Revision: 21487 Modified: trunk/src/ops/experimental.ops Log: [ops] Marked variable as UNUSED() to remove unused variable warning. Modified: trunk/src/ops/experimental.ops ===

[svn:parrot] r21486 - in trunk: config/gen/platform/generic src src/io src/pmc src/stm

2007-09-22 Thread paultcochrane
Author: paultcochrane Date: Sat Sep 22 08:42:55 2007 New Revision: 21486 Modified: trunk/config/gen/platform/generic/exec.c trunk/src/hash.c trunk/src/io/io_unix.c trunk/src/io/io_utf8.c trunk/src/main.c trunk/src/packfile.c trunk/src/pmc/parrotinterpreter.pmc trunk/src/pmc

[svn:parrot] r21485 - trunk/config/init/hints

2007-09-22 Thread paultcochrane
Author: paultcochrane Date: Sat Sep 22 08:39:35 2007 New Revision: 21485 Modified: trunk/config/init/hints/linux.pm Log: [config] Suppressing icc warnings: - remarks about hiding of parameter declarations - function "" was declared but never referenced (temporarily suppressed) Modified: tr

[svn:parrot] r21484 - in trunk/compilers/pirc: src t

2007-09-22 Thread kjs
Author: kjs Date: Sat Sep 22 04:41:54 2007 New Revision: 21484 Modified: trunk/compilers/pirc/src/pirlexer.c trunk/compilers/pirc/src/pirlexer.h trunk/compilers/pirc/src/pirparser.c trunk/compilers/pirc/t/stmts.pir Log: compilers/pirc: * remove unused tokens * remove unnecessary comme

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

2007-09-22 Thread kjs
Author: kjs Date: Sat Sep 22 04:37:04 2007 New Revision: 21483 Modified: trunk/languages/PIR/lib/pir.pg trunk/languages/PIR/t/sub.t Log: languages/pir: * remove .pcc_sub Modified: trunk/languages/PIR/lib/pir.pg ==

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

2007-09-22 Thread kjs
Author: kjs Date: Sat Sep 22 04:30:51 2007 New Revision: 21482 Modified: trunk/languages/PIR/lib/pir.pg trunk/languages/PIR/t/compunit.t trunk/languages/PIR/t/exotic.t Log: languages/pir: * remove "->" * remove ".global" Modified: trunk/languages/PIR/lib/pir.pg

[svn:parrot] r21481 - trunk/compilers/pirc/src

2007-09-22 Thread kjs
Author: kjs Date: Sat Sep 22 04:14:03 2007 New Revision: 21481 Modified: trunk/compilers/pirc/src/pirlexer.c trunk/compilers/pirc/src/pirlexer.h trunk/compilers/pirc/src/pirparser.c Log: compilers/pirc: * remove "->" syntax. Modified: trunk/compilers/pirc/src/pirlexer.c

[svn:parrot] r21479 - in trunk/languages/tcl: runtime runtime/builtin src t/internals

2007-09-22 Thread coke
Author: coke Date: Fri Sep 21 22:35:34 2007 New Revision: 21479 Modified: trunk/languages/tcl/runtime/builtin/dict.pir trunk/languages/tcl/runtime/builtin/info.pir trunk/languages/tcl/runtime/builtin/inline.pir trunk/languages/tcl/runtime/conversions.pir trunk/languages/tcl/src/macr

[svn:parrot] r21478 - trunk/languages/tcl/src/grammar/expr

2007-09-22 Thread coke
Author: coke Date: Fri Sep 21 22:05:32 2007 New Revision: 21478 Modified: trunk/languages/tcl/src/grammar/expr/operators.pir Log: [tcl] [expr -"2"] now returns {-2} instead of the incorrect {-2.0} Modified: trunk/languages/tcl/src/grammar/expr/operators.pir

[svn:parrot] r21477 - branches/reconfigure/lib/Parrot

2007-09-22 Thread jkeenan
Author: jkeenan Date: Fri Sep 21 20:18:11 2007 New Revision: 21477 Modified: branches/reconfigure/lib/Parrot/Configure.pm Log: Revert change concerning ->description. It broke 3 tests because this is a method returning a package variable rather than a 'get the attribute' method. Modified: b

[svn:parrot] r21476 - branches/reconfigure/lib/Parrot

2007-09-22 Thread jkeenan
Author: jkeenan Date: Fri Sep 21 20:03:46 2007 New Revision: 21476 Modified: branches/reconfigure/lib/Parrot/Configure.pm Log: 1. Eliminate $description from inside _run_this_step. With suitable modification, we can use $step->description. 2. Make flow within _run_this_step more natural by