summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-06-10 06:58:01 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-06-10 06:58:01 -0700
commita0ac30ccbf3acb38be1aa65ab2aa780239c4a123 (patch)
treeea695106442fb0e107613bcc8eb671dedd3b85ce /ChangeLog
parentf4a58d4b385de1cc75c2049b49a6aa5a93be2989 (diff)
downloadtxr-a0ac30ccbf3acb38be1aa65ab2aa780239c4a123.tar.gz
txr-a0ac30ccbf3acb38be1aa65ab2aa780239c4a123.tar.bz2
txr-a0ac30ccbf3acb38be1aa65ab2aa780239c4a123.zip
* txr.c (get_self_path): Fix spelling of GetModuleFileName.
Add missing parentheses in expression. (sysroot_init): On Windows, filter progpath to change backslashes to forward slashes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1bfc552e..4af53990 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2014-06-10 Kaz Kylheku <kaz@kylheku.com>
+ * txr.c (get_self_path): Fix spelling of GetModuleFileName.
+ Add missing parentheses in expression.
+ (sysroot_init): On Windows, filter progpath to change
+ backslashes to forward slashes.
+
+2014-06-10 Kaz Kylheku <kaz@kylheku.com>
+
* parser.l (yylex_destroy): The FLEX_ version are prefixed with YY_
in old flexes too.