[parrot/parrot] 452cfd: Added myself to credits
GitHub
noreply at github.com
Fri Jun 1 01:38:25 UTC 2012
Branch: refs/heads/whiteknight/io_cleanup1
Home: https://github.com/parrot/parrot
Commit: 452cfd1ed9255ea9f2dc13a3206d0dcaef34de8c
https://github.com/parrot/parrot/commit/452cfd1ed9255ea9f2dc13a3206d0dcaef34de8c
Author: Bart Wiegmans <bartwiegmans at gmail.com>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M CREDITS
Log Message:
-----------
Added myself to credits
Commit: 0d41939bd08d949de82d87a993b698bfd0442470
https://github.com/parrot/parrot/commit/0d41939bd08d949de82d87a993b698bfd0442470
Author: Moritz Lenz <moritz at faui2k3.org>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M CREDITS
Log Message:
-----------
Merge pull request #775 from bdw/master
Add my name
Commit: 2ec5d016fa6848f33aa614671ac83017dda4be51
https://github.com/parrot/parrot/commit/2ec5d016fa6848f33aa614671ac83017dda4be51
Author: Brian Gernhardt <brian.gernhardt at mail.rit.edu>
Date: 2012-05-23 (Wed, 23 May 2012)
Changed paths:
M t/pmc/bignum.t
Log Message:
-----------
Fix warning in t/pmc/bignum.t for GMP 5
This code was trying to warn about GMP prior to 4.1.4, but instead was
warning about any version before x.1.4. I rearranged the logic to
make the intent more clear and to not warn about GMP 5+.
Commit: 18d0f30c3141683c5a92e2df5783a521edc527c3
https://github.com/parrot/parrot/commit/18d0f30c3141683c5a92e2df5783a521edc527c3
Author: jkeenan <jkeenan at cpan.org>
Date: 2012-05-25 (Fri, 25 May 2012)
Changed paths:
M frontend/parrot2/prt0.pir
Log Message:
-----------
Update copyright to 2012.
Commit: d70e3d99092c32cade359c63a5ce9ec1bb987daf
https://github.com/parrot/parrot/commit/d70e3d99092c32cade359c63a5ce9ec1bb987daf
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)
Changed paths:
M CREDITS
M frontend/parrot2/prt0.pir
M t/pmc/bignum.t
Log Message:
-----------
Merge branch 'master' into whiteknight/io_cleanup1
Commit: efdbe2576394529798c413cb953c8659386bd0d5
https://github.com/parrot/parrot/commit/efdbe2576394529798c413cb953c8659386bd0d5
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)
Changed paths:
M src/io/api.c
M src/io/filehandle.c
M src/io/io_private.h
M src/io/utilities.c
Log Message:
-----------
Fixes so FileHandle.readall works as expected. Use an existing helper method to read bytes into a string. Fall back to the platform encoding if one isn't set on the filehandle. Fix some parameter assertions
Commit: 05df5a6cb05846021e7d041a0ee941ad80085bbd
https://github.com/parrot/parrot/commit/05df5a6cb05846021e7d041a0ee941ad80085bbd
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-05-31 (Thu, 31 May 2012)
Changed paths:
M src/io/api.c
M src/io/filehandle.c
M src/io/utilities.c
Log Message:
-----------
Fix a few things that were causing build problems. The build actually has regressed. Figuring out how the system used to handle all the encoding nonsense is hard.
Compare: https://github.com/parrot/parrot/compare/ad75883...05df5a6
More information about the parrot-commits
mailing list