cvs commit: parrot TODO.win32

2005-01-22 Thread coke
cvsuser 05/01/22 10:39:45 Removed: .TODO.win32 Log: There's already a TODO, and it's already pointing at RT.

cvs commit: parrot/docs ROADMAP

2005-01-22 Thread coke
1.2 diff -u -r1.1 -r1.2 --- ROADMAP 20 Jan 2005 06:34:26 - 1.1 +++ ROADMAP 22 Jan 2005 18:42:40 - 1.2 @@ -1,5 +1,5 @@ -# Copyright: 2001-2004 The Perl Foundation. All Rights Reserved. -# $Id: ROADMAP,v 1.1 2005/01/20 06:34:26 coke Exp $ +# Copyright: 2005

cvs commit: parrot TODO

2005-01-23 Thread coke
cvsuser 05/01/23 19:43:00 Modified:.TODO Log: point to roadmap Revision ChangesPath 1.39 +2 -0 parrot/TODO Index: TODO === RCS file: /cvs/public/parrot/TODO,v retrieving revision

cvs commit: parrot/docs ROADMAP

2005-01-23 Thread coke
coke Exp $ +# $Id: ROADMAP,v 1.3 2005/01/24 03:50:39 coke Exp $ =head1 NAME @@ -158,6 +158,52 @@ =item * +IO: Add IO tables, right now IO's just float around. + +=item * + +Finish PMC for IO object + +=item * + +IO's stdio layer: buffering, seek/random

cvs commit: parrot/docs submissions.pod

2005-01-23 Thread coke
cvsuser 05/01/23 20:18:00 Modified:docs submissions.pod Log: spelling, urls, email addresses... Revision ChangesPath 1.3 +7 -11 parrot/docs/submissions.pod Index: submissions.pod ===

cvs commit: parrot/examples/c test_main.c

2005-01-24 Thread coke
@@ /* Copyright: 2001-2003 The Perl Foundation. All Rights Reserved. -$Id: test_main.c,v 1.1 2005/01/25 04:28:18 coke Exp $ +$Id: test_main.c,v 1.2 2005/01/25 04:30:44 coke Exp $ =head1 NAME @@ -8,7 +8,8 @@ =head1 DESCRIPTION -THIS FILE IS NO LONGER USED. +Cexamples/c

cvs commit: parrot/docs ROADMAP

2005-01-24 Thread coke
: ROADMAP,v 1.3 2005/01/24 03:50:39 coke Exp $ +# $Id: ROADMAP,v 1.4 2005/01/25 05:27:53 coke Exp $ =head1 NAME @@ -22,6 +22,14 @@ the Architect and the Pumpking. However, its goal is to help improve project management for parrot, and enable an actual roadmap. +=head1 NEXT

cvs commit: parrot/docs ROADMAP

2005-01-26 Thread coke
/01/25 05:27:53 coke Exp $ +# $Id: ROADMAP,v 1.5 2005/01/26 17:25:59 coke Exp $ =head1 NAME @@ -26,7 +26,7 @@ This release has a ticket opened as [perl #33916]. - http://rt.perl.org/rt3/Ticket/ModifyLinks.html?id=33916 + https://rt.perl.org/rt3/Ticket/ModifyLinks.html

cvs commit: parrot/docs ROADMAP

2005-01-30 Thread coke
: ROADMAP,v 1.5 2005/01/26 17:25:59 coke Exp $ +# $Id: ROADMAP,v 1.6 2005/01/30 19:09:31 coke Exp $ =head1 NAME @@ -150,6 +150,14 @@ =item * + requestor: leo + +Ok. In the long run I expect a multi-stage config system. First is to +get miniparrot built and running

cvs commit: parrot/src py_func.c

2005-02-02 Thread coke
2004/12/13 13:46:26 leo Exp $ +$Id: py_func.c,v 1.50 2005/02/02 19:37:34 coke Exp $ =head1 NAME @@ -59,7 +59,7 @@ PMC *s = pmc_new_noinit(interpreter, enum_class_PerlString); INTVAL i = VTABLE_get_integer(interpreter, pmc); /* - * TODO if i 0 || 255 throgh

cvs commit: parrot PLATFORMS

2005-02-03 Thread coke
cvsuser 05/02/03 16:18:44 Modified:.PLATFORMS Log: add freebsd gmake dependancy Revision ChangesPath 1.31 +2 -1 parrot/PLATFORMS Index: PLATFORMS === RCS file:

cvs commit: parrot/docs compiler_faq.pod

2005-02-15 Thread coke
. All Rights Reserved. -# $Id: compiler_faq.pod,v 1.10 2004/09/07 20:10:36 jrieks Exp $ +# $Id: compiler_faq.pod,v 1.11 2005/02/15 14:56:12 coke Exp $ =head1 NAME @@ -79,7 +79,7 @@ overflow parameters an array-like PMC in P3. A simpler way is to use the -foldup opcode

[svn:parrot] rev 7864 - trunk/dynclasses

2005-04-18 Thread coke
Author: coke Date: Mon Apr 18 16:51:04 2005 New Revision: 7864 Modified: trunk/dynclasses/tclparser.pmc Log: Avoid having my strings garbage collected out from under me. Modified: trunk/dynclasses/tclparser.pmc

[svn:parrot] rev 7865 - in trunk: config/gen/makefiles languages/tcl

2005-04-18 Thread coke
Author: coke Date: Mon Apr 18 17:04:18 2005 New Revision: 7865 Modified: trunk/config/gen/makefiles/root.in trunk/languages/tcl/README Log: Build PGE by default. (This simplifies building Tcl) Modified: trunk/config/gen/makefiles/root.in

[svn:parrot] rev 7866 - trunk/languages/tcl/t

2005-04-18 Thread coke
Author: coke Date: Mon Apr 18 17:14:45 2005 New Revision: 7866 Modified: trunk/languages/tcl/t/harness Log: Per leo, we should be running the test suite with --gc-debug Modified: trunk/languages/tcl/t/harness

[svn:parrot] rev 7867 - trunk/languages

2005-04-18 Thread coke
Author: coke Date: Mon Apr 18 17:17:51 2005 New Revision: 7867 Modified: trunk/languages/LANGUAGES.STATUS Log: tcl update Modified: trunk/languages/LANGUAGES.STATUS == --- trunk/languages/LANGUAGES.STATUS

[svn:parrot] rev 7868 - trunk/config/gen/makefiles

2005-04-18 Thread coke
Author: coke Date: Mon Apr 18 17:47:21 2005 New Revision: 7868 Modified: trunk/config/gen/makefiles/tcl_examples.in Log: add --gc-debug to default example target Modified: trunk/config/gen/makefiles/tcl_examples.in

[svn:parrot] rev 7869 - trunk/dynclasses

2005-04-18 Thread coke
Author: coke Date: Mon Apr 18 17:51:37 2005 New Revision: 7869 Modified: trunk/dynclasses/tclparser.pmc Log: remove duplicate declaration Modified: trunk/dynclasses/tclparser.pmc == --- trunk/dynclasses

[svn:parrot] rev 7870 - trunk/languages/tcl

2005-04-18 Thread coke
Author: coke Date: Mon Apr 18 18:02:10 2005 New Revision: 7870 Modified: trunk/languages/tcl/TODO Log: not a question Modified: trunk/languages/tcl/TODO == --- trunk/languages/tcl/TODO(original) +++ trunk

[svn:parrot] rev 7871 - trunk/config/gen/makefiles

2005-04-18 Thread coke
Author: coke Date: Mon Apr 18 18:33:23 2005 New Revision: 7871 Modified: trunk/config/gen/makefiles/tcl.in Log: Just call the harness script... Modified: trunk/config/gen/makefiles/tcl.in == --- trunk/config/gen

[svn:parrot] rev 7872 - trunk/dynclasses

2005-04-18 Thread coke
Author: coke Date: Mon Apr 18 18:34:50 2005 New Revision: 7872 Modified: trunk/dynclasses/tclparser.pmc Log: Turn some errors into actual exceptions. (This seems to also improve tcl's test suite passing % ?) Modified: trunk/dynclasses/tclparser.pmc

[svn:parrot] rev 7873 - trunk/languages/tcl/t

2005-04-18 Thread coke
Author: coke Date: Mon Apr 18 19:13:19 2005 New Revision: 7873 Modified: trunk/languages/tcl/t/harness Log: avoid uninit warning Modified: trunk/languages/tcl/t/harness == --- trunk/languages/tcl/t/harness

[svn:parrot] rev 7874 - trunk/dynclasses

2005-04-18 Thread coke
Author: coke Date: Mon Apr 18 19:14:03 2005 New Revision: 7874 Modified: trunk/dynclasses/tclint.pmc Log: TclInt shouldn't convert to float on integer divide (as Integer does) Modified: trunk/dynclasses/tclint.pmc

[svn:parrot] rev 7875 - trunk/languages/tcl/lib/commands

2005-04-18 Thread coke
Author: coke Date: Mon Apr 18 19:39:53 2005 New Revision: 7875 Modified: trunk/languages/tcl/lib/commands/linsert.imc Log: Whoops. [linsert] had the wrong code Modified: trunk/languages/tcl/lib/commands/linsert.imc

[svn:parrot] rev 7876 - trunk/languages/tcl/examples

2005-04-18 Thread coke
Author: coke Date: Mon Apr 18 19:52:05 2005 New Revision: 7876 Modified: trunk/languages/tcl/examples/bench.tcl (props changed) trunk/languages/tcl/examples/fact.tcl (props changed) trunk/languages/tcl/examples/hello.tcl (props changed) trunk/languages/tcl/examples/koohii.tcl

[svn:parrot] rev 7878 - trunk/dynclasses

2005-04-18 Thread coke
Author: coke Date: Mon Apr 18 21:57:17 2005 New Revision: 7878 Modified: trunk/dynclasses/tclparser.pmc Log: Make more C-like: removes many of the gotos and labels left over from the conversion from PIR. Modified: trunk/dynclasses/tclparser.pmc

[svn:parrot] rev 7879 - trunk/languages/tcl/t

2005-04-18 Thread coke
Author: coke Date: Mon Apr 18 22:20:16 2005 New Revision: 7879 Modified: trunk/languages/tcl/t/tcl_backslash.t Log: \1 is an octal escape, not a normal character Modified: trunk/languages/tcl/t/tcl_backslash.t

[svn:parrot] rev 7887 - trunk/languages/tcl/t

2005-04-19 Thread coke
Author: coke Date: Tue Apr 19 16:52:12 2005 New Revision: 7887 Modified: trunk/languages/tcl/t/cmd_global.t Log: Make some tests easier to read Modified: trunk/languages/tcl/t/cmd_global.t == --- trunk/languages/tcl

[svn:parrot] rev 7888 - trunk/languages/tcl

2005-04-19 Thread coke
Author: coke Date: Tue Apr 19 16:55:22 2005 New Revision: 7888 Modified: trunk/languages/tcl/tcl.imc Log: Improve interactive tclsh. Modified: trunk/languages/tcl/tcl.imc == --- trunk/languages/tcl/tcl.imc (original

[svn:parrot] rev 7892 - trunk

2005-04-20 Thread coke
Author: coke Date: Wed Apr 20 04:12:54 2005 New Revision: 7892 Modified: trunk/MANIFEST Log: whoops, adding back in wrongly removed file Modified: trunk/MANIFEST == --- trunk/MANIFEST (original) +++ trunk

[svn:parrot] rev 7895 - trunk/languages/tcl

2005-04-20 Thread coke
Author: coke Date: Wed Apr 20 08:09:47 2005 New Revision: 7895 Modified: trunk/languages/tcl/tcl.imc Log: $P2 = parser.parse(input_line_PMC,zero,zero) (retcode,retval) = interpret($P1) $P1 / $P2 seems to be a typo, which happens to work as it's likely that the register allocator

[svn:parrot] rev 7896 - trunk/languages/tcl/lib

2005-04-20 Thread coke
Author: coke Date: Wed Apr 20 08:14:00 2005 New Revision: 7896 Modified: trunk/languages/tcl/lib/tclword.imc Log: Per Leo, use self Modified: trunk/languages/tcl/lib/tclword.imc == --- trunk/languages/tcl/lib

[svn:parrot] rev 7920 - trunk/src

2005-04-23 Thread coke
Author: coke Date: Sat Apr 23 10:05:10 2005 New Revision: 7920 Modified: trunk/src/call_list.txt Log: re-fix Tcl's required signature Modified: trunk/src/call_list.txt == --- trunk/src/call_list.txt (original

[svn:parrot] rev 7928 - trunk/languages/tcl

2005-04-25 Thread coke
Author: coke Date: Mon Apr 25 17:39:59 2005 New Revision: 7928 Modified: trunk/languages/tcl/README Log: Add pointer to 'make tclsh' Modified: trunk/languages/tcl/README == --- trunk/languages/tcl/README (original

[svn:parrot] rev 7986 - trunk/languages/tcl

2005-05-05 Thread coke
Author: coke Date: Thu May 5 08:58:19 2005 New Revision: 7986 Modified: trunk/languages/tcl/tcl.imc_template Log: PGE.pir file no longer exists, .pbc is the way to go. This allows any tcl test that don't rely on PGE to pass again. Modified: trunk/languages/tcl/tcl.imc_template

[svn:parrot] rev 7988 - trunk/languages/tcl/t

2005-05-05 Thread coke
Author: coke Date: Thu May 5 09:53:12 2005 New Revision: 7988 Modified: trunk/languages/tcl/t/cmd_string.t Log: TODO all PGE-related errors. Modified: trunk/languages/tcl/t/cmd_string.t == --- trunk/languages/tcl/t

[svn:parrot] rev 8149 - trunk/languages/tcl

2005-05-23 Thread coke
Author: coke Date: Mon May 23 17:53:40 2005 New Revision: 8149 Modified: trunk/languages/tcl/tcl.imc_template Log: improve tcl compiler Modified: trunk/languages/tcl/tcl.imc_template == --- trunk/languages/tcl

[svn:parrot] rev 8180 - trunk/languages/tcl

2005-05-27 Thread coke
Author: coke Date: Fri May 27 08:49:59 2005 New Revision: 8180 Modified: trunk/languages/tcl/TODO Log: some done, some not needed Modified: trunk/languages/tcl/TODO == --- trunk/languages/tcl/TODO(original

[svn:parrot] rev 8184 - trunk/languages/tcl

2005-05-27 Thread coke
Author: coke Date: Fri May 27 13:12:29 2005 New Revision: 8184 Modified: trunk/languages/tcl/TODO Log: remove something else we don't really need to do Modified: trunk/languages/tcl/TODO == --- trunk/languages/tcl

[svn:parrot] rev 8189 - in trunk: . languages/tcl/t

2005-05-27 Thread coke
Author: coke Date: Fri May 27 20:00:05 2005 New Revision: 8189 Added: trunk/languages/tcl/t/cmd_inline.t (contents, props changed) Modified: trunk/MANIFEST Log: Add tests for [inline], which isn't really a tcl command, but was too cool to leave out. Modified: trunk/MANIFEST

[svn:parrot] rev 8202 - in trunk/languages/tcl: lib/commands t

2005-05-29 Thread coke
Author: coke Date: Sun May 29 06:07:20 2005 New Revision: 8202 Modified: trunk/languages/tcl/lib/commands/string.imc trunk/languages/tcl/t/cmd_string.t Log: Fix PGE-loading related errors, so [string match] works as much as it did before. Modified: trunk/languages/tcl/lib/commands

[svn:parrot] rev 8208 - trunk/languages/tcl

2005-05-29 Thread coke
Author: coke Date: Sun May 29 18:30:53 2005 New Revision: 8208 Modified: trunk/languages/tcl/TODO Log: cleanup, be specific Modified: trunk/languages/tcl/TODO == --- trunk/languages/tcl/TODO(original) +++ trunk

[svn:parrot] rev 8216 - trunk/languages/tcl

2005-05-30 Thread coke
Author: coke Date: Mon May 30 17:08:55 2005 New Revision: 8216 Modified: trunk/languages/tcl/tcl.imc_template Log: We don't need this sub saved, just run. Modified: trunk/languages/tcl/tcl.imc_template == --- trunk

[svn:parrot] rev 8217 - in trunk/languages/tcl: classes t

2005-05-30 Thread coke
Author: coke Date: Mon May 30 17:39:21 2005 New Revision: 8217 Modified: trunk/languages/tcl/classes/tcllist.pmc trunk/languages/tcl/classes/tclparser.pmc trunk/languages/tcl/t/cmd_lappend.t trunk/languages/tcl/t/cmd_list.t trunk/languages/tcl/t/cmd_lrepeat.t Log: Add missing

[svn:parrot] rev 8272 - trunk/languages/tcl/t

2005-06-05 Thread coke
Author: coke Date: Sun Jun 5 07:10:43 2005 New Revision: 8272 Modified: trunk/languages/tcl/t/cmd_array.t Log: Another todo to keep mdiep on his toes. Modified: trunk/languages/tcl/t/cmd_array.t == --- trunk

[svn:parrot] rev 8273 - trunk/languages/tcl

2005-06-05 Thread coke
Author: coke Date: Sun Jun 5 07:28:42 2005 New Revision: 8273 Modified: trunk/languages/tcl/TODO Log: set a goal, or something. Modified: trunk/languages/tcl/TODO == --- trunk/languages/tcl/TODO(original

[svn:parrot] rev 8274 - trunk/languages/tcl/t

2005-06-05 Thread coke
Author: coke Date: Sun Jun 5 07:29:31 2005 New Revision: 8274 Modified: trunk/languages/tcl/t/cmd_proc.t Log: add a small test for arbitrary # of args for a proc. Modified: trunk/languages/tcl/t/cmd_proc.t

[svn:parrot] rev 8275 - trunk/languages/tcl/lib/commands

2005-06-05 Thread coke
Author: coke Date: Sun Jun 5 07:40:19 2005 New Revision: 8275 Added: trunk/languages/tcl/lib/commands/namespace.imc Log: Add a stub for namespace so anyone working on it will have a place to stick code. Added: trunk/languages/tcl/lib/commands/namespace.imc

[svn:parrot] rev 8276 - in trunk: . config/gen/makefiles

2005-06-05 Thread coke
Author: coke Date: Sun Jun 5 07:41:09 2005 New Revision: 8276 Modified: trunk/MANIFEST trunk/config/gen/makefiles/tcl.in Log: new stub for a tcl builtin Modified: trunk/MANIFEST == --- trunk/MANIFEST

[svn:parrot] rev 8277 - trunk/ops

2005-06-05 Thread coke
Author: coke Date: Sun Jun 5 08:18:43 2005 New Revision: 8277 Modified: trunk/ops/object.ops Log: point to more docs. Modified: trunk/ops/object.ops == --- trunk/ops/object.ops(original) +++ trunk/ops

[svn:parrot] rev 8278 - trunk/build_tools

2005-06-05 Thread coke
Author: coke Date: Sun Jun 5 08:26:10 2005 New Revision: 8278 Modified: trunk/build_tools/pmc2c.pl Log: Found another does type, and leo points out that this isn't canonical. Modified: trunk/build_tools/pmc2c.pl

[svn:parrot] rev 8279 - trunk/config/gen/makefiles

2005-06-05 Thread coke
Author: coke Date: Sun Jun 5 08:47:30 2005 New Revision: 8279 Modified: trunk/config/gen/makefiles/tcl_examples.in Log: -t stopped working. Per leo, try -t1 Modified: trunk/config/gen/makefiles/tcl_examples.in

[svn:parrot] rev 8286 - trunk/docs

2005-06-07 Thread coke
Author: coke Date: Tue Jun 7 17:13:42 2005 New Revision: 8286 Modified: trunk/docs/vtables.pod Log: fix minor typo Modified: trunk/docs/vtables.pod == --- trunk/docs/vtables.pod (original) +++ trunk/docs

[svn:parrot] rev 8287 - in trunk/languages/tcl: . lib lib/commands t

2005-06-07 Thread coke
Author: coke Date: Tue Jun 7 17:16:15 2005 New Revision: 8287 Modified: trunk/languages/tcl/TODO trunk/languages/tcl/lib/commands/append.imc trunk/languages/tcl/lib/commands/array.imc trunk/languages/tcl/lib/commands/catch.imc trunk/languages/tcl/lib/commands/for.imc trunk

[svn:parrot] rev 8288 - in trunk/languages/tcl: lib/commands t

2005-06-07 Thread coke
Author: coke Date: Tue Jun 7 17:31:17 2005 New Revision: 8288 Modified: trunk/languages/tcl/lib/commands/array.imc trunk/languages/tcl/t/cmd_array.t Log: Courtesy Matt Diephouse: implement two TODO tests for [array set] Modified: trunk/languages/tcl/lib/commands/array.imc

[svn:parrot] rev 8290 - trunk/languages/tcl

2005-06-07 Thread coke
Author: coke Date: Tue Jun 7 19:16:10 2005 New Revision: 8290 Modified: trunk/languages/tcl/tcl.imc Log: Add support for global $tcl_interactive Modified: trunk/languages/tcl/tcl.imc == --- trunk/languages/tcl

[svn:parrot] rev 8293 - trunk/languages

2005-06-08 Thread coke
Author: coke Date: Wed Jun 8 10:16:44 2005 New Revision: 8293 Modified: trunk/languages/LANGUAGES.STATUS Log: Bah! Modified: trunk/languages/LANGUAGES.STATUS == --- trunk/languages/LANGUAGES.STATUS(original

[svn:parrot] rev 8294 - trunk/languages/tcl

2005-06-08 Thread coke
Author: coke Date: Wed Jun 8 16:51:00 2005 New Revision: 8294 Modified: trunk/languages/tcl/tcl.imc Log: fixup output in interactive mode Modified: trunk/languages/tcl/tcl.imc == --- trunk/languages/tcl/tcl.imc

[svn:parrot] rev 8295 - in trunk: . config/gen/makefiles languages/tcl languages/tcl/lib/commands

2005-06-08 Thread coke
Author: coke Date: Wed Jun 8 17:01:42 2005 New Revision: 8295 Added: trunk/languages/tcl/lib/commands/info.imc Modified: trunk/MANIFEST trunk/config/gen/makefiles/tcl.in trunk/languages/tcl/TODO trunk/languages/tcl/lib/commands/proc.imc trunk/languages/tcl/lib/commands/puts.imc

[svn:parrot] rev 8296 - trunk/languages/tcl/lib/commands

2005-06-09 Thread coke
Author: coke Date: Thu Jun 9 21:41:55 2005 New Revision: 8296 Modified: trunk/languages/tcl/lib/commands/info.imc Log: Rework [info] to dispatch subcommands to various subs. Allows for a much cleaner implementation of builtins that rely heavily on subcommands. No tests yet for info

[svn:parrot] rev 8297 - trunk/languages/tcl

2005-06-09 Thread coke
Author: coke Date: Thu Jun 9 21:44:20 2005 New Revision: 8297 Modified: trunk/languages/tcl/TODO Log: code cleanup todo Modified: trunk/languages/tcl/TODO == --- trunk/languages/tcl/TODO(original) +++ trunk

[svn:parrot] rev 8309 - trunk/compilers/pge

2005-06-11 Thread coke
Author: coke Date: Sat Jun 11 21:02:04 2005 New Revision: 8309 Modified: trunk/compilers/pge/PGE.pir Log: There is a precompiled version of Data::Escape, should get a marginal performance increase if we use that instead. All p6rules tests still pass. Modified: trunk/compilers/pge/PGE.pir

[svn:parrot] rev 8310 - in trunk/languages/tcl: lib/commands t

2005-06-11 Thread coke
Author: coke Date: Sat Jun 11 21:39:52 2005 New Revision: 8310 Modified: trunk/languages/tcl/lib/commands/inline.imc trunk/languages/tcl/t/cmd_inline.t Log: Correctly check for the lack of a compiler type. Add a test to make sure this stays working. Modified: trunk/languages/tcl/lib

[svn:parrot] rev 8311 - in trunk/languages/tcl: lib/commands t

2005-06-11 Thread coke
Author: coke Date: Sat Jun 11 21:55:43 2005 New Revision: 8311 Modified: trunk/languages/tcl/lib/commands/source.imc trunk/languages/tcl/t/cmd_source.t Log: Correctly check for the inability to read in a file. Add a test so this doesn't get broken. Modified: trunk/languages/tcl/lib

[svn:parrot] rev 8312 - trunk/languages/tcl/lib/commands

2005-06-11 Thread coke
Author: coke Date: Sat Jun 11 21:58:15 2005 New Revision: 8312 Modified: trunk/languages/tcl/lib/commands/open.imc Log: Correctly identify inability to open a file - no tests at the moment, though. Modified: trunk/languages/tcl/lib/commands/open.imc

[svn:parrot] rev 8313 - trunk/languages/tcl/lib

2005-06-11 Thread coke
Author: coke Date: Sat Jun 11 22:00:37 2005 New Revision: 8313 Modified: trunk/languages/tcl/lib/tclword.imc Log: comment use of Perl in this file. Modified: trunk/languages/tcl/lib/tclword.imc == --- trunk

[svn:parrot] rev 8314 - trunk/languages/tcl/lib

2005-06-11 Thread coke
Author: coke Date: Sat Jun 11 22:03:44 2005 New Revision: 8314 Modified: trunk/languages/tcl/lib/expression.imc Log: s/PerlUndef/Undef/g Modified: trunk/languages/tcl/lib/expression.imc == --- trunk/languages/tcl

[svn:parrot] rev 8316 - trunk/languages

2005-06-11 Thread coke
Author: coke Date: Sat Jun 11 22:09:15 2005 New Revision: 8316 Modified: trunk/languages/LANGUAGES.STATUS Log: scheme has some test failures at the moment. Modified: trunk/languages/LANGUAGES.STATUS == --- trunk

[svn:parrot] rev 8324 - trunk/docs

2005-06-12 Thread coke
Author: coke Date: Sun Jun 12 06:58:08 2005 New Revision: 8324 Modified: trunk/docs/ROADMAP Log: Some minor cleanup. Also, something was actually done! Modified: trunk/docs/ROADMAP == --- trunk/docs/ROADMAP

[svn:parrot] rev 8329 - trunk/languages/tcl

2005-06-12 Thread coke
Author: coke Date: Sun Jun 12 08:15:37 2005 New Revision: 8329 Modified: trunk/languages/tcl/TODO Log: don't need to test these - they are implementation details, are are/should be exercisized by the language tests. Modified: trunk/languages/tcl/TODO

[svn:parrot] rev 8331 - trunk/t/pmc

2005-06-12 Thread coke
Author: coke Date: Sun Jun 12 08:53:58 2005 New Revision: 8331 Modified: trunk/t/pmc/exception.t Log: Grammar patch Modified: trunk/t/pmc/exception.t == --- trunk/t/pmc/exception.t (original) +++ trunk/t/pmc

[svn:parrot] rev 8397 - trunk/languages/tcl/docs

2005-06-16 Thread coke
Author: coke Date: Thu Jun 16 09:55:54 2005 New Revision: 8397 Added: trunk/languages/tcl/docs/hacks.pod Log: Make matt happy! Added: trunk/languages/tcl/docs/hacks.pod == --- (empty file) +++ trunk/languages/tcl

[svn:parrot] rev 8398 - trunk/languages/tcl/docs

2005-06-16 Thread coke
Author: coke Date: Thu Jun 16 11:51:29 2005 New Revision: 8398 Modified: trunk/languages/tcl/docs/hacks.pod Log: why not just use parrot exceptions? Modified: trunk/languages/tcl/docs/hacks.pod == --- trunk

[svn:parrot] rev 8402 - trunk/languages/tcl/t

2005-06-16 Thread coke
Author: coke Date: Thu Jun 16 13:49:39 2005 New Revision: 8402 Modified: trunk/languages/tcl/t/cmd_break.t trunk/languages/tcl/t/cmd_continue.t Log: Mark known failures as TODOs. Modified: trunk/languages/tcl/t/cmd_break.t

[svn:parrot] rev 8410 - trunk/languages/tcl/docs

2005-06-17 Thread coke
Author: coke Date: Fri Jun 17 16:57:01 2005 New Revision: 8410 Modified: trunk/languages/tcl/docs/howto.pod Log: typo Modified: trunk/languages/tcl/docs/howto.pod == --- trunk/languages/tcl/docs/howto.pod (original

[svn:parrot] rev 8411 - in trunk/languages/tcl: . docs

2005-06-17 Thread coke
Author: coke Date: Fri Jun 17 19:00:53 2005 New Revision: 8411 Modified: trunk/languages/tcl/TODO trunk/languages/tcl/docs/howto.pod Log: Add some more notes about compiler status for matt Modified: trunk/languages/tcl/TODO

[svn:parrot] rev 8413 - trunk/languages/tcl

2005-06-17 Thread coke
Author: coke Date: Fri Jun 17 19:53:19 2005 New Revision: 8413 Modified: trunk/languages/tcl/TODO Log: cleanup Modified: trunk/languages/tcl/TODO == --- trunk/languages/tcl/TODO(original) +++ trunk/languages/tcl

[svn:parrot] rev 8422 - trunk

2005-06-20 Thread coke
Author: coke Date: Mon Jun 20 13:50:44 2005 New Revision: 8422 Modified: trunk/MANIFEST Log: add new file to manifest. Modified: trunk/MANIFEST == --- trunk/MANIFEST (original) +++ trunk/MANIFEST Mon Jun

[svn:parrot] rev 8428 - trunk/config/gen/makefiles

2005-06-22 Thread coke
Author: coke Date: Wed Jun 22 11:57:34 2005 New Revision: 8428 Modified: trunk/config/gen/makefiles/tcl.in Log: Add makefile targets to support matt's cool new tcl testing script. Modified: trunk/config/gen/makefiles/tcl.in

[svn:parrot] rev 8435 - trunk/languages/tcl/lib/commands

2005-06-23 Thread coke
Author: coke Date: Thu Jun 23 22:51:06 2005 New Revision: 8435 Modified: trunk/languages/tcl/lib/commands/if.imc Log: Pass t-tcl/if.t, test #1 Modified: trunk/languages/tcl/lib/commands/if.imc == --- trunk/languages

[svn:parrot] rev 8438 - trunk/languages/tcl

2005-06-24 Thread coke
Author: coke Date: Fri Jun 24 11:21:09 2005 New Revision: 8438 Modified: trunk/languages/tcl/tcl.imc Log: Let users hit enter and enter blank lines in interactive tcl. (used to NPE) Modified: trunk/languages/tcl/tcl.imc

[svn:parrot] rev 8455 - trunk/config/gen/makefiles

2005-06-26 Thread coke
Author: coke Date: Sun Jun 26 04:44:11 2005 New Revision: 8455 Modified: trunk/config/gen/makefiles/tcl.in Log: remove dependency that snuck in. Modified: trunk/config/gen/makefiles/tcl.in == --- trunk/config/gen

[svn:parrot] rev 8457 - trunk/languages/tcl

2005-06-26 Thread coke
Author: coke Date: Sun Jun 26 04:59:19 2005 New Revision: 8457 Modified: trunk/languages/tcl/TODO Log: completed by mdiep Modified: trunk/languages/tcl/TODO == --- trunk/languages/tcl/TODO(original) +++ trunk

[svn:parrot] rev 8458 - trunk/languages/tcl

2005-06-26 Thread coke
Author: coke Date: Sun Jun 26 05:00:16 2005 New Revision: 8458 Modified: trunk/languages/tcl/TODO Log: done by mdiep Modified: trunk/languages/tcl/TODO == --- trunk/languages/tcl/TODO(original) +++ trunk

[svn:parrot] rev 8459 - trunk/languages/tcl

2005-06-26 Thread coke
Author: coke Date: Sun Jun 26 05:01:10 2005 New Revision: 8459 Modified: trunk/languages/tcl/TODO Log: mdiep has rendered this obsolete Modified: trunk/languages/tcl/TODO == --- trunk/languages/tcl/TODO(original

[svn:parrot] rev 8472 - trunk/languages/tcl

2005-06-28 Thread coke
Author: coke Date: Tue Jun 28 12:27:13 2005 New Revision: 8472 Modified: trunk/languages/tcl/TODO Log: add Modified: trunk/languages/tcl/TODO == --- trunk/languages/tcl/TODO(original) +++ trunk/languages/tcl

[svn:parrot] rev 8473 - trunk/languages/tcl/docs

2005-06-28 Thread coke
Author: coke Date: Tue Jun 28 12:34:13 2005 New Revision: 8473 Modified: trunk/languages/tcl/docs/hacks.pod Log: more tcl hack notes - how do we trace variables and procs? Modified: trunk/languages/tcl/docs/hacks.pod

[svn:parrot] rev 8474 - trunk/languages/tcl/t

2005-06-28 Thread coke
Author: coke Date: Tue Jun 28 12:34:56 2005 New Revision: 8474 Modified: trunk/languages/tcl/t/cmd_expr.t Log: The reason this test fails right now is because of the {}'s Modified: trunk/languages/tcl/t/cmd_expr.t

[svn:parrot] rev 8477 - trunk/compilers/pge

2005-06-28 Thread coke
Author: coke Date: Tue Jun 28 15:37:40 2005 New Revision: 8477 Modified: trunk/compilers/pge/demo.pir Log: Document the new use feature in demo.pir in the help. Modified: trunk/compilers/pge/demo.pir == --- trunk

[svn:parrot] rev 8482 - trunk/languages/tcl/t

2005-06-30 Thread coke
Author: coke Date: Thu Jun 30 13:08:43 2005 New Revision: 8482 Modified: trunk/languages/tcl/t/cmd_break.t trunk/languages/tcl/t/cmd_continue.t Log: These started dying recently as well. Modified: trunk/languages/tcl/t/cmd_break.t

[svn:parrot] rev 8497 - in trunk: . config/gen/makefiles languages/tcl/lib

2005-07-03 Thread coke
Author: coke Date: Sun Jul 3 14:00:07 2005 New Revision: 8497 Added: trunk/languages/tcl/lib/tcl.p6r Modified: trunk/MANIFEST trunk/config/gen/makefiles/tcl.in Log: Add in perl6 grammar for an incomplete version of tcl's [expr] grammar. But don't use it yet. Modified: trunk/MANIFEST

[svn:parrot] rev 8505 - trunk/languages/tcl

2005-07-04 Thread coke
Author: coke Date: Mon Jul 4 14:05:41 2005 New Revision: 8505 Modified: trunk/languages/tcl/tcl.imc_template Log: add load_grammar to our tcl setup, and add in a commented out line that would call it if were actually using it yet. Modified: trunk/languages/tcl/tcl.imc_template

[svn:parrot] rev 8506 - trunk/languages/tcl/lib/commands

2005-07-04 Thread coke
Author: coke Date: Mon Jul 4 20:15:13 2005 New Revision: 8506 Modified: trunk/languages/tcl/lib/commands/expr.imc Log: pass one more tcl-test, [expr] Modified: trunk/languages/tcl/lib/commands/expr.imc == --- trunk

[svn:parrot] rev 8508 - trunk/languages/tcl/lib/commands

2005-07-04 Thread coke
Author: coke Date: Mon Jul 4 21:27:22 2005 New Revision: 8508 Modified: trunk/languages/tcl/lib/commands/unknown.imc Log: fix overzealous debug comments removing before checkin, oops. Modified: trunk/languages/tcl/lib/commands/unknown.imc

[svn:parrot] rev 8509 - trunk/languages/tcl

2005-07-04 Thread coke
Author: coke Date: Mon Jul 4 21:33:38 2005 New Revision: 8509 Modified: trunk/languages/tcl/TODO Log: clarify position on tcl testing. remove list of tests to write, as we have a wonderful new test suite. Modified: trunk/languages/tcl/TODO

[svn:parrot] rev 8510 - trunk/languages/tcl/lib

2005-07-04 Thread coke
Author: coke Date: Mon Jul 4 21:46:57 2005 New Revision: 8510 Modified: trunk/languages/tcl/lib/interpret.imc Log: fix wrong label name. Modified: trunk/languages/tcl/lib/interpret.imc == --- trunk/languages/tcl

[svn:parrot] rev 8511 - trunk/languages

2005-07-05 Thread coke
Author: coke Date: Tue Jul 5 15:26:40 2005 New Revision: 8511 Modified: trunk/languages/LANGUAGES.STATUS Log: mention matt and the tcl test suite. Modified: trunk/languages/LANGUAGES.STATUS == --- trunk/languages

[svn:parrot] rev 8512 - trunk/languages/tcl/lib/commands

2005-07-05 Thread coke
Author: coke Date: Tue Jul 5 15:29:47 2005 New Revision: 8512 Modified: trunk/languages/tcl/lib/commands/while.imc Log: Fix a few failing tests in t-tcl/while.t Modified: trunk/languages/tcl/lib/commands/while.imc

[svn:parrot] rev 8513 - trunk/languages/tcl

2005-07-05 Thread coke
Author: coke Date: Tue Jul 5 15:31:05 2005 New Revision: 8513 Modified: trunk/languages/tcl/tcl-test.pl Log: Be more verbose when generating the tests from tcl's suite. Don't generate .t files if we couldn't find any tests. And warn about it, since that means we're missing tests. Modified

[svn:parrot] rev 8514 - trunk/languages/tcl/t

2005-07-05 Thread coke
Author: coke Date: Tue Jul 5 15:32:06 2005 New Revision: 8514 Modified: trunk/languages/tcl/t/cmd_proc.t Log: Convert this test to a SKIP since it hangs. Modified: trunk/languages/tcl/t/cmd_proc.t == --- trunk

  1   2   3   4   5   6   7   8   9   10   >