From edbfa7715fc6ba93fb1a52c01607a7155e5546fd Mon Sep 17 00:00:00 2001 From: bellard Date: Mon, 28 Apr 2003 22:08:59 +0000 Subject: [PATCH] update --- Changelog | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index a848266..28bd048 100644 --- a/Changelog +++ b/Changelog @@ -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) diff --git a/VERSION b/VERSION index e8895e3..3ae021c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.18 \ No newline at end of file +0.9.19 \ No newline at end of file