diff options
| author | Thomas Preud'homme <thomas.preudhomme@celest.fr> | 2011-05-17 23:38:39 +0200 |
|---|---|---|
| committer | Thomas Preud'homme <thomas.preudhomme@celest.fr> | 2011-05-17 23:40:49 +0200 |
| commit | 330d2ee0faf2849f6d861839e563422a1519c4c3 (patch) | |
| tree | 73f4399c5558a3ec75a1ee7128315d7d32bcc1b1 | |
| parent | eb152022a0359841266c0f37022e4c7ad08d1f85 (diff) | |
| download | tinycc-330d2ee0faf2849f6d861839e563422a1519c4c3.tar.gz tinycc-330d2ee0faf2849f6d861839e563422a1519c4c3.tar.bz2 | |
Update Changelog
* Mention the various ARM improvement
* Make changelog consistent with regards to initial capital letters
* Fix credits for VLA
* Fix entry about asm label (variable are also supported)
| -rw-r--r-- | Changelog | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -8,11 +8,12 @@ not released: - Register __TRY__ SEH in startup code only for i386 (grischka) - Support Debian GNU/kFreeBSD kernels (Pierre Chifflier) - Support GNU/Hurd kernels (Thomas Preud'homme) -- support for asm labels for functions (Thomas Preud'homme) -- 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) +- support for asm labels for variables and functions (Thomas Preud'homme) +- 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 & Joe Soroka) +- Improve support of ARM (Daniel Glöckner) version 0.9.25: |
