aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorgrischka <grischka>2008-01-16 20:16:35 +0000
committergrischka <grischka>2008-01-16 20:16:35 +0000
commit3667408a5756a47edcc99d38535f544de7e5867a (patch)
treee03306d2a6337107b656f6b39a1a23b76c46dae8 /Changelog
parent5342b32eef56a73dfc9c932bf4c77963de2f6f8e (diff)
downloadtinycc-3667408a5756a47edcc99d38535f544de7e5867a.tar.gz
tinycc-3667408a5756a47edcc99d38535f544de7e5867a.tar.bz2
Just warn about unknown directives, define __STDC_VERSION__=199901L
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 791e83f..8c27cd9 100644
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,10 @@
version 0.9.24:
+- Just warn about unknown directives, ignore quotes in #error/#warning
+- Define __STDC_VERSION__=199901L (477)
+
- Switch to newer tccpe.c (includes support for resources)
-- Handle backslashes within #include, #error, #warning
+- Handle backslashes within #include/#error/#warning
- Import changesets (part 4) 428,457,460,467: defines for openbsd etc.
- Use _WIN32 for a windows hosted tcc and define it for the PE target,
otherwise define __unix / __linux (Detlef Riekenberg)