[svn:parrot] r16778 - trunk/t/tools/pmc2cutils

2007-01-24 Thread jkeenan
Author: jkeenan Date: Wed Jan 24 05:37:49 2007 New Revision: 16778 Modified: trunk/t/tools/pmc2cutils/00-qualify.t (contents, props changed) Log: Restoring previously deleted test which, when test was run in verbose mode, displayed message explaining purpose of tests in t/tools/pmc2cutils

[svn:parrot] r16799 - trunk/t/tools/pmc2cutils

2007-01-25 Thread jkeenan
Author: jkeenan Date: Thu Jan 25 18:39:13 2007 New Revision: 16799 Modified: trunk/t/tools/pmc2cutils/01-pmc2cutils.t (contents, props changed) trunk/t/tools/pmc2cutils/02-find_file.t (contents, props changed) trunk/t/tools/pmc2cutils/03-dump_vtable.t (contents, props changed

[svn:parrot] r16803 - branches/buildtools

2007-01-25 Thread jkeenan
Author: jkeenan Date: Thu Jan 25 20:05:31 2007 New Revision: 16803 Added: branches/buildtools/ - copied from r16802, /trunk/ Log: Creating branch in which to conduct further refactoring and testing of Parrot build tools such as ops2pm.pl.

[svn:parrot] r16813 - branches/buildtools/lib/Parrot/Pmc2c

2007-01-27 Thread jkeenan
Author: jkeenan Date: Fri Jan 26 22:04:10 2007 New Revision: 16813 Modified: branches/buildtools/lib/Parrot/Pmc2c/Utils.pm (props changed) Log: Activated SVN keywords property.

[svn:parrot] r16816 - in branches/buildtools/t/tools/ops2pmutils: . testlib

2007-01-27 Thread jkeenan
Author: jkeenan Date: Fri Jan 26 22:16:23 2007 New Revision: 16816 Modified: branches/buildtools/t/tools/ops2pmutils/00-qualify.t (props changed) branches/buildtools/t/tools/ops2pmutils/01-ops2pmutils.t (props changed) branches/buildtools/t/tools/ops2pmutils/02-usage.t (props

[svn:parrot] r16815 - branches/buildtools/lib/Parrot/Ops2pm

2007-01-27 Thread jkeenan
Author: jkeenan Date: Fri Jan 26 22:12:37 2007 New Revision: 16815 Modified: branches/buildtools/lib/Parrot/Ops2pm/Auxiliary.pm branches/buildtools/lib/Parrot/Ops2pm/Utils.pm Log: Add SVN Id tag. Modified: branches/buildtools/lib/Parrot/Ops2pm/Auxiliary.pm

[svn:parrot] r16814 - branches/buildtools/lib/Parrot/Ops2pm

2007-01-27 Thread jkeenan
Author: jkeenan Date: Fri Jan 26 22:08:45 2007 New Revision: 16814 Modified: branches/buildtools/lib/Parrot/Ops2pm/Auxiliary.pm (props changed) branches/buildtools/lib/Parrot/Ops2pm/Utils.pm (props changed) Log: Activate SVN keyword Id.

[svn:parrot] r16817 - branches/buildtools/tools/build

2007-01-27 Thread jkeenan
Author: jkeenan Date: Fri Jan 26 22:19:17 2007 New Revision: 16817 Modified: branches/buildtools/tools/build/ops2pm.pl (contents, props changed) Log: Eliminated superseded, commented-out code. Set SVN Id keyword. Modified: branches/buildtools/tools/build/ops2pm.pl

[svn:parrot] r16818 - branches/buildtools/t/tools/ops2pmutils

2007-01-27 Thread jkeenan
Author: jkeenan Date: Sat Jan 27 12:15:15 2007 New Revision: 16818 Modified: branches/buildtools/t/tools/ops2pmutils/10-print_module.t Log: Added test which examines content of core.pm when --no-lines option was selected. Conforming to Parrot coding standards, placing 'use strict' and 'use

[svn:parrot] r16819 - in branches/buildtools: lib/Parrot/Ops2pm tools/build

2007-01-27 Thread jkeenan
Author: jkeenan Date: Sat Jan 27 12:16:52 2007 New Revision: 16819 Modified: branches/buildtools/lib/Parrot/Ops2pm/Auxiliary.pm branches/buildtools/tools/build/ops2pm.pl Log: To improve testability of functionality in ops2pm.pl, refactored options processing into Parrot::Ops2pm::Auxiliary

[svn:parrot] r16820 - branches/buildtools/t/tools/ops2pmutils

2007-01-27 Thread jkeenan
Author: jkeenan Date: Sat Jan 27 12:17:49 2007 New Revision: 16820 Modified: branches/buildtools/t/tools/ops2pmutils/02-usage.t Log: Wrote tests for options processing using Parrot::Ops2pm::Auxiliary::getoptions(). Conforming to Parrot coding standards, placing 'use strict' and 'use warnings

[svn:parrot] r16821 - branches/buildtools/t/tools/ops2pmutils

2007-01-27 Thread jkeenan
Author: jkeenan Date: Sat Jan 27 12:19:38 2007 New Revision: 16821 Modified: branches/buildtools/t/tools/ops2pmutils/01-ops2pmutils.t branches/buildtools/t/tools/ops2pmutils/03-new.t branches/buildtools/t/tools/ops2pmutils/04-prepare_ops.t branches/buildtools/t/tools/ops2pmutils/05

[svn:parrot] r16824 - in branches/buildtools: languages/lua/Lua languages/lua/t lib/Parrot/Ops2pm lib/Parrot/Pmc2c t/tools/ops2pmutils tools/build

2007-01-28 Thread jkeenan
Author: jkeenan Date: Sun Jan 28 09:27:47 2007 New Revision: 16824 Modified: branches/buildtools/languages/lua/Lua/build.pm branches/buildtools/languages/lua/Lua/opcode.pm branches/buildtools/languages/lua/Lua/pir.pm branches/buildtools/languages/lua/t/function.t branches

[svn:parrot] r16825 - branches/buildtools/t/tools/ops2pmutils

2007-01-28 Thread jkeenan
Author: jkeenan Date: Sun Jan 28 12:14:22 2007 New Revision: 16825 Modified: branches/buildtools/t/tools/ops2pmutils/04-prepare_ops.t branches/buildtools/t/tools/ops2pmutils/05-renum_op_map_file.t Log: Corrected message emitted by tests at points where ops.num file is copied

[svn:parrot] r16826 - branches/buildtools/lib/Parrot/Ops2pm

2007-01-28 Thread jkeenan
Author: jkeenan Date: Sun Jan 28 12:38:31 2007 New Revision: 16826 Modified: branches/buildtools/lib/Parrot/Ops2pm/Utils.pm Log: Provided additional documentation for methods. Modified: branches/buildtools/lib/Parrot/Ops2pm/Utils.pm

[svn:parrot] r16827 - branches/buildtools/lib/Parrot/Ops2pm

2007-01-28 Thread jkeenan
Author: jkeenan Date: Sun Jan 28 20:12:18 2007 New Revision: 16827 Modified: branches/buildtools/lib/Parrot/Ops2pm/Utils.pm Log: Wrote additional POD for methods. Restyled POD to use item= for Purpose, Arguments, etc. Modified: branches/buildtools/lib/Parrot/Ops2pm/Utils.pm

[svn:parrot] r16828 - branches/buildtools/lib/Parrot/Ops2pm

2007-01-28 Thread jkeenan
Author: jkeenan Date: Sun Jan 28 20:29:49 2007 New Revision: 16828 Modified: branches/buildtools/lib/Parrot/Ops2pm/Auxiliary.pm Log: Wrote documentation in POD format for package and its two exportable subroutines. Modified: branches/buildtools/lib/Parrot/Ops2pm/Auxiliary.pm

[svn:parrot] r16848 - in branches/buildtools: . config/gen config/gen/makefiles docs docs/pmc languages languages/PIR languages/PIR/config languages/PIR/config/makefiles languages/PIR/examples languag

2007-01-30 Thread jkeenan
Author: jkeenan Date: Tue Jan 30 17:22:41 2007 New Revision: 16848 Added: branches/buildtools/docs/roles_responsibilities.pod (props changed) - copied unchanged from r16847, /trunk/docs/roles_responsibilities.pod branches/buildtools/languages/PIR/ (props changed) - copied

[svn:parrot] r16849 - branches/buildtools/docs

2007-01-30 Thread jkeenan
Author: jkeenan Date: Tue Jan 30 20:53:10 2007 New Revision: 16849 Modified: branches/buildtools/docs/roles_responsibilities.pod Log: Two minor grammatical corrections (applying patch recently submitted to trunk). Modified: branches/buildtools/docs/roles_responsibilities.pod

[svn:parrot] r16884 - tags/buildtools-16882

2007-02-03 Thread jkeenan
Author: jkeenan Date: Sat Feb 3 07:31:53 2007 New Revision: 16884 Added: tags/buildtools-16882/ - copied from r16883, /trunk/ Log: Per recommendation from Perrin Harkins (http://perlmonks.org/?node_id=597887), tagging most recent point in trunk to which buildtools branch was synched.

[svn:parrot] r16885 - trunk/t/tools/pmc2cutils

2007-02-03 Thread jkeenan
Author: jkeenan Date: Sat Feb 3 09:52:22 2007 New Revision: 16885 Modified: trunk/t/tools/pmc2cutils/01-pmc2cutils.t Log: Eliminated 'can_ok' test for method which was refactored out of Parrot::Pmc2c::Utils. Modified: trunk/t/tools/pmc2cutils/01-pmc2cutils.t

[svn:parrot] r16886 - branches/buildtools/t/tools/pmc2cutils

2007-02-03 Thread jkeenan
Author: jkeenan Date: Sat Feb 3 09:54:42 2007 New Revision: 16886 Modified: branches/buildtools/t/tools/pmc2cutils/01-pmc2cutils.t Log: Updating to trunk: elminated this test: can_ok($self, q{get_included_paths}); Modified: branches/buildtools/t/tools/pmc2cutils/01-pmc2cutils.t

[svn:parrot] r16894 - in branches/buildtools: lib/Parrot/Ops2pm t/tools/ops2pmutils tools/build

2007-02-04 Thread jkeenan
Author: jkeenan Date: Sun Feb 4 14:54:29 2007 New Revision: 16894 Modified: branches/buildtools/lib/Parrot/Ops2pm/Auxiliary.pm branches/buildtools/lib/Parrot/Ops2pm/Utils.pm branches/buildtools/t/tools/ops2pmutils/00-qualify.t branches/buildtools/t/tools/ops2pmutils/01-ops2pmutils.t

[svn:parrot] r16900 - tags/buildtools-16899

2007-02-05 Thread jkeenan
Author: jkeenan Date: Mon Feb 5 17:16:12 2007 New Revision: 16900 Added: tags/buildtools-16899/ - copied from r16899, /trunk/ Log: Tagging most recent point in trunk so that buildtools branch can be synched to it.

[svn:parrot] r16914 - branches/buildtools/tools/build

2007-02-07 Thread jkeenan
Author: jkeenan Date: Wed Feb 7 05:00:56 2007 New Revision: 16914 Modified: branches/buildtools/tools/build/ops2c.pl Log: First steps in refactoring of tools/build/ops2c.pl. 1. Usage() and handling of command-line options extracted into lib/Parrot/Ops2c/Auxiliary.pm subs Usage

[svn:parrot] r16915 - branches/buildtools/lib/Parrot/Ops2c

2007-02-07 Thread jkeenan
Author: jkeenan Date: Wed Feb 7 05:02:55 2007 New Revision: 16915 Added: branches/buildtools/lib/Parrot/Ops2c/ branches/buildtools/lib/Parrot/Ops2c/Auxiliary.pm Log: New directory and package to hold non-OO subroutines refactored out of tools/build/ops2c.pl. Added: branches/buildtools

[svn:parrot] r16921 - in branches/buildtools: lib/Parrot/Ops2c t/tools/ops2cutils t/tools/ops2cutils/testlib tools/build

2007-02-07 Thread jkeenan
Author: jkeenan Date: Wed Feb 7 20:25:09 2007 New Revision: 16921 Added: branches/buildtools/t/tools/ops2cutils/ branches/buildtools/t/tools/ops2cutils/02-usage.t branches/buildtools/t/tools/ops2cutils/testlib/ branches/buildtools/t/tools/ops2cutils/testlib/Capture.pm Modified

[svn:parrot] r16923 - branches/buildtools/tools/build

2007-02-08 Thread jkeenan
Author: jkeenan Date: Thu Feb 8 06:13:01 2007 New Revision: 16923 Modified: branches/buildtools/tools/build/ops2c.pl Log: Small refactorings, e.g., eliminated $mmp_v, which was only used once (in the line following its declaration); eliminated commented-out code. Tested via 'make'; 'make

[svn:parrot] r16932 - branches/buildtools/tools/build

2007-02-08 Thread jkeenan
Author: jkeenan Date: Thu Feb 8 21:27:10 2007 New Revision: 16932 Modified: branches/buildtools/tools/build/ops2c.pl Log: Created sub _print_dynamic_lib_load() to hold functionality near the very end of ops2c.pl. Eliminated more commented-out code. Moved declaration of %arg_dir_mapping

[svn:parrot] r16937 - branches/buildtools/tools/build

2007-02-10 Thread jkeenan
Author: jkeenan Date: Sat Feb 10 11:10:33 2007 New Revision: 16937 Modified: branches/buildtools/tools/build/ops2c.pl Log: Extensive refactoring of code from blocks into subroutines, moving from the end of the file back towards the beginning. Passes 'make'. More to come. Modified

[svn:parrot] r16941 - branches/buildtools/tools/build

2007-02-10 Thread jkeenan
Author: jkeenan Date: Sat Feb 10 21:14:44 2007 New Revision: 16941 Modified: branches/buildtools/tools/build/ops2c.pl Log: Further refactoring of code into subroutines. Created _prepare_core(), _prepare_non_core(), _print_preamble_header(), _print_run_core_func_decl_header

[svn:parrot] r16942 - branches/buildtools/tools/build

2007-02-11 Thread jkeenan
Author: jkeenan Date: Sun Feb 11 07:40:38 2007 New Revision: 16942 Modified: branches/buildtools/tools/build/ops2c.pl Log: Move declaration of %arg_dir_mapping to inside the only subroutine where it is used. Modified: branches/buildtools/tools/build/ops2c.pl

[svn:parrot] r16943 - in branches/buildtools: lib/Parrot/Ops2c t/tools/ops2cutils tools/build

2007-02-11 Thread jkeenan
Author: jkeenan Date: Sun Feb 11 11:11:34 2007 New Revision: 16943 Added: branches/buildtools/lib/Parrot/Ops2c/Utils.pm branches/buildtools/t/tools/ops2cutils/01-new.t Modified: branches/buildtools/tools/build/ops2c.pl Log: 1. Created lib/Parrot/Ops2c/Utils.pm. Within that package

[svn:parrot] r16944 - branches/buildtools/t/tools/ops2cutils

2007-02-11 Thread jkeenan
Author: jkeenan Date: Sun Feb 11 11:14:20 2007 New Revision: 16944 Modified: branches/buildtools/t/tools/ops2cutils/02-usage.t Log: Corrected error in POD. Usage() is in Auxiliary.pm, not Utils.pm. Modified: branches/buildtools/t/tools/ops2cutils/02-usage.t

[svn:parrot] r16945 - branches/buildtools/lib/Parrot/Ops2c

2007-02-11 Thread jkeenan
Author: jkeenan Date: Sun Feb 11 18:51:35 2007 New Revision: 16945 Modified: branches/buildtools/lib/Parrot/Ops2c/Utils.pm Log: Deleted commented-out code. Modified: branches/buildtools/lib/Parrot/Ops2c/Utils.pm

[svn:parrot] r16946 - in branches/buildtools/t/tools/ops2cutils: . testlib

2007-02-11 Thread jkeenan
Author: jkeenan Date: Sun Feb 11 18:58:14 2007 New Revision: 16946 Added: branches/buildtools/t/tools/ops2cutils/testlib/GenerateCore.pm Modified: branches/buildtools/t/tools/ops2cutils/01-new.t Log: Parrot::Ops2c::Utils has as a prerequisite Parrot::OpLib::core. But that package doesn't

[svn:parrot] r16947 - branches/buildtools/lib/Parrot/Ops2c

2007-02-11 Thread jkeenan
Author: jkeenan Date: Sun Feb 11 19:54:19 2007 New Revision: 16947 Modified: branches/buildtools/lib/Parrot/Ops2c/Utils.pm Log: Deleted commented-out code: 'use' statements no longer (or not yet) needed. Modified: branches/buildtools/lib/Parrot/Ops2c/Utils.pm

[svn:parrot] r16948 - in branches/buildtools: lib/Parrot/Ops2c t/tools/ops2cutils t/tools/ops2cutils/testlib

2007-02-11 Thread jkeenan
Author: jkeenan Date: Sun Feb 11 19:58:24 2007 New Revision: 16948 Modified: branches/buildtools/lib/Parrot/Ops2c/Utils.pm (props changed) branches/buildtools/t/tools/ops2cutils/01-new.t (props changed) branches/buildtools/t/tools/ops2cutils/02-usage.t (props changed) branches

[svn:parrot] r16960 - branches/buildtools/t/tools/ops2cutils

2007-02-12 Thread jkeenan
Author: jkeenan Date: Mon Feb 12 19:28:11 2007 New Revision: 16960 Added: branches/buildtools/t/tools/ops2cutils/03-print_c_header_file.t Modified: branches/buildtools/t/tools/ops2cutils/01-new.t Log: Created t/tools/ops2cutils/03-print_c_header_file.t to test Parrot::Ops2c::Utils

[svn:parrot] r16961 - in branches/buildtools: lib/Parrot/Ops2c tools/build

2007-02-12 Thread jkeenan
Author: jkeenan Date: Mon Feb 12 19:36:00 2007 New Revision: 16961 Modified: branches/buildtools/lib/Parrot/Ops2c/Utils.pm branches/buildtools/tools/build/ops2c.pl Log: 1. Added 'script' as argument to Parrot::Ops2c::Utils::new(). 2. Completed migration of initialization code from tools

[svn:parrot] r16962 - branches/buildtools/t/tools/ops2cutils

2007-02-12 Thread jkeenan
Author: jkeenan Date: Mon Feb 12 19:38:24 2007 New Revision: 16962 Modified: branches/buildtools/t/tools/ops2cutils/03-print_c_header_file.t (props changed) Log: Set svn:keywords Id property.

[svn:parrot] r16966 - branches/buildtools/lib/Parrot/Ops2c

2007-02-13 Thread jkeenan
Author: jkeenan Date: Tue Feb 13 05:38:26 2007 New Revision: 16966 Modified: branches/buildtools/lib/Parrot/Ops2c/Utils.pm Log: Internal sub _print_coda() refactored into a method for consistency with other such subs. All subs internal to print_c_header_file() are now methods. Modified

[svn:parrot] r16975 - in branches/buildtools: lib/Parrot/Ops2c tools/build

2007-02-13 Thread jkeenan
Author: jkeenan Date: Tue Feb 13 19:03:08 2007 New Revision: 16975 Modified: branches/buildtools/lib/Parrot/Ops2c/Utils.pm branches/buildtools/tools/build/ops2c.pl Log: Began refactoring code blocks in ops2c.pl which print to the .c file into Parrot::Ops2c::Utils::print_c_source_top

[svn:parrot] r16976 - branches/buildtools/t/tools/ops2cutils

2007-02-13 Thread jkeenan
Author: jkeenan Date: Tue Feb 13 20:29:04 2007 New Revision: 16976 Added: branches/buildtools/t/tools/ops2cutils/04-print_c_source_top.t Log: Created t/04-print_c_source_top.t to hold tests for Parrot::Ops2c::Utils::print_c_source_top(): the first part of the functionality in tools/build

[svn:parrot] r16977 - branches/buildtools/t/tools/ops2cutils

2007-02-13 Thread jkeenan
Author: jkeenan Date: Tue Feb 13 20:30:06 2007 New Revision: 16977 Modified: branches/buildtools/t/tools/ops2cutils/04-print_c_source_top.t (props changed) Log: Added svn:keywords Id property.

[svn:parrot] r16978 - branches/buildtools/t/tools/ops2cutils

2007-02-14 Thread jkeenan
Author: jkeenan Date: Wed Feb 14 05:32:54 2007 New Revision: 16978 Modified: branches/buildtools/t/tools/ops2cutils/01-new.t (props changed) branches/buildtools/t/tools/ops2cutils/02-usage.t (contents, props changed) branches/buildtools/t/tools/ops2cutils/03-print_c_header_file.t

[svn:parrot] r16979 - branches/buildtools/t/tools/ops2cutils/testlib

2007-02-14 Thread jkeenan
Author: jkeenan Date: Wed Feb 14 05:34:40 2007 New Revision: 16979 Modified: branches/buildtools/t/tools/ops2cutils/testlib/Capture.pm (contents, props changed) branches/buildtools/t/tools/ops2cutils/testlib/GenerateCore.pm (contents, props changed) Log: Set SVN properties

[svn:parrot] r16980 - in branches/buildtools: lib/Parrot/Ops2c tools/build

2007-02-14 Thread jkeenan
Author: jkeenan Date: Wed Feb 14 05:47:08 2007 New Revision: 16980 Modified: branches/buildtools/lib/Parrot/Ops2c/Auxiliary.pm (contents, props changed) branches/buildtools/lib/Parrot/Ops2c/Utils.pm (contents, props changed) branches/buildtools/tools/build/ops2c.pl Log: Set SVN

[svn:parrot] r17000 - branches/buildtools/t/tools/ops2cutils

2007-02-14 Thread jkeenan
Author: jkeenan Date: Wed Feb 14 18:39:38 2007 New Revision: 17000 Added: branches/buildtools/t/tools/ops2cutils/05-print_c_source_bottom.t (contents, props changed) Log: First draft of test file for print_c_source_bottom(). Added: branches/buildtools/t/tools/ops2cutils/05

[svn:parrot] r17001 - in branches/buildtools: lib/Parrot/Ops2c tools/build

2007-02-14 Thread jkeenan
Author: jkeenan Date: Wed Feb 14 18:56:27 2007 New Revision: 17001 Modified: branches/buildtools/lib/Parrot/Ops2c/Utils.pm branches/buildtools/tools/build/ops2c.pl Log: Moved remaining subroutines in tools/build/ops2c.pl to lib/Parrot/Ops2c/Utils, mainly in that module's

[svn:parrot] r17002 - tags/buildtools-17001

2007-02-14 Thread jkeenan
Author: jkeenan Date: Wed Feb 14 20:09:07 2007 New Revision: 17002 Added: tags/buildtools-17001/ - copied from r17001, /trunk/ Log: Tagging most recent point in trunk so that buildtools branch may be synched to it.

[svn:parrot] r17004 - tags/buildtools-16882

2007-02-14 Thread jkeenan
Author: jkeenan Date: Wed Feb 14 20:18:18 2007 New Revision: 17004 Removed: tags/buildtools-16882/ Log: Removing tag no longer needed.

[svn:parrot] r17005 - tags/buildtools-16899

2007-02-14 Thread jkeenan
Author: jkeenan Date: Wed Feb 14 20:18:35 2007 New Revision: 17005 Removed: tags/buildtools-16899/ Log: Removing tag no longer needed.

[svn:parrot] r17006 - branches/buildtools/config/gen/makefiles

2007-02-14 Thread jkeenan
Author: jkeenan Date: Wed Feb 14 20:25:35 2007 New Revision: 17006 Modified: branches/buildtools/config/gen/makefiles/root.in Log: Bringing this makefile into alignment with trunk. Modified: branches/buildtools/config/gen/makefiles/root.in

[svn:parrot] r17036 - branches/buildtools/t/tools/ops2cutils

2007-02-17 Thread jkeenan
Author: jkeenan Date: Sat Feb 17 20:46:00 2007 New Revision: 17036 Modified: branches/buildtools/t/tools/ops2cutils/05-print_c_source_bottom.t Log: Set number of tests; eliminated commented-out code. Modified: branches/buildtools/t/tools/ops2cutils/05-print_c_source_bottom.t

[svn:parrot] r17037 - branches/buildtools/t/tools/ops2cutils

2007-02-17 Thread jkeenan
Author: jkeenan Date: Sat Feb 17 20:47:22 2007 New Revision: 17037 Modified: branches/buildtools/t/tools/ops2cutils/04-print_c_source_top.t Log: Set number of tests. Modified: branches/buildtools/t/tools/ops2cutils/04-print_c_source_top.t

[svn:parrot] r17040 - branches/buildtools/lib/Parrot/Ops2c

2007-02-18 Thread jkeenan
Author: jkeenan Date: Sun Feb 18 08:48:55 2007 New Revision: 17040 Modified: branches/buildtools/lib/Parrot/Ops2c/Utils.pm Log: 1. In new(), eliminated this branch: $base =~ m!^src/dynoplibs/!. (a) I couldn't reach it during testing/coverage analysis. (b) It's never called during 'make

[svn:parrot] r17041 - branches/buildtools/t/tools/ops2cutils

2007-02-18 Thread jkeenan
Author: jkeenan Date: Sun Feb 18 08:56:34 2007 New Revision: 17041 Modified: branches/buildtools/t/tools/ops2cutils/01-new.t Log: 1. Added tests to 01-new.t to test provision of explicit script to constructor. 2. Corrected POD error. Modified: branches/buildtools/t/tools/ops2cutils/01

[svn:parrot] r17042 - branches/buildtools/t/tools/ops2cutils

2007-02-18 Thread jkeenan
Author: jkeenan Date: Sun Feb 18 08:58:07 2007 New Revision: 17042 Added: branches/buildtools/t/tools/ops2cutils/06-dynamic.t (contents, props changed) Log: Created 06-dynamic.t to test cases where ops2c.pl is called with --dynamic option. Added: branches/buildtools/t/tools/ops2cutils/06

[svn:parrot] r17043 - branches/buildtools/t/tools/ops2cutils

2007-02-18 Thread jkeenan
Author: jkeenan Date: Sun Feb 18 08:59:09 2007 New Revision: 17043 Added: branches/buildtools/t/tools/ops2cutils/07-make_incdir.t (contents, props changed) Log: Created 07-make_incdir.t to test one branch in constructor that creates an include directory if it did not previously exist

[svn:parrot] r17045 - branches/buildtools/lib/Parrot/Ops2c

2007-02-18 Thread jkeenan
Author: jkeenan Date: Sun Feb 18 10:00:22 2007 New Revision: 17045 Modified: branches/buildtools/lib/Parrot/Ops2c/Utils.pm Log: Commented-out non-reached branch run_core_split. Modified: branches/buildtools/lib/Parrot/Ops2c/Utils.pm

[svn:parrot] r17046 - branches/buildtools/t/tools/ops2cutils

2007-02-18 Thread jkeenan
Author: jkeenan Date: Sun Feb 18 10:00:55 2007 New Revision: 17046 Modified: branches/buildtools/t/tools/ops2cutils/07-make_incdir.t Log: Provided explicit number of tests to plan. Modified: branches/buildtools/t/tools/ops2cutils/07-make_incdir.t

[svn:parrot] r17049 - tags/buildtools-17048

2007-02-18 Thread jkeenan
Author: jkeenan Date: Sun Feb 18 15:26:16 2007 New Revision: 17049 Added: tags/buildtools-17048/ - copied from r17048, /trunk/ Log: Tagging most recent point in trunk so that buildtools branch can be synched to it.

[svn:parrot] r17050 - branches/buildtools/languages/PIR/t

2007-02-18 Thread jkeenan
Author: jkeenan Date: Sun Feb 18 15:34:44 2007 New Revision: 17050 Modified: branches/buildtools/languages/PIR/t/sub.t Log: Conflict resolution. Modified: branches/buildtools/languages/PIR/t/sub.t == --- branches

[svn:parrot] r17054 - branches/buildtools/t/tools/ops2cutils

2007-02-19 Thread jkeenan
Author: jkeenan Date: Mon Feb 19 06:19:37 2007 New Revision: 17054 Added: branches/buildtools/t/tools/ops2cutils/08-nolines.t branches/buildtools/t/tools/ops2cutils/09-dynamic_nolines.t Modified: branches/buildtools/t/tools/ops2cutils/04-print_c_source_top.t branches/buildtools/t

[svn:parrot] r17055 - branches/buildtools/lib/Parrot/Ops2c

2007-02-19 Thread jkeenan
Author: jkeenan Date: Mon Feb 19 06:26:10 2007 New Revision: 17055 Modified: branches/buildtools/lib/Parrot/Ops2c/Utils.pm Log: Restored 'run_core_split' block. Changed message about inadequate hash size from tools/build/ops2c.pl to lib/Parrot/Ops2c/Utils.pm. Modified: branches/buildtools

[svn:parrot] r17056 - branches/buildtools/t/tools/ops2cutils

2007-02-19 Thread jkeenan
Author: jkeenan Date: Mon Feb 19 06:40:42 2007 New Revision: 17056 Modified: branches/buildtools/t/tools/ops2cutils/06-dynamic.t Log: Added test to catch warning about duplicate .ops argument in non-core calls to constructor. Modified: branches/buildtools/t/tools/ops2cutils/06-dynamic.t

[svn:parrot] r17057 - branches/buildtools/tools/build

2007-02-19 Thread jkeenan
Author: jkeenan Date: Mon Feb 19 06:59:41 2007 New Revision: 17057 Modified: branches/buildtools/tools/build/ops2c.pl Log: Eliminate unused 'use Parrot::Config;'. Eliminate commented-out code. In POD SEE ALSO, add Parrot::Ops2c::Utils and Auxiliary. Modified: branches/buildtools/tools

[svn:parrot] r17058 - branches/buildtools/config/gen/makefiles

2007-02-19 Thread jkeenan
Author: jkeenan Date: Mon Feb 19 10:35:41 2007 New Revision: 17058 Modified: branches/buildtools/config/gen/makefiles/root.in Log: Added tests in t/tools/ops2cutils/ to BUILDTOOLS_TEST_FILES target. Modified: branches/buildtools/config/gen/makefiles/root.in

[svn:parrot] r17059 - branches/buildtools/lib/Parrot/Ops2c

2007-02-19 Thread jkeenan
Author: jkeenan Date: Mon Feb 19 10:37:11 2007 New Revision: 17059 Modified: branches/buildtools/lib/Parrot/Ops2c/Auxiliary.pm branches/buildtools/lib/Parrot/Ops2c/Utils.pm Log: Added POD. Modified: branches/buildtools/lib/Parrot/Ops2c/Auxiliary.pm

[svn:parrot] r17070 - trunk/t/tools/pmc2cutils

2007-02-19 Thread jkeenan
Author: jkeenan Date: Mon Feb 19 14:28:48 2007 New Revision: 17070 Modified: trunk/t/tools/pmc2cutils/04-dump_pmc.t Log: Commented-out two tests which were giving spurious failures. In order to test whether a particular file has been overwritten or not, I've been comparing mtimes. This gives

[svn:parrot] r17108 - tags/buildtools-17107

2007-02-20 Thread jkeenan
Author: jkeenan Date: Tue Feb 20 20:28:08 2007 New Revision: 17108 Added: tags/buildtools-17107/ - copied from r17107, /trunk/ Log: Tagging most recent point in trunk so that buildtools branch can be synched to it.

[svn:parrot] r17109 - tags/buildtools-17001

2007-02-20 Thread jkeenan
Author: jkeenan Date: Tue Feb 20 20:43:30 2007 New Revision: 17109 Removed: tags/buildtools-17001/ Log: Deleting obsolete tag in buildtools branch.

[svn:parrot] r17111 - tags/buildtools-17048

2007-02-20 Thread jkeenan
Author: jkeenan Date: Tue Feb 20 21:17:40 2007 New Revision: 17111 Removed: tags/buildtools-17048/ Log: Deleting obsolete tag in buildtools branch.

[svn:parrot] r17135 - branches/buildtools/t/tools/ops2cutils

2007-02-21 Thread jkeenan
Author: jkeenan Date: Wed Feb 21 20:30:37 2007 New Revision: 17135 Modified: branches/buildtools/t/tools/ops2cutils/01-new.t branches/buildtools/t/tools/ops2cutils/02-usage.t branches/buildtools/t/tools/ops2cutils/03-print_c_header_file.t branches/buildtools/t/tools/ops2cutils/04

[svn:parrot] r17136 - branches/buildtools/lib/Parrot/Ops2c

2007-02-21 Thread jkeenan
Author: jkeenan Date: Wed Feb 21 20:32:13 2007 New Revision: 17136 Modified: branches/buildtools/lib/Parrot/Ops2c/Utils.pm Log: sub _print_coda was declared twice; corrected. Added some references to the SEE ALSO in the POD. Modified: branches/buildtools/lib/Parrot/Ops2c/Utils.pm

[svn:parrot] r17137 - in branches/buildtools: lib/Parrot/IO/Capture t/tools/ops2cutils/testlib

2007-02-21 Thread jkeenan
Author: jkeenan Date: Wed Feb 21 20:34:29 2007 New Revision: 17137 Added: branches/buildtools/lib/Parrot/IO/Capture/ branches/buildtools/lib/Parrot/IO/Capture/Mini.pm - copied, changed from r17060, /branches/buildtools/t/tools/ops2cutils/testlib/Capture.pm Removed: branches

[svn:parrot] r17166 - branches/buildtools/t/tools/ops2cutils/testlib

2007-02-23 Thread jkeenan
Author: jkeenan Date: Fri Feb 23 18:23:03 2007 New Revision: 17166 Modified: branches/buildtools/t/tools/ops2cutils/testlib/GenerateCore.pm Log: Wrote POD. Modified: branches/buildtools/t/tools/ops2cutils/testlib/GenerateCore.pm

[svn:parrot] r17167 - in branches/buildtools: lib/Parrot/IO/Capture lib/Parrot/Ops2c lib/Parrot/Ops2pm t/tools/ops2cutils t/tools/ops2cutils/testlib t/tools/ops2pmutils

2007-02-23 Thread jkeenan
Author: jkeenan Date: Fri Feb 23 18:36:06 2007 New Revision: 17167 Modified: branches/buildtools/lib/Parrot/IO/Capture/Mini.pm branches/buildtools/lib/Parrot/Ops2c/Auxiliary.pm branches/buildtools/lib/Parrot/Ops2c/Utils.pm branches/buildtools/lib/Parrot/Ops2pm/Auxiliary.pm branches

[svn:parrot] r17168 - in trunk: lib/Parrot/Ops2pm t/tools/ops2pmutils

2007-02-23 Thread jkeenan
Author: jkeenan Date: Fri Feb 23 18:44:30 2007 New Revision: 17168 Modified: trunk/lib/Parrot/Ops2pm/Auxiliary.pm trunk/lib/Parrot/Ops2pm/Utils.pm trunk/t/tools/ops2pmutils/00-qualify.t trunk/t/tools/ops2pmutils/01-ops2pmutils.t trunk/t/tools/ops2pmutils/02-usage.t trunk/t/tools

[svn:parrot] r17170 - branches/buildtools

2007-02-23 Thread jkeenan
Author: jkeenan Date: Fri Feb 23 18:57:19 2007 New Revision: 17170 Modified: branches/buildtools/MANIFEST Log: Added all files in lib/Parrot/Ops2c/*.pm, t/tools/ops2cutils/*.t, t/tools/ops2cutils/testlib/*.pm, lib/Parrot/IO/Capture/Mini.pm. Modified: branches/buildtools/MANIFEST

[svn:parrot] r17171 - branches/buildtools/t/tools/ops2cutils/testlib

2007-02-23 Thread jkeenan
Author: jkeenan Date: Fri Feb 23 20:33:56 2007 New Revision: 17171 Modified: branches/buildtools/t/tools/ops2cutils/testlib/GenerateCore.pm Log: In POD, I was lacking a '=back' directive before '=head1 AUTHOR'. Modified: branches/buildtools/t/tools/ops2cutils/testlib/GenerateCore.pm

[svn:parrot] r17184 - branches/buildtools/t/tools/ops2cutils

2007-02-25 Thread jkeenan
Author: jkeenan Date: Sun Feb 25 07:33:11 2007 New Revision: 17184 Modified: branches/buildtools/t/tools/ops2cutils/04-print_c_source_top.t branches/buildtools/t/tools/ops2cutils/05-print_c_source_bottom.t Log: Added tests to 04-print_c_source_top.t and 05-print_c_source_bottom.t to test

[svn:parrot] r17199 - in branches/buildtools: . languages/dotnet/ops lib/Parrot src/ops src/pmc

2007-02-26 Thread jkeenan
Author: jkeenan Date: Mon Feb 26 19:16:39 2007 New Revision: 17199 Modified: branches/buildtools/languages/dotnet/ops/dotnet.ops branches/buildtools/lib/Parrot/OpsFile.pm branches/buildtools/src/ops/cmp.ops branches/buildtools/src/ops/core.ops branches/buildtools/src/ops/object.ops

[svn:parrot] r17202 - tags/buildtools-17107

2007-02-27 Thread jkeenan
Author: jkeenan Date: Tue Feb 27 05:09:38 2007 New Revision: 17202 Removed: tags/buildtools-17107/ Log: This tag is no longer needed.

[svn:parrot] r17221 - tags/buildtools-17220

2007-02-28 Thread jkeenan
Author: jkeenan Date: Wed Feb 28 17:34:58 2007 New Revision: 17221 Added: tags/buildtools-17220/ - copied from r17220, /trunk/ Log: Tagging trunk at r17220 so that buildtools branch can be synched to it.

[svn:parrot] r17222 - tags/buildtools-17196

2007-02-28 Thread jkeenan
Author: jkeenan Date: Wed Feb 28 17:36:34 2007 New Revision: 17222 Removed: tags/buildtools-17196/ Log: Deleting superfluous tag.

[svn:parrot] r17223 - tags/buildtools-17222

2007-02-28 Thread jkeenan
Author: jkeenan Date: Wed Feb 28 18:05:37 2007 New Revision: 17223 Added: tags/buildtools-17222/ - copied from r17222, /trunk/ Log: Tagging trunk so that buildtools branch can be synched to it.

[svn:parrot] r17224 - tags/buildtools-17220

2007-02-28 Thread jkeenan
Author: jkeenan Date: Wed Feb 28 18:08:05 2007 New Revision: 17224 Removed: tags/buildtools-17220/ Log: Deleting superfluous tag.

[svn:parrot] r17225 - tags/buildtools-17224

2007-02-28 Thread jkeenan
Author: jkeenan Date: Wed Feb 28 18:10:14 2007 New Revision: 17225 Added: tags/buildtools-17224/ - copied from r17224, /trunk/ Log: Tagging trunk so that buildtools branch can be synched to it.

[svn:parrot] r17226 - tags/buildtools-17222

2007-02-28 Thread jkeenan
Author: jkeenan Date: Wed Feb 28 18:10:42 2007 New Revision: 17226 Removed: tags/buildtools-17222/ Log: Deleting superfluous tag.

[svn:parrot] r17227 - tags/buildtools-17226

2007-02-28 Thread jkeenan
Author: jkeenan Date: Wed Feb 28 19:17:15 2007 New Revision: 17227 Added: tags/buildtools-17226/ - copied from r17226, /trunk/ Log: Tagging trunk at r17226 so that the buildtools can be synched to it.

[svn:parrot] r17228 - tags/buildtools-17224

2007-02-28 Thread jkeenan
Author: jkeenan Date: Wed Feb 28 19:17:34 2007 New Revision: 17228 Removed: tags/buildtools-17224/ Log: Deleting superfluous tag buildtools-17224

[svn:parrot] r17231 - tags/buildtools-17230

2007-03-01 Thread jkeenan
Author: jkeenan Date: Thu Mar 1 05:10:51 2007 New Revision: 17231 Added: tags/buildtools-17230/ - copied from r17230, /trunk/ Log: Tagging trunk at r17230 so that the buildtools can be synched to it.

[svn:parrot] r17232 - tags/buildtools-17226

2007-03-01 Thread jkeenan
Author: jkeenan Date: Thu Mar 1 05:11:29 2007 New Revision: 17232 Removed: tags/buildtools-17226/ Log: Deleting superfluous tag buildtools-17226

[svn:parrot] r17244 - branches/karmic/tools/build

2007-03-01 Thread jkeenan
Author: jkeenan Date: Thu Mar 1 16:48:46 2007 New Revision: 17244 Modified: branches/karmic/tools/build/ops2pm.pl Log: Adding comment to provide test of karmic branch. Modified: branches/karmic/tools/build/ops2pm.pl

[svn:parrot] r17245 - tags/karmic-17244

2007-03-01 Thread jkeenan
Author: jkeenan Date: Thu Mar 1 16:49:42 2007 New Revision: 17245 Added: tags/karmic-17244/ - copied from r17244, /trunk/ Log: Tagging trunk at r17244 so that the karmic can be synched to it.

[svn:parrot] r17246 - tags/karmic-17245

2007-03-01 Thread jkeenan
Author: jkeenan Date: Thu Mar 1 16:50:07 2007 New Revision: 17246 Added: tags/karmic-17245/ - copied from r17245, /trunk/ Log: Tagging trunk at r17245 so that the karmic can be synched to it.

[svn:parrot] r17247 - tags/karmic-17244

2007-03-01 Thread jkeenan
Author: jkeenan Date: Thu Mar 1 16:54:19 2007 New Revision: 17247 Removed: tags/karmic-17244/ Log: Deleting superfluous tag.

[svn:parrot] r17249 - tags/karmic-17248

2007-03-01 Thread jkeenan
Author: jkeenan Date: Thu Mar 1 17:01:42 2007 New Revision: 17249 Added: tags/karmic-17248/ - copied from r17248, /trunk/ Log: Tagging trunk at r17248 so that the karmic can be synched to it.

  1   2   3   4   5   6   7   8   9   10   >