aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrischka <grischka>2009-05-11 19:01:26 +0200
committergrischka <grischka>2009-05-11 19:01:26 +0200
commitbf8d8f5f3e0a15c790adeb13eae68091d52fb58f (patch)
treef0a390e5a95f9cafe44ab6e79cd11eda25eb094b
parentaed6a7cb60147855c76a36b1f89d9a8abf5169aa (diff)
downloadtinycc-bf8d8f5f3e0a15c790adeb13eae68091d52fb58f.tar.gz
tinycc-bf8d8f5f3e0a15c790adeb13eae68091d52fb58f.tar.bz2
update Changelog, bump version: 0.9.25
-rw-r--r--Changelog7
-rw-r--r--VERSION2
-rw-r--r--win32/build-tcc.bat2
3 files changed, 7 insertions, 4 deletions
diff --git a/Changelog b/Changelog
index 4b2c704..21ee4b9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,9 @@
-... for next version:
+version 0.9.25:
-- Fix bitfields with non-int types and in unions
+- split tcc.c into tcc.h libtcc.c tccpp.c tccgen.c tcc.c
+- first support for x86-64 target (Shinichiro Hamaji)
+- improved preprocess output with linenumbers and spaces preserved
+- fix bitfields with non-int types and in unions
- improve ARM cross-compiling (Daniel Glöckner)
- link stabstr sections from multiple objects
- better (still limited) support for multiple TCCStates
diff --git a/VERSION b/VERSION
index f76e5a8..f5b38be 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-0.9.24 \ No newline at end of file
+0.9.25 \ No newline at end of file
diff --git a/win32/build-tcc.bat b/win32/build-tcc.bat
index 020ae4b..d74ec9c 100644
--- a/win32/build-tcc.bat
+++ b/win32/build-tcc.bat
@@ -2,7 +2,7 @@
@rem batch file to build tcc using gcc and ar from mingw
@rem ----------------------------------------------------
:
-@echo>..\config.h #define TCC_VERSION "0.9.24"
+@echo>..\config.h #define TCC_VERSION "0.9.25"
@echo>>..\config.h #define TCC_TARGET_PE 1
@echo>>..\config.h #define CONFIG_TCCDIR "."
@echo>>..\config.h #define CONFIG_SYSROOT ""