aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard>2004-10-02 13:50:47 +0000
committerbellard <bellard>2004-10-02 13:50:47 +0000
commitc1265d161696a2c1910053e83e9dba1834bc2992 (patch)
tree3a143b1879732bbd392d72ba879baa25e77e81b2
parent22d8df96c60204c18c096fec903a4d807c386dcd (diff)
downloadtinycc-c1265d161696a2c1910053e83e9dba1834bc2992.tar.gz
tinycc-c1265d161696a2c1910053e83e9dba1834bc2992.tar.bz2
update
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 8c40119..ecf4cb5 100644
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,10 @@
version 0.9.21:
- ARM target support (Daniel Glöckner)
+- added '-funsigned-char, '-fsigned-char' and
+ '-Wimplicit-function-declaration'.
+- fixed assignment of const struct in struct.
+- line comment fix (reported by Bertram Felgenhauer)
version 0.9.20: