Skip to content

Commit

Permalink
Add merged branches to ChangeLog, fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Sep 23, 2012
1 parent d85def3 commit f2f6feb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
2012-10-16 release 4.9.0
- Core
+ Keep encoding information in the imcc optimizer, which fixes the
concat op but probably many more cases with non-ascii encoded
concat op but probably many more cases with non-ascii encoded
constant strings. [GH #837]
+ Fixed ByteBuffer set_string_native, which became out of sync with
two internal buffers. [GH #835]
two internal buffers. [GH #835]
+ Preload Configure steps when called with perl -d Configure.pl
+ Strip unneeded config keys from installed config hash. Saves 6360
bytes from every installed executable.
- Documentation
- Tests
- Community
Expand All @@ -20,7 +23,7 @@
+ Moved dynpmc/os to pmc os. loadlib 'os' is not needed anymore.
- Platforms
+ Fixed for the FileHandle open method the append mode on Windows.
+ Fix compilation on Windows without working mt.exe
+ Fix compilation on Windows without working mt.exe
+ Detect GNU/Hurd as linux proper.
+ Fixed broken int3 trap on Solaris with gcc.
+ Updated the vms port on a YAPC::EU hackathon with vaxman and mvorl.
Expand Down

0 comments on commit f2f6feb

Please sign in to comment.