[svn:parrot] r36085 - trunk/t/perl

2009-01-28 Thread bernhard
Author: bernhard Date: Wed Jan 28 00:57:44 2009 New Revision: 36085 Modified: trunk/t/perl/Parrot_Distribution.t Log: [t] fix number of test cases in Parrot_Distribution.t Modified: trunk/t/perl/Parrot_Distribution.t

[svn:parrot] r36086 - in trunk/src: . string

2009-01-28 Thread bernhard
Author: bernhard Date: Wed Jan 28 02:55:28 2009 New Revision: 36086 Modified: trunk/src/datatypes.c trunk/src/string/api.c Log: [codingstd] add missing of incorrect ASSERT_ARGS macro Modified: trunk/src/datatypes.c

[svn:parrot] r36087 - in trunk/src: pmc string

2009-01-28 Thread bernhard
Author: bernhard Date: Wed Jan 28 03:01:46 2009 New Revision: 36087 Modified: trunk/src/pmc/fixedintegerarray.pmc trunk/src/string/api.c Log: [codingstd] tabs.t and trailing_space.t Modified: trunk/src/pmc/fixedintegerarray.pmc

[svn:parrot] r36088 - trunk/src/pmc

2009-01-28 Thread bernhard
Author: bernhard Date: Wed Jan 28 03:17:20 2009 New Revision: 36088 Modified: trunk/src/pmc/resizableintegerarray.pmc Log: [codingstd] c_parens.t Modified: trunk/src/pmc/resizableintegerarray.pmc == --- trunk/src/pmc

[svn:parrot] r36091 - in trunk/languages/pipp: src/common t/php

2009-01-28 Thread bernhard
Author: bernhard Date: Wed Jan 28 06:33:42 2009 New Revision: 36091 Modified: trunk/languages/pipp/src/common/php_string.pir trunk/languages/pipp/t/php/string.t Log: [Pipp] add implementation of 'chunk_split' Modified: trunk/languages/pipp/src/common/php_string.pir

[svn:parrot] r36092 - in trunk/languages/pipp: src/common t/php

2009-01-28 Thread bernhard
Author: bernhard Date: Wed Jan 28 06:34:02 2009 New Revision: 36092 Modified: trunk/languages/pipp/src/common/php_array.pir trunk/languages/pipp/src/common/php_builtin.pir trunk/languages/pipp/src/common/php_string.pir trunk/languages/pipp/t/php/info.t trunk/languages/pipp/t/php

[svn:parrot] r36093 - in trunk/languages: perl6/src/classes pipp/src/common

2009-01-28 Thread bernhard
Author: bernhard Date: Wed Jan 28 06:35:59 2009 New Revision: 36093 Modified: trunk/languages/perl6/src/classes/ClassHOW.pir trunk/languages/pipp/src/common/php_string.pir Log: [codingstd] trailing_space.t Modified: trunk/languages/perl6/src/classes/ClassHOW.pir

[svn:parrot] r36110 - in trunk/languages/pipp: src/common t/php

2009-01-28 Thread bernhard
Author: bernhard Date: Wed Jan 28 11:59:58 2009 New Revision: 36110 Modified: trunk/languages/pipp/src/common/php_builtin.pir trunk/languages/pipp/t/php/info.t Log: [Pipp] Add 'Reflection' to the list of loaded extensions Modified: trunk/languages/pipp/src/common/php_builtin.pir

[svn:parrot] r36111 - in trunk/languages/pipp: src/common t/php

2009-01-28 Thread bernhard
Author: bernhard Date: Wed Jan 28 12:00:14 2009 New Revision: 36111 Modified: trunk/languages/pipp/src/common/php_basic.pir trunk/languages/pipp/t/php/var.t Log: [Pipp] Start on print_r() by cutpaste'ing var_dump() Modified: trunk/languages/pipp/src/common/php_basic.pir

[svn:parrot] r36113 - in trunk: . languages/pipp/lib/Parrot/Test/Pipp languages/pipp/src/phc

2009-01-28 Thread bernhard
Author: bernhard Date: Wed Jan 28 12:10:21 2009 New Revision: 36113 Added: trunk/languages/pipp/lib/Parrot/Test/Pipp/Phc.pm - copied unchanged from r36112, /tags/RELEASE_0_8_2/languages/pipp/lib/Parrot/Test/Pipp/Phc.pm trunk/languages/pipp/src/phc/ - copied from r36112, /tags

[svn:parrot] r36114 - in trunk/languages/pipp: . t

2009-01-28 Thread bernhard
Author: bernhard Date: Wed Jan 28 12:23:29 2009 New Revision: 36114 Modified: trunk/languages/pipp/pipp.pir trunk/languages/pipp/t/harness Log: [Pipp] Re-add some more code for PHC support Modified: trunk/languages/pipp/pipp.pir

[svn:parrot] r36116 - trunk/languages/pipp

2009-01-28 Thread bernhard
Author: bernhard Date: Wed Jan 28 12:25:44 2009 New Revision: 36116 Modified: trunk/languages/pipp/pipp.pir Log: [Pipp] Adapt to changes in command line options of phc, TT #235 Modified: trunk/languages/pipp/pipp.pir

[svn:parrot] r36118 - trunk/languages/pipp/src/phc

2009-01-28 Thread bernhard
Author: bernhard Date: Wed Jan 28 12:31:27 2009 New Revision: 36118 Modified: trunk/languages/pipp/src/phc/phc_xml_to_past_xml.xsl Log: [Pipp] First stab at adapting to current phc XML-dump. TT #252 Courtesy of James Michael DuPont Modified: trunk/languages/pipp/src/phc

[svn:parrot] r36119 - in trunk: . languages/pipp

2009-01-28 Thread bernhard
Author: bernhard Date: Wed Jan 28 12:37:22 2009 New Revision: 36119 Modified: trunk/MANIFEST trunk/MANIFEST.SKIP trunk/languages/pipp/pipp.pir Log: [Pipp] Make pipp.pir compile again, after adding PHC support Modified: trunk/MANIFEST

[svn:parrot] r36047 - trunk/examples/pir

2009-01-27 Thread bernhard
Author: bernhard Date: Tue Jan 27 01:58:07 2009 New Revision: 36047 Modified: trunk/examples/pir/interlangs.bas Log: [examples] fix a typo Modified: trunk/examples/pir/interlangs.bas == --- trunk/examples/pir

[svn:parrot] r36049 - trunk/src/pmc

2009-01-27 Thread bernhard
Author: bernhard Date: Tue Jan 27 02:59:47 2009 New Revision: 36049 Modified: trunk/src/pmc/fixedbooleanarray.pmc trunk/src/pmc/resizablebooleanarray.pmc Log: [codingstd] c_parens.t, trailing_space.t, linelength.t Modified: trunk/src/pmc/fixedbooleanarray.pmc

[svn:parrot] r36050 - trunk/src/string

2009-01-27 Thread bernhard
Author: bernhard Date: Tue Jan 27 03:03:08 2009 New Revision: 36050 Modified: trunk/src/string/ (props changed) Log: Let svn ignore object files in src/string

[svn:parrot] r36051 - trunk

2009-01-27 Thread bernhard
Author: bernhard Date: Tue Jan 27 03:03:46 2009 New Revision: 36051 Modified: trunk/MANIFEST.SKIP Log: Regenerate MANIFEST.SKIP Modified: trunk/MANIFEST.SKIP == --- trunk/MANIFEST.SKIP (original) +++ trunk

[svn:parrot] r36052 - in trunk: . languages

2009-01-27 Thread bernhard
Author: bernhard Date: Tue Jan 27 03:06:41 2009 New Revision: 36052 Modified: trunk/MANIFEST.SKIP trunk/languages/ (props changed) Log: Let svn ingnore external language pjs Modified: trunk/MANIFEST.SKIP

[svn:parrot] r36048 - trunk/config/auto/backtrace

2009-01-27 Thread bernhard
Author: bernhard Date: Tue Jan 27 02:52:49 2009 New Revision: 36048 Modified: trunk/config/auto/backtrace/test_dlinfo_c.in (props changed) Log: [codingstd] svn properties

[svn:parrot] r36020 - in trunk/languages/pod: . config/makefiles src/Pod/DocTree src/parser t

2009-01-26 Thread bernhard
Author: bernhard Date: Mon Jan 26 02:32:29 2009 New Revision: 36020 Modified: trunk/languages/pod/README (props changed) trunk/languages/pod/config/makefiles/root.in (props changed) trunk/languages/pod/pod.pir (props changed) trunk/languages/pod/src/Pod/DocTree/Node.pir (props

[svn:parrot] r36022 - trunk/languages/pipp/t/php

2009-01-26 Thread bernhard
Author: bernhard Date: Mon Jan 26 05:02:38 2009 New Revision: 36022 Modified: trunk/languages/pipp/t/php/hello.t Log: [Pipp] Add TODO test for 'print' Modified: trunk/languages/pipp/t/php/hello.t == --- trunk

[svn:parrot] r36023 - in trunk/languages/pipp: docs src/common

2009-01-26 Thread bernhard
Author: bernhard Date: Mon Jan 26 05:02:52 2009 New Revision: 36023 Modified: trunk/languages/pipp/docs/internals.pod trunk/languages/pipp/src/common/builtins.pir Log: [Pipp] echo doesn't return a value Modified: trunk/languages/pipp/docs/internals.pod

[svn:parrot] r36024 - in trunk/languages/pipp: src/common src/pct t/php

2009-01-26 Thread bernhard
Author: bernhard Date: Mon Jan 26 05:03:07 2009 New Revision: 36024 Modified: trunk/languages/pipp/src/common/builtins.pir trunk/languages/pipp/src/pct/actions.pm trunk/languages/pipp/src/pct/grammar.pg trunk/languages/pipp/t/php/hello.t Log: [Pipp] Add support for 'print' Modified

[svn:parrot] r36025 - trunk/languages/pipp/t/php

2009-01-26 Thread bernhard
Author: bernhard Date: Mon Jan 26 05:03:18 2009 New Revision: 36025 Modified: trunk/languages/pipp/t/php/hello.t Log: [Pipp] saner test description Modified: trunk/languages/pipp/t/php/hello.t == --- trunk/languages

[svn:parrot] r36026 - trunk/languages/pipp/t/php

2009-01-26 Thread bernhard
Author: bernhard Date: Mon Jan 26 05:03:31 2009 New Revision: 36026 Modified: trunk/languages/pipp/t/php/hello.t Log: [Pipp] simplify hello.1 Modified: trunk/languages/pipp/t/php/hello.t == --- trunk/languages/pipp/t

[svn:parrot] r36027 - trunk/languages/pipp/src/common

2009-01-26 Thread bernhard
Author: bernhard Date: Mon Jan 26 05:03:41 2009 New Revision: 36027 Modified: trunk/languages/pipp/src/common/php_filesystem.pir Log: [Pipp] Fiddle with 'dirname' Modified: trunk/languages/pipp/src/common/php_filesystem.pir

[svn:parrot] r36030 - in trunk/languages/pipp: src/common t/php

2009-01-26 Thread bernhard
Author: bernhard Date: Mon Jan 26 06:12:02 2009 New Revision: 36030 Modified: trunk/languages/pipp/src/common/php_string.pir trunk/languages/pipp/t/php/string.t Log: [Pipp] add 'chop' to strings extension Modified: trunk/languages/pipp/src/common/php_string.pir

[svn:parrot] r35986 - trunk/src

2009-01-25 Thread bernhard
Author: bernhard Date: Sun Jan 25 02:35:37 2009 New Revision: 35986 Modified: trunk/src/library.c Log: [codingstd] c_parens.t and linelength.t Modified: trunk/src/library.c == --- trunk/src/library.c (original

[svn:parrot] r35987 - in trunk: . languages/lazy-k languages/lazy-k/config/makefiles

2009-01-25 Thread bernhard
Author: bernhard Date: Sun Jan 25 02:38:50 2009 New Revision: 35987 Added: trunk/languages/lazy-k/Configure.pl - copied, changed from r35985, /trunk/languages/unlambda/Configure.pl Modified: trunk/MANIFEST trunk/languages/lazy-k/config/makefiles/root.in Log: [lazy-k] Add

[svn:parrot] r35988 - trunk/languages/unlambda/config/makefiles

2009-01-25 Thread bernhard
Author: bernhard Date: Sun Jan 25 02:51:38 2009 New Revision: 35988 Modified: trunk/languages/unlambda/config/makefiles/root.in Log: [unlambda] update 'help' target Modified: trunk/languages/unlambda/config/makefiles/root.in

[svn:parrot] r35989 - in trunk: . languages/lazy-k languages/lazy-k/config/makefiles languages/lazy-k/t

2009-01-25 Thread bernhard
Author: bernhard Date: Sun Jan 25 02:52:42 2009 New Revision: 35989 Modified: trunk/MANIFEST.SKIP trunk/languages/lazy-k/ (props changed) trunk/languages/lazy-k/config/makefiles/root.in trunk/languages/lazy-k/t/calc.t trunk/languages/lazy-k/t/cat.t Log: [lazy-k] Generate

[svn:parrot] r35992 - in trunk: . languages/lazy-k languages/lazy-k/examples languages/lazy-k/t

2009-01-25 Thread bernhard
Author: bernhard Date: Sun Jan 25 03:38:19 2009 New Revision: 35992 Added: trunk/languages/lazy-k/examples/ trunk/languages/lazy-k/examples/calc.lazy (props changed) - copied unchanged from r35989, /trunk/languages/lazy-k/calc.lazy trunk/languages/lazy-k/examples/cat.lazy

[svn:parrot] r35993 - in trunk: . languages/lazy-k

2009-01-25 Thread bernhard
Author: bernhard Date: Sun Jan 25 03:40:09 2009 New Revision: 35993 Removed: trunk/languages/lazy-k/test.sh Modified: trunk/MANIFEST Log: [lazy-k] test.sh is not needed Modified: trunk/MANIFEST == --- trunk

[svn:parrot] r35990 - in trunk/languages: lazy-k/config/makefiles lazy-k/t t

2009-01-25 Thread bernhard
Author: bernhard Date: Sun Jan 25 03:33:54 2009 New Revision: 35990 Modified: trunk/languages/lazy-k/config/makefiles/root.in trunk/languages/lazy-k/t/calc.t trunk/languages/lazy-k/t/cat.t trunk/languages/t/harness Log: [lazy-k] give up on unified languages testing for lazy-k, run

[svn:parrot] r35994 - in trunk: . languages/lazy-k/t languages/t

2009-01-25 Thread bernhard
Author: bernhard Date: Sun Jan 25 04:01:37 2009 New Revision: 35994 Added: trunk/languages/lazy-k/t/examples.t (contents, props changed) - copied, changed from r35992, /trunk/languages/lazy-k/t/calc.t Removed: trunk/languages/lazy-k/t/calc.t trunk/languages/lazy-k/t/cat.t

[svn:parrot] r36002 - trunk/src/pmc

2009-01-25 Thread bernhard
Author: bernhard Date: Sun Jan 25 11:06:01 2009 New Revision: 36002 Modified: trunk/src/pmc/fixedfloatarray.pmc trunk/src/pmc/resizablefloatarray.pmc Log: [codingstd] trailing_space.t Modified: trunk/src/pmc/fixedfloatarray.pmc

[svn:parrot] r36003 - in trunk: . config/gen config/gen/makefiles languages/t languages/unlambda lib/Parrot/Docs/Section t/codingstd

2009-01-25 Thread bernhard
Author: bernhard Date: Sun Jan 25 11:14:07 2009 New Revision: 36003 Removed: trunk/languages/unlambda/ Modified: trunk/MANIFEST trunk/MANIFEST.SKIP trunk/config/gen/languages.pm trunk/config/gen/makefiles/languages.in trunk/languages/t/harness trunk/lib/Parrot/Docs/Section

[svn:parrot] r36005 - in trunk: config/gen config/gen/makefiles languages/lazy-k languages/t lib/Parrot/Docs/Section t/codingstd

2009-01-25 Thread bernhard
Author: bernhard Date: Sun Jan 25 11:32:37 2009 New Revision: 36005 Removed: trunk/languages/lazy-k/ Modified: trunk/config/gen/languages.pm trunk/config/gen/makefiles/languages.in trunk/languages/t/harness trunk/lib/Parrot/Docs/Section/Languages.pm trunk/t/codingstd

[svn:parrot] r36006 - trunk

2009-01-25 Thread bernhard
Author: bernhard Date: Sun Jan 25 11:35:44 2009 New Revision: 36006 Modified: trunk/MANIFEST trunk/MANIFEST.SKIP Log: [codingstd] regenerate MANIFEST and MANIFEST.SKIP Modified: trunk/MANIFEST == --- trunk

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

2009-01-24 Thread bernhard
Author: bernhard Date: Sat Jan 24 01:48:51 2009 New Revision: 35953 Modified: trunk/config/gen/makefiles/languages.in Log: [build] put back a tab in languages/Makefile Modified: trunk/config/gen/makefiles/languages.in

[svn:parrot] r35963 - trunk/docs/resources

2009-01-24 Thread bernhard
Author: bernhard Date: Sat Jan 24 12:15:33 2009 New Revision: 35963 Modified: trunk/docs/resources/parrot.css (props changed) Log: [codingstd] svn properties

[svn:parrot] r35964 - in trunk: . languages/unlambda languages/unlambda/config/makefiles

2009-01-24 Thread bernhard
Author: bernhard Date: Sat Jan 24 12:29:17 2009 New Revision: 35964 Added: trunk/languages/unlambda/Configure.pl (contents, props changed) - copied, changed from r35961, /trunk/languages/pipp/Configure.pl Modified: trunk/MANIFEST trunk/MANIFEST.SKIP trunk/languages/unlambda

[svn:parrot] r35966 - in trunk: . languages/unlambda/examples languages/unlambda/t

2009-01-24 Thread bernhard
Author: bernhard Date: Sat Jan 24 13:21:39 2009 New Revision: 35966 Added: trunk/languages/unlambda/examples/k.unl (contents, props changed) - copied, changed from r35961, /trunk/languages/unlambda/examples/h.unl Modified: trunk/MANIFEST trunk/languages/unlambda/t/examples.t Log

[svn:parrot] r35967 - trunk/languages/pipp/src/pct

2009-01-24 Thread bernhard
Author: bernhard Date: Sat Jan 24 13:51:39 2009 New Revision: 35967 Modified: trunk/languages/pipp/src/pct/actions.pm Log: [Pipp] name mangling for 'use' vars is not necessary Modified: trunk/languages/pipp/src/pct/actions.pm

[svn:parrot] r35968 - trunk/languages/unlambda/t

2009-01-24 Thread bernhard
Author: bernhard Date: Sat Jan 24 13:51:49 2009 New Revision: 35968 Modified: trunk/languages/unlambda/t/examples.t Log: [unlambda] defined order of test cases Modified: trunk/languages/unlambda/t/examples.t

[svn:parrot] r35969 - in trunk: . languages/unlambda languages/unlambda/config/makefiles languages/unlambda/t

2009-01-24 Thread bernhard
Author: bernhard Date: Sat Jan 24 14:06:06 2009 New Revision: 35969 Modified: trunk/MANIFEST.SKIP trunk/languages/unlambda/ (props changed) trunk/languages/unlambda/config/makefiles/root.in trunk/languages/unlambda/t/examples.t Log: [unlambda] build unl.pbc and use it for testing

[svn:parrot] r35970 - trunk/languages/unlambda

2009-01-24 Thread bernhard
Author: bernhard Date: Sat Jan 24 14:10:29 2009 New Revision: 35970 Modified: trunk/languages/unlambda/unl.pir Log: [unlambda] PIR formatting Modified: trunk/languages/unlambda/unl.pir == --- trunk/languages

[svn:parrot] r35906 - trunk/languages/pipp/src/pct

2009-01-23 Thread bernhard
Author: bernhard Date: Fri Jan 23 03:54:43 2009 New Revision: 35906 Modified: trunk/languages/pipp/src/pct/grammar.pg Log: [Pipp] Formating of grammar file Modified: trunk/languages/pipp/src/pct/grammar.pg

[svn:parrot] r35907 - in trunk/languages/pipp: docs src/pct t/php

2009-01-23 Thread bernhard
Author: bernhard Date: Fri Jan 23 03:55:00 2009 New Revision: 35907 Modified: trunk/languages/pipp/docs/internals.pod trunk/languages/pipp/src/pct/actions.pm trunk/languages/pipp/src/pct/grammar.pg trunk/languages/pipp/t/php/functions.t Log: [Pipp] Start working on support

[svn:parrot] r35908 - trunk/languages/pipp/t/php

2009-01-23 Thread bernhard
Author: bernhard Date: Fri Jan 23 03:55:11 2009 New Revision: 35908 Modified: trunk/languages/pipp/t/php/functions.t Log: [Pipp] Fix expected test output. Modified: trunk/languages/pipp/t/php/functions.t == --- trunk

[svn:parrot] r35911 - trunk/languages/pipp/src/pct

2009-01-23 Thread bernhard
Author: bernhard Date: Fri Jan 23 06:01:02 2009 New Revision: 35911 Modified: trunk/languages/pipp/src/pct/actions.pm Log: [Pipp] the postfix '_hidden' is not used Modified: trunk/languages/pipp/src/pct/actions.pm

[svn:parrot] r35912 - trunk/languages/pipp/src/pct

2009-01-23 Thread bernhard
Author: bernhard Date: Fri Jan 23 06:31:21 2009 New Revision: 35912 Modified: trunk/languages/pipp/src/pct/actions.pm Log: [Pipp] '_hidden' is used after all, in 'use' declarations Modified: trunk/languages/pipp/src/pct/actions.pm

[svn:parrot] r35913 - trunk/languages/pipp/t/php

2009-01-23 Thread bernhard
Author: bernhard Date: Fri Jan 23 06:59:13 2009 New Revision: 35913 Modified: trunk/languages/pipp/t/php/functions.t Log: [Pipp] untodo a test case Modified: trunk/languages/pipp/t/php/functions.t == --- trunk

[svn:parrot] r35915 - in trunk/languages/pipp: src/common t/php

2009-01-23 Thread bernhard
Author: bernhard Date: Fri Jan 23 11:10:12 2009 New Revision: 35915 Modified: trunk/languages/pipp/src/common/php_string.pir trunk/languages/pipp/t/php/string.t Log: [Pipp] implement str_replace partially Modified: trunk/languages/pipp/src/common/php_string.pir

[svn:parrot] r35916 - trunk/tools/dev

2009-01-23 Thread bernhard
Author: bernhard Date: Fri Jan 23 11:19:58 2009 New Revision: 35916 Modified: trunk/tools/dev/mk_gitignore.pl Log: [Pipp] Adapt POD for tools/dev/mk_gitignore.pl Modified: trunk/tools/dev/mk_gitignore.pl == --- trunk

[svn:parrot] r35918 - in trunk/languages/pipp: . src/common t/php

2009-01-23 Thread bernhard
Author: bernhard Date: Fri Jan 23 12:23:30 2009 New Revision: 35918 Modified: trunk/languages/pipp/pipp.pir trunk/languages/pipp/src/common/php_dir.pir trunk/languages/pipp/src/common/php_info.pir trunk/languages/pipp/t/php/constant.t Log: [Pipp] Register constants

[svn:parrot] r35922 - in trunk: . languages/pipp/src/common

2009-01-23 Thread bernhard
Author: bernhard Date: Fri Jan 23 12:50:06 2009 New Revision: 35922 Added: trunk/languages/pipp/src/common/php_filesystem.pir (contents, props changed) - copied, changed from r35918, /trunk/languages/pipp/src/common/php_file.pir Modified: trunk/MANIFEST Log: [Pipp] Add file

[svn:parrot] r35925 - in trunk/languages/pipp: config/makefiles src/common t/php

2009-01-23 Thread bernhard
Author: bernhard Date: Fri Jan 23 13:47:39 2009 New Revision: 35925 Modified: trunk/languages/pipp/config/makefiles/root.in trunk/languages/pipp/src/common/php_file.pir trunk/languages/pipp/src/common/php_filesystem.pir trunk/languages/pipp/src/common/php_standard.pir trunk

[svn:parrot] r35876 - trunk/languages/pipp/docs

2009-01-22 Thread bernhard
Author: bernhard Date: Thu Jan 22 02:26:22 2009 New Revision: 35876 Modified: trunk/languages/pipp/docs/internals.pod Log: [Pipp] Add two links WRT extensions Modified: trunk/languages/pipp/docs/internals.pod

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

2009-01-22 Thread bernhard
Author: bernhard Date: Thu Jan 22 04:05:24 2009 New Revision: 35880 Modified: trunk/compilers/imcc/pbc.c Log: [codingstd] linelenght.t Modified: trunk/compilers/imcc/pbc.c == --- trunk/compilers/imcc/pbc.c (original

[svn:parrot] r35881 - trunk/languages/perl6/src/classes

2009-01-22 Thread bernhard
Author: bernhard Date: Thu Jan 22 04:05:44 2009 New Revision: 35881 Modified: trunk/languages/perl6/src/classes/Range.pir Log: [codingstd] trailing_space.t Modified: trunk/languages/perl6/src/classes/Range.pir

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

2009-01-22 Thread bernhard
Author: bernhard Date: Thu Jan 22 04:05:55 2009 New Revision: 35882 Modified: trunk/compilers/imcc/pbc.c Log: [C] give free the memory for 'name' Modified: trunk/compilers/imcc/pbc.c == --- trunk/compilers/imcc/pbc.c

[svn:parrot] r35885 - trunk/languages/pipp/docs

2009-01-22 Thread bernhard
Author: bernhard Date: Thu Jan 22 05:12:06 2009 New Revision: 35885 Modified: trunk/languages/pipp/docs/testing.pod Log: [Pipp] PARROT_VARIANT is no longer used, update PARROT_HOME to new (local) dir Modified: trunk/languages/pipp/docs/testing.pod

[svn:parrot] r35886 - trunk/languages/pipp

2009-01-22 Thread bernhard
Author: bernhard Date: Thu Jan 22 05:12:17 2009 New Revision: 35886 Modified: trunk/languages/pipp/pipp.pir Log: [Pipp] Call '_dumper' in ['parrot'], not in the current namespace Modified: trunk/languages/pipp/pipp.pir

[svn:parrot] r35887 - trunk/languages/pipp

2009-01-22 Thread bernhard
Author: bernhard Date: Thu Jan 22 05:12:26 2009 New Revision: 35887 Modified: trunk/languages/pipp/pipp.pir Log: [Pipp] remove debug output Modified: trunk/languages/pipp/pipp.pir == --- trunk/languages/pipp/pipp.pir

[svn:parrot] r35888 - trunk/languages/pipp

2009-01-22 Thread bernhard
Author: bernhard Date: Thu Jan 22 05:12:36 2009 New Revision: 35888 Modified: trunk/languages/pipp/pipp.pir Log: [Pipp] determine the PHP source fn in parse_arguments() Modified: trunk/languages/pipp/pipp.pir

[svn:parrot] r35889 - trunk/languages/pipp/docs

2009-01-22 Thread bernhard
Author: bernhard Date: Thu Jan 22 07:42:08 2009 New Revision: 35889 Modified: trunk/languages/pipp/docs/testing.pod Log: [Pipp] two comment in testing.pod Modified: trunk/languages/pipp/docs/testing.pod == --- trunk

[svn:parrot] r35857 - trunk

2009-01-21 Thread bernhard
Author: bernhard Date: Wed Jan 21 01:09:52 2009 New Revision: 35857 Modified: trunk/parrot.spec Log: [install] remove dependencies on bc and m4 Modified: trunk/parrot.spec == --- trunk/parrot.spec (original

[svn:parrot] r35800 - in trunk/languages/pipp: docs src/common src/pct t/php

2009-01-20 Thread bernhard
Author: bernhard Date: Tue Jan 20 05:51:49 2009 New Revision: 35800 Modified: trunk/languages/pipp/docs/internals.pod trunk/languages/pipp/src/common/guts.pir trunk/languages/pipp/src/pct/actions.pm trunk/languages/pipp/src/pct/grammar.pg trunk/languages/pipp/t/php/oo.t Log: [Pipp

[svn:parrot] r35801 - trunk/languages/pipp/src/pct

2009-01-20 Thread bernhard
Author: bernhard Date: Tue Jan 20 05:52:08 2009 New Revision: 35801 Modified: trunk/languages/pipp/src/pct/actions.pm Log: [Pipp] handle class_member_definition in a single location Modified: trunk/languages/pipp/src/pct/actions.pm

[svn:parrot] r35802 - trunk/languages/pipp/src/pct

2009-01-20 Thread bernhard
Author: bernhard Date: Tue Jan 20 05:52:19 2009 New Revision: 35802 Modified: trunk/languages/pipp/src/pct/actions.pm Log: [Pipp] delete commented out code Modified: trunk/languages/pipp/src/pct/actions.pm

[svn:parrot] r35803 - trunk/languages/pipp/src/pct

2009-01-20 Thread bernhard
Author: bernhard Date: Tue Jan 20 05:52:30 2009 New Revision: 35803 Modified: trunk/languages/pipp/src/pct/actions.pm Log: [Pipp] Eliminate $methods_block Modified: trunk/languages/pipp/src/pct/actions.pm

[svn:parrot] r35804 - trunk/languages/pipp/t/php

2009-01-20 Thread bernhard
Author: bernhard Date: Tue Jan 20 06:06:21 2009 New Revision: 35804 Modified: trunk/languages/pipp/t/php/oo.t Log: [Pipp] add test with member declaration after method declaration Modified: trunk/languages/pipp/t/php/oo.t

[svn:parrot] r35805 - trunk/languages/pipp/src/pct

2009-01-20 Thread bernhard
Author: bernhard Date: Tue Jan 20 06:06:32 2009 New Revision: 35805 Modified: trunk/languages/pipp/src/pct/actions.pm Log: [Pipp] Create the class in the 'open' block Modified: trunk/languages/pipp/src/pct/actions.pm

[svn:parrot] r35808 - trunk/languages/pipp/src/pct

2009-01-20 Thread bernhard
Author: bernhard Date: Tue Jan 20 06:26:29 2009 New Revision: 35808 Modified: trunk/languages/pipp/src/pct/grammar.pg Log: [Pipp] order of declaration don't matter Modified: trunk/languages/pipp/src/pct/grammar.pg

[svn:parrot] r35809 - trunk/languages/pipp/src/pct

2009-01-20 Thread bernhard
Author: bernhard Date: Tue Jan 20 06:26:42 2009 New Revision: 35809 Modified: trunk/languages/pipp/src/pct/actions.pm trunk/languages/pipp/src/pct/grammar.pg Log: [Pipp] Put code for class_member_definition into an action Modified: trunk/languages/pipp/src/pct/actions.pm

[svn:parrot] r35810 - in trunk: . languages/pipp/src/pct languages/pipp/t/php

2009-01-20 Thread bernhard
Author: bernhard Date: Tue Jan 20 07:06:23 2009 New Revision: 35810 Modified: trunk/NEWS trunk/languages/pipp/src/pct/actions.pm trunk/languages/pipp/src/pct/grammar.pg trunk/languages/pipp/t/php/oo.t Log: [Pipp] initial support for static members Modified: trunk/NEWS

[svn:parrot] r35811 - trunk/languages/pipp/src/pct

2009-01-20 Thread bernhard
Author: bernhard Date: Tue Jan 20 07:34:45 2009 New Revision: 35811 Modified: trunk/languages/pipp/src/pct/actions.pm trunk/languages/pipp/src/pct/grammar.pg Log: [Pipp] Use class_member_or_method_definition as a wrapper for stuff inside a class definition Modified: trunk/languages/pipp

[svn:parrot] r35815 - in trunk/languages/pipp: src/pct t/php

2009-01-20 Thread bernhard
Author: bernhard Date: Tue Jan 20 08:37:20 2009 New Revision: 35815 Modified: trunk/languages/pipp/src/pct/actions.pm trunk/languages/pipp/t/php/oo.t Log: [Pipp] Assign __CLASS__ with parsed classname Modified: trunk/languages/pipp/src/pct/actions.pm

[svn:parrot] r35816 - trunk

2009-01-20 Thread bernhard
Author: bernhard Date: Tue Jan 20 08:37:31 2009 New Revision: 35816 Modified: trunk/NEWS Log: update NEWS, __CLASS__ for Pipp Modified: trunk/NEWS == --- trunk/NEWS (original) +++ trunk/NEWS Tue Jan 20 08:37:31

[svn:parrot] r35819 - in trunk: . languages/pipp/src/pct languages/pipp/t/php

2009-01-20 Thread bernhard
Author: bernhard Date: Tue Jan 20 08:56:10 2009 New Revision: 35819 Modified: trunk/NEWS trunk/languages/pipp/src/pct/actions.pm trunk/languages/pipp/t/php/oo.t Log: [Pipp] Add support for __METHOD__ Modified: trunk/NEWS

[svn:parrot] r35741 - trunk

2009-01-19 Thread bernhard
Author: bernhard Date: Mon Jan 19 03:27:09 2009 New Revision: 35741 Modified: trunk/NEWS Log: [Pipp] NEWS item about constants Modified: trunk/NEWS == --- trunk/NEWS (original) +++ trunk/NEWS Mon Jan 19 03:27:09

[svn:parrot] r35742 - trunk

2009-01-19 Thread bernhard
Author: bernhard Date: Mon Jan 19 03:27:18 2009 New Revision: 35742 Modified: trunk/DEPRECATED.pod Log: [docs] fix a typo Modified: trunk/DEPRECATED.pod == --- trunk/DEPRECATED.pod(original) +++ trunk

[svn:parrot] r35743 - trunk/src

2009-01-19 Thread bernhard
Author: bernhard Date: Mon Jan 19 03:27:28 2009 New Revision: 35743 Modified: trunk/src/packfile.c Log: [codingstd] Move ASSERT_ARGS(sub_pragma) to top of function Modified: trunk/src/packfile.c == --- trunk/src

[svn:parrot] r35746 - trunk/languages/pipp/docs

2009-01-19 Thread bernhard
Author: bernhard Date: Mon Jan 19 05:12:23 2009 New Revision: 35746 Modified: trunk/languages/pipp/docs/internals.pod Log: [Pipp] add ling to namespaces FAQ Modified: trunk/languages/pipp/docs/internals.pod

[svn:parrot] r35747 - trunk/languages/pipp/docs

2009-01-19 Thread bernhard
Author: bernhard Date: Mon Jan 19 05:12:35 2009 New Revision: 35747 Modified: trunk/languages/pipp/docs/internals.pod Log: [Pipp] type hints are TODO Modified: trunk/languages/pipp/docs/internals.pod == --- trunk

[svn:parrot] r35748 - trunk/languages/pipp/docs

2009-01-19 Thread bernhard
Author: bernhard Date: Mon Jan 19 05:12:45 2009 New Revision: 35748 Modified: trunk/languages/pipp/docs/internals.pod Log: [Pipp] edit cycle over internals.pod Modified: trunk/languages/pipp/docs/internals.pod

[svn:parrot] r35749 - in trunk/languages/pipp: docs src/pct

2009-01-19 Thread bernhard
Author: bernhard Date: Mon Jan 19 05:13:00 2009 New Revision: 35749 Modified: trunk/languages/pipp/docs/pipp.pod trunk/languages/pipp/src/pct/grammar.pg Log: [Pipp]mark leading backslash in 'name', leading backslash is not allowed in namespace declaration Modified: trunk/languages/pipp

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

2009-01-19 Thread bernhard
Author: bernhard Date: Mon Jan 19 05:27:17 2009 New Revision: 35750 Modified: trunk/t/codingstd/svn_id.t Log: [codingstd] unexpanded SVN tags are OK for git-svn users and for new files Modified: trunk/t/codingstd/svn_id.t

[svn:parrot] r35751 - trunk/languages/pipp/src/pct

2009-01-19 Thread bernhard
Author: bernhard Date: Mon Jan 19 05:50:45 2009 New Revision: 35751 Modified: trunk/languages/pipp/src/pct/actions.pm trunk/languages/pipp/src/pct/grammar.pg Log: [Pipp] Eliminate token constant_name Modified: trunk/languages/pipp/src/pct/actions.pm

[svn:parrot] r35752 - trunk/languages/pipp/t/php

2009-01-19 Thread bernhard
Author: bernhard Date: Mon Jan 19 05:50:56 2009 New Revision: 35752 Modified: trunk/languages/pipp/t/php/namespace.t Log: [Pipp] FOO in different namespace block Modified: trunk/languages/pipp/t/php/namespace.t

[svn:parrot] r35756 - in trunk/languages/pipp: src/pct t/php

2009-01-19 Thread bernhard
Author: bernhard Date: Mon Jan 19 06:50:34 2009 New Revision: 35756 Modified: trunk/languages/pipp/src/pct/actions.pm trunk/languages/pipp/src/pct/grammar.pg trunk/languages/pipp/t/php/namespace.t Log: [Pipp] Add support for constants with fully qualified name. Keep the trailing

[svn:parrot] r35757 - trunk/languages/pipp/t/php

2009-01-19 Thread bernhard
Author: bernhard Date: Mon Jan 19 07:15:35 2009 New Revision: 35757 Modified: trunk/languages/pipp/t/php/namespace.t Log: [Pipp] fix expected test output Modified: trunk/languages/pipp/t/php/namespace.t == --- trunk

[svn:parrot] r35758 - trunk

2009-01-19 Thread bernhard
Author: bernhard Date: Mon Jan 19 07:27:42 2009 New Revision: 35758 Modified: trunk/NEWS Log: NEWS about Pipp and m4 Modified: trunk/NEWS == --- trunk/NEWS (original) +++ trunk/NEWS Mon Jan 19 07:27:42 2009

[svn:parrot] r35711 - trunk

2009-01-18 Thread bernhard
Author: bernhard Date: Sun Jan 18 03:20:45 2009 New Revision: 35711 Modified: trunk/MANIFEST trunk/MANIFEST.SKIP Log: [condingstd] run mk_manifest_and_skip.pl Modified: trunk/MANIFEST == --- trunk/MANIFEST

[svn:parrot] r35714 - in trunk: . config/gen config/gen/makefiles languages/WMLScript/t/Parrot/Test languages/dotnet/t languages/lua/t languages/lua/t/Parrot/Test languages/m4 languages/parrot_compile

2009-01-18 Thread bernhard
Author: bernhard Date: Sun Jan 18 04:09:17 2009 New Revision: 35714 Removed: trunk/languages/m4/ Modified: trunk/MANIFEST trunk/MANIFEST.SKIP trunk/MANIFEST.generated trunk/config/gen/languages.pm trunk/config/gen/makefiles/languages.in trunk/languages/WMLScript/t/Parrot/Test

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

2009-01-18 Thread bernhard
Author: bernhard Date: Sun Jan 18 04:14:08 2009 New Revision: 35715 Modified: trunk/config/gen/makefiles/languages.in Log: Add target co-m4 to languages/Makefile Modified: trunk/config/gen/makefiles/languages.in

[svn:parrot] r35716 - in trunk: . languages

2009-01-18 Thread bernhard
Author: bernhard Date: Sun Jan 18 04:55:47 2009 New Revision: 35716 Modified: trunk/MANIFEST.SKIP trunk/languages/ (props changed) Log: Ignore language checkouts 'tcl' and 'm4' Modified: trunk/MANIFEST.SKIP

[svn:parrot] r35671 - in trunk/src: dynpmc pmc

2009-01-17 Thread bernhard
Author: bernhard Date: Sat Jan 17 02:43:56 2009 New Revision: 35671 Modified: trunk/src/dynpmc/gdbmhash.pmc trunk/src/pmc/nci.pmc Log: [codingstd] tabs.t Modified: trunk/src/dynpmc/gdbmhash.pmc == --- trunk/src

  1   2   3   4   5   6   7   8   9   10   >