]> git.ipfire.org Git - thirdparty/make.git/commit
<top level>: Update Copyright years. Add prototype for xmalloc.
authorEli Zaretskii <eliz@gnu.org>
Sat, 14 Mar 2009 14:42:06 +0000 (14:42 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 14 Mar 2009 14:42:06 +0000 (14:42 +0000)
commit27ef86f6b1caa78cefabc632dfbbe78bf7aa56d6
tree632b2e294334d25ea4f208cf7720b7c4edf7101e
parent656b15a40423a90ca74e3f29ea206e9bae4da5e5
<top level>: Update Copyright years.  Add prototype for xmalloc.
(find_file): Accept 3 arguments PATH_VAR, FULL_FNAME, and FULL_LEN
instead of an LPOFSTRUCT pointer.  Use xmalloc instead of malloc.
Loop over an array of extensions, instead of duplicating the same
code inline.  Use SearchPath followed by CreateFile, instead of
the obsolete OpenFile.  Fixes Savannah bug #17277.
(process_begin): Find $(PATH) in `envp', and pass a pointer to it
to `find_file'.  Fixes Savannah bug #25662.
ChangeLog
w32/subproc/sub_proc.c