]> sjero.net Git - wget/commit
[svn] Moved malloc-related code to xmalloc.c. Defined new macros xnew, xnew0,
authorhniksic <devnull@localhost>
Fri, 31 Oct 2003 14:31:56 +0000 (06:31 -0800)
committerhniksic <devnull@localhost>
Fri, 31 Oct 2003 14:31:56 +0000 (06:31 -0800)
commit370ff7a57640ff98cc399317927e8f3c51abad76
tree5f1fe431fa704bbab414fa0cfc5506ae05f98325
parent83e7fe2ca8d84ca5e7f1b28d7c867fa29f9b6682
[svn] Moved malloc-related code to xmalloc.c.  Defined new macros xnew, xnew0,
xnew_array, and xnew0_array.  Created xmalloc.h and log.h to unclutter
wget.h.
17 files changed:
src/ChangeLog
src/Makefile.in
src/gen-md5.h
src/http.c
src/log.c
src/log.h [new file with mode: 0644]
src/rbuf.c
src/utils.c
src/utils.h
src/wget.h
src/xmalloc.c [new file with mode: 0644]
src/xmalloc.h [new file with mode: 0644]
windows/Makefile.src
windows/Makefile.src.bor
windows/Makefile.src.mingw
windows/README
windows/wget.dep