[parrot/parrot] : Have git ignore some .o files generated during tes...
GitHub
noreply at github.com
Sun Jan 8 00:40:10 UTC 2012
Branch: refs/heads/interp_api_cleanup
Home: https://github.com/parrot/parrot
Commit: b428cd5d53cdd9a659dad4e14e12607a77253012
https://github.com/parrot/parrot/commit/b428cd5d53cdd9a659dad4e14e12607a77253012
Author: jkeenan <jkeenan at cpan.org>
Date: 2011-12-12 (Mon, 12 Dec 2011)
Changed paths:
M .gitignore
Log Message:
-----------
Have git ignore some .o files generated during testing.
Commit: 07757354f9f41235f5801c4ac92c84f4f53f8170
https://github.com/parrot/parrot/commit/07757354f9f41235f5801c4ac92c84f4f53f8170
Author: Alvis Yardley <ac.yardley at gmail.com>
Date: 2011-12-12 (Mon, 12 Dec 2011)
Changed paths:
M CREDITS
Log Message:
-----------
Update CREDITS
Commit: 1a3b2f22f5a8956722db13d30cf173bae59396b6
https://github.com/parrot/parrot/commit/1a3b2f22f5a8956722db13d30cf173bae59396b6
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-12-13 (Tue, 13 Dec 2011)
Changed paths:
M include/parrot/library.h
M src/dynpmc/os.pmc
M src/library.c
M src/string/api.c
Log Message:
-----------
Revert "Merge branch 'master' of github.com:parrot/parrot into separator_fixes"
This reverts commit 6f1762be1aa6c3b617696e4bc4a954a239ad45f4, reversing
changes made to f43f011d1534c3660bd8fdb161323dcdebfb5009.
Commit: 111b275054f17fc99bb6c8a966ce785f3db01276
https://github.com/parrot/parrot/commit/111b275054f17fc99bb6c8a966ce785f3db01276
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-12-14 (Wed, 14 Dec 2011)
Changed paths:
M ext/winxed/compiler.pir
Log Message:
-----------
update winxed snapshot to 631d9cc494
- namespace qualified constant lookup
- fix const int division
Commit: 165e732d9fec0e3b592d159b72925eed32a4bc6a
https://github.com/parrot/parrot/commit/165e732d9fec0e3b592d159b72925eed32a4bc6a
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2011-12-17 (Sat, 17 Dec 2011)
Changed paths:
M MANIFEST.SKIP
Log Message:
-----------
Update manifest
Commit: 05a88d8a95cdecf94dbe6e0a11554a0ba88bb614
https://github.com/parrot/parrot/commit/05a88d8a95cdecf94dbe6e0a11554a0ba88bb614
Author: Sasho <sasho at ubuntu.(none)>
Date: 2011-12-17 (Sat, 17 Dec 2011)
Changed paths:
M docs/book/pir/ch08_io.pod
M runtime/parrot/library/Archive/Tar.pir
M runtime/parrot/library/Archive/Zip.pir
M runtime/parrot/library/Configure/genfile.pir
M runtime/parrot/library/LWP/Protocol.pir
M runtime/parrot/library/Test/Builder/Output.pir
M runtime/parrot/library/osutils.pir
M src/pmc/filehandle.pmc
M t/compilers/imcc/syn/op.t
M t/dynpmc/gziphandle.t
M t/pmc/io.t
M t/pmc/packfile.t
M t/pmc/stringhandle.t
Log Message:
-----------
Remove FileHandle puts method and fix test and docs
Signed-off-by: Jonathan "Duke" Leto <jonathan at leto.net>
Commit: fae8c27a08de720269e1670afc8cc2a6cc1ae240
https://github.com/parrot/parrot/commit/fae8c27a08de720269e1670afc8cc2a6cc1ae240
Author: Jonathan "Duke" Leto <jonathan at leto.net>
Date: 2011-12-17 (Sat, 17 Dec 2011)
Changed paths:
M runtime/parrot/library/ProfTest/PIRProfile.nqp
Log Message:
-----------
Replace .puts call with .print, fixes #231
Commit: 7e455cbdd7351cedd2dbbd0c9f3ecce4bbfc9fe5
https://github.com/parrot/parrot/commit/7e455cbdd7351cedd2dbbd0c9f3ecce4bbfc9fe5
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-12-19 (Mon, 19 Dec 2011)
Changed paths:
M ext/winxed/compiler.pir
M ext/winxed/driver.pir
Log Message:
-----------
update winxed snapshot to e456f00b63:
- Fix to scope search that was failing since recent change for consts
- Fix expresionless switch with non int cases
- Compiler and driver now don't have source annotations,
saves memory in normal usages and you can always install annotated versions
if you need to debug the compiler
Commit: 3e98a290cec4f6989401ece6326475bc2ad03b95
https://github.com/parrot/parrot/commit/3e98a290cec4f6989401ece6326475bc2ad03b95
Author: Francois Perrad <francois.perrad at gadz.org>
Date: 2011-12-19 (Mon, 19 Dec 2011)
Changed paths:
M runtime/parrot/library/LWP/Protocol.pir
Log Message:
-----------
partial revert of http://github.com/parrot/parrot/commit/05a88d8a95cdecf94dbe6e0a11554a0ba88bb614
Socket is not a FileHandle
Commit: 3417b80c1460bb6ba6caab85416cb2f0e51d8cd8
https://github.com/parrot/parrot/commit/3417b80c1460bb6ba6caab85416cb2f0e51d8cd8
Author: NotFound <julian.notfound at gmail.com>
Date: 2011-12-19 (Mon, 19 Dec 2011)
Changed paths:
M ext/winxed/compiler.pir
Log Message:
-----------
update winxed snapshot to release number 1.5.0
Commit: 2691300f884ff2b6db7081078b352e463610af56
https://github.com/parrot/parrot/commit/2691300f884ff2b6db7081078b352e463610af56
Author: jkeenan <jkeenan at cpan.org>
Date: 2011-12-19 (Mon, 19 Dec 2011)
Changed paths:
M src/pmc/filehandle.pmc
Log Message:
-----------
[codingstd] Remove trailing whitespace.
Commit: 0a82f0ab75778ab9692bdf44ddc72aeda4af2310
https://github.com/parrot/parrot/commit/0a82f0ab75778ab9692bdf44ddc72aeda4af2310
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2011-12-19 (Mon, 19 Dec 2011)
Changed paths:
M examples/pir/make_hello_pbc.pir
Log Message:
-----------
Update example for change to FileHandle
Updates make_hello_pbc.pir for the change in
05a88d8 Remove FileHandle puts method and fix test and docs
Commit: 2db4772d14373eb5639acd591ba0d20bb061269f
https://github.com/parrot/parrot/commit/2db4772d14373eb5639acd591ba0d20bb061269f
Author: Christoph Otto <christoph_github at mksig.org>
Date: 2011-12-20 (Tue, 20 Dec 2011)
Changed paths:
M ChangeLog
Log Message:
-----------
initial overly-general version of changelog for 3.11.0
Commit: c27c04196c2c5a918540c193e57c249dde1c24e4
https://github.com/parrot/parrot/commit/c27c04196c2c5a918540c193e57c249dde1c24e4
Author: Christoph Otto <christoph_github at mksig.org>
Date: 2011-12-20 (Tue, 20 Dec 2011)
Changed paths:
M ChangeLog
Log Message:
-----------
polish the changelog a bit
Commit: a6c5dd271c5c40144f2a08520d5d93e0665fce6b
https://github.com/parrot/parrot/commit/a6c5dd271c5c40144f2a08520d5d93e0665fce6b
Author: Christoph Otto <christoph_github at mksig.org>
Date: 2011-12-20 (Tue, 20 Dec 2011)
Changed paths:
M MANIFEST.generated
M README
M VERSION
M docs/parrothist.pod
M docs/project/release_manager_guide.pod
M include/parrot/oplib/core_ops.h
M src/ops/core_ops.c
M tools/release/release.json
Log Message:
-----------
cut the 3.11.0 release "Duct Tape"
Commit: 618ded2ed610ace43bd6db3254e7e9791139c17a
https://github.com/parrot/parrot/commit/618ded2ed610ace43bd6db3254e7e9791139c17a
Author: Christoph Otto <christoph_github at mksig.org>
Date: 2011-12-20 (Tue, 20 Dec 2011)
Changed paths:
M docs/project/release_manager_guide.pod
Log Message:
-----------
add alvis++ as the 4.1.0 release manager
Commit: 80e365dddd76f1c74757fd9038112c233399f1cb
https://github.com/parrot/parrot/commit/80e365dddd76f1c74757fd9038112c233399f1cb
Author: Christoph Otto <christoph_github at mksig.org>
Date: 2011-12-20 (Tue, 20 Dec 2011)
Changed paths:
M docs/project/release_manager_guide.pod
Log Message:
-----------
add some release managers for 2012, should the world not end
Commit: 48bf23df134c1431a751fd8d6fb8032404938010
https://github.com/parrot/parrot/commit/48bf23df134c1431a751fd8d6fb8032404938010
Author: nbrown <nbrown04 at gmail.com>
Date: 2011-12-22 (Thu, 22 Dec 2011)
Changed paths:
M lib/Parrot/Manifest.pm
Log Message:
-----------
make .gitignore parsing portable
Commit: 4097f986b2ed18163596963645537394eb924fdd
https://github.com/parrot/parrot/commit/4097f986b2ed18163596963645537394eb924fdd
Author: nbrown <nbrown04 at gmail.com>
Date: 2011-12-22 (Thu, 22 Dec 2011)
Changed paths:
M lib/Parrot/Manifest.pm
Log Message:
-----------
use Parrot::BuildUtil::slurp_file instead since File::Slurp is not in core (coke++)
Commit: 2006557aa4d0af457cac06cec78a46a98eb90aca
https://github.com/parrot/parrot/commit/2006557aa4d0af457cac06cec78a46a98eb90aca
Author: jkeenan <jkeenan at cpan.org>
Date: 2011-12-22 (Thu, 22 Dec 2011)
Changed paths:
M MANIFEST.SKIP
M lib/Parrot/Manifest.pm
Log Message:
-----------
Correction to patch supplied by nbrown for
https://github.com/parrot/parrot/pull/237.
slurp_file returns a string, which meant for location of 'grep' excluding
comments had to be changed.
Commit: 8c4a2b19e3f2efa4fd2bd8a0e4175b1b6c083e24
https://github.com/parrot/parrot/commit/8c4a2b19e3f2efa4fd2bd8a0e4175b1b6c083e24
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2011-12-30 (Fri, 30 Dec 2011)
Changed paths:
M src/pmc/arrayiterator.pmc
M src/pmc/hashiterator.pmc
M src/pmc/iterator.pmc
M src/pmc/orderedhashiterator.pmc
M src/pmc/stringiterator.pmc
Log Message:
-----------
Iterator PMC and family now implement the 'iterator' role.
If we test for this role, HLLs can easily implement and transparently use their own iterator types, and can easily detect when an object is an iterator (vs some other kind of data)
Commit: 5b125a15682c2cef3bfd0a22da4bd8e4bbeb2c22
https://github.com/parrot/parrot/commit/5b125a15682c2cef3bfd0a22da4bd8e4bbeb2c22
Author: NotFound <julian.notfound at gmail.com>
Date: 2012-01-03 (Tue, 03 Jan 2012)
Changed paths:
M src/extend.c
Log Message:
-----------
fix bug in Parrot_ext_try reported by kshannon++:
the context pop was not poping at all.
The fix uses a static function instead of a macro for simplicity,
setjmp has much bigger impact in speed than any additional call
Commit: 8b416960171e55f7d08d9291b0c953774d5e7e62
https://github.com/parrot/parrot/commit/8b416960171e55f7d08d9291b0c953774d5e7e62
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-01-07 (Sat, 07 Jan 2012)
Changed paths:
M .gitignore
M CREDITS
M ChangeLog
M MANIFEST
M MANIFEST.SKIP
M MANIFEST.generated
M README
M VERSION
A docs/binaries/ops2c.pod
A docs/binaries/parrot.pod
M docs/book/pir/ch08_io.pod
M docs/parrothist.pod
M docs/project/release_manager_guide.pod
M examples/pir/make_hello_pbc.pir
M ext/winxed/compiler.pir
M ext/winxed/driver.pir
M include/parrot/oplib/core_ops.h
M include/parrot/pointer_array.h
M lib/Parrot/Manifest.pm
M runtime/parrot/library/Archive/Tar.pir
M runtime/parrot/library/Archive/Zip.pir
M runtime/parrot/library/Configure/genfile.pir
M runtime/parrot/library/ProfTest/PIRProfile.nqp
M runtime/parrot/library/Test/Builder/Output.pir
M runtime/parrot/library/osutils.pir
M src/extend.c
M src/ops/core_ops.c
M src/pmc/arrayiterator.pmc
M src/pmc/filehandle.pmc
M src/pmc/hashiterator.pmc
M src/pmc/iterator.pmc
M src/pmc/orderedhashiterator.pmc
M src/pmc/stringiterator.pmc
M t/compilers/imcc/syn/op.t
M t/dynpmc/gziphandle.t
M t/pmc/io.t
M t/pmc/packfile.t
M t/pmc/stringhandle.t
M tools/dev/install_files.pl
M tools/release/release.json
Log Message:
-----------
Merge branch 'master' into interp_api_cleanup
Commit: e412704c5c3ca8754fedb3dc371a27a3dbc8bec3
https://github.com/parrot/parrot/commit/e412704c5c3ca8754fedb3dc371a27a3dbc8bec3
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-01-07 (Sat, 07 Jan 2012)
Changed paths:
M MANIFEST
Log Message:
-----------
fix conflict in manifest
Compare: https://github.com/parrot/parrot/compare/0322da8...e412704
More information about the parrot-commits
mailing list