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

2006-01-03 Thread jhoblitt
Author: jhoblitt Date: Tue Jan 3 21:04:38 2006 New Revision: 10881 Modified: trunk/config/init/defaults.pm trunk/config/init/optimize.pm Log: make sure that the value of $confi->data->get('optimize') is not left as 0 or 1 Modified: trunk/config/init/defaults.pm

[svn:parrot] r10880 - in trunk/languages/tcl: . lib/commands

2006-01-03 Thread coke
Author: coke Date: Tue Jan 3 18:49:32 2006 New Revision: 10880 Modified: trunk/languages/tcl/lib/commands/file.pir trunk/languages/tcl/tcl.pir_template Log: #38138: [TODO] - Tcl - implement [file] Add implementations for [file]'s join, isdirectory, isfile. Fix the wrong masks for filetype

[svn:parrot] r10879 - in trunk: . editor t/run

2006-01-03 Thread particle
Author: particle Date: Tue Jan 3 17:38:34 2006 New Revision: 10879 Removed: trunk/t/run/first.pir trunk/t/run/second.pir Modified: trunk/MANIFEST trunk/editor/addtags trunk/t/run/options.t Log: t: cleanup t/run/options.t tests ~ generate temp PIR files for tests (no need to reside

[svn:parrot] r10878 - trunk

2006-01-03 Thread jisom
Author: jisom Date: Tue Jan 3 16:22:53 2006 New Revision: 10878 Modified: trunk/MANIFEST Log: Update the MANIFEST to include nbody and regexdna Modified: trunk/MANIFEST == --- trunk/MANIFEST (original) +++ trunk/

[svn:parrot] r10877 - trunk/examples/shootout

2006-01-03 Thread jisom
Author: jisom Date: Tue Jan 3 16:11:08 2006 New Revision: 10877 Added: trunk/examples/shootout/nbody.pir (contents, props changed) trunk/examples/shootout/regexdna.pir (contents, props changed) Log: Added nbody.pir and regexdna.pir to the shootout dir Added: trunk/examples/shootout/nbo

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

2006-01-03 Thread jhoblitt
Author: jhoblitt Date: Tue Jan 3 15:59:17 2006 New Revision: 10876 Modified: trunk/config/init/defaults.pm trunk/config/init/optimize.pm Log: rationalize Configure's handling of '--optimize' to address bug #38139, reported by Andy Dougherty Modified: trunk/config/init/defaults.pm ===

[svn:parrot] r10875 - in trunk/languages/tcl: . lib/commands

2006-01-03 Thread coke
Author: coke Date: Tue Jan 3 13:31:23 2006 New Revision: 10875 Modified: trunk/languages/tcl/lib/commands/file.pir trunk/languages/tcl/tcl.pir_template Log: #38138: [TODO] - Tcl - implement [file] add first pass for [file]'s type, mtime, atime, and stat Modified: trunk/languages/tcl/lib

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

2006-01-03 Thread particle
Author: particle Date: Tue Jan 3 11:45:21 2006 New Revision: 10874 Modified: trunk/config/gen/makefiles/CFLAGS.in Log: #38141: [PATCH] CFLAGS missed two files in src/ reorganization This patch fixes a couple of simple oversights falling out of the src/ reorganization. Courtesy of Andy Doughert

[svn:parrot] r10873 - trunk/src/classes

2006-01-03 Thread particle
Author: particle Date: Tue Jan 3 10:52:02 2006 New Revision: 10873 Modified: trunk/src/classes/coroutine.pmc Log: [perl #38140] src/classes/coroutine.pmc has CRLF line terminators ~convert CRLF to LF to match other .pmc files Modified: trunk/src/classes/coroutine.pmc =

[svn:parrot] r10872 - in trunk: . languages/tcl languages/tcl/config languages/tcl/lib/builtins languages/tcl/lib/commands

2006-01-03 Thread coke
Author: coke Date: Tue Jan 3 09:51:57 2006 New Revision: 10872 Added: trunk/languages/tcl/lib/commands/file.pir - copied, changed from r10866, trunk/languages/tcl/lib/builtins/file.pir Removed: trunk/languages/tcl/lib/builtins/file.pir Modified: trunk/MANIFEST trunk/languages/tc

[svn:parrot] r10871 - trunk/src/classes

2006-01-03 Thread particle
Author: particle Date: Tue Jan 3 09:50:14 2006 New Revision: 10871 Modified: trunk/src/classes/addrregistry.pmc trunk/src/classes/array.pmc trunk/src/classes/continuation.pmc trunk/src/classes/coroutine.pmc trunk/src/classes/default.pmc trunk/src/classes/delegate.pmc trunk/sr

[svn:parrot] r10870 - trunk/src/classes

2006-01-03 Thread particle
Author: particle Date: Tue Jan 3 09:37:12 2006 New Revision: 10870 Modified: trunk/src/classes/string.pmc Log: string.pmc: remove compiler warnings Modified: trunk/src/classes/string.pmc == --- trunk/src/classes/strin

[svn:parrot] r10869 - trunk/src/classes

2006-01-03 Thread particle
Author: particle Date: Tue Jan 3 09:33:11 2006 New Revision: 10869 Modified: trunk/src/classes/string.pmc Log: string.pmc: a few more whitespace mods Modified: trunk/src/classes/string.pmc == --- trunk/src/classes/str

[svn:parrot] r10868 - trunk/src/classes

2006-01-03 Thread particle
Author: particle Date: Tue Jan 3 09:26:08 2006 New Revision: 10868 Modified: trunk/src/classes/string.pmc Log: string.pmc whitespace modifications Modified: trunk/src/classes/string.pmc == --- trunk/src/classes/string

[svn:parrot] r10867 - trunk/src/classes

2006-01-03 Thread ambs
Author: ambs Date: Tue Jan 3 09:14:21 2006 New Revision: 10867 Modified: trunk/src/classes/os.pmc Log: Yet another change on os.pmc, which seems better. Modified: trunk/src/classes/os.pmc == --- trunk/src/classes/os.

[svn:parrot] r10866 - trunk/languages/tcl/t

2006-01-03 Thread coke
Author: coke Date: Tue Jan 3 08:40:28 2006 New Revision: 10866 Modified: trunk/languages/tcl/t/cmd_cd.t Log: tcl - Fix the directory we're checking for. Modified: trunk/languages/tcl/t/cmd_cd.t == --- trunk/language

[svn:parrot] r10865 - in trunk: . languages/tcl/config languages/tcl/lib/builtins languages/tcl/t

2006-01-03 Thread coke
Author: coke Date: Tue Jan 3 08:39:18 2006 New Revision: 10865 Added: trunk/languages/tcl/lib/builtins/cd.pir trunk/languages/tcl/t/cmd_cd.t (contents, props changed) Modified: trunk/MANIFEST trunk/languages/tcl/config/root.in Log: #38080: [TODO] Tcl - implement [cd] Done, although

[svn:parrot] r10864 - trunk/src/classes

2006-01-03 Thread ambs
Author: ambs Date: Tue Jan 3 08:20:34 2006 New Revision: 10864 Modified: trunk/src/classes/os.pmc Log: os.pmc - apply patch from Nick Glencross ([EMAIL PROTECTED]) so cwd works in HP-UX. Modified: trunk/src/classes/os.pmc ==

[svn:parrot] r10863 - in trunk: . languages/tcl/config languages/tcl/lib/commands languages/tcl/t

2006-01-03 Thread coke
Author: coke Date: Tue Jan 3 08:03:51 2006 New Revision: 10863 Added: trunk/languages/tcl/lib/commands/split.pir trunk/languages/tcl/t/cmd_split.t (contents, props changed) Modified: trunk/MANIFEST trunk/languages/tcl/config/root.in Log: #32546 - [TODO] Tcl - implement [split] Done

[svn:parrot] r10862 - trunk/src/classes

2006-01-03 Thread ambs
Author: ambs Date: Tue Jan 3 07:57:38 2006 New Revision: 10862 Modified: trunk/src/classes/os.pmc Log: os.pmc - return int should not return NULL O:-) Modified: trunk/src/classes/os.pmc == --- trunk/src/classes/os.pm

[svn:parrot] r10861 - trunk/src/classes

2006-01-03 Thread particle
Author: particle Date: Tue Jan 3 07:41:37 2006 New Revision: 10861 Modified: trunk/src/classes/os.pmc Log: src/classes/os.pmc: functions must return a value, even on win32 ;) Modified: trunk/src/classes/os.pmc == ---

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

2006-01-03 Thread particle
Author: particle Date: Tue Jan 3 07:22:51 2006 New Revision: 10860 Modified: trunk/t/configure/step.t Log: t: redirect STDERR to avoid unimportant warning ~ move_if_diff() function in Parrot::Configure::Step test tested on win32 and linux. Modified: trunk/t/configure/step.t ==

[svn:parrot] r10859 - trunk/languages/lua/t

2006-01-03 Thread fperrad
Author: fperrad Date: Tue Jan 3 06:25:57 2006 New Revision: 10859 Modified: trunk/languages/lua/t/assign.t trunk/languages/lua/t/basic.t trunk/languages/lua/t/constructor.t trunk/languages/lua/t/examples.t trunk/languages/lua/t/expr.t trunk/languages/lua/t/if.t trunk/language

[svn:parrot] r10857 - trunk/src/classes

2006-01-03 Thread ambs
Author: ambs Date: Tue Jan 3 02:58:11 2006 New Revision: 10857 Modified: trunk/src/classes/os.pmc Log: os.pmc - remove ^conner hack defining PATH_MAX and NAME_MAX Modified: trunk/src/classes/os.pmc == --- trunk/src/c

[svn:parrot] r10856 - trunk/src/classes

2006-01-03 Thread fperrad
Author: fperrad Date: Tue Jan 3 02:47:19 2006 New Revision: 10856 Modified: trunk/src/classes/os.pmc Log: Modif for MinGW32. MinGW(Win32/gcc) is more POSIX than Win32/cl Modified: trunk/src/classes/os.pmc == --- trunk

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

2006-01-03 Thread ambs
Author: ambs Date: Tue Jan 3 02:22:04 2006 New Revision: 10855 Modified: trunk/t/pmc/os.t Log: Applied patch (with some changes) from Bob Rogers. Modified: trunk/t/pmc/os.t == --- trunk/t/pmc/os.t(original) +++ t