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

2007-11-06 Thread paultcochrane
Author: paultcochrane Date: Tue Nov 6 00:02:43 2007 New Revision: 22732 Modified: trunk/config/gen/makefiles/root.in Log: [config] More minor touchups and corrections to the 'make help' output. Modified: trunk/config/gen/makefiles/root.in

[svn:parrot] r22734 - trunk/compilers/pirc/new

2007-11-06 Thread kjs
Author: kjs Date: Tue Nov 6 02:49:57 2007 New Revision: 22734 Modified: trunk/compilers/pirc/new/main.c trunk/compilers/pirc/new/pir.l trunk/compilers/pirc/new/pirlexer.c trunk/compilers/pirc/new/pirlexer.h Log: [pirc|new] o minor cleanups. Modified: trunk/compilers/pirc/new/main.c

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

2007-11-06 Thread jkeenan
Author: jkeenan Date: Tue Nov 6 04:15:14 2007 New Revision: 22735 Added: trunk/t/configure/136-auto_inline-01.t (contents, props changed) trunk/t/configure/136-auto_inline-02.t (contents, props changed) trunk/t/configure/136-auto_inline-03.t (contents, props changed)

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

2007-11-06 Thread bernhard
Author: bernhard Date: Tue Nov 6 09:03:56 2007 New Revision: 22736 Modified: trunk/languages/scheme/lib/Scheme/Parser.pm Log: [Scheme] Use wantarray() in _build_tree(). First time I ever used wantarray(). Modified: trunk/languages/scheme/lib/Scheme/Parser.pm

[svn:parrot] r22737 - trunk/languages/lua/t

2007-11-06 Thread fperrad
Author: fperrad Date: Tue Nov 6 09:16:19 2007 New Revision: 22737 Modified: trunk/languages/lua/t/shootout.t trunk/languages/lua/t/table.t Log: [Lua] - skip some tests (pdd15oo needs more memory) Modified: trunk/languages/lua/t/shootout.t

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

2007-11-06 Thread bernhard
Author: bernhard Date: Tue Nov 6 09:57:59 2007 New Revision: 22739 Modified: trunk/languages/scheme/lib/Scheme/Parser.pm Log: [Scheme] Special functions seem to apply only to the next object Modified: trunk/languages/scheme/lib/Scheme/Parser.pm

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

2007-11-06 Thread paultcochrane
Author: paultcochrane Date: Tue Nov 6 11:52:05 2007 New Revision: 22740 Modified: trunk/lib/Parrot/Distribution.pm Log: [lib] Added two generated files to list of files to be exempt from the coding standards Modified: trunk/lib/Parrot/Distribution.pm

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

2007-11-06 Thread bernhard
Author: bernhard Date: Tue Nov 6 11:57:12 2007 New Revision: 22741 Modified: trunk/languages/scheme/lib/Scheme/Generator.pm trunk/languages/scheme/lib/Scheme/Parser.pm trunk/languages/scheme/lib/Scheme/Tokenizer.pm Log: [Scheme] Use type info from tokenizer in pir generator.

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

2007-11-06 Thread bernhard
Author: bernhard Date: Tue Nov 6 12:39:38 2007 New Revision: 22743 Modified: trunk/languages/scheme/lib/Scheme/Generator.pm Log: [Scheme] Add 'complex?' Modified: trunk/languages/scheme/lib/Scheme/Generator.pm ==

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

2007-11-06 Thread bernhard
Author: bernhard Date: Tue Nov 6 12:47:23 2007 New Revision: 22744 Modified: trunk/languages/scheme/lib/Scheme/Generator.pm Log: [Scheme] Add some broken type predicate functions Modified: trunk/languages/scheme/lib/Scheme/Generator.pm

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

2007-11-06 Thread bernhard
Author: bernhard Date: Tue Nov 6 12:28:55 2007 New Revision: 22742 Modified: trunk/languages/scheme/lib/Scheme/Generator.pm Log: [Scheme] Start with support for complex numbers. Modified: trunk/languages/scheme/lib/Scheme/Generator.pm

[svn:parrot] r22745 - in trunk/config/gen/platform: ansi generic

2007-11-06 Thread paultcochrane
Author: paultcochrane Date: Tue Nov 6 14:57:39 2007 New Revision: 22745 Modified: trunk/config/gen/platform/ansi/dl.c trunk/config/gen/platform/ansi/exec.c trunk/config/gen/platform/ansi/time.c trunk/config/gen/platform/generic/dl.c trunk/config/gen/platform/generic/env.c