diff 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
line wrap: on
line diff
--- a/CHANGES	Sat Jul 13 13:54:07 2013 -0400
+++ b/CHANGES	Sat Jul 13 14:19:59 2013 -0400
@@ -1,9 +1,12 @@
 pending
    - Fix stupid build problem introduced in 0.3.1.
-   - Accept and ignore -m32. I thought this had already been done, but
-     apparently not.
+   - Accept and ignore -m32, which imake issues willy-nilly on a bunch
+     of platforms. I thought this had already been done, but apparently
+     not.
    - Don't use the <err.h> functions. There are still people out there
-     using legacy systems that are missing them.
+     using legacy systems missing them.
+   - Sort out some more issues pertaining to handling quoted strings.
+   - Add some more tests.
 
 release 0.3.1 (20130709)
    - Don't leak memory and assert if a bad command-line option comes