aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorgrischka <grischka>2007-12-17 19:35:15 +0000
committergrischka <grischka>2007-12-17 19:35:15 +0000
commitadb14564724f9afdae98678a2b237413d0e42bcf (patch)
tree53d007c8f772333850145bf66d7a287e0937c70f /Changelog
parent6c96c41ee49c11dda436eecc23beea002eace19e (diff)
downloadtinycc-adb14564724f9afdae98678a2b237413d0e42bcf.tar.gz
tinycc-adb14564724f9afdae98678a2b237413d0e42bcf.tar.bz2
Handle backslashes within #include, #error, #warning
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 1 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 248423b..ff12519 100644
--- a/Changelog
+++ b/Changelog
@@ -1,12 +1,10 @@
version 0.9.24:
+- 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)
-
- Import changesets (part 3) 409,410: ARM EABI by Daniel Glöckner
-
- Some in-between fixes:
TCC -E no longer hangs with macro calls involving newlines.
(next_nomacro1 now advances the read-pointer with TOK_LINEFEED)