diff options
| author | bellard <bellard> | 2003-04-28 22:08:59 +0000 |
|---|---|---|
| committer | bellard <bellard> | 2003-04-28 22:08:59 +0000 |
| commit | edbfa7715fc6ba93fb1a52c01607a7155e5546fd (patch) | |
| tree | 08f66fcdcab9db013b48737488bf899bfe446fcd | |
| parent | c4e6b2e9be2f96baee00b388265cd07e33fc48dc (diff) | |
| download | tinycc-edbfa7715fc6ba93fb1a52c01607a7155e5546fd.tar.gz tinycc-edbfa7715fc6ba93fb1a52c01607a7155e5546fd.tar.bz2 | |
update
| -rw-r--r-- | Changelog | 12 | ||||
| -rw-r--r-- | VERSION | 2 |
2 files changed, 13 insertions, 1 deletions
@@ -1,3 +1,15 @@ +version 0.9.19: + +- "alacarte" linking (Dave Long) +- simpler function call +- more strict type checks +- added 'const' and 'volatile' support and associated warnings +- added -Werror, -Wunsupported, -Wwrite-strings, -Wall. +- added __builtin_types_compatible_p() and __builtin_constant_p() +- chars support in assembler (Dave Long) +- .string, .globl, .section, .text, .data and .bss asm directive + support (Dave Long) + version 0.9.18: - header fix (time.h) @@ -1 +1 @@ -0.9.18
\ No newline at end of file +0.9.19
\ No newline at end of file |
