aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorgrischka <grischka>2007-12-19 17:36:42 +0000
committergrischka <grischka>2007-12-19 17:36:42 +0000
commit5342b32eef56a73dfc9c932bf4c77963de2f6f8e (patch)
treee6a02625cc67e1af9a94c875db4a3626e8a3003f /Changelog
parentadb14564724f9afdae98678a2b237413d0e42bcf (diff)
downloadtinycc-5342b32eef56a73dfc9c932bf4c77963de2f6f8e.tar.gz
tinycc-5342b32eef56a73dfc9c932bf4c77963de2f6f8e.tar.bz2
Switch to newer tccpe.c (includes support for resources)
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index ff12519..791e83f 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,6 @@
version 0.9.24:
+- Switch to newer tccpe.c (includes support for resources)
- 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,