]> sjero.net Git - wget/history - src/xmalloc.c
Updated licensing exception for OpenSSL from the SFLC.
[wget] / src / xmalloc.c
2007-11-28 Micah CowanUpdated licensing exception for OpenSSL from the SFLC.
2007-10-05 Micah CowanAutomated merge with file:/home/micah/devel/wget/eleven
2007-10-03 Micah CowanMerge with mainline
2007-09-28 Micah CowanMerge from mainline
2007-09-28 Micah CowanUpdate copyright lists, conforming to maintainer guidelines
2007-08-03 micah[svn] Make indentation consistent (all-spaces, no tabs).
2007-07-10 micah[svn] Merge of fix for bugs 20341 and 20410.
2006-07-14 mtortonesi[svn] Added sanity checks for -k, -p, -r and -N when...
2005-07-04 hniksic[svn] Prefix pointer value with 0x.
2005-07-02 hniksic[svn] Update FSF's address and copyright years.
2005-06-22 hniksic[svn] Use bool type for boolean variables and values.
2005-06-19 hniksic[svn] Remove K&R support.
2005-05-14 hniksic[svn] Announce the beginning and the end of the SSL...
2005-04-11 hniksic[svn] Warn the user to increase SZ before aborting.
2005-03-20 hniksic[svn] Improve built-in memory debugger.
2003-11-02 hniksic[svn] Abort on xfree(NULL).
2003-11-01 hniksic[svn] Improved fatal error message.
2003-10-31 hniksic[svn] Moved malloc-related code to xmalloc.c. Defined...