summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2010-07-01 05:59:08 +0000
committerPaul Smith <psmith@gnu.org>2010-07-01 05:59:08 +0000
commit7746a1f74fa7696452a3c25953c7fb9a5feb5a6c (patch)
treeae8f49e2d9fdcf9ab99c9640890231c9e4c51ce5 /ChangeLog
parentc0239cdbfa81e40087cc1d93bcf292eee2a3fc68 (diff)
downloadgunmake-7746a1f74fa7696452a3c25953c7fb9a5feb5a6c.tar.gz
- Rename strieq() to patheq() for clarity.
- Convert xmalloc/memset pairs to xcalloc.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5391e16..58eb673 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>