changeset 392:22335df20644

[project @ 2005-09-04 09:18:26 by bellard] update
author bellard
date Sun, 04 Sep 2005 09:18:26 +0000
parents d9e9f6e616c3
children d83f1ca3c11f
files Changelog
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Changelog	Sun Sep 04 09:18:02 2005 +0000
+++ b/Changelog	Sun Sep 04 09:18:26 2005 +0000
@@ -1,3 +1,15 @@
+version 0.9.24:
+
+- ignore AS_NEEDED ld command
+- mark executable sections as executable when running in memory
+- added support for win32 wchar_t (Filip Navara)
+- segment override prefix support (Filip Navara)
+- normalized slashes in paths (Filip Navara)
+- windows style fastcall (Filip Navara)
+- support for empty input register section in asm (Filip Navara)
+- anonymous union/struct support (Filip Navara)
+- fixed parsing of function parameters
+
 version 0.9.23:
 
 - initial PE executable format for windows version (grischka)