aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorbellard <bellard>2003-05-24 14:11:17 +0000
committerbellard <bellard>2003-05-24 14:11:17 +0000
commit8f5e44a439b4ff8b5e75ef60c2698483610eeeca (patch)
tree0638d41fc75cd9f9b2eb7a68466bcd0a10c47fb8 /Changelog
parent813acdc691f5bc2361042f6f2c16e1f273651b5f (diff)
downloadtinycc-8f5e44a439b4ff8b5e75ef60c2698483610eeeca.tar.gz
tinycc-8f5e44a439b4ff8b5e75ef60c2698483610eeeca.tar.bz2
changed license to LGPL
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 28bd048..7a0e496 100644
--- a/Changelog
+++ b/Changelog
@@ -9,6 +9,10 @@ version 0.9.19:
- chars support in assembler (Dave Long)
- .string, .globl, .section, .text, .data and .bss asm directive
support (Dave Long)
+- man page generated from tcc-doc.texi
+- fixed macro argument substitution
+- fixed zero argument macro parsing
+- changed license to LGPL
version 0.9.18: