- Add xcalloc() and call it
commit3b5e79ab2d5d2d3352affc1d7de8ea31b017e2ae
authorpsmith <psmith>
Wed, 16 Sep 2009 17:07:01 +0000 (16 17:07 +0000)
committerpsmith <psmith>
Wed, 16 Sep 2009 17:07:01 +0000 (16 17:07 +0000)
tree4efa1e0cacf9a59127704a89d8d232f901135bd2
parent27d11590549a04764b9e5ced5e613e29977d1605
- 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