tcc-xref
bellard 2003-04-28 22:08:59 +00:00
parent c4e6b2e9be
commit edbfa7715f
2 changed files with 13 additions and 1 deletions

View File

@ -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)

View File

@ -1 +1 @@
0.9.18
0.9.19