Skip to content

Commit

Permalink
[GH #844] Add ChangeLog entry
Browse files Browse the repository at this point in the history
And improve a couple of others.
  • Loading branch information
Reini Urban committed Sep 26, 2012
1 parent e6c9077 commit 9b4f7ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ChangeLog
Expand Up @@ -5,19 +5,20 @@
constant strings. [GH #837]
+ Fixed ByteBuffer set_string_native, which became out of sync with
two internal buffers. [GH #835]
+ Preload Configure steps when called with perl -d Configure.pl
+ Preload Configure steps when called with perl -d Configure.pl [GH #833]
+ Strip unneeded config keys from installed config hash. Saves 6360
bytes from every installed executable.
bytes from every installed executable. [GH #824]
- Build
+ Improved warnings for clang.
+ Improved warnings for clang. [GH #843]
+ Cleaned wrong UNUSED(arg) macros in all pmc's due to an improved
pmc2c compiler, which SHIMs all UNUSED args. [GH #836]
+ Added clang++ support and a new auto::alignof Configure step. [GH #844]
- Branches
+ The threads branch is almost ready to be merged. Some remaining races
have been fixed. There are only some remaining platforms errors on
darwin/x86.
- Libraries
+ Fixed Mime/Base64 encode_base64. Split long lines at 76 chars [GH #826]
+ Fixed Mime/Base64 encode_base64. Split long lines at 76 chars. [GH #826]
- Documentation
+ Cleaned up removed parrot cmdline options -D/-O/-v from --help output and
running.pod [GH #838]
Expand Down

0 comments on commit 9b4f7ab

Please sign in to comment.