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

2007-11-04 Thread bernhard
Author: bernhard Date: Sun Nov 4 03:42:56 2007 New Revision: 22693 Modified: trunk/languages/scheme/lib/Scheme/Generator.pm trunk/languages/scheme/lib/Scheme/Parser.pm Log: [Scheme] Add support for empty lists. Back to two failures. Modified:

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

2007-11-04 Thread bernhard
Author: bernhard Date: Sun Nov 4 03:47:45 2007 New Revision: 22694 Modified: trunk/languages/scheme/lib/Scheme/Generator.pm Log: [Scheme] Use _type_predicate() for _op_null_p(). Modified: trunk/languages/scheme/lib/Scheme/Generator.pm

[svn:parrot] r22695 - in trunk/languages/scheme: lib/Scheme t/logic

2007-11-04 Thread bernhard
Author: bernhard Date: Sun Nov 4 04:25:18 2007 New Revision: 22695 Modified: trunk/languages/scheme/lib/Scheme/Generator.pm trunk/languages/scheme/t/logic/basic.t Log: [Scheme] Show expected type in test descriptions. Use _type_predicate() for _op_pair_p(). Modified:

[svn:parrot] r22698 - trunk/compilers/pirc/macro

2007-11-04 Thread kjs
Author: kjs Date: Sun Nov 4 06:37:08 2007 New Revision: 22698 Modified: trunk/compilers/pirc/macro/lexer.h trunk/compilers/pirc/macro/macro.y trunk/compilers/pirc/macro/macrolexer.c trunk/compilers/pirc/macro/macrolexer.h trunk/compilers/pirc/macro/macroparser.c

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

2007-11-04 Thread jkeenan
Author: jkeenan Date: Sun Nov 4 07:03:58 2007 New Revision: 22699 Added: trunk/t/configure/146-auto_snprintf-01.t (contents, props changed) trunk/t/configure/146-auto_snprintf-02.t (contents, props changed) trunk/t/configure/146-auto_snprintf-03.t (contents, props changed)

[svn:parrot] r22700 - in trunk: . config/auto config/gen lib/Parrot/Configure/Step t/configure

2007-11-04 Thread jkeenan
Author: jkeenan Date: Sun Nov 4 07:34:35 2007 New Revision: 22700 Added: trunk/config/auto/revision.pm - copied, changed from r22699, /trunk/config/gen/revision.pm trunk/t/configure/153-auto_revision.t - copied, changed from r22699, /trunk/t/configure/153-gen_revision.t

[svn:parrot] r22701 - in trunk: . t/configure

2007-11-04 Thread jkeenan
Author: jkeenan Date: Sun Nov 4 07:39:07 2007 New Revision: 22701 Added: trunk/t/configure/152-auto_revision.t - copied, changed from r22700, /trunk/t/configure/153-auto_revision.t trunk/t/configure/153-gen_icu.t - copied, changed from r22699, /trunk/t/configure/152-gen_icu.t

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

2007-11-04 Thread jkeenan
Author: jkeenan Date: Sun Nov 4 08:09:27 2007 New Revision: 22702 Modified: trunk/config/auto/revision.pm trunk/t/configure/152-auto_revision.t Log: Modify config/auto/revision.pm to handle edge cases. Add tests to t/configure/152-auto_revision.t to test all cases. Modified:

[svn:parrot] r22703 - trunk/compilers/pirc/heredoc

2007-11-04 Thread kjs
Author: kjs Date: Sun Nov 4 08:11:45 2007 New Revision: 22703 Modified: trunk/compilers/pirc/heredoc/hdocprep.c trunk/compilers/pirc/heredoc/hdocprep.l Log: [pirc|heredoc] o make it reentrant (remove globals). Modified: trunk/compilers/pirc/heredoc/hdocprep.c

[svn:parrot] r22704 - in trunk/languages/scheme/t: arith logic

2007-11-04 Thread bernhard
Author: bernhard Date: Sun Nov 4 09:39:41 2007 New Revision: 22704 Modified: trunk/languages/scheme/t/arith/basic.t trunk/languages/scheme/t/logic/basic.t Log: [Scheme] Add test with complex numbers. Add tests for number type hierarchy. 42 failures. Modified:

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

2007-11-04 Thread kjs
Author: kjs Date: Sun Nov 4 10:44:27 2007 New Revision: 22707 Modified: trunk/compilers/pirc/new/pir.y trunk/compilers/pirc/new/pirparser.c Log: [pirc|new] o allow both goto and , in if/unless statements, so as to support PASM style if statements. Modified:

[svn:parrot] r22708 - in trunk/languages/scheme/lib: . Scheme

2007-11-04 Thread bernhard
Author: bernhard Date: Sun Nov 4 11:18:16 2007 New Revision: 22708 Modified: trunk/languages/scheme/lib/Scheme.pm trunk/languages/scheme/lib/Scheme/Tokenizer.pm Log: [Scheme] Start to convert to regex based lexing, stealing from HOP Modified: trunk/languages/scheme/lib/Scheme.pm

[svn:parrot] r22710 - trunk/compilers/pirc/heredoc

2007-11-04 Thread jkeenan
Author: jkeenan Date: Sun Nov 4 18:08:11 2007 New Revision: 22710 Modified: trunk/compilers/pirc/heredoc/hdocprep.l (props changed) Log: Set SVN properties required to pass t/distro/file_metadata.t.

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

2007-11-04 Thread jkeenan
Author: jkeenan Date: Sun Nov 4 18:35:24 2007 New Revision: 22711 Modified: trunk/config/auto/socklen_t.pm Log: Eliminate code to get 'verbose' option; there are no 'print' statements which call for checking that option. Modified: trunk/config/auto/socklen_t.pm