[svn:parrot] r36122 - trunk/t

2009-01-28 Thread jkeenan
Author: jkeenan Date: Wed Jan 28 16:22:50 2009 New Revision: 36122 Modified: trunk/t/README Log: Add entries for t/ subdirs not previously mentioned. Delete entries for t/ subdirs which have been superseded. Modified: trunk/t/README

[svn:parrot] r36074 - in trunk: . examples/pir lib/Parrot runtime/parrot/include t/examples

2009-01-27 Thread jkeenan
Author: jkeenan Date: Tue Jan 27 19:31:07 2009 New Revision: 36074 Removed: trunk/examples/pir/hello-dwim.pir trunk/runtime/parrot/include/DWIM.pir Modified: trunk/MANIFEST trunk/lib/Parrot/Manifest.pm trunk/t/examples/pir.t Log: Re-applying patch originally applied in r34951

[svn:parrot] r36075 - in trunk: . docs

2009-01-27 Thread jkeenan
Author: jkeenan Date: Tue Jan 27 19:49:23 2009 New Revision: 36075 Modified: trunk/PLATFORMS trunk/docs/parrot.pod Log: Apply patch submitted by Andy Dougherty in https://trac.parrot.org/parrot/ticket/214: Remove Solaris 8 (SPARC) from list of supported platforms. Modified: trunk

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

2009-01-26 Thread jkeenan
Author: jkeenan Date: Mon Jan 26 16:07:15 2009 New Revision: 36042 Modified: trunk/t/pmc/class.t Log: Applying patch submitted by Ron Schmidt in https://trac.parrot.org/parrot/ticket/230. Uncomment several tests which are now passing. Modified: trunk/t/pmc/class.t

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

2009-01-25 Thread jkeenan
Author: jkeenan Date: Sun Jan 25 09:13:09 2009 New Revision: 35998 Modified: trunk/config/auto/pmc.pm Log: Population of $pmc_list is better handled as a branch (using ternary op) rather than as a condition (using || op). Modified: trunk/config/auto/pmc.pm

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

2009-01-25 Thread jkeenan
Author: jkeenan Date: Sun Jan 25 09:14:40 2009 New Revision: 35999 Modified: trunk/config/auto/pmc.pm Log: For consistency with other config step classes, move runstep() to sit immediately after _init(). Modified: trunk/config/auto/pmc.pm

[svn:parrot] r36000 - in trunk: config/auto t/steps

2009-01-25 Thread jkeenan
Author: jkeenan Date: Sun Jan 25 10:10:45 2009 New Revision: 36000 Modified: trunk/config/auto/pmc.pm trunk/t/steps/auto_pmc-01.t Log: Per discussion in https://trac.parrot.org/parrot/ticket/223, in config/auto/pmc.pm eliminate test for PMC files with names beginning 'const' -- we don't

[svn:parrot] r36001 - trunk/t/steps

2009-01-25 Thread jkeenan
Author: jkeenan Date: Sun Jan 25 10:15:57 2009 New Revision: 36001 Modified: trunk/t/steps/auto_pmc-01.t Log: Provide explanatory inline comment. Modified: trunk/t/steps/auto_pmc-01.t == --- trunk/t/steps/auto_pmc-01

[svn:parrot] r35938 - trunk/docs/book

2009-01-23 Thread jkeenan
Author: jkeenan Date: Fri Jan 23 19:23:59 2009 New Revision: 35938 Modified: trunk/docs/book/ch02_getting_started.pod trunk/docs/book/ch04_pir_subroutines.pod trunk/docs/book/ch07_testing_and_debugging.pod trunk/docs/book/ch08_architecture.pod trunk/docs/book/ch09_pct.pod trunk

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

2009-01-22 Thread jkeenan
Author: jkeenan Date: Thu Jan 22 19:48:03 2009 New Revision: 35904 Modified: trunk/src/ops/pmc.ops trunk/t/pmc/class.t Log: Applying patches submitted by Ron Schmidt in http://rt.perl.org/rt3/Ticket/Display.html?id=62634 (POD change in src/ops/pmc.ops and http://rt.perl.org/rt3/Ticket

[svn:parrot] r35656 - trunk/editor

2009-01-16 Thread jkeenan
Author: jkeenan Date: Fri Jan 16 17:24:07 2009 New Revision: 35656 Modified: trunk/editor/indent_pir.vim Log: Applying patch submitted by Jimmy Zhuo in https://trac.parrot.org/parrot/ticket/176: Better indentation in line following a line consisting of a LABEL: and a comment. Modified

[svn:parrot] r35657 - trunk/editor

2009-01-16 Thread jkeenan
Author: jkeenan Date: Fri Jan 16 17:39:40 2009 New Revision: 35657 Modified: trunk/editor/indent_pir.vim Log: Change date of last revision. Modified: trunk/editor/indent_pir.vim == --- trunk/editor/indent_pir.vim

[svn:parrot] r35659 - trunk

2009-01-16 Thread jkeenan
Author: jkeenan Date: Fri Jan 16 19:26:00 2009 New Revision: 35659 Modified: trunk/DEPRECATED.pod Log: Punctuation correction only. Modified: trunk/DEPRECATED.pod == --- trunk/DEPRECATED.pod(original

[svn:parrot] r35660 - trunk/languages/pheme

2009-01-16 Thread jkeenan
Author: jkeenan Date: Fri Jan 16 19:38:58 2009 New Revision: 35660 Modified: trunk/languages/pheme/Configure.pl Log: Add missing copyright statement. Modified: trunk/languages/pheme/Configure.pl == --- trunk

[svn:parrot] r35661 - in trunk/src: . pmc

2009-01-16 Thread jkeenan
Author: jkeenan Date: Fri Jan 16 19:40:47 2009 New Revision: 35661 Modified: trunk/src/oo.c trunk/src/pmc/tqueue.pmc trunk/src/sub.c Log: Eliminate trailing whitespace in 3 files. Modified: trunk/src/oo.c

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

2009-01-16 Thread jkeenan
Author: jkeenan Date: Fri Jan 16 20:36:49 2009 New Revision: 35662 Modified: trunk/include/parrot/sub.h Log: Make file pass t/codingstd/c_macro_args.t. Modified: trunk/include/parrot/sub.h == --- trunk/include

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

2009-01-13 Thread jkeenan
Author: jkeenan Date: Tue Jan 13 14:30:47 2009 New Revision: 35510 Modified: trunk/config/gen/makefiles/root.in Log: Correction in 'help' message re 'make rpms'. Cf.: https://trac.parrot.org/parrot/ticket/171. Patch contributed by Gerd Pokorra. Modified: trunk/config/gen/makefiles

[svn:parrot] r35430 - trunk/t/library

2009-01-11 Thread jkeenan
Author: jkeenan Date: Sun Jan 11 17:48:40 2009 New Revision: 35430 Modified: trunk/t/library/File_Spec.t trunk/t/library/data_escape.t Log: Applying patch submitted by Geraud Continsouzas in https://trac.parrot.org/parrot/ticket/160: conversion on tests from Perl 5 (using Parrot::Test

[svn:parrot] r35324 - trunk/src/jit/i386

2009-01-09 Thread jkeenan
Author: jkeenan Date: Fri Jan 9 16:12:33 2009 New Revision: 35324 Modified: trunk/src/jit/i386/jit_defs.c Log: Eliminate duplicate '#include' statement. Modified: trunk/src/jit/i386/jit_defs.c == --- trunk/src/jit

[svn:parrot] r35328 - trunk

2009-01-09 Thread jkeenan
Author: jkeenan Date: Fri Jan 9 18:55:43 2009 New Revision: 35328 Modified: trunk/MANIFEST Log: Correct earlier failure to update MANIFEST. Error reported by GeJ++. Modified: trunk/MANIFEST == --- trunk/MANIFEST

[svn:parrot] r35120 - in trunk: . compilers/pirc/src docs languages/perl6/src/classes languages/pipp/docs languages/pipp/src/common runtime/parrot/library/Data/Dumper

2009-01-07 Thread jkeenan
Author: jkeenan Date: Wed Jan 7 05:09:43 2009 New Revision: 35120 Modified: trunk/CREDITS trunk/compilers/pirc/src/bcgen.c trunk/compilers/pirc/src/pirpcc.c trunk/docs/vtables.pod trunk/languages/perl6/src/classes/Abstraction.pir trunk/languages/perl6/src/classes/Callable.pir

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

2009-01-06 Thread jkeenan
Author: jkeenan Date: Tue Jan 6 04:31:18 2009 New Revision: 35023 Removed: trunk/tools/dev/src-t.sh Log: Removed per discussion in http://rt.perl.org/rt3/Ticket/Display.html?id=41912.

[svn:parrot] r35012 - in trunk: . examples/pir lib/Parrot runtime/parrot/include t/examples

2009-01-05 Thread jkeenan
Author: jkeenan Date: Mon Jan 5 16:37:40 2009 New Revision: 35012 Added: trunk/examples/pir/hello-dwim.pir - copied unchanged from r34950, /trunk/examples/pir/hello-dwim.pir trunk/runtime/parrot/include/DWIM.pir - copied unchanged from r34950, /trunk/runtime/parrot/include

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

2009-01-04 Thread jkeenan
Author: jkeenan Date: Sun Jan 4 07:09:11 2009 New Revision: 34920 Modified: trunk/lib/Parrot/Distribution.pm trunk/lib/Parrot/Test.pm Log: 1. Alias Parrot::Test::slurp_file() to Parrot::BuildUtil::slurp_file(). 2. Delete Parrot::Distribution::slurp(). Function was never used

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

2009-01-04 Thread jkeenan
Author: jkeenan Date: Sun Jan 4 11:17:18 2009 New Revision: 34929 Modified: trunk/lib/Parrot/Configure/Utils.pm Log: Alias _slurp to Parrot::BuildUtil::slurp_file() per https://trac.parrot.org/parrot/ticket/117. Modified: trunk/lib/Parrot/Configure/Utils.pm

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

2009-01-04 Thread jkeenan
Author: jkeenan Date: Sun Jan 4 12:48:46 2009 New Revision: 34936 Modified: trunk/lib/Parrot/Distribution.pm Log: Restore slurp() method. Modified: trunk/lib/Parrot/Distribution.pm == --- trunk/lib/Parrot

[svn:parrot] r34938 - branches/pdd30install_stage3/t/pmc

2009-01-04 Thread jkeenan
Author: jkeenan Date: Sun Jan 4 13:09:27 2009 New Revision: 34938 Modified: branches/pdd30install_stage3/t/pmc/key.t Log: Correct number of tests in plan. Modified: branches/pdd30install_stage3/t/pmc/key.t

[svn:parrot] r34947 - in trunk: lib/Parrot/Configure t/configure t/postconfigure tools/dev

2009-01-04 Thread jkeenan
Author: jkeenan Date: Sun Jan 4 16:07:29 2009 New Revision: 34947 Modified: trunk/lib/Parrot/Configure/Data.pm trunk/t/configure/004-configure.t trunk/t/postconfigure/02-data_slurp.t trunk/t/postconfigure/06-data_slurp_temp.t trunk/tools/dev/reconfigure.pl Log: Change names

[svn:parrot] r34948 - in trunk: . t/postconfigure

2009-01-04 Thread jkeenan
Author: jkeenan Date: Sun Jan 4 16:10:06 2009 New Revision: 34948 Added: trunk/t/postconfigure/02-data_get_PConfig.t - copied unchanged from r34947, /trunk/t/postconfigure/02-data_slurp.t trunk/t/postconfigure/06-data_get_PConfig_Temp.t - copied unchanged from r34947, /trunk/t

[svn:parrot] r34951 - in trunk: . examples/pir lib/Parrot runtime/parrot/include t/examples

2009-01-04 Thread jkeenan
Author: jkeenan Date: Sun Jan 4 17:01:14 2009 New Revision: 34951 Removed: trunk/examples/pir/hello-dwim.pir trunk/runtime/parrot/include/DWIM.pir Modified: trunk/MANIFEST trunk/lib/Parrot/Manifest.pm trunk/t/examples/pir.t Log: Remove dwim.pir example. Cf.: https

[svn:parrot] r34952 - trunk/config/init

2009-01-04 Thread jkeenan
Author: jkeenan Date: Sun Jan 4 17:49:53 2009 New Revision: 34952 Modified: trunk/config/init/defaults.pm Log: Restore assignment of empty string to 'cygchkdll' so that that attribute is not seen as undefined by genfile() call in config step gen::makefiles. Modified: trunk/config/init

[svn:parrot] r34895 - trunk/src/jit/ppc

2009-01-03 Thread jkeenan
Author: jkeenan Date: Sat Jan 3 10:24:32 2009 New Revision: 34895 Modified: trunk/src/jit/ppc/exec_dep.h Log: Run 'make headerizer' on Darwin/PPC to capture recent changes, particularly ASSERT_ARGS. Modified: trunk/src/jit/ppc/exec_dep.h

[svn:parrot] r34905 - in trunk: . compilers/pirc compilers/pirc/new compilers/pirc/src config/gen/makefiles docs/pdds/draft lib/Parrot t/codingstd

2009-01-03 Thread jkeenan
Author: jkeenan Date: Sat Jan 3 16:22:40 2009 New Revision: 34905 Added: trunk/compilers/pirc/src/ - copied from r34904, /trunk/compilers/pirc/new/ Removed: trunk/compilers/pirc/new/ Modified: trunk/MANIFEST trunk/compilers/pirc/README.pod trunk/compilers/pirc/src/hdocprep.c

[svn:parrot] r34907 - trunk/t/tools/ops2pm

2009-01-03 Thread jkeenan
Author: jkeenan Date: Sat Jan 3 19:44:41 2009 New Revision: 34907 Modified: trunk/t/tools/ops2pm/04-prepare_ops.t Log: Change TODO heading in POD to COMMENT and explain why we don't really need to do what TODO was suggesting. Modified: trunk/t/tools/ops2pm/04-prepare_ops.t

[svn:parrot] r34908 - trunk/t/tools/ops2pm

2009-01-03 Thread jkeenan
Author: jkeenan Date: Sat Jan 3 19:59:40 2009 New Revision: 34908 Modified: trunk/t/tools/ops2pm/06-load_op_map_files.t Log: Delete 2 items for TODO section in POD, as testing is covering them. Modified: trunk/t/tools/ops2pm/06-load_op_map_files.t

[svn:parrot] r34909 - trunk/t/examples

2009-01-03 Thread jkeenan
Author: jkeenan Date: Sat Jan 3 20:17:47 2009 New Revision: 34909 Modified: trunk/t/examples/shootout.t Log: Deleted '[TODO]' from POD because it was erroneously suggesting there were open TODO items in this test. The deleted word was simply part of the name of an RT ticket, long closed

[svn:parrot] r34803 - branches/assert_args/src

2009-01-02 Thread jkeenan
Author: jkeenan Date: Fri Jan 2 05:05:54 2009 New Revision: 34803 Modified: branches/assert_args/src/pic.c Log: Adding ASSERT_ARGS() to all functions in src/pic.c; storing tested results. Modified: branches/assert_args/src/pic.c

[svn:parrot] r34846 - in branches/assert_args: compilers/imcc src

2009-01-02 Thread jkeenan
Author: jkeenan Date: Fri Jan 2 19:47:29 2009 New Revision: 34846 Modified: branches/assert_args/compilers/imcc/sets.c branches/assert_args/src/charset.c branches/assert_args/src/embed.c branches/assert_args/src/inter_run.c branches/assert_args/src/pbc_merge.c branches

[svn:parrot] r34847 - branches/assert_args/src

2009-01-02 Thread jkeenan
Author: jkeenan Date: Fri Jan 2 20:06:00 2009 New Revision: 34847 Modified: branches/assert_args/src/oo.c Log: Add ASSERT_ARGS() to each function. Modified: branches/assert_args/src/oo.c == --- branches/assert_args

[svn:parrot] r34848 - in branches/assert_args: compilers/imcc src

2009-01-02 Thread jkeenan
Author: jkeenan Date: Fri Jan 2 20:32:24 2009 New Revision: 34848 Modified: branches/assert_args/compilers/imcc/debug.c branches/assert_args/compilers/imcc/imcc.y branches/assert_args/src/oo.c Log: Add ASSERT_ARGS() to each function. Modified: branches/assert_args/compilers/imcc

[svn:parrot] r34776 - branches/assert_args

2009-01-01 Thread jkeenan
Author: jkeenan Date: Thu Jan 1 16:33:44 2009 New Revision: 34776 Added: branches/assert_args/ - copied from r34775, /trunk/ Log: Creating assert_args in https://svn.perl.org/parrot//branches

[svn:parrot] r34778 - in branches/assert_args: compilers/imcc include/parrot include/parrot/atomic src

2009-01-01 Thread jkeenan
Author: jkeenan Date: Thu Jan 1 17:11:34 2009 New Revision: 34778 Modified: branches/assert_args/compilers/imcc/sets.c branches/assert_args/include/parrot/atomic/gcc_x86.h branches/assert_args/include/parrot/exec.h branches/assert_args/src/exec.c Log: Adding ASSERT_ARGS() to all

[svn:parrot] r34779 - branches/assert_args/src

2009-01-01 Thread jkeenan
Author: jkeenan Date: Thu Jan 1 17:38:05 2009 New Revision: 34779 Modified: branches/assert_args/src/exec.c Log: Adding ASSERT_ARGS() to one functions in src/exec.c; running 'make headerizer'; storing tested results. Modified: branches/assert_args/src/exec.c

[svn:parrot] r34780 - branches/assert_args/src

2009-01-01 Thread jkeenan
Author: jkeenan Date: Thu Jan 1 18:40:36 2009 New Revision: 34780 Modified: branches/assert_args/src/embed.c Log: Adding ASSERT_ARGS() to one functions in src/embed.c; storing tested results. Modified: branches/assert_args/src/embed.c

[svn:parrot] r34781 - branches/assert_args/src

2009-01-01 Thread jkeenan
Author: jkeenan Date: Thu Jan 1 19:07:50 2009 New Revision: 34781 Modified: branches/assert_args/src/inter_run.c Log: Adding ASSERT_ARGS() to all functions in src/inter_run.c; storing tested results. Modified: branches/assert_args/src/inter_run.c

[svn:parrot] r34782 - branches/assert_args/src

2009-01-01 Thread jkeenan
Author: jkeenan Date: Thu Jan 1 19:41:11 2009 New Revision: 34782 Modified: branches/assert_args/src/charset.c Log: Adding ASSERT_ARGS() to all functions in src/charset.c; storing tested results. Modified: branches/assert_args/src/charset.c

[svn:parrot] r34785 - branches/assert_args/src

2009-01-01 Thread jkeenan
Author: jkeenan Date: Thu Jan 1 20:03:24 2009 New Revision: 34785 Modified: branches/assert_args/src/pbc_merge.c Log: Adding ASSERT_ARGS() to all functions in src/pbc_merge.c; storing tested results. Modified: branches/assert_args/src/pbc_merge.c

[svn:parrot] r34724 - in branches/pdd30install_stage3: config/gen t/steps

2008-12-31 Thread jkeenan
Author: jkeenan Date: Wed Dec 31 12:54:55 2008 New Revision: 34724 Modified: branches/pdd30install_stage3/config/gen/opengl.pm branches/pdd30install_stage3/t/steps/gen_platform-01.t Log: 1. Update test in t/steps/gen_platform-01.t to reflect fact that _handle_begin_c() now takes \$conf

[svn:parrot] r34589 - branches/pdd30install_stage3

2008-12-29 Thread jkeenan
Author: jkeenan Date: Mon Dec 29 11:28:02 2008 New Revision: 34589 Modified: branches/pdd30install_stage3/MANIFEST branches/pdd30install_stage3/MANIFEST.SKIP Log: Update MANIFEST and MANIFEST.SKIP. Modified: branches/pdd30install_stage3/MANIFEST

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

2008-12-29 Thread jkeenan
Author: jkeenan Date: Mon Dec 29 18:54:30 2008 New Revision: 34597 Modified: trunk/lib/Parrot/Test.pm Log: Deleting one inline comment; rejecting http://rt.perl.org/rt3/Ticket/Display.html?id=43751. Modified: trunk/lib/Parrot/Test.pm

[svn:parrot] r34493 - in trunk/src: . pmc

2008-12-28 Thread jkeenan
Author: jkeenan Date: Sun Dec 28 07:16:46 2008 New Revision: 34493 Modified: trunk/src/jit.c trunk/src/list.c trunk/src/pmc/role.pmc Log: Applying cage-cleaning patch submitted in Trac #95. jimmy++. Modified: trunk/src/jit.c

[svn:parrot] r34497 - trunk/src

2008-12-28 Thread jkeenan
Author: jkeenan Date: Sun Dec 28 08:29:21 2008 New Revision: 34497 Modified: trunk/src/jit.c Log: Fix errors in r34490; jimmy++. Modified: trunk/src/jit.c == --- trunk/src/jit.c (original) +++ trunk/src/jit.c

[svn:parrot] r34542 - in trunk: examples/pir examples/streams examples/tutorial t/examples

2008-12-28 Thread jkeenan
Author: jkeenan Date: Sun Dec 28 20:21:37 2008 New Revision: 34542 Modified: trunk/examples/pir/io.pir trunk/examples/pir/uniq.pir trunk/examples/streams/FileLines.pir trunk/examples/streams/ParrotIO.pir trunk/examples/tutorial/40_file_ops.pir trunk/t/examples/streams.t Log

[svn:parrot] r34456 - trunk/compilers/pct/src/PCT

2008-12-27 Thread jkeenan
Author: jkeenan Date: Sat Dec 27 15:53:35 2008 New Revision: 34456 Modified: trunk/compilers/pct/src/PCT/Grammar.pir Log: Eliminate trailing whitespace. Modified: trunk/compilers/pct/src/PCT/Grammar.pir == --- trunk

[svn:parrot] r34458 - in trunk/src/jit: alpha amd64 arm hppa i386 ia64 mips ppc skeleton sun4

2008-12-27 Thread jkeenan
Author: jkeenan Date: Sat Dec 27 16:00:27 2008 New Revision: 34458 Modified: trunk/src/jit/alpha/jit_defs.c trunk/src/jit/amd64/jit_defs.c trunk/src/jit/arm/jit_defs.c trunk/src/jit/hppa/jit_defs.c trunk/src/jit/i386/jit_defs.c trunk/src/jit/ia64/jit_defs.c trunk/src/jit/mips

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

2008-12-27 Thread jkeenan
Author: jkeenan Date: Sat Dec 27 19:06:13 2008 New Revision: 34463 Modified: trunk/tools/dev/vms-patch Log: Add copyright notice and SVN Id tag. Modified: trunk/tools/dev/vms-patch == --- trunk/tools/dev/vms-patch

[svn:parrot] r34262 - trunk

2008-12-22 Thread jkeenan
Author: jkeenan Date: Mon Dec 22 15:57:42 2008 New Revision: 34262 Modified: trunk/NEWS Log: Added entry about change in 'make smoke'. Modified: trunk/NEWS == --- trunk/NEWS (original) +++ trunk/NEWS Mon Dec 22 15

[svn:parrot] r34264 - trunk/t/tools/ops2pm

2008-12-22 Thread jkeenan
Author: jkeenan Date: Mon Dec 22 18:17:12 2008 New Revision: 34264 Modified: trunk/t/tools/ops2pm/05-renum_op_map_file.t Log: Jiggle the tests until more of them pass. Modified: trunk/t/tools/ops2pm/05-renum_op_map_file.t

[svn:parrot] r34200 - branches/smoke2smolder

2008-12-21 Thread jkeenan
Author: jkeenan Date: Sun Dec 21 06:39:54 2008 New Revision: 34200 Added: branches/smoke2smolder/ - copied from r34199, /trunk/ Log: Creating smoke2smolder in https://svn.perl.org/parrot//branches

[svn:parrot] r34201 - tags/smoke2smolder-34199

2008-12-21 Thread jkeenan
Author: jkeenan Date: Sun Dec 21 06:39:58 2008 New Revision: 34201 Added: tags/smoke2smolder-34199/ - copied from r34200, /trunk/ Log: Tagging trunk at r34199 so that the smoke2smolder can later be synched to it.

[svn:parrot] r34203 - in branches/smoke2smolder: . config/gen/makefiles docs languages languages/t lib/Parrot/Harness t tools/util

2008-12-21 Thread jkeenan
Author: jkeenan Date: Sun Dec 21 08:05:37 2008 New Revision: 34203 Removed: branches/smoke2smolder/tools/util/smokeserv-client.pl branches/smoke2smolder/tools/util/smokeserv-server.pl Modified: branches/smoke2smolder/ (props changed) branches/smoke2smolder/DEPRECATED.pod branches

[svn:parrot] r34204 - in trunk: . config/gen/makefiles docs languages languages/t lib/Parrot/Harness t tools/util

2008-12-21 Thread jkeenan
Author: jkeenan Date: Sun Dec 21 08:40:25 2008 New Revision: 34204 Removed: trunk/tools/util/smokeserv-client.pl trunk/tools/util/smokeserv-server.pl Modified: trunk/ (props changed) trunk/DEPRECATED.pod trunk/MANIFEST trunk/config/gen/makefiles/ext.in trunk/config/gen

[svn:parrot] r34205 - branches/smoke2smolder

2008-12-21 Thread jkeenan
Author: jkeenan Date: Sun Dec 21 08:41:14 2008 New Revision: 34205 Removed: branches/smoke2smolder/ Log: Branch has been merged into trunk; no longer needed at HEAD.

[svn:parrot] r34206 - tags/smoke2smolder-34199

2008-12-21 Thread jkeenan
Author: jkeenan Date: Sun Dec 21 08:42:09 2008 New Revision: 34206 Removed: tags/smoke2smolder-34199/ Log: Branch to which tag corresponded has been merged into trunk; deleting tag.

[svn:parrot] r34207 - branches/smoke

2008-12-21 Thread jkeenan
Author: jkeenan Date: Sun Dec 21 08:44:40 2008 New Revision: 34207 Removed: branches/smoke/ Log: No further need for this branch, as smoke has been superseded by smolder.

[svn:parrot] r34208 - tags/smoke-24906

2008-12-21 Thread jkeenan
Author: jkeenan Date: Sun Dec 21 08:45:30 2008 New Revision: 34208 Removed: tags/smoke-24906/ Log: No further need for this tag, as smoke has been superseded by smolder.

[svn:parrot] r34209 - trunk/tools/util

2008-12-21 Thread jkeenan
Author: jkeenan Date: Sun Dec 21 08:54:48 2008 New Revision: 34209 Removed: trunk/tools/util/smokeserv-README.pod Log: Contents of this file are now out-of-date, as old-style smoke testing has been superseded by smolder.

[svn:parrot] r34210 - trunk/lib/Parrot/Docs/Section

2008-12-21 Thread jkeenan
Author: jkeenan Date: Sun Dec 21 08:55:54 2008 New Revision: 34210 Modified: trunk/lib/Parrot/Docs/Section/Tools.pm Log: Delete reference to now-deleted file. Modified: trunk/lib/Parrot/Docs/Section/Tools.pm

[svn:parrot] r34211 - trunk

2008-12-21 Thread jkeenan
Author: jkeenan Date: Sun Dec 21 08:59:42 2008 New Revision: 34211 Modified: trunk/MANIFEST trunk/MANIFEST.SKIP Log: Updating MANIFEST to reflect recent file deletion. Modified: trunk/MANIFEST == --- trunk

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

2008-12-21 Thread jkeenan
Author: jkeenan Date: Sun Dec 21 19:13:43 2008 New Revision: 34222 Modified: trunk/t/codingstd/linelength.t Log: Delete inline comment re RT 37. Modified: trunk/t/codingstd/linelength.t == --- trunk/t/codingstd

[svn:parrot] r34164 - trunk/t/compilers/imcc/syn

2008-12-20 Thread jkeenan
Author: jkeenan Date: Sat Dec 20 17:47:06 2008 New Revision: 34164 Modified: trunk/t/compilers/imcc/syn/macro.t (props changed) Log: Deleting svn:mime-type property in attempt to see whether this fixes the 'Skipping binary file' problem when you try to 'svn blame' this file.

[svn:parrot] r34165 - trunk/t/compilers/imcc/syn

2008-12-20 Thread jkeenan
Author: jkeenan Date: Sat Dec 20 17:49:08 2008 New Revision: 34165 Modified: trunk/t/compilers/imcc/syn/macro.t (props changed) Log: Restoring previous properties, as deletion of 'svn:mime-type' did not clear up the 'Skipping binary file' problem.

[svn:parrot] r34168 - trunk/config/init/hints

2008-12-20 Thread jkeenan
Author: jkeenan Date: Sat Dec 20 18:41:14 2008 New Revision: 34168 Modified: trunk/config/init/hints/dec_osf.pm Log: Deleting AIO-related code, per discussion in http://rt.perl.org/rt3/Ticket/Display.html?id=57920. Modified: trunk/config/init/hints/dec_osf.pm

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

2008-12-20 Thread jkeenan
Author: jkeenan Date: Sat Dec 20 20:21:17 2008 New Revision: 34177 Modified: trunk/t/perl/Parrot_IO.t Log: Applying patch submitted by Ron Schmidt in http://rt.perl.org/rt3/Ticket/Display.html?id=57320. All tests continue to pass. Let's see if this resolves temp directory problem

[svn:parrot] r34182 - trunk/src

2008-12-20 Thread jkeenan
Author: jkeenan Date: Sat Dec 20 20:53:45 2008 New Revision: 34182 Modified: trunk/src/ (props changed) Log: Add 'jit_defs.c' to list of files targeted for 'svn:ignore' in directory src/.

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

2008-12-18 Thread jkeenan
Author: jkeenan Date: Thu Dec 18 17:48:45 2008 New Revision: 34093 Modified: trunk/lib/Parrot/OpsRenumber.pm Log: Correct punctuation error in comment. Modified: trunk/lib/Parrot/OpsRenumber.pm == --- trunk/lib

[svn:parrot] r34096 - in trunk: . config/gen/makefiles lib/Parrot lib/Parrot/Configure/Options/Test lib/Parrot/Ops2pm t/tools/ops2pm tools/build

2008-12-18 Thread jkeenan
Author: jkeenan Date: Thu Dec 18 18:14:09 2008 New Revision: 34096 Modified: trunk/Configure.pl trunk/config/gen/makefiles/root.in trunk/lib/Parrot/Configure/Options/Test/Prepare.pm trunk/lib/Parrot/Ops2pm.pm trunk/lib/Parrot/Ops2pm/Auxiliary.pm trunk/t/tools/ops2pm/05

[svn:parrot] r34009 - in trunk: . config/auto config/auto/aio lib/Parrot/Configure/Step t/configure/testlib t/steps xconf/samples

2008-12-16 Thread jkeenan
Author: jkeenan Date: Tue Dec 16 19:47:08 2008 New Revision: 34009 Removed: trunk/config/auto/aio/ trunk/config/auto/aio.pm trunk/t/steps/auto_aio-01.t Modified: trunk/Configure.pl trunk/MANIFEST trunk/lib/Parrot/Configure/Step/List.pm trunk/t/configure/testlib

[svn:parrot] r33889 - trunk

2008-12-14 Thread jkeenan
Author: jkeenan Date: Sun Dec 14 08:43:55 2008 New Revision: 33889 Modified: trunk/NEWS Log: Include report of better test coverage of Parrot::Test. Modified: trunk/NEWS == --- trunk/NEWS (original) +++ trunk/NEWS

[svn:parrot] r33855 - in trunk: . lib/Parrot t/perl t/perl/testlib

2008-12-13 Thread jkeenan
Author: jkeenan Date: Sat Dec 13 06:31:41 2008 New Revision: 33855 Added: trunk/t/perl/testlib/ - copied from r33853, /branches/testparrottest/t/perl/testlib/ trunk/t/perl/testlib/answer.pir - copied unchanged from r33853, /branches/testparrottest/t/perl/testlib/answer.pir

[svn:parrot] r33856 - branches/testparrottest

2008-12-13 Thread jkeenan
Author: jkeenan Date: Sat Dec 13 06:41:26 2008 New Revision: 33856 Removed: branches/testparrottest/ Log: Branch has been merged into trunk and is no longer needed at HEAD.

[svn:parrot] r33857 - tags/testparrottest-33271

2008-12-13 Thread jkeenan
Author: jkeenan Date: Sat Dec 13 06:42:43 2008 New Revision: 33857 Removed: tags/testparrottest-33271/ Log: Branch corresponding to this tag has been merged into trunk; tag no longer needed.

[svn:parrot] r33820 - branches/testparrottest/lib/Parrot

2008-12-11 Thread jkeenan
Author: jkeenan Date: Thu Dec 11 19:21:45 2008 New Revision: 33820 Modified: branches/testparrottest/lib/Parrot/Test.pm Log: Restore original order of POD and subroutines, to make diff-ing easier. Modified: branches/testparrottest/lib/Parrot/Test.pm

[svn:parrot] r33821 - in branches/testparrottest: lib/Parrot t/perl

2008-12-11 Thread jkeenan
Author: jkeenan Date: Thu Dec 11 19:28:44 2008 New Revision: 33821 Modified: branches/testparrottest/lib/Parrot/Test.pm branches/testparrottest/t/perl/Parrot_Test.t Log: Small cleanups. Modified: branches/testparrottest/lib/Parrot/Test.pm

[svn:parrot] r33822 - branches/testparrottest/lib/Parrot

2008-12-11 Thread jkeenan
Author: jkeenan Date: Thu Dec 11 19:33:23 2008 New Revision: 33822 Modified: branches/testparrottest/lib/Parrot/Test.pm Log: Continue to restore previous order of subroutines. Modified: branches/testparrottest/lib/Parrot/Test.pm

[svn:parrot] r33761 - in branches/testparrottest: lib/Parrot t/perl

2008-12-10 Thread jkeenan
Author: jkeenan Date: Wed Dec 10 05:16:56 2008 New Revision: 33761 Modified: branches/testparrottest/lib/Parrot/Test.pm branches/testparrottest/t/perl/Parrot_Test.t Log: Refactor unlink code into sub so that POSTMORTEM can be tested; test not yet complete. Modified: branches

[svn:parrot] r33786 - branches/testparrottest/t/perl

2008-12-10 Thread jkeenan
Author: jkeenan Date: Wed Dec 10 18:46:49 2008 New Revision: 33786 Modified: branches/testparrottest/t/perl/Parrot_Test.t Log: Add tests for effects of $ENV{POSTMORTEM}. Modified: branches/testparrottest/t/perl/Parrot_Test.t

[svn:parrot] r33787 - branches/testparrottest/lib/Parrot

2008-12-10 Thread jkeenan
Author: jkeenan Date: Wed Dec 10 18:53:14 2008 New Revision: 33787 Modified: branches/testparrottest/lib/Parrot/Test.pm Log: Delete internal sub _report_odd_hash(). All it provides is a smidgen more diagnostic than you would get with a regular 'die' message, but any competent Perl

[svn:parrot] r33788 - in branches/testparrottest: lib/Parrot t/perl

2008-12-10 Thread jkeenan
Author: jkeenan Date: Wed Dec 10 19:03:38 2008 New Revision: 33788 Modified: branches/testparrottest/lib/Parrot/Test.pm branches/testparrottest/t/perl/Parrot_Test.t Log: 1. Improve one test description. 2. Since $desc is never used after it's been assigned to in _run_test_file

[svn:parrot] r33739 - branches/testparrottest/t/perl

2008-12-09 Thread jkeenan
Author: jkeenan Date: Tue Dec 9 19:33:40 2008 New Revision: 33739 Modified: branches/testparrottest/t/perl/Parrot_Test.t Log: Begin developing tests for $ENV{POSTMORTEM}. Modified: branches/testparrottest/t/perl/Parrot_Test.t

[svn:parrot] r33607 - branches/testparrottest/t/perl/testlib

2008-12-07 Thread jkeenan
Author: jkeenan Date: Sun Dec 7 07:34:47 2008 New Revision: 33607 Added: branches/testparrottest/t/perl/testlib/ branches/testparrottest/t/perl/testlib/hello.pasm - copied unchanged from r33476, /branches/testparrottest/examples/pasm/hello.pasm Log: Create a directory to hold files

[svn:parrot] r33608 - branches/testparrottest/lib/Parrot

2008-12-07 Thread jkeenan
Author: jkeenan Date: Sun Dec 7 07:36:49 2008 New Revision: 33608 Modified: branches/testparrottest/lib/Parrot/Test.pm Log: Rearrange order of subs for easier editing. Correct one spelling error. Modified: branches/testparrottest/lib/Parrot/Test.pm

[svn:parrot] r33609 - branches/testparrottest/t/perl

2008-12-07 Thread jkeenan
Author: jkeenan Date: Sun Dec 7 07:37:45 2008 New Revision: 33609 Modified: branches/testparrottest/t/perl/Parrot_Test.t Log: Add tests for pir_2_pasm. Modified: branches/testparrottest/t/perl/Parrot_Test.t

[svn:parrot] r33610 - branches/testparrottest/t/perl/testlib

2008-12-07 Thread jkeenan
Author: jkeenan Date: Sun Dec 7 07:38:32 2008 New Revision: 33610 Modified: branches/testparrottest/t/perl/testlib/hello.pasm Log: Add directory to hold files used in testing of t/perl/Parrot_Test.t. Modified: branches/testparrottest/t/perl/testlib/hello.pasm

[svn:parrot] r33613 - branches/testparrottest/t/perl/testlib

2008-12-07 Thread jkeenan
Author: jkeenan Date: Sun Dec 7 07:56:07 2008 New Revision: 33613 Added: branches/testparrottest/t/perl/testlib/hello.pir Modified: branches/testparrottest/t/perl/testlib/hello.pasm Log: Add or modify test files used in t/perl/Parrot_Test.t. Modified: branches/testparrottest/t/perl

[svn:parrot] r33614 - branches/testparrottest/lib/Parrot

2008-12-07 Thread jkeenan
Author: jkeenan Date: Sun Dec 7 08:13:34 2008 New Revision: 33614 Modified: branches/testparrottest/lib/Parrot/Test.pm Log: There is no sub Usage() in this package. Modified: branches/testparrottest/lib/Parrot/Test.pm

[svn:parrot] r33615 - branches/testparrottest/t/perl/testlib

2008-12-07 Thread jkeenan
Author: jkeenan Date: Sun Dec 7 08:14:45 2008 New Revision: 33615 Added: branches/testparrottest/t/perl/testlib/answer.pir - copied, changed from r33613, /branches/testparrottest/t/perl/testlib/hello.pir Removed: branches/testparrottest/t/perl/testlib/hello.pir Log: Change name

[svn:parrot] r33616 - branches/testparrottest/t/perl

2008-12-07 Thread jkeenan
Author: jkeenan Date: Sun Dec 7 08:15:21 2008 New Revision: 33616 Modified: branches/testparrottest/t/perl/Parrot_Test.t Log: Add tests for example_output* test functions. Modified: branches/testparrottest/t/perl/Parrot_Test.t

[svn:parrot] r33619 - in branches/testparrottest: lib/Parrot t/perl

2008-12-07 Thread jkeenan
Author: jkeenan Date: Sun Dec 7 09:04:23 2008 New Revision: 33619 Modified: branches/testparrottest/lib/Parrot/Test.pm branches/testparrottest/t/perl/Parrot_Test.t Log: Add example_error_output_* test functions. Correct one error-handling case. Modified: branches/testparrottest/lib

[svn:parrot] r33620 - branches/testparrottest/lib/Parrot

2008-12-07 Thread jkeenan
Author: jkeenan Date: Sun Dec 7 09:56:38 2008 New Revision: 33620 Modified: branches/testparrottest/lib/Parrot/Test.pm Log: Change some inline comments to reduce confusion. Use identical syntax where possible. Modified: branches/testparrottest/lib/Parrot/Test.pm

  1   2   3   4   5   6   7   8   9   10   >