aboutsummaryrefslogtreecommitdiff
path: root/Changelog
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 /Changelog
parentaed6a7cb60147855c76a36b1f89d9a8abf5169aa (diff)
downloadtinycc-bf8d8f5f3e0a15c790adeb13eae68091d52fb58f.tar.gz
tinycc-bf8d8f5f3e0a15c790adeb13eae68091d52fb58f.tar.bz2
update Changelog, bump version: 0.9.25
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog7
1 files changed, 5 insertions, 2 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