[svn:parrot] r11743 - trunk/config/auto

2006-02-25 Thread jisom
Author: jisom Date: Sat Feb 25 18:25:43 2006 New Revision: 11743 Modified: trunk/config/auto/gdbm.pm trunk/config/auto/gmp.pm Log: Change config/auto/{gdbm,gmp}.pm to not use $Config{archname} Instead uses $Config{osname} Modified: trunk/config/auto/gdbm.pm ===

[svn:parrot] r11742 - trunk/src

2006-02-25 Thread leo
Author: leo Date: Sat Feb 25 15:19:54 2006 New Revision: 11742 Modified: trunk/src/exceptions.c trunk/src/interpreter.c Log: reduce -Sj brokeness, it is now only as b0rked as -Cj is Modified: trunk/src/exceptions.c ===

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

2006-02-25 Thread leo
Author: leo Date: Sat Feb 25 12:00:13 2006 New Revision: 11741 Modified: trunk/compilers/imcc/pcc.c Log: fix comment/test svnbot Modified: trunk/compilers/imcc/pcc.c == --- trunk/compilers/imcc/pcc.c (original) +++ t

[svn:parrot] r11740 - trunk/config/gen/makefiles

2006-02-25 Thread jisom
Author: jisom Date: Sat Feb 25 09:47:09 2006 New Revision: 11740 Modified: trunk/config/gen/makefiles/root.in Log: Add testCj and testSj Modified: trunk/config/gen/makefiles/root.in == --- trunk/config/gen/makefiles/

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

2006-02-25 Thread leo
Author: leo Date: Sat Feb 25 04:37:06 2006 New Revision: 11739 Modified: trunk/compilers/imcc/pcc.c Log: add code to use temp register in pcc_reg_mov Modified: trunk/compilers/imcc/pcc.c == --- trunk/compilers/imcc/pc

[svn:parrot] r11738 - trunk/t/compilers/imcc/imcpasm

2006-02-25 Thread leo
Author: leo Date: Sat Feb 25 04:13:50 2006 New Revision: 11738 Modified: trunk/t/compilers/imcc/imcpasm/optc.t Log: add 2 tests - one todo Modified: trunk/t/compilers/imcc/imcpasm/optc.t == --- trunk/t/compilers/imcc/

[svn:parrot] r11737 - in trunk: compilers/imcc src

2006-02-25 Thread leo
Author: leo Date: Sat Feb 25 03:58:21 2006 New Revision: 11737 Modified: trunk/compilers/imcc/pcc.c trunk/src/utils.c Log: use brute force Parrot_register_move for recursive tailcalls Modified: trunk/compilers/imcc/pcc.c =

[svn:parrot] r11736 - in trunk: lib/Parrot/OpTrans src

2006-02-25 Thread leo
Author: leo Date: Sat Feb 25 02:39:18 2006 New Revision: 11736 Modified: trunk/lib/Parrot/OpTrans/CSwitch.pm trunk/src/pic.c Log: fix illegal opcode with -Sj; emit better error message Modified: trunk/lib/Parrot/OpTrans/CSwitch.pm ===