]> git.ipfire.org Git - thirdparty/make.git/commit
- Add xcalloc() and call it
authorPaul Smith <psmith@gnu.org>
Wed, 16 Sep 2009 17:07:01 +0000 (17:07 +0000)
committerPaul Smith <psmith@gnu.org>
Wed, 16 Sep 2009 17:07:01 +0000 (17:07 +0000)
commit8f30b68871bde8687c7fcff8bac66e2b5765129e
tree78e7e64f0c47dff023bebe15ee57b85f8db6a826
parent5abe47762071f024409f7fd16c9cb76b31833379
- Add xcalloc() and call it
- Fix memory errors found by valgrind
- Remove multi_glob() and empower parse_file_seq() to do its job:
  the goal here is to remove the confusing reverse/re-reverse we do on
  the file lists: needed for future fixes.
- Add a prefix arg to parse_file_seq()
- Make concat() variadic so it can take arbitrary #'s of strings
17 files changed:
ChangeLog
ar.c
commands.c
default.c
dep.h
file.c
function.c
implicit.c
main.c
make.h
misc.c
read.c
remake.c
rule.c
tests/run_make_tests.pl
variable.c
vmsfunctions.c