diff options
author | Paul Smith <psmith@gnu.org> | 2009-05-24 18:31:18 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2009-05-24 18:31:18 +0000 |
commit | 14f3f501bc1abc821d859e964f71e69b8ed7eaa2 (patch) | |
tree | dff17f1aa8f78ee5a59b32b0beedf6c37a7adf82 /ChangeLog | |
parent | 3fd62c76c261e10658a1ba365710ee26b6fb34fe (diff) | |
download | gunmake-14f3f501bc1abc821d859e964f71e69b8ed7eaa2.tar.gz |
Found this change in an old CVS workspace: rewrite savestring() to the
more standard xstrndup().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -18,6 +18,17 @@ * function.c (func_shell): Don't close pipedes[1] if it is -1. Fixes Savannah bug #20495. +2008-10-26 Paul Smith <psmith@gnu.org> + + * configure.in: Check for strndup(). + * misc.c (xstrndup): Rename savestring to xstrndup. Use strndup + if it's available. + * make.h: Rename savestring to xstrndup. + * commands.c (chop_commands): Ditto. + * function.c (func_foreach): Ditto. + * read.c (eval, record_files): Ditto. + * variable.c (define_variable_in_set): Ditto. + 2008-09-30 Eli Zaretskii <eliz@gnu.org> * build_w32.bat (GCCBuild): Use "-gdwarf-2 -g3" instead of |