[svn:parrot] r27375 - trunk/languages/lua/src/pmc

2008-05-07 Thread paultcochrane
Author: paultcochrane Date: Wed May 7 01:53:04 2008 New Revision: 27375 Modified: trunk/languages/lua/src/pmc/luabytecode.pmc Log: [lua] Keep c_parens coding standard test happy Modified: trunk/languages/lua/src/pmc/luabytecode.pmc

[svn:parrot] r26018 - in trunk: config/auto include/parrot

2008-02-23 Thread paultcochrane
Author: paultcochrane Date: Sat Feb 23 03:52:57 2008 New Revision: 26018 Modified: trunk/config/auto/arch.pm (props changed) trunk/include/parrot/oo.h (props changed) trunk/include/parrot/oo_private.h (props changed) Log: [core, config] Updating svn properties appropriately so the

[svn:parrot] r26017 - trunk/languages/abc/src

2008-02-23 Thread paultcochrane
Author: paultcochrane Date: Sat Feb 23 03:51:54 2008 New Revision: 26017 Modified: trunk/languages/abc/src/grammar-actions.pl (props changed) trunk/languages/abc/src/grammar.pg (props changed) Log: [abc] Updating svn properties appropriately so the file_metadata test runs correctly for

[svn:parrot] r26016 - in trunk/languages/perl6/src: classes parser

2008-02-23 Thread paultcochrane
Author: paultcochrane Date: Sat Feb 23 03:51:20 2008 New Revision: 26016 Modified: trunk/languages/perl6/src/classes/Object.pir (props changed) trunk/languages/perl6/src/parser/actions.pm (props changed) trunk/languages/perl6/src/parser/grammar-oper.pg (props changed) trunk

[svn:parrot] r26015 - in trunk/lib/Parrot: Configure Pmc2c

2008-02-23 Thread paultcochrane
Author: paultcochrane Date: Sat Feb 23 03:50:35 2008 New Revision: 26015 Modified: trunk/lib/Parrot/Configure/Compiler.pm (props changed) trunk/lib/Parrot/Configure/Step.pm (props changed) trunk/lib/Parrot/Configure/Utils.pm (props changed) trunk/lib/Parrot/Pmc2c

[svn:parrot] r26014 - in trunk/t: configure oo postconfigure tools/pmc2cutils

2008-02-23 Thread paultcochrane
Author: paultcochrane Date: Sat Feb 23 03:47:48 2008 New Revision: 26014 Modified: trunk/t/configure/017-revision_from_cache.t (props changed) trunk/t/configure/018-revision_to_cache.t (props changed) trunk/t/oo/isa.t (props changed) trunk/t/oo/methods.t (props changed

[svn:parrot] r26013 - trunk/src

2008-02-23 Thread paultcochrane
Author: paultcochrane Date: Sat Feb 23 03:44:12 2008 New Revision: 26013 Modified: trunk/src/oo.c (props changed) Log: [core] For some reason svk hasn't picked up the svn properties properly, so setting them here. This in some sense is a test commit (for that I apologise in advanc

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

2008-02-22 Thread paultcochrane
Author: paultcochrane Date: Fri Feb 22 12:46:54 2008 New Revision: 25995 Modified: trunk/src/pmc/sub.pmc Log: [pmc] VTABLE_() function lines need to be all on one line for icc to be able to build them... Modified: trunk/src/pmc/sub.pmc

[svn:parrot] r25869 - in trunk: . src/ops t/pmc

2008-02-19 Thread paultcochrane
Author: paultcochrane Date: Tue Feb 19 01:17:41 2008 New Revision: 25869 Modified: trunk/DEPRECATED.pod trunk/src/ops/experimental.ops trunk/t/pmc/integer.t Log: [core] Removed deprecated instantiate opcode as per patch in RT#50938 (with the one minor modification that I needed to

[svn:parrot] r25767 - in trunk: . include/parrot src/ops t/pmc

2008-02-16 Thread paultcochrane
Author: paultcochrane Date: Sat Feb 16 09:10:56 2008 New Revision: 25767 Modified: trunk/DEPRECATED.pod trunk/include/parrot/pmc.h trunk/src/ops/experimental.ops trunk/t/pmc/class.t trunk/t/pmc/pmc.t Log: [core,t] Applied patch supplied in RT#42375, with the "I am a class&

[svn:parrot] r25765 - in trunk: . docs/pdds src

2008-02-16 Thread paultcochrane
Author: paultcochrane Date: Sat Feb 16 08:39:37 2008 New Revision: 25765 Modified: trunk/DEPRECATED.pod trunk/src/vtable.tbl Changes in other areas also in this revision: Modified: trunk/docs/pdds/pdd17_pmc.pod Log: [src,docs] Applying patch in RT#48142 which removes the deprecated

[svn:parrot] r25763 - trunk/config/inter

2008-02-16 Thread paultcochrane
Author: paultcochrane Date: Sat Feb 16 08:25:35 2008 New Revision: 25763 Modified: trunk/config/inter/libparrot.pm Log: [config] Applied patch from Andy Dougherty in RT#50066. This now fixes the issue whereby LIBPARROT_STATIC wasn't being expanded properly and therefore caused Solar

[svn:parrot] r25062 - trunk/compilers/pirc/src

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 10:44:54 2008 New Revision: 25062 Modified: trunk/compilers/pirc/src/pirutil.c Log: [pirc] Converted getclass to get_class as per RT#47972 Modified: trunk/compilers/pirc/src/pirutil.c

[svn:parrot] r25061 - trunk/compilers/past-pm/PAST

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 10:44:40 2008 New Revision: 25061 Modified: trunk/compilers/past-pm/PAST/Node.pir Log: [past-pm] Converted getclass to get_class as per RT#47972 Modified: trunk/compilers/past-pm/PAST/Node.pir

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

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 10:44:24 2008 New Revision: 25060 Modified: trunk/src/pmc/parrotio.pmc Log: [pmc] Converted getclass to get_class as per RT#47972 Modified: trunk/src/pmc/parrotio.pmc

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

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 10:43:53 2008 New Revision: 25059 Modified: trunk/t/pmc/builtin.t trunk/t/pmc/complex.t trunk/t/pmc/pair.t Log: [t] Converted getclass to get_class as per RT#47972 Modified: trunk/t/pmc/builtin.t

[svn:parrot] r25058 - in trunk/runtime/parrot/library: Data/Dumper Parrot SDL Test

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 10:42:29 2008 New Revision: 25058 Modified: trunk/runtime/parrot/library/Data/Dumper/Default.pir trunk/runtime/parrot/library/Parrot/Exception.pir trunk/runtime/parrot/library/Parrot/HLLCompiler.pir trunk/runtime/parrot/library/SDL

[svn:parrot] r25057 - trunk/src/ops

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 10:41:45 2008 New Revision: 25057 Modified: trunk/src/ops/experimental.ops Log: [ops] Removed the experimental getclass opcode as part of RT#47972 and corrected some docs. Modified: trunk/src/ops/experimental.ops

[svn:parrot] r25053 - trunk

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 08:56:47 2008 New Revision: 25053 Modified: trunk/DEPRECATED.pod Log: Removed section about new Integer or new .Integer needing to be converted to new 'Integer' as this has just been cleaned up. This should now close ticket RT#48024 Modif

[svn:parrot] r25052 - trunk/languages/c99/src

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 08:54:58 2008 New Revision: 25052 Modified: trunk/languages/c99/src/CPP_PASTNodes.pir Log: [c99] Converted new .Integer to new 'Integer' as per RT#48024 Modified: trunk/languages/c99/src/CPP_PAS

[svn:parrot] r25051 - trunk/languages/dotnet/src

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 08:54:44 2008 New Revision: 25051 Modified: trunk/languages/dotnet/src/translator.pir Log: [dotnet] Converted new .Integer to new 'Integer' as per RT#48024 Modified: trunk/languages/dotnet/src/tran

[svn:parrot] r25050 - trunk/languages/pynie/src/builtins

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 08:54:30 2008 New Revision: 25050 Modified: trunk/languages/pynie/src/builtins/funcs.pir trunk/languages/pynie/src/builtins/io.pir Log: [pynie] Converted new .Integer to new 'Integer' as per RT#48024 Modified: trunk/languages/pynie/sr

[svn:parrot] r25049 - trunk/languages/cardinal/src

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 08:54:14 2008 New Revision: 25049 Modified: trunk/languages/cardinal/src/PAST.pir Log: [cardinal] Converted new .Integer to new 'Integer' as per RT#48024 Modified: trunk/languages/cardinal/sr

[svn:parrot] r25048 - trunk/languages/PIR/examples

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 08:54:02 2008 New Revision: 25048 Modified: trunk/languages/PIR/examples/dot.pir Log: [PIR] Converted new .Integer to new 'Integer' as per RT#48024 Modified: trunk/languages/PIR/exampl

[svn:parrot] r25047 - trunk/languages/forth

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 08:53:45 2008 New Revision: 25047 Modified: trunk/languages/forth/tokenstream.pir trunk/languages/forth/variablestack.pir trunk/languages/forth/words.pir Log: [forth] Converted new .Integer to new 'Integer' as per RT#48024 Modif

[svn:parrot] r25046 - trunk/languages/m4/src

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 08:53:31 2008 New Revision: 25046 Modified: trunk/languages/m4/src/builtin.pir Log: [m4] Converted new .Integer to new 'Integer' as per RT#48024 Modified: trunk/languages/m4/src/b

[svn:parrot] r25045 - trunk/compilers/past-pm/PAST

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 08:53:14 2008 New Revision: 25045 Modified: trunk/compilers/past-pm/PAST/Node.pir Log: [past-pm] Converted new .Integer to new 'Integer' as per RT#48024 Modified: trunk/compilers/past-pm/PAS

[svn:parrot] r25043 - trunk/t/compilers/imcc/reg

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 08:38:25 2008 New Revision: 25043 Modified: trunk/t/compilers/imcc/reg/spill.t Log: [t/compilers/imcc] Converted new Integer to new 'Integer' as per RT#48024 Modified: trunk/t/compilers/imcc/r

[svn:parrot] r25042 - in trunk/languages/dotnet: src t

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 08:38:03 2008 New Revision: 25042 Modified: trunk/languages/dotnet/src/translator.pir trunk/languages/dotnet/t/field.t trunk/languages/dotnet/t/mp_pmc.t trunk/languages/dotnet/t/staticfield.t trunk/languages/dotnet/t/staticmethod.t Log

[svn:parrot] r25041 - trunk/languages/cardinal/src

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 08:37:38 2008 New Revision: 25041 Modified: trunk/languages/cardinal/src/CardinalBuiltins.pir Log: [cardinal] Converted new Integer to new 'Integer' as per RT#48024 Modified: trunk/languages/cardinal/src/CardinalBu

[svn:parrot] r25040 - trunk/languages/Zcode

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 08:37:24 2008 New Revision: 25040 Modified: trunk/languages/Zcode/z3main.pir Log: [Zcode] Converted new Integer to new 'Integer' as per RT#48024 Modified: trunk/languages/Zcode/

[svn:parrot] r25039 - in trunk/examples: benchmarks pir

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 08:36:31 2008 New Revision: 25039 Modified: trunk/examples/benchmarks/overload.pir trunk/examples/pir/thr-primes.pir Log: [examples] Converted new Integer to new 'Integer' as per RT#48024 Modified: trunk/examples/benchmarks/ov

[svn:parrot] r25038 - trunk

2008-01-20 Thread paultcochrane
Author: paultcochrane Date: Sun Jan 20 07:57:30 2008 New Revision: 25038 Modified: trunk/DEPRECATED.pod Log: Minor pod correction Modified: trunk/DEPRECATED.pod == --- trunk/DEPRECATED.pod(original

[svn:parrot] r24758 - trunk/ext/Parrot-Embed/t

2008-01-11 Thread paultcochrane
Author: paultcochrane Date: Fri Jan 11 08:40:49 2008 New Revision: 24758 Modified: trunk/ext/Parrot-Embed/t/pod-coverage.t Log: [Parrot-Embed] Added C and C pragmas Modified: trunk/ext/Parrot-Embed/t/pod-coverage.t

[svn:parrot] r24757 - trunk/lib/Parrot/Configure

2008-01-11 Thread paultcochrane
Author: paultcochrane Date: Fri Jan 11 08:39:42 2008 New Revision: 24757 Modified: trunk/lib/Parrot/Configure/Utils.pm Log: [lib] Removed trailing whitespace Modified: trunk/lib/Parrot/Configure/Utils.pm

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

2008-01-11 Thread paultcochrane
Author: paultcochrane Date: Fri Jan 11 08:39:25 2008 New Revision: 24756 Modified: trunk/config/auto/readline.pm trunk/config/auto/warnings.pm Log: [config] Removed trailing whitespace Modified: trunk/config/auto/readline.pm

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

2008-01-11 Thread paultcochrane
Author: paultcochrane Date: Fri Jan 11 08:38:36 2008 New Revision: 24755 Modified: trunk/tools/dev/nopaste.pl Log: [tools] Using a portable perl shebang line Modified: trunk/tools/dev/nopaste.pl == --- trunk/tools

[svn:parrot] r24754 - in trunk/t: configure tools/ops2cutils

2008-01-11 Thread paultcochrane
Author: paultcochrane Date: Fri Jan 11 08:37:24 2008 New Revision: 24754 Modified: trunk/t/configure/005-run_one_step.t trunk/t/configure/008-verbose_step_number.t trunk/t/configure/011-no_description.t trunk/t/configure/013-die.t trunk/t/configure/034-step.t trunk/t/configure

[svn:parrot] r24753 - trunk/languages/punie/t/distro

2008-01-11 Thread paultcochrane
Author: paultcochrane Date: Fri Jan 11 08:03:52 2008 New Revision: 24753 Modified: trunk/languages/punie/t/distro/TEST (props changed) Log: [languages] Setting svn properties appropriately

[svn:parrot] r24035 - trunk/src

2007-12-18 Thread paultcochrane
Author: paultcochrane Date: Tue Dec 18 04:09:52 2007 New Revision: 24035 Modified: trunk/src/scheduler.c Log: [core] Function calls with CONST_STRING in them need to be all on the one line to keep icc happy Modified: trunk/src/scheduler.c

[svn:parrot] r24015 - trunk/ext/Parrot-Embed/t

2007-12-17 Thread paultcochrane
Author: paultcochrane Date: Mon Dec 17 12:26:11 2007 New Revision: 24015 Modified: trunk/ext/Parrot-Embed/t/pod-coverage.t Log: [t] - Added svn Id keyword line - Added copyright statement - Added perl coda Modified: trunk/ext/Parrot-Embed/t/pod-coverage.t

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

2007-12-11 Thread paultcochrane
Author: paultcochrane Date: Tue Dec 11 14:55:00 2007 New Revision: 23768 Modified: trunk/compilers/imcc/pcc.c Log: [imcc] Removed "ignoring return value" compiler warnings Modified: trunk/compilers/

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

2007-12-11 Thread paultcochrane
Author: paultcochrane Date: Tue Dec 11 13:59:55 2007 New Revision: 23766 Modified: trunk/compilers/imcc/instructions.c trunk/compilers/imcc/optimizer.c trunk/compilers/imcc/pcc.c Log: [imcc] Updated function documentation Modified: trunk/compilers/imcc/instructions.c

[svn:parrot] r23765 - in trunk/src: . atomic

2007-12-11 Thread paultcochrane
Author: paultcochrane Date: Tue Dec 11 13:57:08 2007 New Revision: 23765 Modified: trunk/src/atomic/gcc_x86.c trunk/src/builtin.c trunk/src/debug.c trunk/src/interpreter.c trunk/src/misc.c trunk/src/packfile.c trunk/src/scheduler.c trunk/src/string.c Log: [core] Updated

[svn:parrot] r23763 - trunk/languages/eclectus/src/pmc

2007-12-11 Thread paultcochrane
Author: paultcochrane Date: Tue Dec 11 13:24:04 2007 New Revision: 23763 Modified: trunk/languages/eclectus/src/pmc/eclectuscharacter.pmc trunk/languages/eclectus/src/pmc/eclectusemptylist.pmc Log: [eclectus] Adjusting parenthesis spacing in accordance with coding standards Modified

[svn:parrot] r23762 - trunk/languages/eclectus/src/pmc

2007-12-11 Thread paultcochrane
Author: paultcochrane Date: Tue Dec 11 13:21:57 2007 New Revision: 23762 Modified: trunk/languages/eclectus/src/pmc/eclectuscharacter.pmc Log: [eclectus] Converted hard tabs to space Modified: trunk/languages/eclectus/src/pmc/eclectuscharacter.pmc

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

2007-12-09 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 9 14:02:37 2007 New Revision: 23677 Modified: trunk/compilers/imcc/parser_util.c Log: [imcc] Removed an unused return value compiler warning. Modified: trunk/compilers/imcc/parser_util.c

[svn:parrot] r23676 - trunk/src

2007-12-09 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 9 14:01:32 2007 New Revision: 23676 Modified: trunk/src/scheduler.c Log: [core] Removed compiler warning by properly casting an argument to pthread_create() Modified: trunk/src/scheduler.c

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

2007-12-09 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 9 13:14:53 2007 New Revision: 23675 Modified: trunk/config/auto/warnings.pm Log: [config] Removed missing format attribute warning from default set of warnings flags as it wasn't bringing us very much. It still remains in the cage warnings

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

2007-12-09 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 9 12:46:36 2007 New Revision: 23674 Modified: trunk/src/pmc/sub.pmc Log: [pmc] Removed trailing whitespace Modified: trunk/src/pmc/sub.pmc == --- trunk/src/pmc/sub.pmc

[svn:parrot] r23673 - trunk/t/configure

2007-12-09 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 9 12:45:33 2007 New Revision: 23673 Modified: trunk/t/configure/123-auto_pmc-02.t Log: [t] Removed trailing whitespace Modified: trunk/t/configure/123-auto_pmc-02.t == --- trunk

[svn:parrot] r23672 - trunk/lib/Parrot/Test

2007-12-09 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 9 12:45:15 2007 New Revision: 23672 Modified: trunk/lib/Parrot/Test/Harness.pm Log: [lib] Removed trailing whitespace Modified: trunk/lib/Parrot/Test/Harness.pm == --- trunk/lib

[svn:parrot] r23671 - in trunk/config: auto init

2007-12-09 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 9 12:44:23 2007 New Revision: 23671 Modified: trunk/config/auto/pack.pm trunk/config/init/defaults.pm Log: [config] Removed trailing whitespace Modified: trunk/config/auto/pack.pm

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

2007-12-09 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 9 12:05:43 2007 New Revision: 23668 Modified: trunk/compilers/imcc/instructions.c trunk/compilers/imcc/optimizer.c trunk/compilers/imcc/parser_util.c trunk/compilers/imcc/pbc.c trunk/compilers/imcc/pcc.c trunk/compilers/imcc/sets.c trunk

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

2007-12-09 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 9 09:18:43 2007 New Revision: 23655 Modified: trunk/compilers/imcc/cfg.c Log: [imcc] Converted TODO items to RT tickets Modified: trunk/compilers/imcc/cfg.c == --- trunk

[svn:parrot] r23654 - in trunk/src: . encodings stm

2007-12-09 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 9 09:18:09 2007 New Revision: 23654 Modified: trunk/src/dynext.c trunk/src/encoding.c trunk/src/encodings/fixed_8.c trunk/src/encodings/ucs2.c trunk/src/encodings/utf16.c trunk/src/encodings/utf8.c trunk/src/exceptions.c trunk/src

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

2007-12-09 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 9 07:19:30 2007 New Revision: 23648 Modified: trunk/compilers/imcc/optimizer.c trunk/compilers/imcc/parser_util.c Log: [imcc] Added space after commas as per coding standards Modified: trunk/compilers/imcc/optimizer.c

[svn:parrot] r23647 - trunk/src

2007-12-09 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 9 07:12:29 2007 New Revision: 23647 Modified: trunk/src/intlist.c Log: [core] Replaced C++ comments into C comments Modified: trunk/src/intlist.c == --- trunk/src/intlist.c

[svn:parrot] r23646 - trunk/examples/past

2007-12-09 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 9 07:04:05 2007 New Revision: 23646 Modified: trunk/examples/past/blocktype_immediate.pir (contents, props changed) Log: [examples] - Added pir coda - Set svn properties appropriately Modified: trunk/examples/past/blocktype_immediate.pir

[svn:parrot] r23644 - trunk/languages/pynie/src/parser

2007-12-09 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 9 06:44:21 2007 New Revision: 23644 Modified: trunk/languages/pynie/src/parser/Actions.pm Log: [pynie] - Added svn Id keyword - Added copyright statement Modified: trunk/languages/pynie/src/parser/Actions.pm

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

2007-12-09 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 9 06:29:37 2007 New Revision: 23642 Modified: trunk/compilers/imcc/symreg.c Log: [imcc] Reduced the length of a line to be within the 100 char limit. Modified: trunk/compilers/imcc/symreg.c

[svn:parrot] r23553 - in trunk/config/gen/platform: cygwin darwin generic netbsd openbsd solaris win32

2007-12-06 Thread paultcochrane
Author: paultcochrane Date: Thu Dec 6 12:29:20 2007 New Revision: 23553 Modified: trunk/config/gen/platform/cygwin/math.c trunk/config/gen/platform/darwin/dl.c trunk/config/gen/platform/generic/math.c trunk/config/gen/platform/netbsd/math.c trunk/config/gen/platform/openbsd/math.c

[svn:parrot] r23550 - in trunk: config/gen/makefiles include/parrot/atomic

2007-12-06 Thread paultcochrane
Author: paultcochrane Date: Thu Dec 6 11:07:28 2007 New Revision: 23550 Modified: trunk/config/gen/makefiles/root.in trunk/include/parrot/atomic/gcc_x86.h Log: [include,config] Moved executable code out of gcc_x86.h into gcc_x86.c. This version of r22938 (which I reverted) compiles with

[svn:parrot] r23547 - in trunk/languages/perl6/src: classes parser

2007-12-06 Thread paultcochrane
Author: paultcochrane Date: Thu Dec 6 10:35:07 2007 New Revision: 23547 Modified: trunk/languages/perl6/src/classes/Str.pir trunk/languages/perl6/src/parser/quote_expression.pir Log: [perl6] Added pir coda Modified: trunk/languages/perl6/src/classes/Str.pir

[svn:parrot] r23546 - trunk/languages/perl6/src/parser

2007-12-06 Thread paultcochrane
Author: paultcochrane Date: Thu Dec 6 10:32:30 2007 New Revision: 23546 Modified: trunk/languages/perl6/src/parser/actions.pm Log: [perl6] - Added svn Id keyword - Added copyright statement - Added perl coda Modified: trunk/languages/perl6/src/parser/actions.pm

[svn:parrot] r23545 - trunk/src

2007-12-06 Thread paultcochrane
Author: paultcochrane Date: Thu Dec 6 10:27:52 2007 New Revision: 23545 Modified: trunk/src/scheduler.c Log: [core] Replaced hard tabs with spaces and removed trailing whitespace Modified: trunk/src/scheduler.c

[svn:parrot] r23538 - in trunk/config/gen/platform: ansi openbsd win32

2007-12-06 Thread paultcochrane
Author: paultcochrane Date: Thu Dec 6 09:01:41 2007 New Revision: 23538 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/openbsd/memexec.c trunk/config/gen/platform/win32/dl.c

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

2007-12-06 Thread paultcochrane
Author: paultcochrane Date: Thu Dec 6 09:01:16 2007 New Revision: 23537 Modified: trunk/compilers/bcg/src/bcg_emitter_pasm.c trunk/compilers/bcg/src/bcg_logger.c trunk/compilers/bcg/src/bcg_op.c trunk/compilers/bcg/src/bcg_reg_alloc_vanilla.c trunk/compilers/bcg/src/bcg_unit.c

[svn:parrot] r23536 - trunk/src

2007-12-06 Thread paultcochrane
Author: paultcochrane Date: Thu Dec 6 09:00:50 2007 New Revision: 23536 Modified: trunk/src/malloc-trace.c Log: [core] Converted more TODO items into RT tickets Modified: trunk/src/malloc-trace.c == --- trunk/src

[svn:parrot] r23532 - trunk/compilers/bcg/src

2007-12-06 Thread paultcochrane
Author: paultcochrane Date: Thu Dec 6 08:39:41 2007 New Revision: 23532 Modified: trunk/compilers/bcg/src/bcg.c trunk/compilers/bcg/src/bcg_emitter_pasm.c trunk/compilers/bcg/src/bcg_logger.c trunk/compilers/bcg/src/bcg_op.c trunk/compilers/bcg/src/bcg_reg_alloc_vanilla.c trunk

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

2007-12-06 Thread paultcochrane
Author: paultcochrane Date: Thu Dec 6 08:39:18 2007 New Revision: 23531 Modified: trunk/compilers/imcc/cfg.c trunk/compilers/imcc/debug.c trunk/compilers/imcc/imc.c trunk/compilers/imcc/instructions.c trunk/compilers/imcc/main.c trunk/compilers/imcc/optimizer.c trunk

[svn:parrot] r23530 - trunk/compilers/pirc/src

2007-12-06 Thread paultcochrane
Author: paultcochrane Date: Thu Dec 6 08:38:51 2007 New Revision: 23530 Modified: trunk/compilers/pirc/src/jsonout.c trunk/compilers/pirc/src/pastout.c trunk/compilers/pirc/src/pirout.c Log: [pirc] Converted TODO items into RT tickets Modified: trunk/compilers/pirc/src/jsonout.c

[svn:parrot] r23529 - in trunk/config/gen/platform: ansi cygwin darwin generic netbsd openbsd solaris win32

2007-12-06 Thread paultcochrane
Author: paultcochrane Date: Thu Dec 6 08:38:21 2007 New Revision: 23529 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/cygwin/math.c trunk/config/gen/platform/darwin/dl.c trunk

[svn:parrot] r23528 - in trunk/examples: c compilers

2007-12-06 Thread paultcochrane
Author: paultcochrane Date: Thu Dec 6 08:37:40 2007 New Revision: 23528 Modified: trunk/examples/c/nanoparrot.c trunk/examples/compilers/japhc.c Log: [examples] Converted TODO items into RT tickets Modified: trunk/examples/c/nanoparrot.c

[svn:parrot] r23501 - trunk/languages/cola

2007-12-05 Thread paultcochrane
Author: paultcochrane Date: Wed Dec 5 07:13:21 2007 New Revision: 23501 Modified: trunk/languages/cola/gen.c trunk/languages/cola/semant.c trunk/languages/cola/sym.c trunk/languages/cola/type.c Log: [cola] Converted TODO items into RT tickets Modified: trunk/languages/cola/gen.c

[svn:parrot] r23500 - trunk/languages/APL/src/pmc

2007-12-05 Thread paultcochrane
Author: paultcochrane Date: Wed Dec 5 07:13:05 2007 New Revision: 23500 Modified: trunk/languages/APL/src/pmc/aplvector.pmc Log: [APL] Converted TODO items into RT tickets Modified: trunk/languages/APL/src/pmc/aplvector.pmc

[svn:parrot] r23499 - trunk/languages/amber/lib/kernel/pmc

2007-12-05 Thread paultcochrane
Author: paultcochrane Date: Wed Dec 5 07:12:43 2007 New Revision: 23499 Modified: trunk/languages/amber/lib/kernel/pmc/amber_array.pmc trunk/languages/amber/lib/kernel/pmc/amber_integer.pmc trunk/languages/amber/lib/kernel/pmc/amber_string.pmc Log: [amber] Converted TODO items into RT

[svn:parrot] r23493 - in trunk/languages: pugs/pmc regex/pmc

2007-12-05 Thread paultcochrane
Author: paultcochrane Date: Wed Dec 5 04:55:03 2007 New Revision: 23493 Modified: trunk/languages/pugs/pmc/pugscapture.pmc trunk/languages/regex/pmc/match.pmc trunk/languages/regex/pmc/matchrange.pmc Log: [regex,pugs] Converted TODO items into RT tickets Modified: trunk/languages

[svn:parrot] r23492 - in trunk/languages/tcl/src: . pmc

2007-12-05 Thread paultcochrane
Author: paultcochrane Date: Wed Dec 5 04:37:04 2007 New Revision: 23492 Modified: trunk/languages/tcl/src/binary.c trunk/languages/tcl/src/pmc/tclstring.pmc Log: [tcl] Converted TODO items into RT tickets Modified: trunk/languages/tcl/src/binary.c

[svn:parrot] r23491 - trunk/t/configure

2007-12-05 Thread paultcochrane
Author: paultcochrane Date: Wed Dec 5 04:15:24 2007 New Revision: 23491 Modified: trunk/t/configure/123-auto_pmc-02.t Log: [t] Added closing C<< > >> so as to keep t/doc/pod.t happy Modified: trunk/t/configure/12

[svn:parrot] r23469 - in trunk/languages: cardinal/src/pmc dotnet/pmc

2007-12-04 Thread paultcochrane
Author: paultcochrane Date: Tue Dec 4 13:54:29 2007 New Revision: 23469 Modified: trunk/languages/cardinal/src/pmc/rubystring.pmc trunk/languages/dotnet/pmc/dotnetassembly.pmc trunk/languages/dotnet/pmc/dotnetsignature.pmc Log: [dotnet,cardinal] Converted more TODO items into RT

[svn:parrot] r23468 - trunk/languages/perl5/src/pmc

2007-12-04 Thread paultcochrane
Author: paultcochrane Date: Tue Dec 4 13:39:40 2007 New Revision: 23468 Modified: trunk/languages/perl5/src/pmc/perlarray.pmc trunk/languages/perl5/src/pmc/perlint.pmc trunk/languages/perl5/src/pmc/perlnum.pmc Log: [perl5] Converted todo items into RT tickets Modified: trunk

[svn:parrot] r23448 - trunk/t/src

2007-12-04 Thread paultcochrane
Author: paultcochrane Date: Tue Dec 4 04:30:29 2007 New Revision: 23448 Modified: trunk/t/src/vtables.t trunk/t/src/warnings.t Log: [t] TODOed two tests which give unresolved externals errors on Win32 Modified: trunk/t/src/vtables.t

[svn:parrot] r23447 - trunk/src

2007-12-04 Thread paultcochrane
Author: paultcochrane Date: Tue Dec 4 03:54:45 2007 New Revision: 23447 Modified: trunk/src/exec.c Log: [core] Removed a const which stopped msvc from building parrot. Modified: trunk/src/exec.c == --- trunk/src

[svn:parrot] r23420 - trunk/src/atomic

2007-12-03 Thread paultcochrane
Author: paultcochrane Date: Mon Dec 3 13:36:43 2007 New Revision: 23420 Modified: trunk/src/atomic/gcc_x86.c Log: [core] Added function documentation. Modified: trunk/src/atomic/gcc_x86.c == --- trunk/src/atomic

[svn:parrot] r23412 - trunk/t/src

2007-12-03 Thread paultcochrane
Author: paultcochrane Date: Mon Dec 3 09:01:26 2007 New Revision: 23412 Modified: trunk/t/src/vtables.t Log: [t] Added a test for parrot_alloc_vtables. Modified: trunk/t/src/vtables.t == --- trunk/t/src/vtables.t

[svn:parrot] r23411 - in trunk: . t/src

2007-12-03 Thread paultcochrane
Author: paultcochrane Date: Mon Dec 3 08:48:44 2007 New Revision: 23411 Added: trunk/t/src/vtables.t Modified: trunk/MANIFEST Log: [t] Added some tests of src/vtables.c; not yet complete. Modified: trunk/MANIFEST

[svn:parrot] r23410 - trunk/examples/sdl

2007-12-03 Thread paultcochrane
Author: paultcochrane Date: Mon Dec 3 08:48:02 2007 New Revision: 23410 Modified: trunk/examples/sdl/blue_rect.pl Log: [examples] Removed nocritic comments for C pragmas. Fixed typo in pod section heading. Modified: trunk/examples/sdl/blue_rect.pl

[svn:parrot] r23409 - trunk/src

2007-12-03 Thread paultcochrane
Author: paultcochrane Date: Mon Dec 3 08:21:51 2007 New Revision: 23409 Modified: trunk/src/vtables.c Log: [core] Correcting typo in function documentation. Modified: trunk/src/vtables.c == --- trunk/src/vtables.c

[svn:parrot] r23381 - in trunk: . t/src

2007-12-02 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 2 13:33:30 2007 New Revision: 23381 Added: trunk/t/src/warnings.t (contents, props changed) Modified: trunk/MANIFEST Log: [t] Added tests of the functions in src/warnings.c Modified: trunk/MANIFEST

[svn:parrot] r23380 - trunk/include/parrot

2007-12-02 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 2 13:31:29 2007 New Revision: 23380 Modified: trunk/include/parrot/warnings.h Log: [include] Formatted the enum code a bit more nicely. Modified: trunk/include/parrot/warnings.h

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

2007-12-02 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 2 06:03:29 2007 New Revision: 23363 Modified: trunk/compilers/pirc/new/pirsymbol.c Log: [pirc] Added function documentation. Modified: trunk/compilers/pirc/new/pirsymbol.c

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

2007-12-02 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 2 03:39:45 2007 New Revision: 23356 Modified: trunk/src/pmc/unmanagedstruct.pmc Log: [pmc] Removed trailing whitespace Modified: trunk/src/pmc/unmanagedstruct.pmc == --- trunk

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

2007-12-02 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 2 01:48:53 2007 New Revision: 23348 Modified: trunk/src/pmc/class.pmc trunk/src/pmc/role.pmc trunk/src/pmc/unmanagedstruct.pmc Log: [pmc] Making calls to functions with CONST_STRING as argument all fit on one line. In some cases I had to define a

[svn:parrot] r23346 - trunk/src

2007-12-02 Thread paultcochrane
Author: paultcochrane Date: Sun Dec 2 01:46:46 2007 New Revision: 23346 Modified: trunk/src/oo.c Log: [core] Function calls with CONST_STRING as an argument need to be written on all one line in order to compile properly with icc. icc handles the __LINE__ macro differently to other

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

2007-12-01 Thread paultcochrane
Author: paultcochrane Date: Sat Dec 1 10:35:35 2007 New Revision: 23314 Modified: trunk/config/auto/warnings.pm Log: [config] Moved some warnings flags from the "cage" list into the default list. Modified: trunk/config/auto/w

[svn:parrot] r23308 - trunk/t/configure

2007-12-01 Thread paultcochrane
Author: paultcochrane Date: Sat Dec 1 06:23:43 2007 New Revision: 23308 Modified: trunk/t/configure/115-auto_warnings.t Log: [t] Converted TODO items into RT tickets Modified: trunk/t/configure/115-auto_warnings.t

[svn:parrot] r23307 - trunk/examples/sdl

2007-12-01 Thread paultcochrane
Author: paultcochrane Date: Sat Dec 1 06:08:08 2007 New Revision: 23307 Modified: trunk/examples/sdl/blue_rect.pl Log: [examples] - corrected editor coda - added no critic flags to switch off Perl::Critic warnings for the use strict and use warnings pragmas as they aren't part o

[svn:parrot] r23306 - trunk/examples/sdl

2007-12-01 Thread paultcochrane
Author: paultcochrane Date: Sat Dec 1 05:43:23 2007 New Revision: 23306 Modified: trunk/examples/sdl/blue_rect.pl Log: [examples] Added svn Id keyword Modified: trunk/examples/sdl/blue_rect.pl == --- trunk/examples

[svn:parrot] r23305 - trunk/compilers/pirc

2007-12-01 Thread paultcochrane
Author: paultcochrane Date: Sat Dec 1 05:41:23 2007 New Revision: 23305 Modified: trunk/compilers/pirc/pirc.c Log: [pirc] - corrected spacing around commas - corrected spacing around parentheses - added function documentation Modified: trunk/compilers/pirc/pirc.c

  1   2   3   4   5   6   7   8   9   10   >