aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorgrischka <grischka>2007-11-21 17:16:31 +0000
committergrischka <grischka>2007-11-21 17:16:31 +0000
commitd778bde7f9683d046f421ac4399fbbdfd9726f98 (patch)
treea2412e5e0aa3ec3c14a0bcc92765660d30b9b83b /Changelog
parent54bf8c05566a34f4d578ed6d33d6262dc924a703 (diff)
downloadtinycc-d778bde7f9683d046f421ac4399fbbdfd9726f98.tar.gz
tinycc-d778bde7f9683d046f421ac4399fbbdfd9726f98.tar.bz2
Import more changesets from Rob Landley's fork (part 2)
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog16
1 files changed, 16 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 56604af..daca68c 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,21 @@
version 0.9.24:
+- Import more changesets from Rob Landley's fork (part 2):
+ 487: Handle long long constants in gen_opic() (Rob Landley)
+ 484: Handle parentheses within __attribute__((...)) (Rob Landley)
+ 480: Remove a goto in decl_initializer_alloc (Rob Landley)
+ 475: Fix dereferences in inline assembly output (Joshua Phillips)
+ 474: Cast ptrs to ints of different sizes correctly (Joshua Phillips)
+ 473: Fix size of structs with empty array member (Joshua Phillips)
+ 470: No warning for && and || with mixed pointers/integers (Rob Landley)
+ 469: Fix symbol visibility problems in the linker (Vincent Pit)
+ 468: Allow && and || involving pointer arguments (Rob Landley)
+ 455: Optimize case labels with no code in between (Zdenek Pavlas)
+ 450: Implement alloca for x86 (grischka)
+ 415: Parse unicode escape sequences (Axel Liljencrantz)
+ 407: Add a simple va_copy() in stdarg.h (Hasso Tepper)
+ 400: Allow typedef names as symbols (Dave Dodge)
+
- Import some changesets from Rob Landley's fork (part 1):
462: Use LGPL with bcheck.c and il-gen.c
458: Fix global compound literals (in unary: case '&':) (Andrew Johnson)