changeset 260:02017672f663

[project @ 2003-04-28 22:08:59 by bellard] update
author bellard
date Mon, 28 Apr 2003 22:08:59 +0000
parents 1835379353e4
children 924bde5db2b4
files Changelog VERSION
diffstat 2 files changed, 13 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Changelog	Mon Apr 28 22:07:35 2003 +0000
+++ b/Changelog	Mon Apr 28 22:08:59 2003 +0000
@@ -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)
--- a/VERSION	Mon Apr 28 22:07:35 2003 +0000
+++ b/VERSION	Mon Apr 28 22:08:59 2003 +0000
@@ -1,1 +1,1 @@
-0.9.18
\ No newline at end of file
+0.9.19
\ No newline at end of file