summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-10-12 19:43:09 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-10-12 19:43:09 -0700
commit6e23d00099312495addb7639d7062aab71a9cbfe (patch)
tree1a564dc72c7ddf0e5e4260543fb69989f562cad7 /ChangeLog
parente79aef01748279dab58ad5f6059d225a086a19ff (diff)
downloadtxr-6e23d00099312495addb7639d7062aab71a9cbfe.tar.gz
txr-6e23d00099312495addb7639d7062aab71a9cbfe.tar.bz2
txr-6e23d00099312495addb7639d7062aab71a9cbfe.zip
Bug #34538
* lib.h (wli): This macro now does the pointer displacement by 1. (auto_str, static_str): #if/#else/#endif gone. These functions just add the type tag. The + 1 logic was incorrect; it should have been + sizeof(wchar_t). But even that was not right because other code expects a wchli_t * to point to the first character, such as the string_out_put_char function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9f9119a..4f7746d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2011-10-12 Kaz Kylheku <kaz@kylheku.com>
+
+ Bug #34538
+
+ * lib.h (wli): This macro now does the pointer displacement by 1.
+ (auto_str, static_str): #if/#else/#endif gone. These functions just
+ add the type tag. The + 1 logic was incorrect; it should have
+ been + sizeof(wchar_t). But even that was not right because other
+ code expects a wchli_t * to point to the first character,
+ such as the string_out_put_char function.
+
2011-10-10 Kaz Kylheku <kaz@kylheku.com>
Improved support for broken unicode.