[svn:parrot] r25648 - in trunk/languages/lua: . lib t

2008-02-10 Thread fperrad
Author: fperrad Date: Sun Feb 10 23:20:40 2008 New Revision: 25648 Modified: trunk/languages/lua/lib/luacoroutine.pir trunk/languages/lua/lib/luafile.pir trunk/languages/lua/lib/luaio.pir trunk/languages/lua/lib/luastring.pir trunk/languages/lua/lib/luatable.pir trunk/languages/l

[svn:parrot] r25647 - trunk/src/gc

2008-02-10 Thread petdance
Author: petdance Date: Sun Feb 10 23:15:18 2008 New Revision: 25647 Modified: trunk/src/gc/dod.c Log: This little || should have been &&. Otherwise, we dereference NULL. Thanks, splint! Diff in runs from running valgrind on "hello world": 4974c2974 < ERROR SUMMARY: 973 errors from 99 conte

[svn:parrot] r25646 - trunk/src/gc

2008-02-10 Thread petdance
Author: petdance Date: Sun Feb 10 22:28:28 2008 New Revision: 25646 Modified: trunk/src/gc/dod.c Log: teeny documentation Modified: trunk/src/gc/dod.c == --- trunk/src/gc/dod.c (original) +++ trunk/src/gc/dod.c Sun

[svn:parrot] r25645 - in trunk: include/parrot src/pmc

2008-02-10 Thread petdance
Author: petdance Date: Sun Feb 10 21:37:33 2008 New Revision: 25645 Modified: trunk/include/parrot/memory.h trunk/src/pmc/fixedpmcarray.pmc Log: using more wrapper macros Modified: trunk/include/parrot/memory.h ==

[svn:parrot] r25644 - trunk/src

2008-02-10 Thread petdance
Author: petdance Date: Sun Feb 10 20:57:32 2008 New Revision: 25644 Modified: trunk/src/events.c trunk/src/mmd.c trunk/src/utils.c trunk/src/vtables.c Log: use the malloc wrapper macros more Modified: trunk/src/events.c

[svn:parrot] r25643 - trunk/src

2008-02-10 Thread petdance
Author: petdance Date: Sun Feb 10 20:55:19 2008 New Revision: 25643 Modified: trunk/src/inter_misc.c Log: remove a trailing space Modified: trunk/src/inter_misc.c == --- trunk/src/inter_misc.c (original) +++ trun

[svn:parrot] r25642 - trunk/src

2008-02-10 Thread chromatic
Author: chromatic Date: Sun Feb 10 20:21:04 2008 New Revision: 25642 Modified: trunk/src/string.c Log: [src] Actually remove string_nprintf(), which I forgot to do in r25635. Modified: trunk/src/string.c == --- trunk/

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

2008-02-10 Thread petdance
Author: petdance Date: Sun Feb 10 19:53:48 2008 New Revision: 25641 Modified: trunk/include/parrot/compiler.h Log: add a macro PARROT_HAS_SAL for the SAL annotations in MSC Modified: trunk/include/parrot/compiler.h ==

[svn:parrot] r25640 - trunk/src

2008-02-10 Thread jkeenan
Author: jkeenan Date: Sun Feb 10 19:46:59 2008 New Revision: 25640 Modified: trunk/src/events.c trunk/src/inter_misc.c Log: Applying patches supplied by Alan Rocker documenting more C functions. Modified: trunk/src/events.c ==

[svn:parrot] r25639 - tags/initp5-23308

2008-02-10 Thread jkeenan
Author: jkeenan Date: Sun Feb 10 17:45:39 2008 New Revision: 25639 Removed: tags/initp5-23308/ Log: Tag no longer needed.

[svn:parrot] r25638 - tags/reconfigure-24550

2008-02-10 Thread jkeenan
Author: jkeenan Date: Sun Feb 10 17:44:56 2008 New Revision: 25638 Removed: tags/reconfigure-24550/ Log: Tag no longer needed.

[svn:parrot] r25637 - tags/ports-25229

2008-02-10 Thread jkeenan
Author: jkeenan Date: Sun Feb 10 17:43:48 2008 New Revision: 25637 Removed: tags/ports-25229/ Log: Tag may be deleted because the branch it was marking has been deleted.

[svn:parrot] r25636 - branches/ports

2008-02-10 Thread jkeenan
Author: jkeenan Date: Sun Feb 10 17:42:23 2008 New Revision: 25636 Removed: branches/ports/ Log: This branch was intended to accommodate development of a module for detecting macports during configuration, but will not be needed.

[svn:parrot] r25635 - in trunk: docs include/parrot t/src

2008-02-10 Thread chromatic
Author: chromatic Date: Sun Feb 10 16:40:39 2008 New Revision: 25635 Modified: trunk/docs/strings.pod trunk/include/parrot/string_funcs.h trunk/t/src/sprintf.t Log: [src] Remove string_nprintf(), which is unused except in t/src/sprintf.t. If we need it later, we can get it out of SVN.

[svn:parrot] r25634 - trunk/src

2008-02-10 Thread chromatic
Author: chromatic Date: Sun Feb 10 16:19:14 2008 New Revision: 25634 Modified: trunk/src/spf_render.c Log: [src] Replaced a magic constant about the size of the destination STRING to preallocate with a much smarter heuristic: the destination has to be at least the size of the format string, bu

[svn:parrot] r25633 - trunk/src/gc

2008-02-10 Thread chromatic
Author: chromatic Date: Sun Feb 10 15:25:01 2008 New Revision: 25633 Modified: trunk/src/gc/dod.c Log: [GC] After the mark phase of a GC run, sweep the STRING/Buffer pools too so that we can free allocated memory for string contents and reuse allocated headers. Maybe our memory use will go do

[svn:parrot] r25632 - trunk/src

2008-02-10 Thread chromatic
Author: chromatic Date: Sun Feb 10 13:52:27 2008 New Revision: 25632 Modified: trunk/src/exceptions.c trunk/src/exit.c trunk/src/headers.c trunk/src/pmc.c trunk/src/vtables.c Log: [src] Minor incidental cleanups almost not worth checkins on their own. Modified: trunk/src/exception

[svn:parrot] r25631 - in trunk: compilers/imcc include/parrot src src/gc

2008-02-10 Thread coke
Author: coke Date: Sun Feb 10 13:33:35 2008 New Revision: 25631 Modified: trunk/compilers/imcc/instructions.c trunk/compilers/imcc/symreg.c trunk/include/parrot/memory.h trunk/include/parrot/string.h trunk/src/exceptions.c trunk/src/gc/memory.c trunk/src/gc/register.c trunk

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

2008-02-10 Thread rblasch
Author: rblasch Date: Sun Feb 10 10:52:26 2008 New Revision: 25630 Modified: trunk/include/parrot/compiler.h Log: [src] Added Microsoft's standard source code annotation language (SAL) annotations to NOTNULL, NULLOK, ARGIN, and others. Modified: trunk/include/parrot/compiler.h ==

[svn:parrot] r25629 - trunk/compilers/imcc

2008-02-10 Thread petdance
Author: petdance Date: Sun Feb 10 09:42:00 2008 New Revision: 25629 Modified: trunk/compilers/imcc/symreg.c Log: use new macros Modified: trunk/compilers/imcc/symreg.c == --- trunk/compilers/imcc/symreg.c (origi

[svn:parrot] r25628 - trunk/src

2008-02-10 Thread kjs
Author: kjs Date: Sun Feb 10 05:46:50 2008 New Revision: 25628 Modified: trunk/src/global.c Log: [src] align declarations and assignments. Modified: trunk/src/global.c == --- trunk/src/global.c (original) +++ trunk/s

[svn:parrot] r25626 - trunk/src

2008-02-10 Thread kjs
Author: kjs Date: Sun Feb 10 05:22:48 2008 New Revision: 25626 Modified: trunk/src/inter_misc.c Log: [src] align declarations and fix some indention in switch statements. Modified: trunk/src/inter_misc.c == --- trunk

[svn:parrot] r25625 - trunk/src

2008-02-10 Thread kjs
Author: kjs Date: Sun Feb 10 05:20:28 2008 New Revision: 25625 Modified: trunk/src/hash.c trunk/src/hll.c trunk/src/inter_call.c trunk/src/inter_cb.c Log: [src] align declarations and operators. Modified: trunk/src/hash.c ==

[svn:parrot] r25627 - trunk/src

2008-02-10 Thread kjs
Author: kjs Date: Sun Feb 10 05:25:54 2008 New Revision: 25627 Modified: trunk/src/interpreter.c Log: [src] align declarations and assignments. Modified: trunk/src/interpreter.c == --- trunk/src/interpreter.c (ori

[svn:parrot] r25624 - trunk/src

2008-02-10 Thread kjs
Author: kjs Date: Sun Feb 10 05:11:43 2008 New Revision: 25624 Modified: trunk/src/exit.c trunk/src/extend.c Log: [src] align "=" and declarations. remove some spaces where they don't make sense. Modified: trunk/src/exit.c ==

[svn:parrot] r25623 - trunk/src

2008-02-10 Thread kjs
Author: kjs Date: Sun Feb 10 05:07:29 2008 New Revision: 25623 Modified: trunk/src/exec.c Log: [src] align "=" characters. Modified: trunk/src/exec.c == --- trunk/src/exec.c(original) +++ trunk/src/exec.cSun F

[svn:parrot] r25622 - trunk/src

2008-02-10 Thread kjs
Author: kjs Date: Sun Feb 10 05:05:01 2008 New Revision: 25622 Modified: trunk/src/events.c Log: [src] align "=" characters and some declarations. Modified: trunk/src/events.c == --- trunk/src/events.c (original) +++

[svn:parrot] r25621 - in trunk: . languages/pynie/src/PAST

2008-02-10 Thread kjs
Author: kjs Date: Sun Feb 10 04:44:30 2008 New Revision: 25621 Removed: trunk/languages/pynie/src/PAST/ Modified: trunk/MANIFEST trunk/MANIFEST.SKIP Log: [pynie] remove old TGE file, which is no longer used. update MANIFEST. Modified: trunk/MANIFEST

[svn:parrot] r25620 - trunk/docs/pct

2008-02-10 Thread kjs
Author: kjs Date: Sun Feb 10 04:34:52 2008 New Revision: 25620 Modified: trunk/docs/pct/gettingstarted.pod trunk/docs/pct/pct_optable_guide.pod Log: [docs] update docs/pct/pct_optable_guide.pod o add circumfix/postcircumfix section o some other minor stuff Modified: trunk/docs/pct/getti

[svn:parrot] r25619 - in trunk: docs lib/Parrot/Configure lib/Parrot/Configure/Options

2008-02-10 Thread bernhard
Author: bernhard Date: Sun Feb 10 01:49:46 2008 New Revision: 25619 Modified: trunk/docs/configuration.pod trunk/lib/Parrot/Configure/Options.pm trunk/lib/Parrot/Configure/Options/Conf.pm trunk/lib/Parrot/Configure/Options/Reconf.pm Log: [config] Update docs as Parrot::Configure::Opti

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

2008-02-10 Thread bernhard
Author: bernhard Date: Sun Feb 10 01:45:36 2008 New Revision: 25618 Modified: trunk/lib/Parrot/Configure/Messages.pm Log: Update copyright notice. Modified: trunk/lib/Parrot/Configure/Messages.pm == --- trunk/lib/Par

[svn:parrot] r25617 - trunk/docs

2008-02-10 Thread bernhard
Author: bernhard Date: Sun Feb 10 01:42:19 2008 New Revision: 25617 Modified: trunk/docs/porting_intro.pod Log: [docs] Update path to JIT files. Modified: trunk/docs/porting_intro.pod == --- trunk/docs/porting_intro.

[svn:parrot] r25616 - trunk

2008-02-10 Thread bernhard
Author: bernhard Date: Sun Feb 10 01:40:56 2008 New Revision: 25616 Modified: trunk/Makefile.PL (props changed) Log: Set svn:keywords for Makefile.PL

[svn:parrot] r25615 - trunk

2008-02-10 Thread bernhard
Author: bernhard Date: Sun Feb 10 01:37:50 2008 New Revision: 25615 Modified: trunk/Configure.pl Log: [config] Update copyright notice, add () to method call. Modified: trunk/Configure.pl == --- trunk/Configure.pl (

[svn:parrot] r25614 - trunk

2008-02-10 Thread bernhard
Author: bernhard Date: Sun Feb 10 01:32:14 2008 New Revision: 25614 Modified: trunk/README Log: [docs] Mention docs/configuration.pod in README. Modified: trunk/README == --- trunk/README(original) +++ trunk/