aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorbellard <bellard>2006-10-28 14:47:46 +0000
committerbellard <bellard>2006-10-28 14:47:46 +0000
commit8b0c4c6582de5a6f5960d48293e2572baf1853da (patch)
tree4342b5b48eba80e52a9e7a03cd6dbbaa26ba9d1a /Changelog
parentfb2c34f8cdc59c0bffb0dec444c78c602afcaf6a (diff)
downloadtinycc-8b0c4c6582de5a6f5960d48293e2572baf1853da.tar.gz
tinycc-8b0c4c6582de5a6f5960d48293e2572baf1853da.tar.bz2
update
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog8
1 files changed, 8 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 6d33bb4..a97575e 100644
--- a/Changelog
+++ b/Changelog
@@ -9,6 +9,14 @@ version 0.9.24:
- support for empty input register section in asm (Filip Navara)
- anonymous union/struct support (Filip Navara)
- fixed parsing of function parameters
+- workaround for function pointers in conditional expressions (Dave Dodge)
+- initial '-E' option support to use the C preprocessor alone
+- discard type qualifiers when comparing function parameters (Dave Dodge)
+- Bug fix: A long long value used as a test expression ignores the
+ upper 32 bits at runtime (Dave Dodge)
+- fixed multiple concatenation of PPNUM tokens (initial patch by Dave Dodge)
+- fixed multiple typedef specifiers handling
+- fixed sign extension in some type conversions (Dave Dodge)
version 0.9.23: