aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
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)