[parrot/parrot] ff53ef: add files to MANIFEST.generated
noreply at github.com
noreply at github.com
Wed Dec 22 02:14:37 UTC 2010
Branch: refs/heads/nwellnhof/string_unescape
Home: https://github.com/parrot/parrot
Commit: ff53effe94d4af3dcfee64d0673c52000c0d0722
https://github.com/parrot/parrot/commit/ff53effe94d4af3dcfee64d0673c52000c0d0722
Author: Michael H. Hind <mike.hind at gmail.com>
Date: 2010-11-30 (Tue, 30 Nov 2010)
Changed paths:
M MANIFEST.generated
Log Message:
-----------
add files to MANIFEST.generated
Commit: bd48125bd9b174f2a7437e6ac4b8826fad4e5ec7
https://github.com/parrot/parrot/commit/bd48125bd9b174f2a7437e6ac4b8826fad4e5ec7
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-11-30 (Tue, 30 Nov 2010)
Changed paths:
M include/parrot/io.h
M src/io/api.c
M src/io/filehandle.c
Log Message:
-----------
move Parrot_io_parse_open_flags from io/filehandle.c to io/api.c, TT #1639
Commit: eac768ed1911e448ba38746ac49acad6bdfc94ad
https://github.com/parrot/parrot/commit/eac768ed1911e448ba38746ac49acad6bdfc94ad
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-11-30 (Tue, 30 Nov 2010)
Changed paths:
M include/parrot/hll.h
Log Message:
-----------
add a #define for Parrot_hll_get_ctx_HLL_namespace, to get rakudo building again. We can remove this one after 2.11, or later if needed
Commit: fe4a42fb85109876c9baf4cc280a8a116b9bac09
https://github.com/parrot/parrot/commit/fe4a42fb85109876c9baf4cc280a8a116b9bac09
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date: 2010-11-30 (Tue, 30 Nov 2010)
Changed paths:
M t/op/string_cs.t
Log Message:
-----------
[t] Fix skip count for non-ICU builds
Commit: 2231f2f5d22222490ebdebab4f494465074712fe
https://github.com/parrot/parrot/commit/2231f2f5d22222490ebdebab4f494465074712fe
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-11-30 (Tue, 30 Nov 2010)
Changed paths:
M docs/project/git_workflow.pod
Log Message:
-----------
Correct spelling error.
Commit: 8c09a001aef4832daf6b41734a2969feacc19eb8
https://github.com/parrot/parrot/commit/8c09a001aef4832daf6b41734a2969feacc19eb8
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-11-30 (Tue, 30 Nov 2010)
Changed paths:
M include/parrot/hll.h
M t/op/string_cs.t
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: 5195fb148d2cc7c5193c88260b179dceed3a58bc
https://github.com/parrot/parrot/commit/5195fb148d2cc7c5193c88260b179dceed3a58bc
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-11-30 (Tue, 30 Nov 2010)
Changed paths:
M lib/Parrot/Headerizer/Functions.pm
M lib/Parrot/Headerizer/Object.pm
M t/tools/dev/headerizer/01_functions.t
Log Message:
-----------
Refactor some code from Parrot::Headerizer::make_function_decls() into Parrot::Headerizer::Functions::handle_modified_args(). Test the new function in 01_functions.t.
Commit: f9bb559b3f703abab7d9fe0c5c11f630b1cb9670
https://github.com/parrot/parrot/commit/f9bb559b3f703abab7d9fe0c5c11f630b1cb9670
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-11-30 (Tue, 30 Nov 2010)
Changed paths:
M include/parrot/warnings.h
M src/dynpmc/gziphandle.pmc
M src/embed.c
M src/interp/inter_misc.c
M src/library.c
M src/nci/libffi.c
M src/ops/core_ops.c
M src/ops/experimental.ops
M src/pmc/packfiledebug.pmc
M src/pmc/parrotinterpreter.pmc
M src/pmc/string.pmc
M src/string/api.c
M src/warnings.c
Log Message:
-----------
[gci] Implement Parrot_warn_experimental fbrito++
Commit: 559ed824a6d4baf5d9726f8101fc899ddda45876
https://github.com/parrot/parrot/commit/559ed824a6d4baf5d9726f8101fc899ddda45876
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-11-30 (Tue, 30 Nov 2010)
Changed paths:
M docs/project/git_workflow.pod
Log Message:
-----------
[docs] Get rid of lies and add a NOTE about unofficialness
Commit: 93996b1b21e59a4dbfb707ca727dd779a8057907
https://github.com/parrot/parrot/commit/93996b1b21e59a4dbfb707ca727dd779a8057907
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-11-30 (Tue, 30 Nov 2010)
Changed paths:
M src/pmc/filehandle.pmc
M src/pmc/handle.pmc
Log Message:
-----------
Move read and readline from FileHandle to Handle
Commit: da7f551b2f0fdd3b51d04eceb350b88227463bb2
https://github.com/parrot/parrot/commit/da7f551b2f0fdd3b51d04eceb350b88227463bb2
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-11-30 (Tue, 30 Nov 2010)
Changed paths:
M src/io/api.c
M src/pmc/socket.pmc
Log Message:
-----------
Make recv method call Parrot_io_reads
Commit: 617ebe6d2a2d3d9deb4efd8ca7cef6fa93d03cf1
https://github.com/parrot/parrot/commit/617ebe6d2a2d3d9deb4efd8ca7cef6fa93d03cf1
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-11-30 (Tue, 30 Nov 2010)
Changed paths:
M src/io/api.c
Log Message:
-----------
Make Parrot_io_readline throw exception on Socket
Commit: 4af637d6351efe66ea0dd64163f67428c77c91d1
https://github.com/parrot/parrot/commit/4af637d6351efe66ea0dd64163f67428c77c91d1
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-11-30 (Tue, 30 Nov 2010)
Changed paths:
M src/pmc/handle.pmc
M src/pmc/stringhandle.pmc
Log Message:
-----------
Remove read and readline from FileHandle (should be inherited from Handle)
Commit: 05ab1f5a794d93779889bca7217e3317ca3278b4
https://github.com/parrot/parrot/commit/05ab1f5a794d93779889bca7217e3317ca3278b4
Author: Coke <will at coleda.com>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M config/gen/makefiles/root.in
M config/inter/libparrot.pm
Log Message:
-----------
Allow spaces in install dir. TT #1716
Commit: a1f5f6340ef55b4c29580955c92178871c0bb625
https://github.com/parrot/parrot/commit/a1f5f6340ef55b4c29580955c92178871c0bb625
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M src/pmc/mappedbytearray.pmc
Log Message:
-----------
fix to mappedbytearray.pmc to make it build on my system
Commit: e4e4eacaf48a5405d63cc4f3fd049626c87433fe
https://github.com/parrot/parrot/commit/e4e4eacaf48a5405d63cc4f3fd049626c87433fe
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M src/pmc/mappedbytearray.pmc
Log Message:
-----------
delete a debug fprintf accidentaly included in the mappedbytearray merge
Commit: 6e995609be503c047d8a1432ed4c096633f0af36
https://github.com/parrot/parrot/commit/6e995609be503c047d8a1432ed4c096633f0af36
Author: luben <karavelov at spnet.net>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M src/pmc/mappedbytearray.pmc
Log Message:
-----------
ISO C90 forbids mixed declarations and code
Commit: 35efb357d2beb1333f1d28df6b21f6e5a9eb5f64
https://github.com/parrot/parrot/commit/35efb357d2beb1333f1d28df6b21f6e5a9eb5f64
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M t/pmc/socket.t
Log Message:
-----------
[t] Move socket get_fd test to its own method
Commit: d3bdb44cc5945faff78252551224f40edf74615b
https://github.com/parrot/parrot/commit/d3bdb44cc5945faff78252551224f40edf74615b
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M t/pmc/socket.t
Log Message:
-----------
[t] Add test to Socket readline (not implemented)
Commit: 4a2f0c7585096a63615e9f8ba70cbeb289c27483
https://github.com/parrot/parrot/commit/4a2f0c7585096a63615e9f8ba70cbeb289c27483
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M t/pmc/socket.t
Log Message:
-----------
[t] Add test to Socket read
Commit: 157ac2824072315f83445daf66ed902e798b2ef6
https://github.com/parrot/parrot/commit/157ac2824072315f83445daf66ed902e798b2ef6
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M src/io/api.c
M src/pmc/filehandle.pmc
M src/pmc/handle.pmc
M src/pmc/socket.pmc
M src/pmc/stringhandle.pmc
M t/pmc/socket.t
Log Message:
-----------
Merge branch 'gci_read_socket'
Commit: 3bb45c95864810515058d95b285e82d95d92c728
https://github.com/parrot/parrot/commit/3bb45c95864810515058d95b285e82d95d92c728
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M t/op/string_cs.t
M t/op/stringu.t
Log Message:
-----------
[t] Change tests to hopefully trigger UCS-4 to UCS-4 conversion
Commit: 6cde374de05ed197cb28add9988099af6c8f36fe
https://github.com/parrot/parrot/commit/6cde374de05ed197cb28add9988099af6c8f36fe
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M src/gc/system.c
M src/global_setup.c
M src/packfile.c
M src/pmc/oplib.pmc
M src/runcore/main.c
M src/string/encoding/shared.c
Log Message:
-----------
fix a few warnings and standard violations
Commit: e4b8819f19b45cf163634841d6e41fe5ca91e986
https://github.com/parrot/parrot/commit/e4b8819f19b45cf163634841d6e41fe5ca91e986
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M src/pmc/socket.pmc
Log Message:
-----------
Add is_closed to Socket
Commit: 2a3c7f8f225fdd28f0c3639e172a21cde612c8fe
https://github.com/parrot/parrot/commit/2a3c7f8f225fdd28f0c3639e172a21cde612c8fe
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M t/pmc/socket.t
Log Message:
-----------
[t] Add test to Socket is_closed()
Commit: 5c760acc3a290a9987fc54bb7d3b154d0d382ae6
https://github.com/parrot/parrot/commit/5c760acc3a290a9987fc54bb7d3b154d0d382ae6
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M src/gc/fixed_allocator.c
Log Message:
-----------
fix a warning, const a var and simplify a bit in function pool_is_owned
Commit: 4159775d7c5efa0cccf80974290fa077debccd36
https://github.com/parrot/parrot/commit/4159775d7c5efa0cccf80974290fa077debccd36
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M src/gc/fixed_allocator.c
Log Message:
-----------
minor fix in allocate_new_pool_arena
Commit: aae1ea907a2ed64caa4c47934f42c7810d9cb8a5
https://github.com/parrot/parrot/commit/aae1ea907a2ed64caa4c47934f42c7810d9cb8a5
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M src/pmc/socket.pmc
M t/pmc/socket.t
Log Message:
-----------
Merge branch 'gci_closed_socket'
Commit: dd3c6c9290b9302f89bb52e171c48b255dec35b3
https://github.com/parrot/parrot/commit/dd3c6c9290b9302f89bb52e171c48b255dec35b3
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-01 (Wed, 01 Dec 2010)
Changed paths:
M lib/Parrot/Headerizer/Functions.pm
M lib/Parrot/Headerizer/Object.pm
M t/tools/dev/headerizer/01_functions.t
Log Message:
-----------
Refactor more code into testable subroutines, place them into Functions.pm, test them in 01_functions.t.
Commit: 6d5595e04c7167a76e25129beae318cfb47a2294
https://github.com/parrot/parrot/commit/6d5595e04c7167a76e25129beae318cfb47a2294
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date: 2010-12-02 (Thu, 02 Dec 2010)
Changed paths:
M README
Log Message:
-----------
change to Fedora package name
Commit: 277b983086570a22a6814123150cc1b9a8780c7a
https://github.com/parrot/parrot/commit/277b983086570a22a6814123150cc1b9a8780c7a
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-02 (Thu, 02 Dec 2010)
Changed paths:
M lib/Parrot/Headerizer/Functions.pm
M lib/Parrot/Headerizer/Object.pm
M t/tools/dev/headerizer/01_functions.t
Log Message:
-----------
Refactor some code out of Object.pm into new Functions.pm subroutine handle_split_declaration(). Write tests for all execution paths of that subroutine.
Commit: 92f34715d5f0ba7a1c9806e81b11a60f10fa7ae4
https://github.com/parrot/parrot/commit/92f34715d5f0ba7a1c9806e81b11a60f10fa7ae4
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-02 (Thu, 02 Dec 2010)
Changed paths:
M lib/Parrot/Headerizer/Functions.pm
Log Message:
-----------
Eliminate an implicit, but unreachable branch in handle_split_declaration().
Commit: e76c132ace788fc8a3e88e502da047be52ced015
https://github.com/parrot/parrot/commit/e76c132ace788fc8a3e88e502da047be52ced015
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-03 (Fri, 03 Dec 2010)
Changed paths:
M lib/Parrot/Headerizer/Functions.pm
M lib/Parrot/Headerizer/Object.pm
M t/tools/dev/headerizer/01_functions.t
Log Message:
-----------
Refactor two blocks of code out of function_components_from_declaration(). Place in Functions.pm. Test them in 01_functions.t.
Commit: 5045bf7d9ff91a3f23dba0543d65c2399862860b
https://github.com/parrot/parrot/commit/5045bf7d9ff91a3f23dba0543d65c2399862860b
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-03 (Fri, 03 Dec 2010)
Changed paths:
M lib/Parrot/Headerizer/Functions.pm
M lib/Parrot/Headerizer/Object.pm
M t/tools/dev/headerizer/01_functions.t
Log Message:
-----------
Refactor one block of code out of function_components_from_declaration(). Place in Functions.pm. Test it in 01_functions.t.
Commit: b8cf4e4448bdd0981e90d2c9c8e7b7edc3fb4c33
https://github.com/parrot/parrot/commit/b8cf4e4448bdd0981e90d2c9c8e7b7edc3fb4c33
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-03 (Fri, 03 Dec 2010)
Changed paths:
M lib/Parrot/Headerizer/Functions.pm
M lib/Parrot/Headerizer/Object.pm
M t/tools/dev/headerizer/01_functions.t
Log Message:
-----------
Fix syntax error.
Commit: e0a2fb88b2c921c77663e60dc3024c74ef85e8df
https://github.com/parrot/parrot/commit/e0a2fb88b2c921c77663e60dc3024c74ef85e8df
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-03 (Fri, 03 Dec 2010)
Changed paths:
M README
Log Message:
-----------
Fix some of the README git instructions
Commit: d2c3de0b983e477a5abad956bfeb3305fed24fd5
https://github.com/parrot/parrot/commit/d2c3de0b983e477a5abad956bfeb3305fed24fd5
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-03 (Fri, 03 Dec 2010)
Changed paths:
M docs/project/git_workflow.pod
Log Message:
-----------
[t] Add some info about git add --force
Commit: 72908f9b2e536dd3af440874c0b4a8e6090ae1e3
https://github.com/parrot/parrot/commit/72908f9b2e536dd3af440874c0b4a8e6090ae1e3
Author: Andy Dougherty <doughera at fractal.phys.lafayette.edu>
Date: 2010-12-03 (Fri, 03 Dec 2010)
Changed paths:
M MANIFEST
M config/auto/headers.pm
R config/gen/platform/freebsd/sysmem.c
M config/gen/platform/generic/sysmem.c
R config/gen/platform/netbsd/sysmem.c
Log Message:
-----------
Make config/gen/platform/generic/sysmem.c more generic.
Include the two most likely methods (sysconf and sysctl) in the
generic file, based on various #ifdef probes. This way, new systems
are more likely to work without first needing their own sysmem.c file.
If neither sysconf() nor sysctl() seems to work, assume a default of
512 MB. One could certainly argue for putting an error message here
instead.
Signed-off-by: Jonathan "Duke" Leto <jonathan at leto.net>
Commit: 6acd7b29695d5d04e3fdee2f30c7abade0650e41
https://github.com/parrot/parrot/commit/6acd7b29695d5d04e3fdee2f30c7abade0650e41
Author: Christoph Otto <christoph_git at mksig.org>
Date: 2010-12-03 (Fri, 03 Dec 2010)
Changed paths:
M src/pmc/class.pmc
Log Message:
-----------
[pmc] remove unneeded use of PARROT_IN_OBJECTS_C
Commit: 6702284affccb217a7fc898270bf5a3cb80e428e
https://github.com/parrot/parrot/commit/6702284affccb217a7fc898270bf5a3cb80e428e
Author: Christoph Otto <christoph_git at mksig.org>
Date: 2010-12-04 (Sat, 04 Dec 2010)
Changed paths:
M lib/Parrot/Vtable.pm
M src/oo.c
Log Message:
-----------
[oo] remove some unneeded #defines
Commit: 8ffe7735a029626f30e06649dcd4f538e7bb45a4
https://github.com/parrot/parrot/commit/8ffe7735a029626f30e06649dcd4f538e7bb45a4
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-04 (Sat, 04 Dec 2010)
Changed paths:
M lib/Parrot/Headerizer/Object.pm
M t/tools/dev/headerizer/01_functions.t
M t/tools/dev/headerizer/02_methods.t
Log Message:
-----------
[codingstd] Fix trailing whitespace and POD formatting errors.
Commit: 3fbc7cb26e83b8ecd85fe136d0c920bbca7ac05f
https://github.com/parrot/parrot/commit/3fbc7cb26e83b8ecd85fe136d0c920bbca7ac05f
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-04 (Sat, 04 Dec 2010)
Changed paths:
M lib/Parrot/Headerizer/Functions.pm
M lib/Parrot/Headerizer/Object.pm
M t/tools/dev/headerizer/01_functions.t
Log Message:
-----------
Refactor some code into replace_pod_item(). Place that subroutine in Functions.pm and test it.
Commit: 6233b6e4eacf3bf04b410b3913761f932f442738
https://github.com/parrot/parrot/commit/6233b6e4eacf3bf04b410b3913761f932f442738
Author: Matt Schallert <mattschallert at gmail.com>
Date: 2010-12-04 (Sat, 04 Dec 2010)
Changed paths:
M include/parrot/oplib/core_ops.h
M include/parrot/sub.h
M src/debug.c
M src/namespace.c
M src/ops/core.ops
M src/ops/core_ops.c
M src/ops/var.ops
M src/pmc/continuation.pmc
M src/pmc/exceptionhandler.pmc
M src/runcore/profiling.c
M src/sub.c
M src/warnings.c
Log Message:
-----------
Changed functions in sub.c to meet standards
Signed-off-by: Jonathan "Duke" Leto <jonathan at leto.net>
Commit: 6aa336c4e7b987806c787572b3e3004770a0d0a2
https://github.com/parrot/parrot/commit/6aa336c4e7b987806c787572b3e3004770a0d0a2
Author: Matt Schallert <mattschallert at gmail.com>
Date: 2010-12-04 (Sat, 04 Dec 2010)
Changed paths:
M docs/embed.pod
M include/parrot/sub.h
M src/dynoplibs/debug.ops
M src/gc/mark_sweep.c
M src/pmc/coroutine.pmc
M src/pmc/sub.pmc
M src/sub.c
M src/thread.c
Log Message:
-----------
Finished sub.c function renaming
Signed-off-by: Jonathan "Duke" Leto <jonathan at leto.net>
Commit: c817d4b78f4f5ee76a269abd58f45ad4c439671d
https://github.com/parrot/parrot/commit/c817d4b78f4f5ee76a269abd58f45ad4c439671d
Author: Andy Lester <andy at petdance.com>
Date: 2010-12-04 (Sat, 04 Dec 2010)
Changed paths:
M include/parrot/hll.h
M include/parrot/sub.h
M src/global_setup.c
M src/sub.c
Log Message:
-----------
reran headerizer
Commit: 6507414f9cc13abf58159c453654800270954638
https://github.com/parrot/parrot/commit/6507414f9cc13abf58159c453654800270954638
Author: Andy Lester <andy at petdance.com>
Date: 2010-12-04 (Sat, 04 Dec 2010)
Changed paths:
M src/pmc/fixedbooleanarray.pmc
Log Message:
-----------
localizing and consting, and flagged a function as constant
Commit: 1f1054f8c1c08f21f186a025854749b26360e169
https://github.com/parrot/parrot/commit/1f1054f8c1c08f21f186a025854749b26360e169
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-05 (Sun, 05 Dec 2010)
Changed paths:
M README
Log Message:
-----------
Don't use git switches that only work in newer gits
Commit: 5e4c2034bebf4716b744cb996c1fdf5af1892718
https://github.com/parrot/parrot/commit/5e4c2034bebf4716b744cb996c1fdf5af1892718
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-05 (Sun, 05 Dec 2010)
Changed paths:
M src/packfile.c
M src/pbc_merge.c
Log Message:
-----------
add libdeps support to pbc merge
Commit: 9bec614611e258af0505e8021d89fb60ddef4e0f
https://github.com/parrot/parrot/commit/9bec614611e258af0505e8021d89fb60ddef4e0f
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-05 (Sun, 05 Dec 2010)
Changed paths:
M MANIFEST
M README
M config/auto/headers.pm
R config/gen/platform/freebsd/sysmem.c
M config/gen/platform/generic/sysmem.c
R config/gen/platform/netbsd/sysmem.c
M docs/embed.pod
M docs/project/git_workflow.pod
M include/parrot/hll.h
M include/parrot/oplib/core_ops.h
M include/parrot/sub.h
M lib/Parrot/Vtable.pm
M src/debug.c
M src/dynoplibs/debug.ops
M src/gc/mark_sweep.c
M src/global_setup.c
M src/namespace.c
M src/oo.c
M src/ops/core.ops
M src/ops/core_ops.c
M src/ops/var.ops
M src/pmc/class.pmc
M src/pmc/continuation.pmc
M src/pmc/coroutine.pmc
M src/pmc/exceptionhandler.pmc
M src/pmc/fixedbooleanarray.pmc
M src/pmc/sub.pmc
M src/runcore/profiling.c
M src/sub.c
M src/thread.c
M src/warnings.c
Log Message:
-----------
Merge branch 'master' of github.com:parrot/parrot
Commit: f9c7b116f3ac06bb1414e33aa1c22221170dfeaf
https://github.com/parrot/parrot/commit/f9c7b116f3ac06bb1414e33aa1c22221170dfeaf
Author: Christoph Otto <christoph_git at mksig.org>
Date: 2010-12-05 (Sun, 05 Dec 2010)
Changed paths:
M src/call/args.c
Log Message:
-----------
add no-op spaces to pcc call parsing
Commit: 59bed186e9b0f7235f0eb101901998f94fb966f2
https://github.com/parrot/parrot/commit/59bed186e9b0f7235f0eb101901998f94fb966f2
Author: Christoph Otto <christoph_git at mksig.org>
Date: 2010-12-05 (Sun, 05 Dec 2010)
Changed paths:
M README
M include/parrot/hll.h
M include/parrot/sub.h
M src/global_setup.c
M src/packfile.c
M src/pbc_merge.c
M src/pmc/fixedbooleanarray.pmc
M src/sub.c
Log Message:
-----------
Merge branch 'master' of github.com:parrot/parrot
Commit: b84615acd222ae99fe6880548f529ae295336b95
https://github.com/parrot/parrot/commit/b84615acd222ae99fe6880548f529ae295336b95
Author: Christoph Otto <christoph_git at mksig.org>
Date: 2010-12-05 (Sun, 05 Dec 2010)
Changed paths:
M src/pmc/class.pmc
Log Message:
-----------
remove a pluggable MRO comment; if we want one we can figure out how to add it
Commit: e2ee0dab05c11f6cdcad5a76d64da2aa78793ef1
https://github.com/parrot/parrot/commit/e2ee0dab05c11f6cdcad5a76d64da2aa78793ef1
Author: Coke <will at coleda.com>
Date: 2010-12-06 (Mon, 06 Dec 2010)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
Fix build dep. broken in b57705c09687e759569e
Commit: 45523d2310c7cdb5a0ebcacc50932a1efd83b933
https://github.com/parrot/parrot/commit/45523d2310c7cdb5a0ebcacc50932a1efd83b933
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-06 (Mon, 06 Dec 2010)
Changed paths:
M README
Log Message:
-----------
[doc] Tweak formatting in README
Commit: df599f54147a5dbf1601b975f6a1dbc018d76d6b
https://github.com/parrot/parrot/commit/df599f54147a5dbf1601b975f6a1dbc018d76d6b
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-06 (Mon, 06 Dec 2010)
Changed paths:
M docs/project/git_workflow.pod
Log Message:
-----------
[doc] Describe how to track remote branches in elderly Gits
Commit: 20ae439fb4dfdde2be87f024eaf37421729a9237
https://github.com/parrot/parrot/commit/20ae439fb4dfdde2be87f024eaf37421729a9237
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date: 2010-12-06 (Mon, 06 Dec 2010)
Changed paths:
M docs/project/git_workflow.pod
Log Message:
-----------
[doc] Fix order of git command line options
Commit: d922b8a235e8c2d8e2a91f1547cb7d449db39b0c
https://github.com/parrot/parrot/commit/d922b8a235e8c2d8e2a91f1547cb7d449db39b0c
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date: 2010-12-06 (Mon, 06 Dec 2010)
Changed paths:
M src/global_setup.c
Log Message:
-----------
[src] Better error message when linking against incompatible libparrot
This should fix TT #1833.
Commit: 77176824904f9257fa3cd9ac1c0943ba61f57860
https://github.com/parrot/parrot/commit/77176824904f9257fa3cd9ac1c0943ba61f57860
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date: 2010-12-06 (Mon, 06 Dec 2010)
Changed paths:
M src/global_setup.c
Log Message:
-----------
[codingstd] Fix line length
Commit: 8c3a723c13808e8d5331bc2096d88f3c860732b7
https://github.com/parrot/parrot/commit/8c3a723c13808e8d5331bc2096d88f3c860732b7
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-07 (Tue, 07 Dec 2010)
Changed paths:
M t/pmc/mappedbytearray.t
Log Message:
-----------
a bit more initial tests for MappedByteArray
Commit: 880b3e23dec717ca2bb9ba6ad9a8fa4402679162
https://github.com/parrot/parrot/commit/880b3e23dec717ca2bb9ba6ad9a8fa4402679162
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-07 (Tue, 07 Dec 2010)
Changed paths:
M t/tools/dev/headerizer/02_methods.t
Log Message:
-----------
Test more execution paths in attrs_from_args().
Commit: b1f035b3bb873603be4ead1ea52aed25e986cb22
https://github.com/parrot/parrot/commit/b1f035b3bb873603be4ead1ea52aed25e986cb22
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-07 (Tue, 07 Dec 2010)
Changed paths:
M t/tools/dev/headerizer/02_methods.t
Log Message:
-----------
Return from tempdir gracefully.
Commit: f8e868c27fb22c028c3950fc50ba4b0f46d25a5d
https://github.com/parrot/parrot/commit/f8e868c27fb22c028c3950fc50ba4b0f46d25a5d
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-08 (Wed, 08 Dec 2010)
Changed paths:
M src/scheduler.c
Log Message:
-----------
simplify a bit Parrot_cx_find_handler_local
Commit: 6d0418631487abd62736697fc896d04aa5b9cfc4
https://github.com/parrot/parrot/commit/6d0418631487abd62736697fc896d04aa5b9cfc4
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-08 (Wed, 08 Dec 2010)
Changed paths:
M src/pmc/exception.pmc
M t/pmc/exception.t
Log Message:
-----------
add init_int vtable to Exception
Commit: 2b1c3369fb02e339bbbb6c3ddfb435fb692053fb
https://github.com/parrot/parrot/commit/2b1c3369fb02e339bbbb6c3ddfb435fb692053fb
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-08 (Wed, 08 Dec 2010)
Changed paths:
M examples/nci/ls.pir
Log Message:
-----------
questionable fix for nci example ls.pir, WFM in amd64 linux, TT #1180
Commit: 9d14f6b196d693039f0a359e6bf052fbee71233f
https://github.com/parrot/parrot/commit/9d14f6b196d693039f0a359e6bf052fbee71233f
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-08 (Wed, 08 Dec 2010)
Changed paths:
M examples/nci/ls.pir
Log Message:
-----------
a bit more portable fix for nci example ls.pir, WFM in amd64 and i386 linux, TT #1180
Commit: 3129b838eaad7e79e7bf6c0adf23b700e225a4e3
https://github.com/parrot/parrot/commit/3129b838eaad7e79e7bf6c0adf23b700e225a4e3
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-08 (Wed, 08 Dec 2010)
Changed paths:
M lib/Parrot/Headerizer/Object.pm
M t/tools/dev/headerizer/02_methods.t
Log Message:
-----------
Refactor some code from within Parrot::Headerizer::Object into internal method
check_pointer_return_type(). Test it in 02_methods.t. Replace repetitive
test setup code with a subroutine.
Commit: 04b7151f506e2b2fe397e5e9a224641cd1bb23c6
https://github.com/parrot/parrot/commit/04b7151f506e2b2fe397e5e9a224641cd1bb23c6
Author: Nolan Lum <nol888 at gmail.com>
Date: 2010-12-08 (Wed, 08 Dec 2010)
Changed paths:
M t/pmc/string.t
Log Message:
-----------
Add tests to string.t
Bring code coverage of string.pmc to 91%.
Commit: 19648f1861447aa8ad8a4bca5bdec322e14b44ac
https://github.com/parrot/parrot/commit/19648f1861447aa8ad8a4bca5bdec322e14b44ac
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-08 (Wed, 08 Dec 2010)
Changed paths:
M include/parrot/oplib.h
M src/runcore/main.c
Log Message:
-----------
eliminate static numbering of ops
static numbers for ops has no meaning. also, opsc generates number automatically
now, rendering these completely unecessary.
also eliminate a nasty cast (op_func_t* => void** => (void*)() => op_func_t*)
Commit: 1660edd4ac8d36d13a7e1e109091f42bfc865781
https://github.com/parrot/parrot/commit/1660edd4ac8d36d13a7e1e109091f42bfc865781
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-08 (Wed, 08 Dec 2010)
Changed paths:
M src/ops/core.ops
M t/tools/dev/searchops/samples.pm
Log Message:
-----------
eliminate op documentation mentioning defunct CORE_OPS_*
Commit: 352fa3cae196e5268adad8bd24bfd72e3e48e9aa
https://github.com/parrot/parrot/commit/352fa3cae196e5268adad8bd24bfd72e3e48e9aa
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-08 (Wed, 08 Dec 2010)
Changed paths:
A src/nci/framebuilder.pod
Log Message:
-----------
add some documentation about pluggable framebuilder subsystem
Commit: 1ebb549239aa0bd24b773e2c1355c22ede0992ef
https://github.com/parrot/parrot/commit/1ebb549239aa0bd24b773e2c1355c22ede0992ef
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-08 (Wed, 08 Dec 2010)
Changed paths:
M MANIFEST
Log Message:
-----------
mk_manifest_and_skip
Commit: 86406d0673dcb254fc06d5e4fb00ce64bf28965b
https://github.com/parrot/parrot/commit/86406d0673dcb254fc06d5e4fb00ce64bf28965b
Author: Andy Lester <andy at petdance.com>
Date: 2010-12-08 (Wed, 08 Dec 2010)
Changed paths:
M include/parrot/list.h
M src/list.c
Log Message:
-----------
consting and PARROT_xxx annotations
Commit: ffa881fd3f57c69e7d03fe45fd656f6318c031d7
https://github.com/parrot/parrot/commit/ffa881fd3f57c69e7d03fe45fd656f6318c031d7
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date: 2010-12-09 (Thu, 09 Dec 2010)
Changed paths:
M t/pmc/string.t
Log Message:
-----------
Merge branch 'master' of https://github.com/nol888/parrot into nol888-master
Commit: b1b79f38e845bfbe572f28ea0acda4a6eec498a5
https://github.com/parrot/parrot/commit/b1b79f38e845bfbe572f28ea0acda4a6eec498a5
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date: 2010-12-09 (Thu, 09 Dec 2010)
Changed paths:
M t/pmc/string.t
Log Message:
-----------
remove whitespace
Commit: 7842d2717d2b8570e8f83dc0d35e72aa697824ca
https://github.com/parrot/parrot/commit/7842d2717d2b8570e8f83dc0d35e72aa697824ca
Author: Christoph Otto <christoph_git at mksig.org>
Date: 2010-12-09 (Thu, 09 Dec 2010)
Changed paths:
A examples/pir/md5sum.pir
Log Message:
-----------
add md5sum tool using MappedByteArray from Kapace++'s gci task
Commit: 44e2ba5b68d1b067bceb0223c8e66d7709b14f6f
https://github.com/parrot/parrot/commit/44e2ba5b68d1b067bceb0223c8e66d7709b14f6f
Author: Nolan Lum <nol888 at gmail.com>
Date: 2010-12-09 (Thu, 09 Dec 2010)
Changed paths:
M CREDITS
M src/pmc/string.pmc
M t/pmc/string.t
Log Message:
-----------
Fix bug in String PMC with extraneous multimethod.
Increase code coverage of String PMC tests.
Commit: 26c3ed32f7e4a1372c6dbaee1e5b6629abc45a4d
https://github.com/parrot/parrot/commit/26c3ed32f7e4a1372c6dbaee1e5b6629abc45a4d
Author: Nolan Lum <nol888 at gmail.com>
Date: 2010-12-09 (Thu, 09 Dec 2010)
Changed paths:
M t/pmc/string.t
Log Message:
-----------
Change behavior of exception-related tests.
Commit: 6ca3c7442c97e9a29b57477b447e74763e9f913d
https://github.com/parrot/parrot/commit/6ca3c7442c97e9a29b57477b447e74763e9f913d
Author: sygi <sygnowski at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
A README.polski
Log Message:
-----------
polish translation of README
Signed-off-by: Jonathan "Duke" Leto <jonathan at leto.net>
Commit: cb0a1c05b4a5b6452c6f44e6490d4f384aaedbba
https://github.com/parrot/parrot/commit/cb0a1c05b4a5b6452c6f44e6490d4f384aaedbba
Author: sygi <sygnowski at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M README.polski
Log Message:
-----------
tiny corrects
Signed-off-by: Jonathan "Duke" Leto <jonathan at leto.net>
Commit: b94ba6aef31f6d74d56d2bce4ca1caab28ee4856
https://github.com/parrot/parrot/commit/b94ba6aef31f6d74d56d2bce4ca1caab28ee4856
Author: sygi <sygnowski at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M README.polski
Log Message:
-----------
tiny corrects
Signed-off-by: Jonathan "Duke" Leto <jonathan at leto.net>
Commit: ec8e6e744a53c627b3369168ef6f29ec39234b18
https://github.com/parrot/parrot/commit/ec8e6e744a53c627b3369168ef6f29ec39234b18
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M NEWS
Log Message:
-----------
Add NEWS item about README translations
Commit: 113c002b3aca5a85a25f13045ec67117c3f2a398
https://github.com/parrot/parrot/commit/113c002b3aca5a85a25f13045ec67117c3f2a398
Author: Michael H. Hind <mike.hind at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M MANIFEST
Log Message:
-----------
re-generate MANIFEST
Commit: 67b58a124e53ccb8d61247a89069fafac00d9de5
https://github.com/parrot/parrot/commit/67b58a124e53ccb8d61247a89069fafac00d9de5
Author: Nolan Lum <nol888 at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M t/pmc/string.t
Log Message:
-----------
Fix wording.
Commit: 5c746dba12f7d893e54db700ad2ef08b1f9ad925
https://github.com/parrot/parrot/commit/5c746dba12f7d893e54db700ad2ef08b1f9ad925
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M include/parrot/oplib.h
M src/runcore/main.c
Log Message:
-----------
eliminate static numbering of ops
static numbers for ops has no meaning. also, opsc generates number automatically
now, rendering these completely unecessary.
also eliminate a nasty cast (op_func_t* => void** => (void*)() => op_func_t*)
Commit: ead90b8560e3fbe40aecd601f420d1bb53730055
https://github.com/parrot/parrot/commit/ead90b8560e3fbe40aecd601f420d1bb53730055
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M src/ops/core.ops
M t/tools/dev/searchops/samples.pm
Log Message:
-----------
eliminate op documentation mentioning defunct CORE_OPS_*
Commit: 30bb037df3e8793538f58509bebc45f7bc8e2a3a
https://github.com/parrot/parrot/commit/30bb037df3e8793538f58509bebc45f7bc8e2a3a
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
A src/nci/framebuilder.pod
Log Message:
-----------
add some documentation about pluggable framebuilder subsystem
Commit: 20ee3ca438c1023663a2fdad2b31d8dc823c2fa0
https://github.com/parrot/parrot/commit/20ee3ca438c1023663a2fdad2b31d8dc823c2fa0
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M MANIFEST
Log Message:
-----------
mk_manifest_and_skip
Commit: 29bd61dab261c681798b5b51c0e98c557d879a93
https://github.com/parrot/parrot/commit/29bd61dab261c681798b5b51c0e98c557d879a93
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M t/pmc/string.t
Log Message:
-----------
remove whitespace
Commit: 90a31da69026fb924f1fb0638663cc6f9318b11d
https://github.com/parrot/parrot/commit/90a31da69026fb924f1fb0638663cc6f9318b11d
Author: Christoph Otto <christoph_git at mksig.org>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
A examples/pir/md5sum.pir
Log Message:
-----------
add md5sum tool using MappedByteArray from Kapace++'s gci task
Commit: d1ea164f5e8693cf1c7fc7e857ac007009d9c1e6
https://github.com/parrot/parrot/commit/d1ea164f5e8693cf1c7fc7e857ac007009d9c1e6
Author: sygi <sygnowski at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
A README.polski
Log Message:
-----------
polish translation of README
Signed-off-by: Jonathan "Duke" Leto <jonathan at leto.net>
Commit: 8d97c3bbe09b15effcdee2b4f2f84e67fc57d370
https://github.com/parrot/parrot/commit/8d97c3bbe09b15effcdee2b4f2f84e67fc57d370
Author: sygi <sygnowski at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M README.polski
Log Message:
-----------
tiny corrects
Signed-off-by: Jonathan "Duke" Leto <jonathan at leto.net>
Commit: d5eb9a4b1ea5341d0210bf1c422f72d11a61dbeb
https://github.com/parrot/parrot/commit/d5eb9a4b1ea5341d0210bf1c422f72d11a61dbeb
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M NEWS
Log Message:
-----------
Add NEWS item about README translations
Commit: 6878f9102bafb66fb8620a05401fc2524a7fa6ca
https://github.com/parrot/parrot/commit/6878f9102bafb66fb8620a05401fc2524a7fa6ca
Author: sygi <sygnowski at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M README.polski
Log Message:
-----------
tiny corrects
Signed-off-by: Jonathan "Duke" Leto <jonathan at leto.net>
Commit: 0fa52e709332a424195c11c058b63136e1b33ef7
https://github.com/parrot/parrot/commit/0fa52e709332a424195c11c058b63136e1b33ef7
Author: Nolan Lum <nol888 at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Log Message:
-----------
Merge https://github.com/parrot/parrot
Commit: 16bfa07fef0b3c45041e852ae093c9f98a95c417
https://github.com/parrot/parrot/commit/16bfa07fef0b3c45041e852ae093c9f98a95c417
Author: Michael H. Hind <mike.hind at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M examples/pir/md5sum.pir
Log Message:
-----------
add Copyright line and coda at end
some documentation is needed
Commit: 4a805892f3350391400520b519546addf81ea2d2
https://github.com/parrot/parrot/commit/4a805892f3350391400520b519546addf81ea2d2
Author: Nolan Lum <nol888 at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M t/pmc/integer.t
Log Message:
-----------
Bring Integer PMC test suite code coverage to 100%.
Commit: 2ec8558bc0be827b5109da3520f6c6e1811c7f89
https://github.com/parrot/parrot/commit/2ec8558bc0be827b5109da3520f6c6e1811c7f89
Author: Nolan Lum <nol888 at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Log Message:
-----------
Merge branch 'master' of github.com:nol888/parrot
Commit: 30db3ac783174b8f07ece9775f2ec80c065822e8
https://github.com/parrot/parrot/commit/30db3ac783174b8f07ece9775f2ec80c065822e8
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M CREDITS
M src/pmc/string.pmc
M t/pmc/string.t
Log Message:
-----------
Merge remote branch 'origin/gci_inttestcoverage'
Commit: 476c9e854bf92d959ab3af751656da62cc170163
https://github.com/parrot/parrot/commit/476c9e854bf92d959ab3af751656da62cc170163
Author: Tony Young <rofflwaffls at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M MANIFEST
M config/gen/makefiles/root.in
A frontend/parrot/main.c
A frontend/parrot_debugger/main.c
A frontend/pbc_dump/main.c
A frontend/pbc_merge/main.c
R src/main.c
R src/parrot_debugger.c
R src/pbc_dump.c
R src/pbc_merge.c
Log Message:
-----------
Moved various files from /src to /frontend
Commit: a288ffe47c23b543bba93fedc0a7644571864e0f
https://github.com/parrot/parrot/commit/a288ffe47c23b543bba93fedc0a7644571864e0f
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M t/pmc/integer.t
Log Message:
-----------
Merge remote branch 'origin/gci_noltestcoverage'
Commit: 4a00f74d007c35735b062786afa9b2ae28aee581
https://github.com/parrot/parrot/commit/4a00f74d007c35735b062786afa9b2ae28aee581
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M MANIFEST
M NEWS
A README.espanol
Log Message:
-----------
[doc] Spanish translation of README by pitoco++
This is a Spanish translation of our README by a Google Code-In
student. Thanks to all the mentors that helped the student
improve this translation, especially NotFound++.
Commit: 674c5f6dd5aa4d5e65813d81cb6664be477527f3
https://github.com/parrot/parrot/commit/674c5f6dd5aa4d5e65813d81cb6664be477527f3
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M NEWS
Log Message:
-----------
[doc] News tweaks
Commit: 7f15ac0ca358ef29594a510ef0d782d4438bd165
https://github.com/parrot/parrot/commit/7f15ac0ca358ef29594a510ef0d782d4438bd165
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M src/gc/fixed_allocator.c
Log Message:
-----------
add some casts to avoid pointer comparaison warnings
Commit: 7621fbed169f5da8fbc473fcd886d0589cc4474c
https://github.com/parrot/parrot/commit/7621fbed169f5da8fbc473fcd886d0589cc4474c
Author: Christoph Otto <christoph_git at mksig.org>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
A tools/dev/github_post_receive.pl
Log Message:
-----------
add post-receive script for gci task
Commit: 8024efa79e082a93dec83e2cfee8c6c0e5d5a399
https://github.com/parrot/parrot/commit/8024efa79e082a93dec83e2cfee8c6c0e5d5a399
Author: Christoph Otto <christoph_git at mksig.org>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M tools/dev/github_post_receive.pl
Log Message:
-----------
add minimal POD
Commit: e0b878471329103c0301bce37e871118b3b5f598
https://github.com/parrot/parrot/commit/e0b878471329103c0301bce37e871118b3b5f598
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M t/pmc/integer.t
Log Message:
-----------
move all the BigInt tests out into their own functions and group them together
Commit: a52658a6bcfdd84097b4e0d785539ddee3f7eb87
https://github.com/parrot/parrot/commit/a52658a6bcfdd84097b4e0d785539ddee3f7eb87
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M t/pmc/integer.t
Log Message:
-----------
detect if we don't have BigInt, and skip the tests otherwise
Commit: 21e18509c10719f41d06dd5a4b8c44c237e32a8f
https://github.com/parrot/parrot/commit/21e18509c10719f41d06dd5a4b8c44c237e32a8f
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M MANIFEST
M NEWS
A README.espanol
M src/gc/fixed_allocator.c
A tools/dev/github_post_receive.pl
Log Message:
-----------
Merge branch 'master' of github.com:parrot/parrot
Commit: 41af763a9838a49ab7f812f0db8bffba48249d3d
https://github.com/parrot/parrot/commit/41af763a9838a49ab7f812f0db8bffba48249d3d
Author: Nolan Lum <nol888 at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M t/pmc/integer.t
Log Message:
-----------
Remove trailing whitespace.
Commit: 8bcc66e402200f0d7876f0964ca447c8591ec0bd
https://github.com/parrot/parrot/commit/8bcc66e402200f0d7876f0964ca447c8591ec0bd
Author: Tony Young <rofflwaffls at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M MANIFEST
M config/gen/makefiles/root.in
A frontend/parrot/main.c
A frontend/parrot_debugger/main.c
A frontend/pbc_dump/main.c
A frontend/pbc_merge/main.c
R src/main.c
R src/parrot_debugger.c
R src/pbc_dump.c
R src/pbc_merge.c
Log Message:
-----------
Moved various files from /src to /frontend
Commit: ab8b582b36be2850d521ec19b5a1d7309ffdf2cb
https://github.com/parrot/parrot/commit/ab8b582b36be2850d521ec19b5a1d7309ffdf2cb
Author: Nolan Lum <nol888 at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M MANIFEST
M NEWS
A README.espanol
M examples/pir/md5sum.pir
M src/gc/fixed_allocator.c
M t/pmc/integer.t
A tools/dev/github_post_receive.pl
Log Message:
-----------
Merge https://github.com/parrot/parrot
Conflicts:
t/pmc/integer.t
Revised integer tests to use int min/max value for platform portability.
Commit: 8a6314ebaacf5cde10c4a625d9a7d40b8bf3b984
https://github.com/parrot/parrot/commit/8a6314ebaacf5cde10c4a625d9a7d40b8bf3b984
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M t/pmc/integer.t
Log Message:
-----------
Merge remote branch 'origin/gci_inttests_take2'
Commit: 9099987ad7072de7ea8f9654df3cf0daead18c61
https://github.com/parrot/parrot/commit/9099987ad7072de7ea8f9654df3cf0daead18c61
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M t/pmc/string.t
Log Message:
-----------
[codingstd] No trailing whitespace.
Commit: 3a19b500722157981c8527bcf8d079ae6b1d0f5b
https://github.com/parrot/parrot/commit/3a19b500722157981c8527bcf8d079ae6b1d0f5b
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M MANIFEST
M config/gen/makefiles/root.in
A frontend/parrot/main.c
A frontend/parrot_debugger/main.c
A frontend/pbc_dump/main.c
A frontend/pbc_merge/main.c
R src/main.c
R src/parrot_debugger.c
R src/pbc_dump.c
R src/pbc_merge.c
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: dcb971396baf8149d8f0cabb042d8dc7e790e13a
https://github.com/parrot/parrot/commit/dcb971396baf8149d8f0cabb042d8dc7e790e13a
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M src/pmc/hash.pmc
Log Message:
-----------
DRY a bit Hash PMC
Commit: e5fa363853c0008ca8f755ceb707e40d34417947
https://github.com/parrot/parrot/commit/e5fa363853c0008ca8f755ceb707e40d34417947
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M src/pmc/hash.pmc
Log Message:
-----------
forgot to add ASSERT_ARGS in dcb9713
Commit: 4db8296b8bde6b3c989d13f3f6b61089c24557f1
https://github.com/parrot/parrot/commit/4db8296b8bde6b3c989d13f3f6b61089c24557f1
Author: Michael H. Hind <mike.hind at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M MANIFEST
Log Message:
-----------
re-generate MANIFEST
Commit: 6f9f528c01897d85f4bb63ed70364b114db4a826
https://github.com/parrot/parrot/commit/6f9f528c01897d85f4bb63ed70364b114db4a826
Author: Michael H. Hind <mike.hind at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M tools/dev/github_post_receive.pl
Log Message:
-----------
fix codetest failures
add copyright line and add coda
fix platform-specific perl shebang line
replace hard tabs
Commit: 864c42fa53b26fe19c192a8ba8eb442e7ece0f24
https://github.com/parrot/parrot/commit/864c42fa53b26fe19c192a8ba8eb442e7ece0f24
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M lib/Parrot/Headerizer/Object.pm
Log Message:
-----------
Begin to standardize the POD in this file.
Commit: db760d28c7579e72bcf185e8afb9ec76b23013a7
https://github.com/parrot/parrot/commit/db760d28c7579e72bcf185e8afb9ec76b23013a7
Author: Nolan Lum <nol888 at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M MANIFEST
M config/gen/makefiles/docs.in
M config/gen/makefiles/root.in
R src/packfile.c
A src/packfile/api.c
A src/packfile/object_serialization.c
A src/packfile/output.c
R src/packout.c
R src/pmc_freeze.c
Log Message:
-----------
Refactor packfile core files. Modify makefile templates to account for change.
packfile.c -> api.c
pmc_freeze.c -> object_serialization.c
packout.c -> output.c
Commit: b0c9397a2336001eeec9840ff1e83d7692693449
https://github.com/parrot/parrot/commit/b0c9397a2336001eeec9840ff1e83d7692693449
Author: Nolan Lum <nol888 at gmail.com>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M MANIFEST
M config/gen/makefiles/root.in
A frontend/parrot/main.c
A frontend/parrot_debugger/main.c
A frontend/pbc_dump/main.c
A frontend/pbc_merge/main.c
R src/main.c
R src/parrot_debugger.c
R src/pbc_dump.c
R src/pbc_merge.c
M src/pmc/hash.pmc
M t/pmc/string.t
M tools/dev/github_post_receive.pl
Log Message:
-----------
Merge https://github.com/parrot/parrot
Conflicts:
MANIFEST
Commit: e69f9bf8558c2188eea5ec19d638d8abb379a798
https://github.com/parrot/parrot/commit/e69f9bf8558c2188eea5ec19d638d8abb379a798
Author: Christoph Otto <christoph_git at mksig.org>
Date: 2010-12-10 (Fri, 10 Dec 2010)
Changed paths:
M .gitignore
Log Message:
-----------
add some new files to .gitignore
Commit: 352d6105577f413a6713d5e42cb9f2d62b51cb7b
https://github.com/parrot/parrot/commit/352d6105577f413a6713d5e42cb9f2d62b51cb7b
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
M src/dynpmc/os.pmc
Log Message:
-----------
avoid encoding exceptions in OS.readdir on non-windows platforms
Commit: d3b6bc7d01283e8aed62dbcbcf414466727597ef
https://github.com/parrot/parrot/commit/d3b6bc7d01283e8aed62dbcbcf414466727597ef
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
M .gitignore
M MANIFEST
M config/gen/makefiles/docs.in
M config/gen/makefiles/root.in
M src/dynpmc/os.pmc
R src/packfile.c
A src/packfile/api.c
A src/packfile/object_serialization.c
A src/packfile/output.c
R src/packout.c
M src/pmc/hash.pmc
R src/pmc_freeze.c
M t/pmc/string.t
M tools/dev/github_post_receive.pl
Log Message:
-----------
Merge branch 'master' of github.com:parrot/parrot
Commit: 7d8623c4186f61cd79c461a3b73a59089c8f2ccc
https://github.com/parrot/parrot/commit/7d8623c4186f61cd79c461a3b73a59089c8f2ccc
Author: Michael H. Hind <mike.hind at gmail.com>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
M MANIFEST.SKIP
Log Message:
-----------
re-generate MANIFEST.SKIP
Commit: 62ea3480b7503046432c89bde11c988945b32f5e
https://github.com/parrot/parrot/commit/62ea3480b7503046432c89bde11c988945b32f5e
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
M lib/Parrot/Headerizer/Object.pm
Log Message:
-----------
All methods in P::H::Object.pm now have some documentation in POD format.
Commit: fd8c59a30f27a85990f28f7cbe4f60b9fecde3e5
https://github.com/parrot/parrot/commit/fd8c59a30f27a85990f28f7cbe4f60b9fecde3e5
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
M lib/Parrot/Headerizer/Functions.pm
M lib/Parrot/Headerizer/Object.pm
M tools/dev/headerizer.pl
Log Message:
-----------
Add documentation in POD format to all functions in P::H::Functions.pm. Add author credits to headerizer.pl.
Commit: 071661ac302628f4d2d256dfcd7b72bc3aa4778c
https://github.com/parrot/parrot/commit/071661ac302628f4d2d256dfcd7b72bc3aa4778c
Author: chromatic <chromatic at wgz.org>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
A docs/project/merge_review_guidelines.pod
Log Message:
-----------
Added guidelines for branch merge review.
Commit: 7713372c2551dc58eb97b62b575b77d55a4752b7
https://github.com/parrot/parrot/commit/7713372c2551dc58eb97b62b575b77d55a4752b7
Author: chromatic <chromatic at wgz.org>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
M docs/project/git_workflow.pod
Log Message:
-----------
Fixed some typos; linked to merge review docs.
Commit: 22a625f95e3681bc648dd9812de60106259bd3a2
https://github.com/parrot/parrot/commit/22a625f95e3681bc648dd9812de60106259bd3a2
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
M MANIFEST
M config/gen/makefiles/root.in
A frontend/pbc_dump/packdump.c
R src/packdump.c
Log Message:
-----------
move src/packdump.c to frontend/pbc_dump/ where it belongs since it is part of that frontend
Commit: 39b8b702957a0ad783450933a0e60008eff18c80
https://github.com/parrot/parrot/commit/39b8b702957a0ad783450933a0e60008eff18c80
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
M MANIFEST.SKIP
M docs/project/git_workflow.pod
A docs/project/merge_review_guidelines.pod
Log Message:
-----------
Merge branch 'master' of github.com:parrot/parrot
Commit: ec3d188f9308676f1c376692092ae5fb4cdd02d6
https://github.com/parrot/parrot/commit/ec3d188f9308676f1c376692092ae5fb4cdd02d6
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
M examples/nci/ls.pir
Log Message:
-----------
add a note about platform dependence to NCI example ls.pis - TT #1180
Commit: 3aafa0b990f718ff828ee84956dc8855db9d6c3e
https://github.com/parrot/parrot/commit/3aafa0b990f718ff828ee84956dc8855db9d6c3e
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
M MANIFEST
M config/gen/makefiles/root.in
M lib/Parrot/Distribution.pm
R lib/Parrot/Headerizer.pm
A lib/Parrot/Headerizer/Functions.pm
A lib/Parrot/Headerizer/Object.pm
M t/codingstd/c_function_docs.t
M t/codingstd/pmc_docs.t
A t/tools/dev/headerizer/01_functions.t
A t/tools/dev/headerizer/02_methods.t
A t/tools/dev/headerizer/testlib/fixedbooleanarray_pmc.in
A t/tools/dev/headerizer/testlib/function_decls.in
A t/tools/dev/headerizer/testlib/hvalidheader.in
A t/tools/dev/headerizer/testlib/imcc.in
A t/tools/dev/headerizer/testlib/lack_directive.in
A t/tools/dev/headerizer/testlib/list.in
A t/tools/dev/headerizer/testlib/list_h.in
A t/tools/dev/headerizer/testlib/missingheaderfile.in
A t/tools/dev/headerizer/testlib/nci_pmc.in
A t/tools/dev/headerizer/testlib/none.in
A t/tools/dev/headerizer/testlib/validheader.in
M tools/dev/headerizer.pl
Log Message:
-----------
Merge branch 'tt532_headerizer_refactor'. After first pass at merge, resolve conflicts,
update MANIFEST and fix codingstd errors revealed during 'make fulltest'.
Commit: 7e33b2fd981b40461d1cf6435f7e758db8ccf605
https://github.com/parrot/parrot/commit/7e33b2fd981b40461d1cf6435f7e758db8ccf605
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
M MANIFEST
M NEWS
A README.deutsch
Log Message:
-----------
[doc] German translation of our README, wesjdj++
Commit: 6b79d2490597d797daa6fffc668633e4e3e59c1b
https://github.com/parrot/parrot/commit/6b79d2490597d797daa6fffc668633e4e3e59c1b
Author: Andy Lester <andy at petdance.com>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
M .gitignore
M CREDITS
M MANIFEST
M MANIFEST.SKIP
M NEWS
A README.deutsch
A README.espanol
A README.polski
M config/gen/makefiles/docs.in
M config/gen/makefiles/root.in
M docs/project/git_workflow.pod
A docs/project/merge_review_guidelines.pod
M examples/nci/ls.pir
A examples/pir/md5sum.pir
A frontend/parrot/main.c
A frontend/parrot_debugger/main.c
A frontend/pbc_dump/main.c
A frontend/pbc_dump/packdump.c
A frontend/pbc_merge/main.c
M include/parrot/oplib.h
M src/dynpmc/os.pmc
M src/gc/fixed_allocator.c
R src/main.c
A src/nci/framebuilder.pod
M src/ops/core.ops
R src/packdump.c
R src/packfile.c
A src/packfile/api.c
A src/packfile/object_serialization.c
A src/packfile/output.c
R src/packout.c
R src/parrot_debugger.c
R src/pbc_dump.c
R src/pbc_merge.c
M src/pmc/hash.pmc
M src/pmc/string.pmc
R src/pmc_freeze.c
M src/runcore/main.c
M t/pmc/integer.t
M t/pmc/string.t
M t/tools/dev/searchops/samples.pm
A tools/dev/github_post_receive.pl
Log Message:
-----------
Merge branch 'master' of github.com:parrot/parrot
Commit: 31ca7a23abfc9601eab05ca4cdbc380607c7d6a8
https://github.com/parrot/parrot/commit/31ca7a23abfc9601eab05ca4cdbc380607c7d6a8
Author: Andy Lester <andy at petdance.com>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
M include/parrot/packfile.h
M include/parrot/pmc_freeze.h
Log Message:
-----------
updated headers for headerizing
Commit: bbf140fc8b786c6f79f83aeda2f0998d4b47c4eb
https://github.com/parrot/parrot/commit/bbf140fc8b786c6f79f83aeda2f0998d4b47c4eb
Author: David Czech <davidczech510 at gmail.com>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
A md5task/main_m.pir
A md5task/main_nfio.pir
M runtime/parrot/library/LWP/Protocol.pir
A test_data
Log Message:
-----------
Getting There on Chunked Encoding...
and the other md5 GCI task is in here too.
Commit: 6b61c676a2bdf522d91669d30a1ce3a75a721304
https://github.com/parrot/parrot/commit/6b61c676a2bdf522d91669d30a1ce3a75a721304
Author: Nolan Lum <nol888 at gmail.com>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
M t/pmc/iterator.t
Log Message:
-----------
Increase Iterator PMC test coverage.
Commit: 941722ce4123a02105ecb118de4ddcaaaff3a351
https://github.com/parrot/parrot/commit/941722ce4123a02105ecb118de4ddcaaaff3a351
Author: Nolan Lum <nol888 at gmail.com>
Date: 2010-12-11 (Sat, 11 Dec 2010)
Changed paths:
M .gitignore
M MANIFEST
M MANIFEST.SKIP
M NEWS
A README.deutsch
M config/gen/makefiles/root.in
M docs/project/git_workflow.pod
A docs/project/merge_review_guidelines.pod
M examples/nci/ls.pir
A frontend/pbc_dump/packdump.c
M include/parrot/list.h
M include/parrot/packfile.h
M include/parrot/pmc_freeze.h
M src/dynpmc/os.pmc
M src/list.c
R src/packdump.c
M t/pmc/integer.t
Log Message:
-----------
Merge branch 'master' of https://github.com/parrot/parrot
Commit: d22eea0ccaf4a4876d1d011b2d6a291dbe68895d
https://github.com/parrot/parrot/commit/d22eea0ccaf4a4876d1d011b2d6a291dbe68895d
Author: David Czech <davidczech510 at gmail.com>
Date: 2010-12-12 (Sun, 12 Dec 2010)
Changed paths:
M runtime/parrot/library/LWP/Protocol.pir
Log Message:
-----------
Chunked Encoding now working.
Need some more testing and review.
Perhaps a bit of cleanup, Use registers instead of variables.
Commit: c24b8447c6d02510d2272726343f138e3174ead5
https://github.com/parrot/parrot/commit/c24b8447c6d02510d2272726343f138e3174ead5
Author: Michael H. Hind <mike.hind at gmail.com>
Date: 2010-12-12 (Sun, 12 Dec 2010)
Changed paths:
M src/list.c
Log Message:
-----------
fix codetest failure - line length
Commit: f76eee7dc84fd595cb684a34f2603194b6699b14
https://github.com/parrot/parrot/commit/f76eee7dc84fd595cb684a34f2603194b6699b14
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-12 (Sun, 12 Dec 2010)
Changed paths:
M lib/Parrot/Manifest.pm
M t/manifest/01-basic.t
Log Message:
-----------
Now that we rely on 'git ls-files' to identify files which are candidates for
inclusion in MANIFEST et al., we no longer need to record directories
traversed, which means we can remove one TODO-ed test. (This should have no
impact on functioning of tools/dev/mk_manifest_and_skip.pl.)
Commit: 23f2e8d5bdaf9cc9d7951fecd791adbf4a020cd8
https://github.com/parrot/parrot/commit/23f2e8d5bdaf9cc9d7951fecd791adbf4a020cd8
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-12 (Sun, 12 Dec 2010)
Changed paths:
M .gitignore
M MANIFEST.SKIP
Log Message:
-----------
Add one generated .o file to .gitignore so that it is not reported by 'git status'. Regenerate MANIFEST.SKIP.
Commit: 6b443535b2d8d995134c245e83689933795896c4
https://github.com/parrot/parrot/commit/6b443535b2d8d995134c245e83689933795896c4
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-12 (Sun, 12 Dec 2010)
Changed paths:
M .gitignore
Log Message:
-----------
Remove outdated references to 'svn:ignore' from .gitignore.
Commit: c8712276a2973ad1c672ea5a4772b5745c817545
https://github.com/parrot/parrot/commit/c8712276a2973ad1c672ea5a4772b5745c817545
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-12 (Sun, 12 Dec 2010)
Changed paths:
M t/pmc/integer.t
Log Message:
-----------
skip if sys_ops unavailable
Commit: 8d7399024e2e0428eb2375f5544f8c78c4a3f7f4
https://github.com/parrot/parrot/commit/8d7399024e2e0428eb2375f5544f8c78c4a3f7f4
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-12 (Sun, 12 Dec 2010)
Changed paths:
M t/pmc/integer.t
Log Message:
-----------
skip only Integer tests that depend on sysops when unavailable
Commit: dd7ff4e50f6883fb096062c28fe7c8987ab202db
https://github.com/parrot/parrot/commit/dd7ff4e50f6883fb096062c28fe7c8987ab202db
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-12 (Sun, 12 Dec 2010)
Changed paths:
M src/pmc/namespace.pmc
Log Message:
-----------
fix a segfaulting bug in method Namespace.export_to
Commit: 6f2c9b1ade816db8cd467fb6c6610320c34bbd65
https://github.com/parrot/parrot/commit/6f2c9b1ade816db8cd467fb6c6610320c34bbd65
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-12 (Sun, 12 Dec 2010)
Changed paths:
M t/pmc/namespace.t
Log Message:
-----------
regresion test for dd7ff4e
Commit: 532f1ce4695812892db4bf6a68b89173fa3b98ec
https://github.com/parrot/parrot/commit/532f1ce4695812892db4bf6a68b89173fa3b98ec
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-12 (Sun, 12 Dec 2010)
Changed paths:
M MANIFEST
M config/gen/makefiles/docs.in
M config/gen/makefiles/root.in
A frontend/parrot/main.c
A frontend/parrot_debugger/main.c
A frontend/pbc_dump/main.c
A frontend/pbc_merge/main.c
R src/main.c
R src/packfile.c
A src/packfile/api.c
A src/packfile/object_serialization.c
A src/packfile/output.c
R src/packout.c
R src/parrot_debugger.c
R src/pbc_dump.c
R src/pbc_merge.c
M src/pmc/hash.pmc
R src/pmc_freeze.c
M t/pmc/iterator.t
M t/pmc/string.t
M tools/dev/github_post_receive.pl
Log Message:
-----------
Merge branch 'master' of git://github.com/nol888/parrot
Commit: ee634dab9ef04c8db5c99c69c67798ecb1d1d01b
https://github.com/parrot/parrot/commit/ee634dab9ef04c8db5c99c69c67798ecb1d1d01b
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-12 (Sun, 12 Dec 2010)
Changed paths:
M t/pmc/iterator.t
Log Message:
-----------
Merge branch 'gci_iterator_coverage'
Commit: eaddf691ce96ff60d87c53cf47c785a272e86a3d
https://github.com/parrot/parrot/commit/eaddf691ce96ff60d87c53cf47c785a272e86a3d
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-12 (Sun, 12 Dec 2010)
Changed paths:
A md5task/main_m.pir
A md5task/main_nfio.pir
M runtime/parrot/library/LWP/Protocol.pir
A test_data
Log Message:
-----------
Merge remote branch 'origin/gci_chunked_receive'
Commit: b3ec6cf554ae6dc8f933a8dc672423ef76979fa9
https://github.com/parrot/parrot/commit/b3ec6cf554ae6dc8f933a8dc672423ef76979fa9
Author: Michael H. Hind <mike.hind at gmail.com>
Date: 2010-12-13 (Mon, 13 Dec 2010)
Changed paths:
M MANIFEST
Log Message:
-----------
re-generate MANIFEST
Commit: 79595251a932dda08433d336caf56fb2f186b59d
https://github.com/parrot/parrot/commit/79595251a932dda08433d336caf56fb2f186b59d
Author: Michael H. Hind <mike.hind at gmail.com>
Date: 2010-12-13 (Mon, 13 Dec 2010)
Changed paths:
M md5task/main_m.pir
Log Message:
-----------
fix codetest failures
add copyright line
add pir coda
remove trailing spaces
some documentati8on would be welcome!
Commit: 55c5515f66ef0f57a6d14ebdfa62a61cf6127a8a
https://github.com/parrot/parrot/commit/55c5515f66ef0f57a6d14ebdfa62a61cf6127a8a
Author: Michael H. Hind <mike.hind at gmail.com>
Date: 2010-12-13 (Mon, 13 Dec 2010)
Changed paths:
M md5task/main_nfio.pir
Log Message:
-----------
fix codetest failures
add copyright line
add pir coda
remove trailing spaces
some documentati8on would be welcome!
Commit: 4e18c2770dd6ff630e7af0ed52c2829b11709f07
https://github.com/parrot/parrot/commit/4e18c2770dd6ff630e7af0ed52c2829b11709f07
Author: Michael H. Hind <mike.hind at gmail.com>
Date: 2010-12-13 (Mon, 13 Dec 2010)
Changed paths:
M runtime/parrot/library/LWP/Protocol.pir
Log Message:
-----------
fix codetest failures - trailing spaces
Commit: a3882f52fba008633250a873e036a2c0a7d6eedd
https://github.com/parrot/parrot/commit/a3882f52fba008633250a873e036a2c0a7d6eedd
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-13 (Mon, 13 Dec 2010)
Changed paths:
M .gitignore
M MANIFEST
M MANIFEST.SKIP
M NEWS
A README.deutsch
M include/parrot/list.h
M include/parrot/packfile.h
M include/parrot/pmc_freeze.h
M lib/Parrot/Manifest.pm
A md5task/main_m.pir
A md5task/main_nfio.pir
M runtime/parrot/library/LWP/Protocol.pir
M src/list.c
M src/pmc/namespace.pmc
M t/manifest/01-basic.t
M t/pmc/integer.t
M t/pmc/iterator.t
M t/pmc/namespace.t
A test_data
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: 65b4794692f3f73d157579e9a9a9c1041feaf2a6
https://github.com/parrot/parrot/commit/65b4794692f3f73d157579e9a9a9c1041feaf2a6
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-13 (Mon, 13 Dec 2010)
Changed paths:
M MANIFEST
R md5task/main_m.pir
R md5task/main_nfio.pir
R test_data
Log Message:
-----------
Remove some files that were accidentally committed.
Commit: f123b3079b08e50f1581dcdbb52ee2ae75685ac1
https://github.com/parrot/parrot/commit/f123b3079b08e50f1581dcdbb52ee2ae75685ac1
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-13 (Mon, 13 Dec 2010)
Changed paths:
M MANIFEST
A lib/Parrot/Headerizer.pm
R lib/Parrot/Headerizer/Object.pm
M t/codingstd/c_function_docs.t
M t/codingstd/pmc_docs.t
M t/tools/dev/headerizer/02_methods.t
M tools/dev/headerizer.pl
Log Message:
-----------
Complete work on http://trac.parrot.org/parrot/ticket/532. Change
Parrot::Headerizer::Object back to simply Parrot::Headerizer.
Commit: 5b8fb372b74dee93bf8ffce16ae039a5d314e99c
https://github.com/parrot/parrot/commit/5b8fb372b74dee93bf8ffce16ae039a5d314e99c
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-13 (Mon, 13 Dec 2010)
Changed paths:
M MANIFEST
R md5task/main_m.pir
R md5task/main_nfio.pir
R test_data
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: 48cd55620b7758526e450079057e945db98b2f5b
https://github.com/parrot/parrot/commit/48cd55620b7758526e450079057e945db98b2f5b
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-12-14 (Tue, 14 Dec 2010)
Changed paths:
M t/pmc/complex.t
Log Message:
-----------
[t] Add pow, asinh, acosh and atanh tests to Complex
Commit: 80d345d5c50ab238e9259220bd19807f1567e223
https://github.com/parrot/parrot/commit/80d345d5c50ab238e9259220bd19807f1567e223
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-12-14 (Tue, 14 Dec 2010)
Changed paths:
M t/pmc/complex.t
Log Message:
-----------
[t] Add acoth and acsch tests to Complex
Commit: 39fd5e788d323549421c41ac4460783a780ca9a8
https://github.com/parrot/parrot/commit/39fd5e788d323549421c41ac4460783a780ca9a8
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-12-14 (Tue, 14 Dec 2010)
Changed paths:
M t/pmc/complex.t
Log Message:
-----------
[t] Add asech tests to Complex
Commit: 07df1ca0fd08b677476cacfd0e8001a832623d1c
https://github.com/parrot/parrot/commit/07df1ca0fd08b677476cacfd0e8001a832623d1c
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-14 (Tue, 14 Dec 2010)
Changed paths:
M runtime/parrot/include/test_more.pir
M runtime/parrot/library/Test/More.pir
M t/pmc/namespace.t
Log Message:
-----------
add the throws_type function to Test;More and use it in a new test for Namespace
Commit: 07d9124b23e2e2f05335ee40b638c1eb96aacea7
https://github.com/parrot/parrot/commit/07d9124b23e2e2f05335ee40b638c1eb96aacea7
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-14 (Tue, 14 Dec 2010)
Changed paths:
M src/pmc/namespace.pmc
Log Message:
-----------
use appropiate exception types in Namespace.export_to method
Commit: 33a5288719cf7b32d61eecdd73a194b64d5a7198
https://github.com/parrot/parrot/commit/33a5288719cf7b32d61eecdd73a194b64d5a7198
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-14 (Tue, 14 Dec 2010)
Changed paths:
M t/pmc/namespace.t
Log Message:
-----------
more tests for Namespace methods
Commit: b9e4e7303f7cae984ba3b37069afefe7a51196ff
https://github.com/parrot/parrot/commit/b9e4e7303f7cae984ba3b37069afefe7a51196ff
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-14 (Tue, 14 Dec 2010)
Changed paths:
M runtime/parrot/library/Test/More.pir
Log Message:
-----------
fix typos from 07df1ca
Commit: a2643ba7654073a27e3280e85b65c46e722f1c05
https://github.com/parrot/parrot/commit/a2643ba7654073a27e3280e85b65c46e722f1c05
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-12-14 (Tue, 14 Dec 2010)
Changed paths:
M t/pmc/complex.t
Log Message:
-----------
[t] Mark failing Complex tests as "todo"
Commit: aaf01d1530a8ba20440b6a1e57dbfe4e87ab80ac
https://github.com/parrot/parrot/commit/aaf01d1530a8ba20440b6a1e57dbfe4e87ab80ac
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-14 (Tue, 14 Dec 2010)
Changed paths:
M DEPRECATED.pod
Log Message:
-----------
add Complex PMC deprecation
Commit: c3f2c987853fc17c3ea2a1b9ab707f1dffa39f4f
https://github.com/parrot/parrot/commit/c3f2c987853fc17c3ea2a1b9ab707f1dffa39f4f
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-14 (Tue, 14 Dec 2010)
Changed paths:
M runtime/parrot/library/Test/More.pir
Log Message:
-----------
Merge branch 'master' of github.com:parrot/parrot
Commit: f920e6140d77206c98ef062af8d4752371df1989
https://github.com/parrot/parrot/commit/f920e6140d77206c98ef062af8d4752371df1989
Author: Nolan Lum <nol888 at gmail.com>
Date: 2010-12-14 (Tue, 14 Dec 2010)
Changed paths:
M .gitignore
M DEPRECATED.pod
M MANIFEST
M MANIFEST.SKIP
M config/gen/makefiles/root.in
M lib/Parrot/Distribution.pm
M lib/Parrot/Headerizer.pm
A lib/Parrot/Headerizer/Functions.pm
M lib/Parrot/Manifest.pm
M runtime/parrot/include/test_more.pir
M runtime/parrot/library/LWP/Protocol.pir
M runtime/parrot/library/Test/More.pir
M src/list.c
M src/pmc/namespace.pmc
M t/codingstd/pmc_docs.t
M t/manifest/01-basic.t
M t/pmc/integer.t
M t/pmc/namespace.t
A t/tools/dev/headerizer/01_functions.t
A t/tools/dev/headerizer/02_methods.t
A t/tools/dev/headerizer/testlib/fixedbooleanarray_pmc.in
A t/tools/dev/headerizer/testlib/function_decls.in
A t/tools/dev/headerizer/testlib/hvalidheader.in
A t/tools/dev/headerizer/testlib/imcc.in
A t/tools/dev/headerizer/testlib/lack_directive.in
A t/tools/dev/headerizer/testlib/list.in
A t/tools/dev/headerizer/testlib/list_h.in
A t/tools/dev/headerizer/testlib/missingheaderfile.in
A t/tools/dev/headerizer/testlib/nci_pmc.in
A t/tools/dev/headerizer/testlib/none.in
A t/tools/dev/headerizer/testlib/validheader.in
M tools/dev/headerizer.pl
Log Message:
-----------
Merge branch 'master' of https://github.com/parrot/parrot
Commit: fce0949c409ce03e89ae43be9f2204d39121e9e4
https://github.com/parrot/parrot/commit/fce0949c409ce03e89ae43be9f2204d39121e9e4
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-12-14 (Tue, 14 Dec 2010)
Changed paths:
M t/pmc/complex.t
Log Message:
-----------
[t] Add tests to i_add and i_sub in Complex PMC
Commit: f1653be17757e4cc6650295b28a5ff8d4d2a1874
https://github.com/parrot/parrot/commit/f1653be17757e4cc6650295b28a5ff8d4d2a1874
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-12-14 (Tue, 14 Dec 2010)
Changed paths:
M t/pmc/complex.t
Log Message:
-----------
[t] Add tests to i_mul and i_div in Complex PMC
Commit: 402fd884286abcb062415a2340b8f054ba239c9a
https://github.com/parrot/parrot/commit/402fd884286abcb062415a2340b8f054ba239c9a
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-12-14 (Tue, 14 Dec 2010)
Changed paths:
M t/pmc/complex.t
Log Message:
-----------
[t] Add tests to i_neg in Complex PMC
Commit: aea1cf61b643b3cd0b3e7d29198a334f0898a397
https://github.com/parrot/parrot/commit/aea1cf61b643b3cd0b3e7d29198a334f0898a397
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-12-14 (Tue, 14 Dec 2010)
Changed paths:
M t/pmc/complex.t
Log Message:
-----------
[t] Add tests to i_abs in Complex PMC
Commit: 2284add7693cdaf143642b6ad130a174e3feef4b
https://github.com/parrot/parrot/commit/2284add7693cdaf143642b6ad130a174e3feef4b
Author: Tony Young <rofflwaffls at gmail.com>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M .gitignore
M CREDITS
M DEPRECATED.pod
M MANIFEST
M MANIFEST.SKIP
M NEWS
A README.deutsch
A README.espanol
M config/gen/makefiles/docs.in
M config/gen/makefiles/root.in
M docs/project/git_workflow.pod
A docs/project/merge_review_guidelines.pod
M examples/nci/ls.pir
A frontend/pbc_dump/packdump.c
M include/parrot/list.h
M include/parrot/packfile.h
M include/parrot/pmc_freeze.h
M lib/Parrot/Distribution.pm
M lib/Parrot/Headerizer.pm
A lib/Parrot/Headerizer/Functions.pm
M lib/Parrot/Manifest.pm
M runtime/parrot/include/test_more.pir
M runtime/parrot/library/LWP/Protocol.pir
M runtime/parrot/library/Test/More.pir
M src/dynpmc/os.pmc
M src/gc/fixed_allocator.c
M src/list.c
R src/packdump.c
R src/packfile.c
A src/packfile/api.c
A src/packfile/object_serialization.c
A src/packfile/output.c
R src/packout.c
M src/pmc/hash.pmc
M src/pmc/namespace.pmc
M src/pmc/string.pmc
R src/pmc_freeze.c
M t/codingstd/pmc_docs.t
M t/manifest/01-basic.t
M t/pmc/integer.t
M t/pmc/iterator.t
M t/pmc/namespace.t
M t/pmc/string.t
A t/tools/dev/headerizer/01_functions.t
A t/tools/dev/headerizer/02_methods.t
A t/tools/dev/headerizer/testlib/fixedbooleanarray_pmc.in
A t/tools/dev/headerizer/testlib/function_decls.in
A t/tools/dev/headerizer/testlib/hvalidheader.in
A t/tools/dev/headerizer/testlib/imcc.in
A t/tools/dev/headerizer/testlib/lack_directive.in
A t/tools/dev/headerizer/testlib/list.in
A t/tools/dev/headerizer/testlib/list_h.in
A t/tools/dev/headerizer/testlib/missingheaderfile.in
A t/tools/dev/headerizer/testlib/nci_pmc.in
A t/tools/dev/headerizer/testlib/none.in
A t/tools/dev/headerizer/testlib/validheader.in
A tools/dev/github_post_receive.pl
M tools/dev/headerizer.pl
Log Message:
-----------
Merging branches with manual resolution
Commit: 38cb66bdbd50a409d6ce472e5f451bf9fd52d9bc
https://github.com/parrot/parrot/commit/38cb66bdbd50a409d6ce472e5f451bf9fd52d9bc
Author: Tony Young <rofflwaffls at gmail.com>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M t/pmc/bigint.t
Log Message:
-----------
Attempting to increase bigint test coverage
Commit: 3e9cc02e94d2ba74ba5bcf6d123f9c90f61bbaee
https://github.com/parrot/parrot/commit/3e9cc02e94d2ba74ba5bcf6d123f9c90f61bbaee
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M t/pmc/complex.t
Log Message:
-----------
[t] Add more tests to Complex PMC
Commit: 7a4629ecca28ed495ab8e89b82168d6fa554e150
https://github.com/parrot/parrot/commit/7a4629ecca28ed495ab8e89b82168d6fa554e150
Author: Francois Perrad <francois.perrad at gadz.org>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M examples/io/get.pir
M runtime/parrot/library/LWP/Protocol.pir
Log Message:
-----------
[LWP] refactor protocol http with a buffered socket emulation
Commit: 04e8af1f644813452792013e43f7adf2e1f15c14
https://github.com/parrot/parrot/commit/04e8af1f644813452792013e43f7adf2e1f15c14
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M DEPRECATED.pod
Log Message:
-----------
remove GzipHandle from DEPRECATED.pod. It is not experimental after a vote at #ps on November 20, 2010
Commit: 2a7f952665a6100979fbb913a97da36ad85fcd6c
https://github.com/parrot/parrot/commit/2a7f952665a6100979fbb913a97da36ad85fcd6c
Author: Michael H. Hind <mike.hind at gmail.com>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M runtime/parrot/library/LWP/Protocol.pir
Log Message:
-----------
fix codetest failure - trailing whitespace
Commit: 656190bf2e3aa2d9bc4bd8c99a3669a61082eae6
https://github.com/parrot/parrot/commit/656190bf2e3aa2d9bc4bd8c99a3669a61082eae6
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M t/pmc/complex.t
Log Message:
-----------
[t] Add if to tests that return -0.0 (TT #313)
According to TT #313, win32 msvcrt print 0.0 instead of -0.0
I saw that sinh_of_complex_numbers already implemented that,
so I have just copied from it
Commit: f4691f35bf6801b4e9541d2c8f148f3fcdca6716
https://github.com/parrot/parrot/commit/f4691f35bf6801b4e9541d2c8f148f3fcdca6716
Author: Fernando Brito <email at fernandobrito.com>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M t/pmc/complex.t
Log Message:
-----------
[t] Add macro complex_pow_todo
Commit: c257faa1fece70dcad9a344b167bbad8be0f943b
https://github.com/parrot/parrot/commit/c257faa1fece70dcad9a344b167bbad8be0f943b
Author: Francois Perrad <francois.perrad at gadz.org>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M runtime/parrot/library/LWP/Protocol.pir
M src/pmc/socket.pmc
M t/pmc/socket.t
Log Message:
-----------
[socket] put the buffer in Socket PMC,
that allows readline() & read(n)
Commit: c8c15cc77d6b58ea8e0dfdb39244c76713873229
https://github.com/parrot/parrot/commit/c8c15cc77d6b58ea8e0dfdb39244c76713873229
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M t/pmc/namespace.t
Log Message:
-----------
some more test for exception conditions in Namespace PMC methods
Commit: aaf80082aa9f6cec80e0fd725102a3d930de04e2
https://github.com/parrot/parrot/commit/aaf80082aa9f6cec80e0fd725102a3d930de04e2
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M DEPRECATED.pod
M config/gen/platform/ansi/pid.c
M src/pmc/parrotinterpreter.pmc
Log Message:
-----------
remove experimental status from Parrot_getpid function and ParrotInterpreter getpid method, TT #1564
Commit: abf141f9fa9881e876ce447a8ffa1f728178188c
https://github.com/parrot/parrot/commit/abf141f9fa9881e876ce447a8ffa1f728178188c
Author: Nolan Lum <nol888 at gmail.com>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M src/pmc/bignum.pmc
Log Message:
-----------
Fix (typo?) bug in the BigNum PMC.
Commit: e20852fb7f81ad008216ffa1e454ab097aada3cd
https://github.com/parrot/parrot/commit/e20852fb7f81ad008216ffa1e454ab097aada3cd
Author: Nolan Lum <nol888 at gmail.com>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M t/pmc/bignum.t
Log Message:
-----------
Cover all VTABLE and METHODs in the BigNum PMC; identify unused C functions.
Commit: 4ec119114ceb8420541a33c868bbb914bab55859
https://github.com/parrot/parrot/commit/4ec119114ceb8420541a33c868bbb914bab55859
Author: Tony Young <rofflwaffls at gmail.com>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M t/pmc/bigint.t
Log Message:
-----------
Increased test coverage for bigint PMC
Commit: 82d76842c57741b63780a93ef24b6db23670aa7d
https://github.com/parrot/parrot/commit/82d76842c57741b63780a93ef24b6db23670aa7d
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
Create branch to work on TT #1893: Define a 'quickcover' make target. Prepare
the way with some tidying up of current testing targets.
Commit: f0137362ccb008f93eb9dffe474280437786c2c4
https://github.com/parrot/parrot/commit/f0137362ccb008f93eb9dffe474280437786c2c4
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
More Makefile housekeeping. Name variables holding directories holding tests
'x_TESTS_DIR' throughout.
Commit: 97203303aea4c1cb50d2f9506d1865463cc62d82
https://github.com/parrot/parrot/commit/97203303aea4c1cb50d2f9506d1865463cc62d82
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
For now, remove t/perl/ from COVER_DIRS.
Commit: d017ffafaffb0730ae15b12521a3c56dd912f3ba
https://github.com/parrot/parrot/commit/d017ffafaffb0730ae15b12521a3c56dd912f3ba
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
Trying to get 'quickcover' target to work. Problems with t/pmc/packfile*.t and
with cover-clean.
Commit: b7dbe46df6c07ec0b06c72a57195af0626d7dae8
https://github.com/parrot/parrot/commit/b7dbe46df6c07ec0b06c72a57195af0626d7dae8
Author: Christoph Otto <christoph_git at mksig.org>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M t/pmc/complex.t
Log Message:
-----------
Merge branch 'fernandobrito-gci_tests'
Commit: 0f5d800ef0270c79319791bba195a1bf04ed637a
https://github.com/parrot/parrot/commit/0f5d800ef0270c79319791bba195a1bf04ed637a
Author: Christoph Otto <christoph_git at mksig.org>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M src/pmc/bignum.pmc
M t/pmc/bignum.t
Log Message:
-----------
Merge branch 'master' of https://github.com/nol888/parrot into nol888-master
Commit: 9c33e67358c0565a5849d184cbbfdebafa77590a
https://github.com/parrot/parrot/commit/9c33e67358c0565a5849d184cbbfdebafa77590a
Author: Christoph Otto <christoph_git at mksig.org>
Date: 2010-12-15 (Wed, 15 Dec 2010)
Changed paths:
M config/gen/makefiles/root.in
M t/pmc/bigint.t
Log Message:
-----------
Merge branch 'master' of https://github.com/rofflwaffls/parrot into rofflwaffls-master
Commit: a66db309b82818f740a5d37442b84c6a4366e6aa
https://github.com/parrot/parrot/commit/a66db309b82818f740a5d37442b84c6a4366e6aa
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-16 (Thu, 16 Dec 2010)
Changed paths:
M t/pmc/bigint.t
Log Message:
-----------
fix skipping of BigInt tests
Commit: d2fad27db8145c0be6bc721dc281adb06f69c7b8
https://github.com/parrot/parrot/commit/d2fad27db8145c0be6bc721dc281adb06f69c7b8
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-16 (Thu, 16 Dec 2010)
Changed paths:
M t/pmc/namespace.t
Log Message:
-----------
some tests for Namespace inspect_str vtable
Commit: 2b387fd40f0cb9967341471c86f5676da318d3a1
https://github.com/parrot/parrot/commit/2b387fd40f0cb9967341471c86f5676da318d3a1
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-16 (Thu, 16 Dec 2010)
Changed paths:
M runtime/parrot/library/Test/More.pir
Log Message:
-----------
make output of Test;More throws_type a bit cleaner
Commit: 60b8826b9f9e572f0e20e1c0a01f42f364884a37
https://github.com/parrot/parrot/commit/60b8826b9f9e572f0e20e1c0a01f42f364884a37
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date: 2010-12-16 (Thu, 16 Dec 2010)
Changed paths:
M README.deutsch
Log Message:
-----------
start of correction
Commit: caa0115871e48f755255cb28f0cf77be4e38102e
https://github.com/parrot/parrot/commit/caa0115871e48f755255cb28f0cf77be4e38102e
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-16 (Thu, 16 Dec 2010)
Changed paths:
M t/pmc/namespace.t
Log Message:
-----------
test Namespace get_sym method
Commit: 96b00c1871f6a02494b68392719749c29baa2a78
https://github.com/parrot/parrot/commit/96b00c1871f6a02494b68392719749c29baa2a78
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-16 (Thu, 16 Dec 2010)
Changed paths:
M runtime/parrot/library/Config/JSON.pir
Log Message:
-----------
set utf8 encoding to read file in Config/JSON
Commit: 36fb5bdeea5486a742d98893f6f46443ff545c0b
https://github.com/parrot/parrot/commit/36fb5bdeea5486a742d98893f6f46443ff545c0b
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date: 2010-12-16 (Thu, 16 Dec 2010)
Changed paths:
M README.deutsch
Log Message:
-----------
more corrects
Commit: 69d6ea18ef0c257d764b0117abf55c28dd8193a4
https://github.com/parrot/parrot/commit/69d6ea18ef0c257d764b0117abf55c28dd8193a4
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-16 (Thu, 16 Dec 2010)
Changed paths:
M config/gen/makefiles/root.in
M config/init/defaults.pm
M lib/Parrot/Configure/Options/Conf/Shared.pm
Log Message:
-----------
First, somewhat working version of 'make quickcover'. Define a test_runcore
target and use that as the list of tests to be run. Add a command-line option
'coveragedir' to define the top-level directory for HTML display.
Commit: 41fdde777c1c163dfaff8f9145d864697f1511d4
https://github.com/parrot/parrot/commit/41fdde777c1c163dfaff8f9145d864697f1511d4
Author: Andy Lester <andy at petdance.com>
Date: 2010-12-16 (Thu, 16 Dec 2010)
Changed paths:
M src/gc/gc_ms2.c
Log Message:
-----------
removed unused vars, and consted some pointers
Commit: b17adf57afae7e0027b6b643d2aa751f7e966822
https://github.com/parrot/parrot/commit/b17adf57afae7e0027b6b643d2aa751f7e966822
Author: Andy Lester <andy at petdance.com>
Date: 2010-12-16 (Thu, 16 Dec 2010)
Changed paths:
M src/gc/gc_ms.c
M src/gc/gc_private.h
Log Message:
-----------
shimmed some interpreter arguments
Commit: 01c7e22cad8b8b60f9bc0d013acc8ddf92342e87
https://github.com/parrot/parrot/commit/01c7e22cad8b8b60f9bc0d013acc8ddf92342e87
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-16 (Thu, 16 Dec 2010)
Changed paths:
M t/pmc/namespace.t
Log Message:
-----------
some more tests for Namespace get_pmc_keyed
Commit: aa0dd5923f368f5d3b1c5d325c6e463c0062c973
https://github.com/parrot/parrot/commit/aa0dd5923f368f5d3b1c5d325c6e463c0062c973
Author: Michael H. Hind <mike.hind at gmail.com>
Date: 2010-12-16 (Thu, 16 Dec 2010)
Changed paths:
M t/pmc/bigint.t
Log Message:
-----------
fix codetest failure - trailing whitespace
Commit: 1cca9c9f6414e50d10023245a074ee2dd12c7391
https://github.com/parrot/parrot/commit/1cca9c9f6414e50d10023245a074ee2dd12c7391
Author: Michael H. Hind <mike.hind at gmail.com>
Date: 2010-12-16 (Thu, 16 Dec 2010)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
add newline at EOF so the file passes t/codingstd/make_code_coda.t
Commit: 16ba97da7ec4491e2bb403e01eafa2c5b81a0e78
https://github.com/parrot/parrot/commit/16ba97da7ec4491e2bb403e01eafa2c5b81a0e78
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-17 (Fri, 17 Dec 2010)
Changed paths:
A config/auto/coverage.pm
M lib/Parrot/Configure/Step/List.pm
A t/steps/auto/coverage-01.t
Log Message:
-----------
Start to write a configuration step to probe for coverage analysis tools.
Commit: f57da364376c5c4b131c402b07167e340c9a342d
https://github.com/parrot/parrot/commit/f57da364376c5c4b131c402b07167e340c9a342d
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-17 (Fri, 17 Dec 2010)
Changed paths:
M config/auto/coverage.pm
M t/steps/auto/coverage-01.t
Log Message:
-----------
Simplify setting to: has_coverage_tools.
Commit: 3d02ae4999e86314bc314cbf06a16615e15a3df8
https://github.com/parrot/parrot/commit/3d02ae4999e86314bc314cbf06a16615e15a3df8
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date: 2010-12-17 (Fri, 17 Dec 2010)
Changed paths:
M README.deutsch
Log Message:
-----------
add more corrects
Commit: 8653371342c439afa7873880ccc0b2eaa7f00d8c
https://github.com/parrot/parrot/commit/8653371342c439afa7873880ccc0b2eaa7f00d8c
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-17 (Fri, 17 Dec 2010)
Changed paths:
M config/auto/coverage.pm
M config/auto/perldoc.pm
M config/gen/makefiles/root.in
M t/steps/auto/coverage-01.t
Log Message:
-----------
Rework config/auto/cover.pm. Convert cover, gcov and gcov2perl to make variables in root.in. auto::perldoc: Use lexically scoped filehandles.
Commit: 4331bbdb8fe0fcb2dbf45e07b88a441d6d10b573
https://github.com/parrot/parrot/commit/4331bbdb8fe0fcb2dbf45e07b88a441d6d10b573
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-17 (Fri, 17 Dec 2010)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
Revert to 'cover_db' in 'realclean'.
Commit: b9432802845db2a2030d418d51228dc727565ba7
https://github.com/parrot/parrot/commit/b9432802845db2a2030d418d51228dc727565ba7
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-17 (Fri, 17 Dec 2010)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
Use relative path instead of $(BUILD_DIR).
Commit: cc90c2e8c5aa88bff65a3e5065652f3f488d78ea
https://github.com/parrot/parrot/commit/cc90c2e8c5aa88bff65a3e5065652f3f488d78ea
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M README.deutsch
Log Message:
-----------
add corrects
Commit: 99255454053f9f53a728718d2b968511366a33d9
https://github.com/parrot/parrot/commit/99255454053f9f53a728718d2b968511366a33d9
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
Add frontend/*/ and t/src to directories purged by cover-clean target.
Commit: 2750e648bc38e78ec80a7dc0054b7f86c574d786
https://github.com/parrot/parrot/commit/2750e648bc38e78ec80a7dc0054b7f86c574d786
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M README.deutsch
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: c6d7f77b74c48da75c1b679e3df4b897462d5bd4
https://github.com/parrot/parrot/commit/c6d7f77b74c48da75c1b679e3df4b897462d5bd4
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
In COVER_DIRS, use same order as in 'master'. Add t/src to directories purged by cover-clean.
Commit: ab13d81a8148a391d4e62ec990b034b3e591f8ff
https://github.com/parrot/parrot/commit/ab13d81a8148a391d4e62ec990b034b3e591f8ff
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M docs/embed.pod
Log Message:
-----------
[docs] Add some basic docs about type signatures and improve description of some datatypes
Commit: 4ff5b0b32841af433ed1439ffa5b3fb91dee2e9a
https://github.com/parrot/parrot/commit/4ff5b0b32841af433ed1439ffa5b3fb91dee2e9a
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M docs/embed.pod
Log Message:
-----------
Add a more user-friendly description of Parrot type signatures
Commit: 012bfb704d063a9af075ac00d2d9be9feaf1248b
https://github.com/parrot/parrot/commit/012bfb704d063a9af075ac00d2d9be9feaf1248b
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M docs/embed.pod
Log Message:
-----------
Add a 'nothing in, nothing out' type signature example
Commit: 5e5548c32907b0eb77d880a194fb4b3b87dc28ea
https://github.com/parrot/parrot/commit/5e5548c32907b0eb77d880a194fb4b3b87dc28ea
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M docs/embed.pod
Log Message:
-----------
s/type signature/function signature/ and clarify what Pi means
Commit: 6c63f40b8cbcce2b62deb2c69db48516da2bff6e
https://github.com/parrot/parrot/commit/6c63f40b8cbcce2b62deb2c69db48516da2bff6e
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M docs/embed.pod
Log Message:
-----------
Clarify what the structure of a Parrot function signature describes
Commit: b294b0fa9b9026bcc542d0284f120fb8372457da
https://github.com/parrot/parrot/commit/b294b0fa9b9026bcc542d0284f120fb8372457da
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M docs/embed.pod
Log Message:
-----------
Document interpreter flags in docs/embed.pod
Commit: 00d1cb7b6feadcb2192360e7c38e10b1327f92f7
https://github.com/parrot/parrot/commit/00d1cb7b6feadcb2192360e7c38e10b1327f92f7
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M docs/embed.pod
Log Message:
-----------
Add another function signature example
The 'constants' section was removed because the interpreter flags are now
documented and there do not appear to be other constants to document.
Commit: 9efb857d14ddc1e40d66744b0b7b3a8f2e541053
https://github.com/parrot/parrot/commit/9efb857d14ddc1e40d66744b0b7b3a8f2e541053
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M t/src/atomic.t
M t/src/basic.t
M t/src/embed.t
M t/src/exit.t
M t/src/extend.t
M t/src/pointer_array.t
M t/src/warnings.t
Log Message:
-----------
Make t/src tests skip_all if src/parrot_config.o is not built
Commit: 889f1c2fe347411469aa402edfdc04453664f81e
https://github.com/parrot/parrot/commit/889f1c2fe347411469aa402edfdc04453664f81e
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M t/src/embed.t
Log Message:
-----------
[t] Add an embed test that creates multiple interpreters
Commit: d72f67b1447aaa7ea151becc7ac2ca10a781a61b
https://github.com/parrot/parrot/commit/d72f67b1447aaa7ea151becc7ac2ca10a781a61b
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M t/src/embed.t
Log Message:
-----------
[t][TT#1880] Add embed test for using Parrot_new to create multiple interps without chaining off first interp
Commit: 7447b4e0ce0bf1ea2cfa673a257f95f53f3a99f3
https://github.com/parrot/parrot/commit/7447b4e0ce0bf1ea2cfa673a257f95f53f3a99f3
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M docs/embed.pod
Log Message:
-----------
Note that spaces are not allowed in function signatures
Commit: 8ff5b7c58ecb8da9c6e9148fd6ea8c9992272c59
https://github.com/parrot/parrot/commit/8ff5b7c58ecb8da9c6e9148fd6ea8c9992272c59
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M docs/embed.pod
Log Message:
-----------
Improve example and reorder some POD
Commit: d39c275db88b0820eee7cfbba51f33151dd4621a
https://github.com/parrot/parrot/commit/d39c275db88b0820eee7cfbba51f33151dd4621a
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M t/src/embed.t
Log Message:
-----------
[t] Add an embed test for returning numerics
Commit: 951b318a6e347699edb447dfaf12aebc4793ba10
https://github.com/parrot/parrot/commit/951b318a6e347699edb447dfaf12aebc4793ba10
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M t/src/embed.t
Log Message:
-----------
[t] Add a test for returning a Float PMC
Commit: a8be04272247dbd2de95e2441ce0dabba7113d63
https://github.com/parrot/parrot/commit/a8be04272247dbd2de95e2441ce0dabba7113d63
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M t/src/embed.t
Log Message:
-----------
[t] Tests for returning a ResizablePMCArray
Commit: deb23c16bcf4f1e34990c557c01f71e784f0f7e3
https://github.com/parrot/parrot/commit/deb23c16bcf4f1e34990c557c01f71e784f0f7e3
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
Correct errors in root.in: places where Makefile needed hard tabs.
Commit: 4801c62282b7fc3ad32abd44be097e2144c1271a
https://github.com/parrot/parrot/commit/4801c62282b7fc3ad32abd44be097e2144c1271a
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
[codingstr] Fix trailing whitespace.
Commit: d3bdc7924d32aeaeebf1ce010f559ac3ca729658
https://github.com/parrot/parrot/commit/d3bdc7924d32aeaeebf1ce010f559ac3ca729658
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M Configure.pl
M config/auto/coverage.pm
Log Message:
-----------
Add documentation for quickcover; link to Devel-Cover.
Commit: 0669e6fbc92f570aba1206075b80a312ce40635d
https://github.com/parrot/parrot/commit/0669e6fbc92f570aba1206075b80a312ce40635d
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M config/auto/perldoc.pm
Log Message:
-----------
Perl coding standards: Use lexical directory handles.
Commit: 9820817776c3b473fc60a880693fe357949e1359
https://github.com/parrot/parrot/commit/9820817776c3b473fc60a880693fe357949e1359
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M src/io/buffer.c
M t/pmc/io.t
Log Message:
-----------
[io] Advance file position in Parrot_io_readline_buffer
Commit: 00e36209b5eb0cc39b634b46838d8c0bdab8be0c
https://github.com/parrot/parrot/commit/00e36209b5eb0cc39b634b46838d8c0bdab8be0c
Author: David Czech <davidczech510 at gmail.com>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M t/pmc/eventhandler.t
Log Message:
-----------
increase coverage of EventHandler, courtesy of kapace++
Signed-off-by: Christoph Otto <christoph_git at mksig.org>
Commit: aced219fc59013c35d208ecd48fca644df33dae5
https://github.com/parrot/parrot/commit/aced219fc59013c35d208ecd48fca644df33dae5
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M t/pmc/namespace.t
Log Message:
-----------
test Namespace get_pmc_keyed_int vtable
Commit: 6acd50799d05c757f4ef114758a33dd647093dd0
https://github.com/parrot/parrot/commit/6acd50799d05c757f4ef114758a33dd647093dd0
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M src/pmc/namespace.pmc
M t/pmc/namespace.t
Log Message:
-----------
fix NameSpece get_pmc_keyed with RSA key, fix a test that was passing for wrong reason, and add one more test
Commit: 425088ab04e0f6d5bc120fa0143c54159014c3e3
https://github.com/parrot/parrot/commit/425088ab04e0f6d5bc120fa0143c54159014c3e3
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M Configure.pl
A config/auto/coverage.pm
M config/gen/makefiles/root.in
M config/init/defaults.pm
M lib/Parrot/Configure/Options/Conf/Shared.pm
M lib/Parrot/Configure/Step/List.pm
A t/steps/auto/coverage-01.t
Log Message:
-----------
Merge branch 'tt1893_quickcover'
Commit: aeb54a206ddb0ff45c7f1abc07ecc6dcbdeaa4e9
https://github.com/parrot/parrot/commit/aeb54a206ddb0ff45c7f1abc07ecc6dcbdeaa4e9
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M MANIFEST
Log Message:
-----------
Update MANIFEST.
Commit: be7ecc1ac28940849982f37b92f4abca23379091
https://github.com/parrot/parrot/commit/be7ecc1ac28940849982f37b92f4abca23379091
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M .gitignore
Log Message:
-----------
Add .gcov, .gcda, .gcno (files generated during make quickcover/cover) to .gitignore.
Commit: 16cdac2dcae42f873be8ef69a5ae448d1dc155af
https://github.com/parrot/parrot/commit/16cdac2dcae42f873be8ef69a5ae448d1dc155af
Author: Christoph Otto <christoph_git at mksig.org>
Date: 2010-12-18 (Sat, 18 Dec 2010)
Changed paths:
M .gitignore
Log Message:
-----------
add a few more coverage test files to .gitignore
Commit: 61988c65ee554f4c28bf773a0ee7e7c3d592df76
https://github.com/parrot/parrot/commit/61988c65ee554f4c28bf773a0ee7e7c3d592df76
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-19 (Sun, 19 Dec 2010)
Changed paths:
M lib/Parrot/Configure/Trace.pm
Log Message:
-----------
Correct POD formatting errors.
Commit: 0b20a82b5577342341502220b82df1531bff0485
https://github.com/parrot/parrot/commit/0b20a82b5577342341502220b82df1531bff0485
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-19 (Sun, 19 Dec 2010)
Changed paths:
M DEPRECATED.pod
Log Message:
-----------
deprecations for planned :init and :load flag related changes
Commit: 3749000c7daf387245941e04d316b155aeb369fd
https://github.com/parrot/parrot/commit/3749000c7daf387245941e04d316b155aeb369fd
Author: NotFound <julian.notfound at gmail.com>
Date: 2010-12-19 (Sun, 19 Dec 2010)
Changed paths:
M t/pmc/namespace.t
Log Message:
-----------
test Namespace get_pmc_keyed RSA key with a null element
Commit: c51b64278c36185ba08003ae08489192252d9d14
https://github.com/parrot/parrot/commit/c51b64278c36185ba08003ae08489192252d9d14
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-19 (Sun, 19 Dec 2010)
Changed paths:
M DEPRECATED.pod
Log Message:
-----------
remove deprecation notice for PIR assignment syntax
we're not going to fix this mistake. see TT #906 for why.
Commit: d9e5a88da4ea975e9c0a25aa14bad9874e5b1676
https://github.com/parrot/parrot/commit/d9e5a88da4ea975e9c0a25aa14bad9874e5b1676
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-19 (Sun, 19 Dec 2010)
Changed paths:
M include/parrot/warnings.h
M runtime/parrot/library/dumper.pir
M runtime/parrot/library/yaml_dumper.pir
M src/interp/inter_create.c
M src/ops/core.ops
R t/op/errorson.t
M t/pmc/threads.t
Log Message:
-----------
remove deprecated PARROT_ERRORS_GLOBALS_FLAG constant
Commit: 9c05317533db6e56cd47a579d2180e02992be466
https://github.com/parrot/parrot/commit/9c05317533db6e56cd47a579d2180e02992be466
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-19 (Sun, 19 Dec 2010)
Changed paths:
M DEPRECATED.pod
Log Message:
-----------
remove deprecation notice for PARROT_ERRORS_GLOBALS_FLAG
Commit: ee05fe3a40590e3c4fa0716fc9e0f4202f9f9e26
https://github.com/parrot/parrot/commit/ee05fe3a40590e3c4fa0716fc9e0f4202f9f9e26
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-20 (Mon, 20 Dec 2010)
Changed paths:
M MANIFEST.SKIP
Log Message:
-----------
Regenerate after recent additions to .gitignore.
Commit: a70fea8d3662f47dc15dc467faf9a2d17a9d44ed
https://github.com/parrot/parrot/commit/a70fea8d3662f47dc15dc467faf9a2d17a9d44ed
Author: jkeenan <jkeenan at cpan.org>
Date: 2010-12-20 (Mon, 20 Dec 2010)
Changed paths:
M NEWS
Log Message:
-----------
Add entries about 'quickcover' and 'headerizer.pl'.
Commit: 1e0c6529ca0351200151500308074c507b87b3cf
https://github.com/parrot/parrot/commit/1e0c6529ca0351200151500308074c507b87b3cf
Author: Gerd Pokorra <gp at zimt.uni-siegen.de>
Date: 2010-12-21 (Tue, 21 Dec 2010)
Changed paths:
M tools/docs/filename_and_chapter.pl
Log Message:
-----------
change bounds
Commit: ee0b73f2111365cabe46c1cbcfccb41493ffa4b1
https://github.com/parrot/parrot/commit/ee0b73f2111365cabe46c1cbcfccb41493ffa4b1
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-21 (Tue, 21 Dec 2010)
Changed paths:
M NEWS
Log Message:
-----------
update NEWS by doing a very quick skim of git log since 2.10.1
Commit: 0ee08b4ef430c8f01e539fc51e21850e49f9bd13
https://github.com/parrot/parrot/commit/0ee08b4ef430c8f01e539fc51e21850e49f9bd13
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-21 (Tue, 21 Dec 2010)
Changed paths:
M ChangeLog
Log Message:
-----------
update changelog
Commit: c8ec1f60738c73f2460766c5b9d6f49811003a7d
https://github.com/parrot/parrot/commit/c8ec1f60738c73f2460766c5b9d6f49811003a7d
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-21 (Tue, 21 Dec 2010)
Changed paths:
M tools/release/release.json
Log Message:
-----------
Partial update of release.json
Commit: 74ee6490e2dc49787d14e6969f15bfaae6d88373
https://github.com/parrot/parrot/commit/74ee6490e2dc49787d14e6969f15bfaae6d88373
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-21 (Tue, 21 Dec 2010)
Changed paths:
M RESPONSIBLE_PARTIES
M tools/release/release.json
Log Message:
-----------
update a few fields in RESPONSIBLE_PARTIES. This release is named 'At The ROFLBBQ'
Commit: e21a925557759249c90e9965176c2f35cc1c6e36
https://github.com/parrot/parrot/commit/e21a925557759249c90e9965176c2f35cc1c6e36
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-21 (Tue, 21 Dec 2010)
Changed paths:
M CREDITS
M MANIFEST.generated
M README
M VERSION
M include/parrot/oplib/core_ops.h
M src/ops/core_ops.c
Log Message:
-----------
update version number everywhere
Commit: 5ed3cd52ea4d6fcc09e64181233112ca9ffa2e2e
https://github.com/parrot/parrot/commit/5ed3cd52ea4d6fcc09e64181233112ca9ffa2e2e
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-21 (Tue, 21 Dec 2010)
Changed paths:
M docs/parrothist.pod
M docs/project/release_manager_guide.pod
Log Message:
-----------
more updates
Commit: 2e22116943b3362a634a40756de7f6d996822205
https://github.com/parrot/parrot/commit/2e22116943b3362a634a40756de7f6d996822205
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2010-12-21 (Tue, 21 Dec 2010)
Changed paths:
M include/parrot/oplib/core_ops.h
M src/ops/core_ops.c
Log Message:
-----------
update version numbers in opsc output
Commit: 3bbbbc394214f56c93ffe62fa6acba228785e70f
https://github.com/parrot/parrot/commit/3bbbbc394214f56c93ffe62fa6acba228785e70f
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-21 (Tue, 21 Dec 2010)
Changed paths:
M DEPRECATED.pod
M include/parrot/warnings.h
M runtime/parrot/library/dumper.pir
M runtime/parrot/library/yaml_dumper.pir
M src/interp/inter_create.c
M src/ops/core.ops
R t/op/errorson.t
M t/pmc/threads.t
Log Message:
-----------
Merge branch 'errors_globals_flag_deprecation'
Commit: fa4ca98d90e8e17ff73d56e30af832faa8f01844
https://github.com/parrot/parrot/commit/fa4ca98d90e8e17ff73d56e30af832faa8f01844
Author: Peter Lobsinger <plobsing at gmail.com>
Date: 2010-12-21 (Tue, 21 Dec 2010)
Changed paths:
M MANIFEST
Log Message:
-----------
mk_manifest_and_skip
Commit: 8d90ab5d01ff60effa78e304cba08368467606f3
https://github.com/parrot/parrot/commit/8d90ab5d01ff60effa78e304cba08368467606f3
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date: 2010-12-21 (Tue, 21 Dec 2010)
Changed paths:
M .gitignore
M CREDITS
M ChangeLog
M Configure.pl
M DEPRECATED.pod
M MANIFEST
M MANIFEST.SKIP
M MANIFEST.generated
M NEWS
M README
A README.deutsch
A README.espanol
A README.polski
M RESPONSIBLE_PARTIES
M VERSION
A config/auto/coverage.pm
M config/auto/headers.pm
M config/auto/perldoc.pm
M config/gen/makefiles/docs.in
M config/gen/makefiles/root.in
M config/gen/platform/ansi/pid.c
R config/gen/platform/freebsd/sysmem.c
M config/gen/platform/generic/sysmem.c
R config/gen/platform/netbsd/sysmem.c
M config/init/defaults.pm
M config/inter/libparrot.pm
M docs/embed.pod
M docs/parrothist.pod
M docs/project/git_workflow.pod
A docs/project/merge_review_guidelines.pod
M docs/project/release_manager_guide.pod
M examples/io/get.pir
M examples/nci/ls.pir
A examples/pir/md5sum.pir
A frontend/parrot/main.c
A frontend/parrot_debugger/main.c
A frontend/pbc_dump/main.c
A frontend/pbc_dump/packdump.c
A frontend/pbc_merge/main.c
M include/parrot/hll.h
M include/parrot/io.h
M include/parrot/list.h
M include/parrot/oplib.h
M include/parrot/oplib/core_ops.h
M include/parrot/packfile.h
M include/parrot/pmc_freeze.h
M include/parrot/sub.h
M include/parrot/warnings.h
M lib/Parrot/Configure/Options/Conf/Shared.pm
M lib/Parrot/Configure/Step/List.pm
M lib/Parrot/Configure/Trace.pm
M lib/Parrot/Distribution.pm
M lib/Parrot/Headerizer.pm
A lib/Parrot/Headerizer/Functions.pm
M lib/Parrot/Manifest.pm
M lib/Parrot/Vtable.pm
M runtime/parrot/include/test_more.pir
M runtime/parrot/library/Config/JSON.pir
M runtime/parrot/library/LWP/Protocol.pir
M runtime/parrot/library/Test/More.pir
M runtime/parrot/library/dumper.pir
M runtime/parrot/library/yaml_dumper.pir
M src/call/args.c
M src/debug.c
M src/dynoplibs/debug.ops
M src/dynpmc/gziphandle.pmc
M src/dynpmc/os.pmc
M src/embed.c
M src/gc/fixed_allocator.c
M src/gc/gc_ms.c
M src/gc/gc_ms2.c
M src/gc/gc_private.h
M src/gc/mark_sweep.c
M src/gc/system.c
M src/global_setup.c
M src/interp/inter_create.c
M src/interp/inter_misc.c
M src/io/api.c
M src/io/buffer.c
M src/io/filehandle.c
M src/library.c
M src/list.c
R src/main.c
M src/namespace.c
A src/nci/framebuilder.pod
M src/nci/libffi.c
M src/oo.c
M src/ops/core.ops
M src/ops/core_ops.c
M src/ops/experimental.ops
M src/ops/var.ops
R src/packdump.c
R src/packfile.c
A src/packfile/api.c
A src/packfile/object_serialization.c
A src/packfile/output.c
R src/packout.c
R src/parrot_debugger.c
R src/pbc_dump.c
R src/pbc_merge.c
M src/pmc/bignum.pmc
M src/pmc/class.pmc
M src/pmc/continuation.pmc
M src/pmc/coroutine.pmc
M src/pmc/exception.pmc
M src/pmc/exceptionhandler.pmc
M src/pmc/filehandle.pmc
M src/pmc/fixedbooleanarray.pmc
M src/pmc/handle.pmc
M src/pmc/hash.pmc
M src/pmc/mappedbytearray.pmc
M src/pmc/namespace.pmc
M src/pmc/oplib.pmc
M src/pmc/packfiledebug.pmc
M src/pmc/parrotinterpreter.pmc
M src/pmc/socket.pmc
M src/pmc/string.pmc
M src/pmc/stringhandle.pmc
M src/pmc/sub.pmc
R src/pmc_freeze.c
M src/runcore/main.c
M src/runcore/profiling.c
M src/scheduler.c
M src/string/api.c
M src/string/encoding/shared.c
M src/sub.c
M src/thread.c
M src/warnings.c
M t/codingstd/pmc_docs.t
M t/manifest/01-basic.t
R t/op/errorson.t
M t/op/string_cs.t
M t/op/stringu.t
M t/pmc/bigint.t
M t/pmc/bignum.t
M t/pmc/complex.t
M t/pmc/eventhandler.t
M t/pmc/exception.t
M t/pmc/integer.t
M t/pmc/io.t
M t/pmc/iterator.t
M t/pmc/mappedbytearray.t
M t/pmc/namespace.t
M t/pmc/socket.t
M t/pmc/string.t
M t/pmc/threads.t
M t/src/atomic.t
M t/src/basic.t
M t/src/embed.t
M t/src/exit.t
M t/src/extend.t
M t/src/pointer_array.t
M t/src/warnings.t
A t/steps/auto/coverage-01.t
A t/tools/dev/headerizer/01_functions.t
A t/tools/dev/headerizer/02_methods.t
A t/tools/dev/headerizer/testlib/fixedbooleanarray_pmc.in
A t/tools/dev/headerizer/testlib/function_decls.in
A t/tools/dev/headerizer/testlib/hvalidheader.in
A t/tools/dev/headerizer/testlib/imcc.in
A t/tools/dev/headerizer/testlib/lack_directive.in
A t/tools/dev/headerizer/testlib/list.in
A t/tools/dev/headerizer/testlib/list_h.in
A t/tools/dev/headerizer/testlib/missingheaderfile.in
A t/tools/dev/headerizer/testlib/nci_pmc.in
A t/tools/dev/headerizer/testlib/none.in
A t/tools/dev/headerizer/testlib/validheader.in
M t/tools/dev/searchops/samples.pm
A tools/dev/github_post_receive.pl
M tools/dev/headerizer.pl
M tools/docs/filename_and_chapter.pl
M tools/release/release.json
Log Message:
-----------
Merge branch 'master' into nwellnhof/string_unescape
Commit: fde9c9913afe23092653d996d0e053e6ccb8215f
https://github.com/parrot/parrot/commit/fde9c9913afe23092653d996d0e053e6ccb8215f
Author: Nick Wellnhofer <wellnhofer at aevum.de>
Date: 2010-12-21 (Tue, 21 Dec 2010)
Changed paths:
M DEPRECATED.pod
M src/string/api.c
Log Message:
-----------
[str] Remove experimental status of Parrot_str_unescape_string
More information about the parrot-commits
mailing list