aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorgrischka <grischka>2008-03-31 19:50:58 +0000
committergrischka <grischka>2008-03-31 19:50:58 +0000
commitf22e961f805d25482d0eefabc7a1bca202cbe599 (patch)
tree8da5d1e7cf2b1c303bbce38e83ac52fffda2daac /Changelog
parenta327c7a55245536a00539f46b0cee689875e3754 (diff)
downloadtinycc-f22e961f805d25482d0eefabc7a1bca202cbe599.tar.gz
tinycc-f22e961f805d25482d0eefabc7a1bca202cbe599.tar.bz2
update manual, changelog
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 4 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 8c27cd9..2843040 100644
--- a/Changelog
+++ b/Changelog
@@ -1,8 +1,11 @@
version 0.9.24:
+- added verbosity levels -v, -vv, -vvv
+- Accept standard input as an inputstream (Hanzac Chen)
+- Support c89 compilers other than gcc (Hanzac Chen)
+- -soname linker option (Marc Andre Tanner)
- 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
- Import changesets (part 4) 428,457,460,467: defines for openbsd etc.