diff options
author | Paul Smith <psmith@gnu.org> | 2010-07-01 05:59:08 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2010-07-01 05:59:08 +0000 |
commit | 7746a1f74fa7696452a3c25953c7fb9a5feb5a6c (patch) | |
tree | ae8f49e2d9fdcf9ab99c9640890231c9e4c51ce5 /ChangeLog | |
parent | c0239cdbfa81e40087cc1d93bcf292eee2a3fc68 (diff) | |
download | gunmake-7746a1f74fa7696452a3c25953c7fb9a5feb5a6c.tar.gz |
- Rename strieq() to patheq() for clarity.
- Convert xmalloc/memset pairs to xcalloc.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2010-01-10 Paul Smith <psmith@gnu.org> + + * make.h (patheq): Rename strieq() to patheq() for clarity. + * dir.c (dir_contents_file_exists_p): Use it. + + * dir.c (file_impossible): Convert xmalloc/memset to xcalloc. + * file.c (enter_file): Ditto. + * job.c (new_job): Ditto. + 2009-12-11 Eli Zaretskii <eliz@gnu.org> * job.c (construct_command_argv_internal) <sh_cmds_dos> |