[svn:parrot] r30154 - in trunk: runtime/parrot/library/Test runtime/parrot/library/Test/Builder t/library

2008-08-09 Thread chromatic
Author: chromatic Date: Sat Aug 9 21:11:06 2008 New Revision: 30154 Modified: trunk/runtime/parrot/library/Test/Builder/Tester.pir trunk/runtime/parrot/library/Test/More.pir trunk/t/library/test_more.t Log: [library] Changed Received/Expected to Have/Want in Test::Builder and Test::More

[svn:parrot] r30153 - in branches/stepdescription: . config/gen lib/Parrot lib/Parrot/Configure/Options t/configure

2008-08-09 Thread jkeenan
Author: jkeenan Date: Sat Aug 9 19:06:39 2008 New Revision: 30153 Removed: branches/stepdescription/t/configure/008-verbose_step_number.t branches/stepdescription/t/configure/009-verbose_step_regex.t branches/stepdescription/t/configure/010-verbose_step_num_uncalled.t Modified: branch

[svn:parrot] r30152 - trunk/languages/perl6/docs

2008-08-09 Thread pmichaud
Author: pmichaud Date: Sat Aug 9 15:07:43 2008 New Revision: 30152 Modified: trunk/languages/perl6/docs/spectest-progress.csv Log: [rakudo]: spectest-progress.csv update: 121 files, 2200 passing, 3 failing Modified: trunk/languages/perl6/docs/spectest-progress.csv ==

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

2008-08-09 Thread chromatic
Author: chromatic Date: Sat Aug 9 13:52:57 2008 New Revision: 30151 Modified: trunk/src/pmc/scheduler.pmc Log: [PMC] Fixed compiler warnings (use of uninitialized variables) and tided code. Modified: trunk/src/pmc/scheduler.pmc

[svn:parrot] r30150 - trunk/config/gen/platform/darwin

2008-08-09 Thread chromatic
Author: chromatic Date: Sat Aug 9 13:38:31 2008 New Revision: 30150 Modified: trunk/config/gen/platform/darwin/memalign.c Log: [config] Made Darwin-specific memalign respect 64-bit builds (reported by Seneca Cunningham, RT #57536 and RT #57700). Tidied code. Modified: trunk/config/gen/platfo

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

2008-08-09 Thread chromatic
Author: chromatic Date: Sat Aug 9 13:35:41 2008 New Revision: 30149 Modified: trunk/src/pmc/exception.pmc Log: [PMC] Fixed context reference counting in Exception PMC, so that exception contexts don't get destroyed early but do get destroyed on time. This fixes some double-free errors during

[svn:parrot] r30148 - trunk/languages/perl6/t/pmc

2008-08-09 Thread chromatic
Author: chromatic Date: Sat Aug 9 13:26:06 2008 New Revision: 30148 Modified: trunk/languages/perl6/t/pmc/perl6multisub-basic.t (contents, props changed) Log: [Rakudo] Fixed SVN metadata on new file. Modified: trunk/languages/perl6/t/pmc/perl6multisub-basic.t ==

[svn:parrot] r30147 - in branches/opengl4lua/languages/lua: demo src/lib t

2008-08-09 Thread fperrad
Author: fperrad Date: Sat Aug 9 11:29:14 2008 New Revision: 30147 Modified: branches/opengl4lua/languages/lua/demo/triangle.lua branches/opengl4lua/languages/lua/src/lib/luaos.pir branches/opengl4lua/languages/lua/t/os.t Log: [Lua] merge from trunk (30137 -> 30146) Modified: branches/o

[svn:parrot] r30146 - in trunk/languages/lua: demo src/lib t

2008-08-09 Thread fperrad
Author: fperrad Date: Sat Aug 9 11:22:13 2008 New Revision: 30146 Modified: trunk/languages/lua/demo/triangle.lua trunk/languages/lua/src/lib/luaos.pir trunk/languages/lua/t/os.t Log: [Lua] now os.time() uses the float version of time Modified: trunk/languages/lua/demo/triangle.lua ===

[svn:parrot] r30145 - in branches/stepdescription: . lib/Parrot t/configure

2008-08-09 Thread jkeenan
Author: jkeenan Date: Sat Aug 9 10:40:32 2008 New Revision: 30145 Removed: branches/stepdescription/t/configure/055-fatal_step.t branches/stepdescription/t/configure/056-fatal_step.t branches/stepdescription/t/configure/057-fatal_step.t branches/stepdescription/t/configure/058-fatal_s

[svn:parrot] r30144 - trunk

2008-08-09 Thread jkeenan
Author: jkeenan Date: Sat Aug 9 10:30:30 2008 New Revision: 30144 Modified: trunk/MANIFEST trunk/MANIFEST.SKIP Log: MANIFEST and SKIP were not updated before a recent commit. Modified: trunk/MANIFEST == --- trunk/

[svn:parrot] r30143 - in trunk: include/parrot src

2008-08-09 Thread julianalbo
Author: julianalbo Date: Sat Aug 9 10:09:00 2008 New Revision: 30143 Modified: trunk/include/parrot/string_funcs.h trunk/src/string.c Log: throws on invalid null argument to string_substr Modified: trunk/include/parrot/string_funcs.h ===

[svn:parrot] r30142 - in branches/stepdescription: config/auto config/gen config/init config/inter lib/Parrot

2008-08-09 Thread jkeenan
Author: jkeenan Date: Sat Aug 9 08:01:13 2008 New Revision: 30142 Modified: branches/stepdescription/config/auto/aio.pm branches/stepdescription/config/auto/alignptrs.pm branches/stepdescription/config/auto/arch.pm branches/stepdescription/config/auto/attributes.pm branches/stepdes

[svn:parrot] r30141 - branches/stepdescription

2008-08-09 Thread jkeenan
Author: jkeenan Date: Sat Aug 9 07:12:26 2008 New Revision: 30141 Added: branches/stepdescription/ - copied from r30140, /trunk/ Log: Creating stepdescription in https://svn.perl.org/parrot/branches

[svn:parrot] r30140 - in trunk: config/gen/platform/win32 t/op

2008-08-09 Thread rblasch
Author: rblasch Date: Sat Aug 9 05:01:14 2008 New Revision: 30140 Modified: trunk/config/gen/platform/win32/time.c trunk/t/op/time.t Log: [win32] Adjust Parrot_floatval_time to standard epoch time. Modified: trunk/config/gen/platform/win32/time.c =

[svn:parrot] r30139 - trunk/src

2008-08-09 Thread rblasch
Author: rblasch Date: Sat Aug 9 04:56:29 2008 New Revision: 30139 Modified: trunk/src/utils.c Log: [src] Apply bitmask before casting. Otherwise the MSVC "convert to smaller type check" may trigger. Modified: trunk/src/utils.c ===