Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: ab7ec2a1408438dbd1d334673be97cd6b35f3d92
https://github.com/parrot/parrot/commit/ab7ec2a1408438dbd1d334673be97cd6b35f3d92
Author: Martin Vorländer <[email protected]>
Date: 2012-10-03 (Wed, 03 Oct 2012)
Changed paths:
M src/hash.c
Log Message:
-----------
Fix a bug that causes parrot to fail on platforms where size_t is an unsigned
type.
Commit: 91438ffa7ce3ffa139b7fa2783a8d8812593263f
https://github.com/parrot/parrot/commit/91438ffa7ce3ffa139b7fa2783a8d8812593263f
Author: Martin Vorländer <[email protected]>
Date: 2012-10-17 (Wed, 17 Oct 2012)
Changed paths:
M ChangeLog
M MANIFEST
M MANIFEST.generated
M README.pod
M VERSION
M config/auto/gcc.pm
M config/auto/llvm.pm
M config/auto/thread.pm
M config/gen/makefiles/root.in
M docs/parrothist.pod
M docs/project/release_manager_guide.pod
A examples/library/utf8_base64.pir
A examples/library/utf8_base64.pl
M include/parrot/oplib/core_ops.h
M runtime/parrot/library/MIME/Base64.pir
M src/ops/core_ops.c
M src/ops/string.ops
M t/compilers/data_json/from_parrot.t
M t/compilers/data_json/to_parrot.t
M t/library/mime_base64.t
A t/library/mime_base64u.t
M t/native_pbc/annotations.pbc
M t/native_pbc/integer.pbc
M t/native_pbc/integer_4.pbc
M t/native_pbc/number.pbc
M t/native_pbc/number_4.pbc
M t/native_pbc/number_5.pbc
M t/native_pbc/string.pbc
M t/native_pbc/string_4.pbc
M tools/release/release.json
Log Message:
-----------
Merge remote-tracking branch 'upstream/master'
Commit: a1ecb9876a476536d74bf5f3490ec90f4832e54a
https://github.com/parrot/parrot/commit/a1ecb9876a476536d74bf5f3490ec90f4832e54a
Author: Martin Vorländer <[email protected]>
Date: 2012-10-17 (Wed, 17 Oct 2012)
Changed paths:
M config/auto/perldoc.pm
M lib/Parrot/Pmc2c/Pmc2cMain.pm
M lib/Parrot/Pmc2c/VTable.pm
M tools/build/pmc2c.pl
Log Message:
-----------
Fix some unix path-building that doesn't work on VMS.
Commit: 38cf8d9254eaad879141c568f1cf39b368dc5226
https://github.com/parrot/parrot/commit/38cf8d9254eaad879141c568f1cf39b368dc5226
Author: Martin Vorländer <[email protected]>
Date: 2012-10-18 (Thu, 18 Oct 2012)
Changed paths:
M config/auto/pmc.pm
M src/dynpmc/Rules.in
Log Message:
-----------
Change some dependency rules to make them work with MMS/MMK (VMS make
utilities).
The VMS make utilities always need an action if they determine that a target is
older than a denpendency element.
Besides, rules like
some/header.h : some/source.c
some/source.c : some/file.dump
$(PMC2CC) some/source.pmc
don't reflect the building process, as both the C and header file are generated
by the $(PMCCC) call.
Commit: 16f278bb0886b3b6134044ff6f655329fe83bf57
https://github.com/parrot/parrot/commit/16f278bb0886b3b6134044ff6f655329fe83bf57
Author: Martin Vorländer <[email protected]>
Date: 2012-10-18 (Thu, 18 Oct 2012)
Changed paths:
M config/auto/pmc.pm
M src/dynpmc/Rules.in
Log Message:
-----------
Revert "Change some dependency rules to make them work with MMS/MMK (VMS make
utilities)."
This reverts commit 38cf8d9254eaad879141c568f1cf39b368dc5226.
Commit: c376548c044cdc141a734d7907cd780660dceb8a
https://github.com/parrot/parrot/commit/c376548c044cdc141a734d7907cd780660dceb8a
Author: Martin Vorländer <[email protected]>
Date: 2012-10-18 (Thu, 18 Oct 2012)
Changed paths:
M config/auto/pmc.pm
M src/dynpmc/Rules.in
Log Message:
-----------
Place dependency changes in branch
Commit: bf72c5cfb162ff1bb25720077140c733a7d47949
https://github.com/parrot/parrot/commit/bf72c5cfb162ff1bb25720077140c733a7d47949
Author: Martin Vorländer <[email protected]>
Date: 2012-10-19 (Fri, 19 Oct 2012)
Log Message:
-----------
Merge branch 'master' into vms-depend_h_c
Commit: af93a6d9a3c832ed2cd85e684c9d37d3bd3813dd
https://github.com/parrot/parrot/commit/af93a6d9a3c832ed2cd85e684c9d37d3bd3813dd
Author: Martin Vorländer <[email protected]>
Date: 2012-10-22 (Mon, 22 Oct 2012)
Changed paths:
M src/pmc/filehandle.pmc
M src/pmc/socket.pmc
M src/pmc/stringhandle.pmc
Log Message:
-----------
Merge remote-tracking branch 'upstream/master'
Commit: f60db4e96bdfe700ea06c7ccc1775d1b2b6c31b3
https://github.com/parrot/parrot/commit/f60db4e96bdfe700ea06c7ccc1775d1b2b6c31b3
Author: Martin Vorländer <[email protected]>
Date: 2012-10-27 (Sat, 27 Oct 2012)
Changed paths:
M docs/project/release_manager_guide.pod
Log Message:
-----------
Merge remote-tracking branch 'upstream/master'
Commit: 3cf75042f54c69cb21db995e34248e7b7cd093db
https://github.com/parrot/parrot/commit/3cf75042f54c69cb21db995e34248e7b7cd093db
Author: Jonathan "Duke" Leto <[email protected]>
Date: 2012-10-30 (Tue, 30 Oct 2012)
Changed paths:
M config/auto/perldoc.pm
M lib/Parrot/Pmc2c/Pmc2cMain.pm
M lib/Parrot/Pmc2c/VTable.pm
M tools/build/pmc2c.pl
Log Message:
-----------
Merge pull request #862 from mvorl/master
Fix some unix path-building that doesn't work on VMS.
Compare: https://github.com/parrot/parrot/compare/01418e22a49a...3cf75042f54c
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-commits