diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-06-10 06:58:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-06-10 06:58:01 -0700 |
commit | a0ac30ccbf3acb38be1aa65ab2aa780239c4a123 (patch) | |
tree | ea695106442fb0e107613bcc8eb671dedd3b85ce /ChangeLog | |
parent | f4a58d4b385de1cc75c2049b49a6aa5a93be2989 (diff) | |
download | txr-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |