diff options
author | Paul Smith <psmith@gnu.org> | 1999-03-05 07:13:12 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-03-05 07:13:12 +0000 |
commit | 4c8a634c92256b2bf77f8be7ab65b7ec2a46cc91 (patch) | |
tree | cb34f435ff0d7400690485733f42e2335d4d163f /ChangeLog | |
parent | c8c70000ca3f40596435372138cea7761395afb8 (diff) | |
download | make-4c8a634c92256b2bf77f8be7ab65b7ec2a46cc91.tar.gz |
* Define and use xstrdup() instead of strdup().
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,15 @@ 1999-03-05 Paul D. Smith <psmith@gnu.org> + * configure.in: Check for a system strdup(). + * misc.c (xstrdup): Created. Suggestion by Han-Wen Nienhuys + <hanwen@cs.uu.nl>. + * make.h: Prototype xstrdup(). + * remake.c (library_search): Use it. + * main.c (main): Use it. + (find_and_set_default_shell): Use it. + * job.c (construct_command_argv_internal): Use it. + * dir.c (find_directory): Use it. + * Makefile.am, configure.in: Use AC_SUBST_FILE to insert the maintMakefile instead of "include", to avoid automake 1.4 incompatibility. @@ -83,6 +93,10 @@ * read.c (record_files): Clean up some indentation. +1998-11-08 Han-Wen Nienhuys <hanwen@cs.uu.nl> + + * rule.c (print_rule_data_base): Fix arguments to fatal() call. + 1998-10-13 Paul D. Smith <psmith@gnu.org> * job.c (new_job): If the command list resolves to empty (through |