diff options
author | Paul Smith <psmith@gnu.org> | 2003-01-30 06:21:36 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2003-01-30 06:21:36 +0000 |
commit | b7c728046e3f32cd93b04fa4a19a69cf6135e6e4 (patch) | |
tree | 21f7a6b69cfdf22223052f65fa76fe05946110c5 /ChangeLog | |
parent | d33ff301454fa1db9919674dbc2a37309bbd529f (diff) | |
download | gunmake-b7c728046e3f32cd93b04fa4a19a69cf6135e6e4.tar.gz |
Enhancement (bug #2407) Make error messages more clear.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-01-30 Paul D. Smith <psmith@gnu.org> + + * function.c (check_numeric): Combine the is_numeric() function + into this function, since it's only called from one place. + Constify this function. Have it print the incorrect string in the + error message. Fixes bug #2407. + (strip_whitespace): Constify. + (func_if): Constify. + * expand.c (expand_argument): Constify. + 2003-01-29 Paul D. Smith <psmith@gnu.org> Fix bug # 2169, also reported by other people on various systems. |