diff options
author | Paul Smith <psmith@gnu.org> | 2004-09-21 13:51:58 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2004-09-21 13:51:58 +0000 |
commit | 6e51d9c90a92933e6cf84ae494076b6b1cd17c3b (patch) | |
tree | d0ab984efd0890b802dde712b41e930d885141b7 /ChangeLog | |
parent | 704c60cec021d75164c8a7c34bcd667e45f184e3 (diff) | |
download | gunmake-6e51d9c90a92933e6cf84ae494076b6b1cd17c3b.tar.gz |
Some code cleanups and efficiency enhancements. As far as I can tell
none of these have impacts that are visible to the user (although in
some cases that appears to be nothing more than dumb luck :-/).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2004-09-21 Paul D. Smith <psmith@gnu.org> + * read.c (readstring): Fix some logic errors in backslash handling. + (eval): Remove some unnecessary processing in buffer handling. + (record_target_var): Assert that parse_variable_definition() succeeded. + Reported by: Markus Mauhart <qwe123@chello.at>. + * misc.c: Removed the sindex() function. All instances of this function were trivially replaceable by the standard strstr() function, and that function will always have better (or certainly |