summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-09 22:50:12 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-10-09 22:50:12 -0700
commit41b7cf934f8af2a9fb622790bd28e2e8742ba380 (patch)
treeb740872ac2ec8638bb0b2e296c8697ac021dbdda /ChangeLog
parent4c7f6f212eca77c2aae3d4bbc9b6be7f683cf260 (diff)
downloadtxr-41b7cf934f8af2a9fb622790bd28e2e8742ba380.tar.gz
txr-41b7cf934f8af2a9fb622790bd28e2e8742ba380.tar.bz2
txr-41b7cf934f8af2a9fb622790bd28e2e8742ba380.zip
One more swing at this with the axe.
* lib.h (wini, wref): New macros. * stream.c (string_out_put_char): Rewritten with macros to eliminate preprocessor #if test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d94cf00b..5a39964d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2011-10-09 Kaz Kylheku <kaz@kylheku.com>
+ One more swing at this with the axe.
+
+ * lib.h (wini, wref): New macros.
+
+ * stream.c (string_out_put_char): Rewritten with macros to eliminate
+ preprocessor #if test.
+
+2011-10-09 Kaz Kylheku <kaz@kylheku.com>
+
* lib.h (wli, lit_noex): We need null characters on both ends
so that this hack is correct for null strings. When recovering
the wchar_t pointer from a null literal object, we wil increment