[parrot/parrot] d4166d: Remove TODO note, and use STRINGNULL instead of cr...
noreply at github.com
noreply at github.com
Sat Aug 6 16:28:34 UTC 2011
Branch: refs/heads/whiteknight/tt_1910
Home: https://github.com/parrot/parrot
Commit: d4166d2feefe314d53d92f01cf90daf91a0c45a9
https://github.com/parrot/parrot/commit/d4166d2feefe314d53d92f01cf90daf91a0c45a9
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-23 (Sat, 23 Jul 2011)
Changed paths:
M compilers/imcc/pbc.c
Log Message:
-----------
Remove TODO note, and use STRINGNULL instead of creating a new empty STRING every time we have a non-method sub
Commit: 166738c3e6efa0651e0ace2925cd90b3004cbb95
https://github.com/parrot/parrot/commit/166738c3e6efa0651e0ace2925cd90b3004cbb95
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-23 (Sat, 23 Jul 2011)
Changed paths:
M compilers/imcc/pbc.c
Log Message:
-----------
Remove two TODO notes that are useless
Commit: 05b09115de73950747994a4347995c4736ac63d6
https://github.com/parrot/parrot/commit/05b09115de73950747994a4347995c4736ac63d6
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-23 (Sat, 23 Jul 2011)
Changed paths:
M compilers/imcc/imcc.l
M compilers/imcc/imclexer.c
Log Message:
-----------
Add in a new function to try and make better IMCC error messages. Dump whatever information we can get our hands on into the message, and hope it's enough. Or too much. or not enough.
Commit: efa1dd036cdff1130017d030f345cf261375eb0a
https://github.com/parrot/parrot/commit/efa1dd036cdff1130017d030f345cf261375eb0a
Author: Felipe Pena <felipensp at gmail.com>
Date: 2011-07-23 (Sat, 23 Jul 2011)
Changed paths:
M CREDITS
M ChangeLog
M MANIFEST
M MANIFEST.generated
M PBC_COMPAT
M PLATFORMS
M README
M RESPONSIBLE_PARTIES
M VERSION
M api.yaml
M compilers/imcc/imcc.l
M compilers/imcc/imclexer.c
M compilers/imcc/imcparser.c
M compilers/imcc/imcparser.h
M compilers/imcc/main.c
M compilers/imcc/pbc.c
M config/gen/makefiles/root.in
M config/inter/types.pm
M docs/parrothist.pod
M docs/project/release_manager_guide.pod
M docs/project/support_policy.pod
M docs/tests.pod
M frontend/parrot_debugger/main.c
M include/parrot/interpreter.h
M include/parrot/oplib/core_ops.h
M include/parrot/oplib/ops.h
M include/parrot/opsenum.h
M include/parrot/packfile.h
A ports/README.pod
M ports/debian/changelog
M ports/debian/control
M ports/debian/control.in
A ports/debian/libparrot3.3.0.symbols
A ports/debian/patches/01_fix_spelling_errors.patch
M ports/debian/patches/series
M src/debug.c
M src/embed.c
M src/embed/bytecode.c
M src/gc/fixed_allocator.c
M src/interp/inter_misc.c
M src/ops/core.ops
M src/ops/core_ops.c
M src/packfile/api.c
M src/platform/win32/dl.c
M src/pmc/eval.pmc
M src/pmc/imccompiler.pmc
M src/pmc/packfile.pmc
M src/pmc/packfileview.pmc
M src/runcore/cores.c
M src/runcore/profiling.c
R t/README
A t/README.pod
M t/compilers/opsc/06-opsfile.t
M t/dynoplibs/debug.t
M t/dynpmc/os.t
M t/examples/library.t
M t/harness.pir
A t/library/.gitattributes
R t/library/perlhist.txt
A t/library/perlhistory.txt
M t/library/streams.t
M t/native_pbc/integer.pbc
M t/native_pbc/number.pbc
M t/native_pbc/number_1.pbc
M t/native_pbc/string.pbc
M t/native_pbc/string_1.pbc
M t/pmc/packfileview.t
M t/pmc/socket.t
M t/src/extend_vtable.t
M t/steps/inter/types-01.t
M tools/dev/mk_packfile_pbc
M tools/release/release.json
A tools/release/update_version.pl
Log Message:
-----------
- Fix conflict
Commit: 6454ac4da7183e0195921b39c1eb61751479b032
https://github.com/parrot/parrot/commit/6454ac4da7183e0195921b39c1eb61751479b032
Author: Felipe Pena <felipensp at gmail.com>
Date: 2011-07-23 (Sat, 23 Jul 2011)
Changed paths:
M compilers/imcc/imclexer.c
Log Message:
-----------
- Fix conflict
Commit: 0a84eb759095995a599721fe8274c44395412160
https://github.com/parrot/parrot/commit/0a84eb759095995a599721fe8274c44395412160
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-25 (Mon, 25 Jul 2011)
Changed paths:
M include/parrot/interpreter.h
M src/global_setup.c
M src/packfile/api.c
M src/pmc/packfileview.pmc
Log Message:
-----------
Add a new IGLOBALS_LOADED_PBCS global to be a cache for load_bytecode_p_s. Add a ->path attr to packfile view to optionally hold the string path of the packfile, if it was loaded from a file with load_bytecode_p_s
Commit: 5ef23c59e1b69c25f1c21771398c87a1da5ad2fd
https://github.com/parrot/parrot/commit/5ef23c59e1b69c25f1c21771398c87a1da5ad2fd
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-25 (Mon, 25 Jul 2011)
Changed paths:
M src/pmc/packfileview.pmc
Log Message:
-----------
get_string_native -> get_string. Why? LOLWTF, that's why.
Commit: 97e3693f1da11ce79d79f6da8bfdc854a79c5a57
https://github.com/parrot/parrot/commit/97e3693f1da11ce79d79f6da8bfdc854a79c5a57
Author: soh_cah_toa <kpolulak at gmail.com>
Date: 2011-07-25 (Mon, 25 Jul 2011)
Changed paths:
M runtime/parrot/library/osutils.pir
Log Message:
-----------
Added perldoc to osutils.pir. Also cleaned up source code so I could figure what each function was doing more clearly.
Commit: 9efc5f99f55320c0b4b478a91635205e5182536e
https://github.com/parrot/parrot/commit/9efc5f99f55320c0b4b478a91635205e5182536e
Author: soh_cah_toa <kpolulak at gmail.com>
Date: 2011-07-25 (Mon, 25 Jul 2011)
Changed paths:
M runtime/parrot/library/osutils.pir
Log Message:
-----------
Removed a few trailing whitespaces in osutils.pir that were causing t/codingstd/trailing_space.t to fail. Also added some perldoc corrections that were missing because of a delinquent vim swap file.
Commit: 66e6aee5d80ac89271b25e0053ae5c73af41d386
https://github.com/parrot/parrot/commit/66e6aee5d80ac89271b25e0053ae5c73af41d386
Author: Moritz Lenz <moritz at faui2k3.org>
Date: 2011-07-26 (Tue, 26 Jul 2011)
Changed paths:
M README
Log Message:
-----------
recommend Configure.pl --optimize
Commit: 8cc26e4a562cd565a4da9596d716fd981275a813
https://github.com/parrot/parrot/commit/8cc26e4a562cd565a4da9596d716fd981275a813
Author: Francois Perrad <francois.perrad at gadz.org>
Date: 2011-07-26 (Tue, 26 Jul 2011)
Changed paths:
M runtime/parrot/library/Archive/Tar.pir
M runtime/parrot/library/Archive/Zip.pir
Log Message:
-----------
[Archive] add some documentation
Commit: 930fa0f7ea2acd2f44475454e3c3b83d6cc3a90e
https://github.com/parrot/parrot/commit/930fa0f7ea2acd2f44475454e3c3b83d6cc3a90e
Author: Felipe Pena <felipensp at gmail.com>
Date: 2011-07-26 (Tue, 26 Jul 2011)
Changed paths:
M README
M include/parrot/interpreter.h
M runtime/parrot/library/Archive/Tar.pir
M runtime/parrot/library/Archive/Zip.pir
M runtime/parrot/library/osutils.pir
M src/global_setup.c
M src/packfile/api.c
M src/pmc/packfileview.pmc
Log Message:
-----------
Merge remote-tracking branch 'upstream/master' into imcc_error_message
Commit: c282bfca03f1a45f9e0fb5c27b9e32452c50d187
https://github.com/parrot/parrot/commit/c282bfca03f1a45f9e0fb5c27b9e32452c50d187
Author: Felipe Pena <felipensp at gmail.com>
Date: 2011-07-26 (Tue, 26 Jul 2011)
Changed paths:
M compilers/imcc/imcc.l
M compilers/imcc/imclexer.c
M include/parrot/memory.h
M src/gc/alloc_memory.c
Log Message:
-----------
Merge remote-tracking branch 'origin/mem_sys_strndup'
Commit: 9a8864601871b4f4c2ef11e651e848f124acd03b
https://github.com/parrot/parrot/commit/9a8864601871b4f4c2ef11e651e848f124acd03b
Author: Michael H. Hind <mike.hind at gmail.com>
Date: 2011-07-27 (Wed, 27 Jul 2011)
Changed paths:
M compilers/imcc/debug.c
M include/parrot/memory.h
Log Message:
-----------
fix codetest failures - trailing spaces and linelength, update copyright
Commit: 74d8790a93338730ef180bd2c8b3f1884479a399
https://github.com/parrot/parrot/commit/74d8790a93338730ef180bd2c8b3f1884479a399
Author: Michael H. Hind <mike.hind at gmail.com>
Date: 2011-07-27 (Wed, 27 Jul 2011)
Changed paths:
M src/gc/alloc_memory.c
Log Message:
-----------
fix codetest failure - trailing spaces
Commit: cb6ec5f780abefbb371af001649f6bd3e1fe5f74
https://github.com/parrot/parrot/commit/cb6ec5f780abefbb371af001649f6bd3e1fe5f74
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2011-07-27 (Wed, 27 Jul 2011)
Changed paths:
M NEWS
Log Message:
-----------
[doc] Add info to NEWS
Commit: 43ba0b079b80725c1b0752fcbfbfdb57a71ebc8e
https://github.com/parrot/parrot/commit/43ba0b079b80725c1b0752fcbfbfdb57a71ebc8e
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-07-27 (Wed, 27 Jul 2011)
Changed paths:
M t/oo/new-old.t
Log Message:
-----------
fix and unTODO the "exception in new" test, TT #1151
Commit: 358549ee57864f04c83eb13db712f56edbe0737a
https://github.com/parrot/parrot/commit/358549ee57864f04c83eb13db712f56edbe0737a
Author: jkeenan <jkeenan at cpan.org>
Date: 2011-07-27 (Wed, 27 Jul 2011)
Changed paths:
M Configure.pl
Log Message:
-----------
Remove import of Data::Dumper.
Commit: 62e830aeef8cd09ea4e05e35786b292c48c0038b
https://github.com/parrot/parrot/commit/62e830aeef8cd09ea4e05e35786b292c48c0038b
Author: soh_cah_toa <kpolulak at gmail.com>
Date: 2011-07-27 (Wed, 27 Jul 2011)
Changed paths:
M runtime/parrot/library/osutils.pir
Log Message:
-----------
Added :named('verbose') argument to chmod() in osutils.pir.
Commit: 171eb1638042f5219d2a14f4a81074b2ffad6094
https://github.com/parrot/parrot/commit/171eb1638042f5219d2a14f4a81074b2ffad6094
Author: soh_cah_toa <kpolulak at gmail.com>
Date: 2011-07-27 (Wed, 27 Jul 2011)
Changed paths:
M runtime/parrot/library/osutils.pir
Log Message:
-----------
Added perldoc for the install() function in osutils.pir.
Commit: f7f182e3efb0675f16256f92654a82e28448a327
https://github.com/parrot/parrot/commit/f7f182e3efb0675f16256f92654a82e28448a327
Author: soh_cah_toa <kpolulak at gmail.com>
Date: 2011-07-28 (Thu, 28 Jul 2011)
Changed paths:
M t/library/osutils.t
Log Message:
-----------
Added tests for file_exists() to t/library/osutils.t.
Commit: 5ae62b7bc39e19ff3207750cd2deac0b85eddaaa
https://github.com/parrot/parrot/commit/5ae62b7bc39e19ff3207750cd2deac0b85eddaaa
Author: soh_cah_toa <kpolulak at gmail.com>
Date: 2011-07-28 (Thu, 28 Jul 2011)
Changed paths:
M t/library/osutils.t
Log Message:
-----------
Added test for slurp() to t/library/osutils.t.
Commit: 7b9fa1943a02630840e861fe709c01c28120bc08
https://github.com/parrot/parrot/commit/7b9fa1943a02630840e861fe709c01c28120bc08
Author: soh_cah_toa <kpolulak at gmail.com>
Date: 2011-07-28 (Thu, 28 Jul 2011)
Changed paths:
M t/library/osutils.t
Log Message:
-----------
Added tests for mkpath() and rmtree() to t/library/osutils.t.
Commit: 2a0b46c34c936761f42b36e65dc5bb160ed1e0c1
https://github.com/parrot/parrot/commit/2a0b46c34c936761f42b36e65dc5bb160ed1e0c1
Author: soh_cah_toa <kpolulak at gmail.com>
Date: 2011-07-28 (Thu, 28 Jul 2011)
Changed paths:
M t/library/osutils.t
Log Message:
-----------
Made the code in t/library/osutils.t a little more readable and the test descriptions more consistent.
Commit: 04349492a5a94853fad15dfb49332936fbd6530f
https://github.com/parrot/parrot/commit/04349492a5a94853fad15dfb49332936fbd6530f
Author: soh_cah_toa <kpolulak at gmail.com>
Date: 2011-07-28 (Thu, 28 Jul 2011)
Changed paths:
M t/library/osutils.t
A t/library/testlib/foo.txt
Log Message:
-----------
Added test for cp() to t/library/osutils.t. Also created a 'testlib' directory so that mkpath() and others don't operate on the root directory.
Commit: db819099cc5814acbb855ed526ec464224d1b961
https://github.com/parrot/parrot/commit/db819099cc5814acbb855ed526ec464224d1b961
Author: jkeenan <jkeenan at cpan.org>
Date: 2011-07-28 (Thu, 28 Jul 2011)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
[cage] Improve conformance to 'Makefile turnover lines start with hard tab' principle.
Commit: 7b9b14c80486bb7477d2194b5996b11e753434ac
https://github.com/parrot/parrot/commit/7b9b14c80486bb7477d2194b5996b11e753434ac
Author: soh_cah_toa <kpolulak at gmail.com>
Date: 2011-07-28 (Thu, 28 Jul 2011)
Changed paths:
M t/library/osutils.t
Log Message:
-----------
Added tests for install() and unlink() to t/library/osutils.t.
Commit: 702c3ee4a19ac0e95b14be756f139b7ffcd6f02e
https://github.com/parrot/parrot/commit/702c3ee4a19ac0e95b14be756f139b7ffcd6f02e
Author: jkeenan <jkeenan at cpan.org>
Date: 2011-07-28 (Thu, 28 Jul 2011)
Changed paths:
M t/library/osutils.t
Log Message:
-----------
Merge branch 'master' of git at github.com:parrot/parrot
Commit: 35fae10ca54a84d00f7e6d5439d0552c302cd631
https://github.com/parrot/parrot/commit/35fae10ca54a84d00f7e6d5439d0552c302cd631
Author: jkeenan <jkeenan at cpan.org>
Date: 2011-07-28 (Thu, 28 Jul 2011)
Changed paths:
M config/gen/makefiles/ext.in
M config/gen/makefiles/root.in
Log Message:
-----------
[cage] hard-tabs on Makefile turnover lines.
Commit: 2c4c7dbff551ba4449d53e85235b38782208663e
https://github.com/parrot/parrot/commit/2c4c7dbff551ba4449d53e85235b38782208663e
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-29 (Fri, 29 Jul 2011)
Changed paths:
M src/packfile/api.c
Log Message:
-----------
Add the LOADED_PBCS cache to the load_bytecode_s op. Don't use PackFile_append_pmc, it's not needed here.
Commit: 454541327283aa667504ec351bd975f472903bac
https://github.com/parrot/parrot/commit/454541327283aa667504ec351bd975f472903bac
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-29 (Fri, 29 Jul 2011)
Changed paths:
M src/packfile/api.c
Log Message:
-----------
Remove commented out code. We don't need it
Commit: 8d5cbd7983672bd846c92da2e6fbdca80c9436fb
https://github.com/parrot/parrot/commit/8d5cbd7983672bd846c92da2e6fbdca80c9436fb
Author: Andy Lester <andy at petdance.com>
Date: 2011-07-29 (Fri, 29 Jul 2011)
Changed paths:
M src/gc/fixed_allocator.c
Log Message:
-----------
consting an art in pool_is_owned(), and removed an unused var
Commit: f726b3c6c375c58a80bf4ccb3f33875f5204ba13
https://github.com/parrot/parrot/commit/f726b3c6c375c58a80bf4ccb3f33875f5204ba13
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-29 (Fri, 29 Jul 2011)
Changed paths:
M src/packfile/api.c
Log Message:
-----------
Add the LOADED_PBCS cache to the load_bytecode_s op. Don't use PackFile_append_pmc, it's not needed here.
Commit: 2e5eb2a066c7323bcfe347016aa7085cae4453a8
https://github.com/parrot/parrot/commit/2e5eb2a066c7323bcfe347016aa7085cae4453a8
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-07-29 (Fri, 29 Jul 2011)
Changed paths:
M src/packfile/api.c
Log Message:
-----------
Remove commented out code. We don't need it
Commit: fb78c2ea27844483d36a353ab2d411b8ab8887c3
https://github.com/parrot/parrot/commit/fb78c2ea27844483d36a353ab2d411b8ab8887c3
Author: Moritz Lenz <moritz at faui2k3.org>
Date: 2011-07-30 (Sat, 30 Jul 2011)
Changed paths:
M docs/running.pod
Log Message:
-----------
[docs] document -L $path
Commit: fcf3adf6e55880b7247d83652a626642c9335872
https://github.com/parrot/parrot/commit/fcf3adf6e55880b7247d83652a626642c9335872
Author: Moritz Lenz <moritz at faui2k3.org>
Date: 2011-07-30 (Sat, 30 Jul 2011)
Changed paths:
M frontend/parrot/main.c
Log Message:
-----------
add -L to usage message
Commit: 8cb5dcbcb70fc6ee0d582aff74027e0919211692
https://github.com/parrot/parrot/commit/8cb5dcbcb70fc6ee0d582aff74027e0919211692
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2011-07-30 (Sat, 30 Jul 2011)
Changed paths:
M examples/pasm/fact.pasm
M t/examples/pasm.t
Log Message:
-----------
Decruftify some PASM examples and tests
Commit: 238c989fcddbd31055ff2c57e7543c6896b7b3e6
https://github.com/parrot/parrot/commit/238c989fcddbd31055ff2c57e7543c6896b7b3e6
Author: Francois Perrad <francois.perrad at gadz.org>
Date: 2011-07-30 (Sat, 30 Jul 2011)
Changed paths:
M runtime/parrot/library/distutils.pir
Log Message:
-----------
[distutils] update links
Commit: 4b4315e834133fe3628fb31dce1f25ab0675c5d0
https://github.com/parrot/parrot/commit/4b4315e834133fe3628fb31dce1f25ab0675c5d0
Author: Francois Perrad <francois.perrad at gadz.org>
Date: 2011-07-30 (Sat, 30 Jul 2011)
Changed paths:
M runtime/parrot/library/distutils.pir
M runtime/parrot/library/osutils.pir
Log Message:
-----------
[distutils] gzip & install manpages
Commit: 775f587abbb094ea8592deca4e758fdd05b37393
https://github.com/parrot/parrot/commit/775f587abbb094ea8592deca4e758fdd05b37393
Author: Francois Perrad <francois.perrad at gadz.org>
Date: 2011-07-30 (Sat, 30 Jul 2011)
Changed paths:
M runtime/parrot/library/distutils.pir
Log Message:
-----------
[distutils] add item man_pod
Commit: 566eb81c2b951d27a3037514f46502a0cee86477
https://github.com/parrot/parrot/commit/566eb81c2b951d27a3037514f46502a0cee86477
Author: Francois Perrad <francois.perrad at gadz.org>
Date: 2011-07-30 (Sat, 30 Jul 2011)
Changed paths:
M runtime/parrot/library/distutils.pir
Log Message:
-----------
[distutils] fix packages with manpages
Commit: af5ace72005597ce8c38bf3c08c20271f8054b0a
https://github.com/parrot/parrot/commit/af5ace72005597ce8c38bf3c08c20271f8054b0a
Author: Francois Perrad <francois.perrad at gadz.org>
Date: 2011-07-30 (Sat, 30 Jul 2011)
Changed paths:
M runtime/parrot/library/distutils.pir
M runtime/parrot/library/osutils.pir
Log Message:
-----------
[distutils] refactor gziped manpages
Commit: e07835486ad29f0f047c46679c24f22c2c4b84de
https://github.com/parrot/parrot/commit/e07835486ad29f0f047c46679c24f22c2c4b84de
Author: Francois Perrad <francois.perrad at gadz.org>
Date: 2011-07-31 (Sun, 31 Jul 2011)
Changed paths:
M runtime/parrot/library/distutils.pir
Log Message:
-----------
[distutils] customize pod2man
Commit: b85f9359e020c52fcfb5e363faca524595f68e67
https://github.com/parrot/parrot/commit/b85f9359e020c52fcfb5e363faca524595f68e67
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-07-31 (Sun, 31 Jul 2011)
Changed paths:
M src/pmc/resizablepmcarray.pmc
Log Message:
-----------
add missing pod for vtables delete_keyed and delete_keyed_int
and rename the parameter in the later for consistency
Commit: e5b8ab42b825b106733ac7e78c4ac9f566d4fd1e
https://github.com/parrot/parrot/commit/e5b8ab42b825b106733ac7e78c4ac9f566d4fd1e
Author: Francois Perrad <francois.perrad at gadz.org>
Date: 2011-08-01 (Mon, 01 Aug 2011)
Changed paths:
M runtime/parrot/library/distutils.pir
Log Message:
-----------
[distutils] customize pod2man
Commit: 585dd73e3e03f46d3800ad0d4ffbc6b803aacd75
https://github.com/parrot/parrot/commit/585dd73e3e03f46d3800ad0d4ffbc6b803aacd75
Author: Francois Perrad <francois.perrad at gadz.org>
Date: 2011-08-01 (Mon, 01 Aug 2011)
Changed paths:
M runtime/parrot/library/distutils.pir
Log Message:
-----------
[distutils] more doc
Commit: 7db4473f7802c9ee0e2d5846dd13bf72e332c1de
https://github.com/parrot/parrot/commit/7db4473f7802c9ee0e2d5846dd13bf72e332c1de
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2011-08-01 (Mon, 01 Aug 2011)
Changed paths:
M MANIFEST
M lib/Parrot/Docs/Section/Tools.pm
R tools/dev/nm.pl
R tools/dev/parrot_api.pl
Log Message:
-----------
[TT#2169] Removed useless,untested and broken nm.pl and parrot_api.pl
Commit: ff9ad45981dc9d401d8e4590e550760255cb2205
https://github.com/parrot/parrot/commit/ff9ad45981dc9d401d8e4590e550760255cb2205
Author: Martin von Gagern <Martin.vGagern at gmx.net>
Date: 2011-08-02 (Tue, 02 Aug 2011)
Changed paths:
M src/dynext.c
Log Message:
-----------
[TT#2107] Fix dynloading of libraries from exact file name.
Commit: 2d6e52a64f865819d73ed59e37496c0b20d39457
https://github.com/parrot/parrot/commit/2d6e52a64f865819d73ed59e37496c0b20d39457
Author: Jimmy Zhuo <zhuomingliang at yahoo.com.cn>
Date: 2011-08-02 (Tue, 02 Aug 2011)
Changed paths:
M src/dynext.c
Log Message:
-----------
Merge pull request #144 from gagern/tt2107-dynext-get_path
[TT#2107] Fix dynloading of libraries from exact file name.
Commit: 9192eb06010622ad4ac4145ba40045aa953d581a
https://github.com/parrot/parrot/commit/9192eb06010622ad4ac4145ba40045aa953d581a
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-08-02 (Tue, 02 Aug 2011)
Changed paths:
M src/pmc/unmanagedstruct.pmc
Log Message:
-----------
bare implementatiion of as_string, returning a null string
Commit: 5553bfaf6efd3140f76f07384cc745310cc934cd
https://github.com/parrot/parrot/commit/5553bfaf6efd3140f76f07384cc745310cc934cd
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-08-02 (Tue, 02 Aug 2011)
Changed paths:
M src/pmc/unmanagedstruct.pmc
M t/pmc/nci.t
Log Message:
-----------
implement as_string and add a minimal test for it
Commit: 2098ab50c337d4f0f9f5f424e617a2a37ad5604b
https://github.com/parrot/parrot/commit/2098ab50c337d4f0f9f5f424e617a2a37ad5604b
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-08-02 (Tue, 02 Aug 2011)
Changed paths:
M src/packfile/api.c
Log Message:
-----------
Some extra checks in Parrot_pf_subs_by_flag. This should help to eliminate or reduce issues seen by benabik++
Commit: 1ecc9004ca480f1be755e9cf30a4128ceebffe18
https://github.com/parrot/parrot/commit/1ecc9004ca480f1be755e9cf30a4128ceebffe18
Author: Christoph Otto <christoph_github at mksig.org>
Date: 2011-08-03 (Wed, 03 Aug 2011)
Changed paths:
M docs/dev/profiling.pod
Log Message:
-----------
add a bunch of stub sections to the profiling document
Commit: 63a9db085720e2df460468d5e517f195baceb6f9
https://github.com/parrot/parrot/commit/63a9db085720e2df460468d5e517f195baceb6f9
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-08-03 (Wed, 03 Aug 2011)
Changed paths:
M src/packfile/api.c
M src/pmc/packfileview.pmc
Log Message:
-----------
Add a tag cache to PackfileView, to keep track of what initializations have been performed on it. Add two methods to access this cache. The load_bytecode_s automatically marks a packfile as having been initialized with 'load'
Commit: a4a4895247ad8eb4685753aa0cf59c431ef14d8f
https://github.com/parrot/parrot/commit/a4a4895247ad8eb4685753aa0cf59c431ef14d8f
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-08-03 (Wed, 03 Aug 2011)
Changed paths:
M src/packfile/api.c
Log Message:
-----------
load_bytecode_s should update the various caches before running do_sub_pragmas, to avoid recursion. Cache PackfileView objects by full path name, not short name, so the two load_bytecode variants are talking the same language
Commit: ce51d7f5fb9a11a86ab5fbfc91fd7818190bbca2
https://github.com/parrot/parrot/commit/ce51d7f5fb9a11a86ab5fbfc91fd7818190bbca2
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-08-03 (Wed, 03 Aug 2011)
Changed paths:
M MANIFEST
M docs/dev/profiling.pod
M docs/running.pod
M examples/pasm/fact.pasm
M frontend/parrot/main.c
M lib/Parrot/Docs/Section/Tools.pm
M runtime/parrot/library/distutils.pir
M runtime/parrot/library/osutils.pir
M src/dynext.c
M src/gc/fixed_allocator.c
M src/packfile/api.c
M src/pmc/resizablepmcarray.pmc
M t/examples/pasm.t
R tools/dev/nm.pl
R tools/dev/parrot_api.pl
Log Message:
-----------
Fix conflict in merge from master
Commit: cd7297c85a5786078b1787035a90d559ec211b8b
https://github.com/parrot/parrot/commit/cd7297c85a5786078b1787035a90d559ec211b8b
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-08-03 (Wed, 03 Aug 2011)
Changed paths:
M ext/winxed/compiler.pir
Log Message:
-----------
update winxed snapshot to 1.1.devel 7dac8ecc52:
__NAMESPACE__ and __CLASS__ predefined constants
load_packfile builtin
Commit: 9dd2908842e88d32c2ae49d23c80434fc5eb35ec
https://github.com/parrot/parrot/commit/9dd2908842e88d32c2ae49d23c80434fc5eb35ec
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-08-03 (Wed, 03 Aug 2011)
Changed paths:
M src/nci_test.c
M t/pmc/nci.t
Log Message:
-----------
a better test for as_string method and ByteBuffer get_pointer vtable
Commit: ae00b64a36287af4c59228ce98d1fc56c7d9ba01
https://github.com/parrot/parrot/commit/ae00b64a36287af4c59228ce98d1fc56c7d9ba01
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-08-03 (Wed, 03 Aug 2011)
Log Message:
-----------
Merge branch 'whiteknight/load_bytecode'
Commit: 770a61c65a5d65fd8cce0f90a1d93ab3bb53751e
https://github.com/parrot/parrot/commit/770a61c65a5d65fd8cce0f90a1d93ab3bb53751e
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-08-03 (Wed, 03 Aug 2011)
Changed paths:
M src/packfile/api.c
M src/pmc/packfileview.pmc
Log Message:
-----------
Merge branch 'whiteknight/load_bytecode'
Commit: 7d086f7a3479d2ce0703ee2c98575f2f84de8ed3
https://github.com/parrot/parrot/commit/7d086f7a3479d2ce0703ee2c98575f2f84de8ed3
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-08-03 (Wed, 03 Aug 2011)
Changed paths:
M config/gen/makefiles/root.in
Log Message:
-----------
+fix checkdepend.t
Commit: 0fb44aa481a5c5be3c0ee31f8b7ab3e2a9f41b83
https://github.com/parrot/parrot/commit/0fb44aa481a5c5be3c0ee31f8b7ab3e2a9f41b83
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-08-03 (Wed, 03 Aug 2011)
Changed paths:
M src/packfile/api.c
Log Message:
-----------
Throw an exception if we can't find the bytecode path
Commit: c78508a10cf1e69d7ea2f9ee13e776d3cb5e03b4
https://github.com/parrot/parrot/commit/c78508a10cf1e69d7ea2f9ee13e776d3cb5e03b4
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-08-04 (Thu, 04 Aug 2011)
Changed paths:
M src/pmc/unmanagedstruct.pmc
Log Message:
-----------
use platfrom encoding if encodingname is omited or null in as_string
Commit: 1a38fbe05ac0bcaa00faab4eaa8bf4bde53ddb00
https://github.com/parrot/parrot/commit/1a38fbe05ac0bcaa00faab4eaa8bf4bde53ddb00
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-08-04 (Thu, 04 Aug 2011)
Changed paths:
M src/pmc/ptr.pmc
Log Message:
-----------
implement as_string method also in the Ptr PMC
Commit: c2f2543400b6ca94e159fc208daeb6e5cb19945f
https://github.com/parrot/parrot/commit/c2f2543400b6ca94e159fc208daeb6e5cb19945f
Author: jkeenan <jkeenan at cpan.org>
Date: 2011-08-04 (Thu, 04 Aug 2011)
Changed paths:
M src/pmc/packfileview.pmc
Log Message:
-----------
[codingstd] Add ASSERT_ARGS to two functions.
Commit: 098363a25f0284b49142e0062e0d59a2a08ac6e0
https://github.com/parrot/parrot/commit/098363a25f0284b49142e0062e0d59a2a08ac6e0
Author: Francois Perrad <francois.perrad at gadz.org>
Date: 2011-08-05 (Fri, 05 Aug 2011)
Changed paths:
M runtime/parrot/library/Archive/Zip.pir
Log Message:
-----------
[Archive/Zip] revert some commits about I/O
Commit: a39491c178bfedea972cc87e06b3382da091e7e1
https://github.com/parrot/parrot/commit/a39491c178bfedea972cc87e06b3382da091e7e1
Author: Francois Perrad <francois.perrad at gadz.org>
Date: 2011-08-05 (Fri, 05 Aug 2011)
Changed paths:
M runtime/parrot/library/Archive/Zip.pir
Log Message:
-----------
[Archive/Zip] some fix, see TT#2171
Commit: 6e6fa41996b78057bc0d2a777323cb1491919160
https://github.com/parrot/parrot/commit/6e6fa41996b78057bc0d2a777323cb1491919160
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2011-08-05 (Fri, 05 Aug 2011)
Changed paths:
M docs/index/tools.json
Log Message:
-----------
Remove nm.pl from tools.json so the htmlhelp target works
Commit: 52b8e8d5b1fd9f4941bd744aa4b9cdf5fac454d4
https://github.com/parrot/parrot/commit/52b8e8d5b1fd9f4941bd744aa4b9cdf5fac454d4
Author: Andy Lester <andy at petdance.com>
Date: 2011-08-05 (Fri, 05 Aug 2011)
Changed paths:
M src/gc/system.c
Log Message:
-----------
removed two unused functions
Commit: 908cd83907476be5e294d3c978e71b1d3bec5409
https://github.com/parrot/parrot/commit/908cd83907476be5e294d3c978e71b1d3bec5409
Author: Aaron Faanes <dafrito at gmail.com>
Date: 2011-08-06 (Sat, 06 Aug 2011)
Changed paths:
M examples/languages/squaak/doc/tutorial_episode_7.pod
Log Message:
-----------
PCT tutorial: Added a missing space in episode 7
Commit: 6801e9a3e2ca3e178c77bc4d5441644bcc9f33f6
https://github.com/parrot/parrot/commit/6801e9a3e2ca3e178c77bc4d5441644bcc9f33f6
Author: Aaron Faanes <dafrito at gmail.com>
Date: 2011-08-06 (Sat, 06 Aug 2011)
Changed paths:
M compilers/pge/README.pod
Log Message:
-----------
Noted that PGE is in update-only mode
Commit: 2225670414a5d29c9fd2fddd71ffa0c6953ddac1
https://github.com/parrot/parrot/commit/2225670414a5d29c9fd2fddd71ffa0c6953ddac1
Author: Andrew Whitworth <wknight8111 at gmail.com>
Date: 2011-08-06 (Sat, 06 Aug 2011)
Changed paths:
M compilers/pge/README.pod
M examples/languages/squaak/doc/tutorial_episode_7.pod
Log Message:
-----------
Merge pull request #145 from dafrito/doc_fix
Doc fix from dafrito++
Commit: f68edf1335d63467f9b9d808273d88583eee1e66
https://github.com/parrot/parrot/commit/f68edf1335d63467f9b9d808273d88583eee1e66
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-08-06 (Sat, 06 Aug 2011)
Changed paths:
M src/nci_test.c
M src/pmc/ptr.pmc
M src/pmc/unmanagedstruct.pmc
M t/pmc/nci.t
Log Message:
-----------
Merge branch 'NotFound/nci_as_string' into nci_as_string_ready
Commit: 64a12049477fcbd6831c280fa7fb2e3715149b72
https://github.com/parrot/parrot/commit/64a12049477fcbd6831c280fa7fb2e3715149b72
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-08-06 (Sat, 06 Aug 2011)
Changed paths:
M Configure.pl
M MANIFEST
M NEWS
M README
M compilers/imcc/debug.c
M compilers/imcc/imcc.l
M compilers/imcc/imclexer.c
M compilers/imcc/main.c
M compilers/imcc/pbc.c
M compilers/pge/README.pod
M config/gen/makefiles/ext.in
M config/gen/makefiles/root.in
M docs/dev/profiling.pod
M docs/index/tools.json
M docs/running.pod
M examples/languages/squaak/doc/tutorial_episode_7.pod
M examples/pasm/fact.pasm
M ext/winxed/compiler.pir
M frontend/parrot/main.c
M include/parrot/interpreter.h
M include/parrot/memory.h
M lib/Parrot/Docs/Section/Tools.pm
M runtime/parrot/library/Archive/Tar.pir
M runtime/parrot/library/Archive/Zip.pir
M runtime/parrot/library/distutils.pir
M runtime/parrot/library/osutils.pir
M src/dynext.c
M src/gc/alloc_memory.c
M src/gc/fixed_allocator.c
M src/gc/system.c
M src/global_setup.c
M src/nci_test.c
M src/packfile/api.c
M src/pmc/packfileview.pmc
M src/pmc/ptr.pmc
M src/pmc/resizablepmcarray.pmc
M src/pmc/unmanagedstruct.pmc
M t/examples/pasm.t
M t/library/osutils.t
A t/library/testlib/foo.txt
M t/oo/new-old.t
M t/pmc/nci.t
R tools/dev/nm.pl
R tools/dev/parrot_api.pl
Log Message:
-----------
Merge branch 'master' into whiteknight/tt_1910
Compare: https://github.com/parrot/parrot/compare/ea21cbb...64a1204
More information about the parrot-commits
mailing list