[svn:parrot] r22776 - in trunk: . config/auto t/configure

2007-11-08 Thread jkeenan
Author: jkeenan Date: Thu Nov 8 20:32:35 2007 New Revision: 22776 Added: trunk/t/configure/140-auto_socklen_t-01.t (contents, props changed) trunk/t/configure/140-auto_socklen_t-02.t (contents, props changed) Removed: trunk/t/configure/140-auto_socklen_t.t Modified: trunk/MANIFEST

[svn:parrot] r22775 - trunk/languages/scheme/lib/Scheme

2007-11-08 Thread bernhard
Author: bernhard Date: Thu Nov 8 12:37:51 2007 New Revision: 22775 Modified: trunk/languages/scheme/lib/Scheme/Generator.pm Log: [Scheme] Use string registers only for 'typeof', so there is no need to save and restore string registers. Use simple arrayref for $self->{regs}. Add and use _bran

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

2007-11-08 Thread paultcochrane
Author: paultcochrane Date: Thu Nov 8 12:22:45 2007 New Revision: 22774 Modified: trunk/t/pmc/codestring.t Log: [t] Revision 22716 changed how namespace keys were generated wrt spaces surrounding key elements. This commit updates the codestring.t test to reflect this change. Modified: trun

[svn:parrot] r22773 - trunk/languages/scheme/lib/Scheme

2007-11-08 Thread bernhard
Author: bernhard Date: Thu Nov 8 11:16:09 2007 New Revision: 22773 Modified: trunk/languages/scheme/lib/Scheme/Generator.pm Log: [Scheme] Try to simplify. _save() was always called with 'count=1'. 'P' is default for save_1(), no need to pass it. Modified: trunk/languages/scheme/lib/Scheme/G

[svn:parrot] r22772 - trunk/src

2007-11-08 Thread kjs
Author: kjs Date: Thu Nov 8 10:55:38 2007 New Revision: 22772 Modified: trunk/src/exceptions.c Log: [src] remove useless statement and PMC creation; result PMC is never used. Modified: trunk/src/exceptions.c == --- t

[svn:parrot] r22771 - trunk/languages/scheme/lib/Scheme

2007-11-08 Thread bernhard
Author: bernhard Date: Thu Nov 8 10:55:13 2007 New Revision: 22771 Modified: trunk/languages/scheme/lib/Scheme/Generator.pm Log: [Scheme] Use _get_arg() more often Modified: trunk/languages/scheme/lib/Scheme/Generator.pm ==

[svn:parrot] r22770 - trunk/t/codingstd

2007-11-08 Thread kjs
Author: kjs Date: Thu Nov 8 10:54:29 2007 New Revision: 22770 Modified: trunk/t/codingstd/linelength.t Log: [t] add pirc/new/main.c to codingstd/linelength.t exempted files list. Modified: trunk/t/codingstd/linelength.t

[svn:parrot] r22769 - trunk/lib/Parrot

2007-11-08 Thread kjs
Author: kjs Date: Thu Nov 8 10:52:26 2007 New Revision: 22769 Modified: trunk/lib/Parrot/Distribution.pm Log: [lib] add pirc/new/main.c to exempted files Modified: trunk/lib/Parrot/Distribution.pm == --- trunk/lib/Pa

[svn:parrot] r22768 - trunk/languages/scheme/lib/Scheme

2007-11-08 Thread bernhard
Author: bernhard Date: Thu Nov 8 10:44:31 2007 New Revision: 22768 Modified: trunk/languages/scheme/lib/Scheme/Generator.pm Log: [Scheme] Be future compliant, check for not-yet-existing Rational PMC. Modified: trunk/languages/scheme/lib/Scheme/Generator.pm ==

[svn:parrot] r22766 - trunk

2007-11-08 Thread kjs
Author: kjs Date: Thu Nov 8 10:33:44 2007 New Revision: 22766 Modified: trunk/DEPRECATED.pod Log: [DEPRECATED] add note about .pcc_ prefix which will be removed. Modified: trunk/DEPRECATED.pod == --- trunk/DEPRECATED

[svn:parrot] r22765 - trunk/languages/scheme/lib/Scheme

2007-11-08 Thread bernhard
Author: bernhard Date: Thu Nov 8 10:30:50 2007 New Revision: 22765 Modified: trunk/languages/scheme/lib/Scheme/Tokenizer.pm Log: [Scheme] Did not capture the sign of reals. All tests passing again. Modified: trunk/languages/scheme/lib/Scheme/Tokenizer.pm

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

2007-11-08 Thread paultcochrane
Author: paultcochrane Date: Thu Nov 8 10:11:15 2007 New Revision: 22764 Modified: trunk/config/auto/ctags.pm Log: [config] Corrected ctags detection loop so that it exits early when a correct ctags version has been detected. Modified: trunk/config/auto/ctags.pm =

[svn:parrot] r22763 - in trunk: . config/auto t/configure

2007-11-08 Thread jkeenan
Author: jkeenan Date: Thu Nov 8 05:22:10 2007 New Revision: 22763 Added: trunk/t/configure/150-auto_ctags-01.t (contents, props changed) trunk/t/configure/150-auto_ctags-02.t (contents, props changed) trunk/t/configure/150-auto_ctags-03.t (contents, props changed) trunk/t/config

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

2007-11-08 Thread kjs
Author: kjs Date: Thu Nov 8 03:50:03 2007 New Revision: 22762 Modified: trunk/compilers/imcc/imcc.y trunk/compilers/imcc/imcparser.c trunk/compilers/imcc/imcparser.h Log: [imcc] Fix serious but easy to find bug: "xor" was generated for "||" syntax. I probably introduced this bug when I