summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2011-11-05 23:26:11 -0700
committerKaz Kylheku <kaz@kylheku.com>2011-11-05 23:26:11 -0700
commitd435df363ff8e2ac5303cb837c9ff2604920ae56 (patch)
tree8fea2aff6eb5fdfa03c5251cefd8055cc0a58112 /ChangeLog
parent6a339b6b889349be35c7822709c253b0e8d10eb0 (diff)
downloadtxr-d435df363ff8e2ac5303cb837c9ff2604920ae56.tar.gz
txr-d435df363ff8e2ac5303cb837c9ff2604920ae56.tar.bz2
txr-d435df363ff8e2ac5303cb837c9ff2604920ae56.zip
* lib.c (env): Fixed inappropriate cut-and-pasted error messages.
Check for failure of GetEnvironmentStringsW, and call FreeEnvironmentStringsW is called.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4d6597e..bc176237 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-11-05 Kaz Kylheku <kaz@kylheku.com>
+ * lib.c (env): Fixed inappropriate cut-and-pasted error messages.
+ Check for failure of GetEnvironmentStringsW, and call
+ FreeEnvironmentStringsW is called.
+
+2011-11-05 Kaz Kylheku <kaz@kylheku.com>
+
* match.c (dir_tables_init): Bugfix: horizontal @(some)
directive not included in dispatch table.