aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorThomas Preud'homme <thomas.preudhomme@celest.fr>2011-01-15 17:50:55 +0100
committerThomas Preud'homme <thomas.preudhomme@celest.fr>2011-02-04 02:22:25 +0100
commita5a50eaafeea0d3ca47bc8fb6baf983743470c60 (patch)
tree3053095ca76b5ce12761dc7d312307c5a16400e2 /Changelog
parentd35a3ac375473a584fa9dbb1320b5202a236a870 (diff)
downloadtinycc-a5a50eaafeea0d3ca47bc8fb6baf983743470c60.tar.gz
tinycc-a5a50eaafeea0d3ca47bc8fb6baf983743470c60.tar.bz2
Implement C99 Variable Length Arrays
Implement C99 Variable Length Arrays in tinycc: - Support VLA with multiple level (nested vla) - Update documentation with regards to VT_VLA - Add a testsuite in tcctest.c
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index fdccdbd..7a9f0c8 100644
--- a/Changelog
+++ b/Changelog
@@ -12,6 +12,7 @@ not released:
- fix 32 to 64 bit casts, alignment and struct issues (Shinichiro Hamaji)
- mimic all GNU -option forms supported by ld (Kirill Smelkov)
- support indirect functions as externals (Thomas Preud'homme)
+- Add support for C99 variable length arrays (Thomas Preud'homme)
version 0.9.25: