diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-03-14 02:45:20 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-03-14 02:45:20 -0700 |
commit | a8b0e36b1760e51a8a3a25d4e22a325e407ef3d4 (patch) | |
tree | 181e7880cabac7b05ea72a7e81578c291235bfdd /ChangeLog | |
parent | 9cfd4e0adf28ad932b2a99886c1aae96715669a3 (diff) | |
download | txr-a8b0e36b1760e51a8a3a25d4e22a325e407ef3d4.tar.gz txr-a8b0e36b1760e51a8a3a25d4e22a325e407ef3d4.tar.bz2 txr-a8b0e36b1760e51a8a3a25d4e22a325e407ef3d4.zip |
* parser.l (regex_parse, lisp_parse): Fix neglected handling of
optional arguments. This problem can cause the symbol : to be
planted as the std_error stream, resulting in an error loop
that blows the stack.
* regex.c (regex_compile): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,5 +1,14 @@ 2014-03-14 Kaz Kylheku <kaz@kylheku.com> + * parser.l (regex_parse, lisp_parse): Fix neglected handling of + optional arguments. This problem can cause the symbol : to be + planted as the std_error stream, resulting in an error loop + that blows the stack. + + * regex.c (regex_compile): Likewise. + +2014-03-14 Kaz Kylheku <kaz@kylheku.com> + * utf8.c (w_fopen, w_popen, w_freopen, w_remove, w_rename): We have similar functions in the MSVCRT library used by MinGW, so if _WIN32 is defined, our functions now just wrap those. |