comparison CHANGES @ 145:a403605d3166

Fix handling of macros in quoted strings. Add some more tests; edit CHANGES a bit.
author David A. Holland
date Sat, 13 Jul 2013 14:19:59 -0400
parents ed45f2d8d3bc
children 281317d30478
comparison
equal deleted inserted replaced
144:7ab3d0c09cd8 145:a403605d3166
1 pending 1 pending
2 - Fix stupid build problem introduced in 0.3.1. 2 - Fix stupid build problem introduced in 0.3.1.
3 - Accept and ignore -m32. I thought this had already been done, but 3 - Accept and ignore -m32, which imake issues willy-nilly on a bunch
4 apparently not. 4 of platforms. I thought this had already been done, but apparently
5 not.
5 - Don't use the <err.h> functions. There are still people out there 6 - Don't use the <err.h> functions. There are still people out there
6 using legacy systems that are missing them. 7 using legacy systems missing them.
8 - Sort out some more issues pertaining to handling quoted strings.
9 - Add some more tests.
7 10
8 release 0.3.1 (20130709) 11 release 0.3.1 (20130709)
9 - Don't leak memory and assert if a bad command-line option comes 12 - Don't leak memory and assert if a bad command-line option comes
10 after a -D or a -include foo. 13 after a -D or a -include foo.
11 - Since imake is a principal application for tradcpp and imake carefully 14 - Since imake is a principal application for tradcpp and imake carefully