Support :: in IPv6 Subnets.
[tinc] / lib / xmalloc.c
2011-05-28 Guus SliepenFix sparse warnings and add an extra sprinkling of...
2009-10-18 Guus SliepenInclude missing header.
2009-09-24 Guus SliepenDrop support for localisation.
2009-09-24 Guus SliepenUpdate the address of the Free Software Foundation...
2009-09-08 Guus SliepenAdd xasprintf() and xvasprintf().
2006-12-16 Guus SliepenWe do properly check for malloc and realloc.
2003-08-24 Guus SliepenSynchronise HEAD with CABAL branch.
2002-08-24 Guus SliepenGettext 1.11.5 compatibility.
2002-04-09 Ivo TimmermansUpdating HEAD branch #4; Merging CABAL -> HEAD.
2000-11-29 Ivo Timmermansxstrdup now takes a const pointer as an argument.
2000-11-21 Guus Sliepen- Check for NULL tree->delete callback
2000-11-16 Ivo TimmermansNew function: xmalloc_and_zero, which initialises the...
2000-10-20 Ivo TimmermansNew function: xalloc_and_zero()
2000-10-18 Ivo TimmermansBring head revision up to date with cabal (try #3)
2000-10-17 Ivo TimmermansDon't declare cp_file and cp_line in xmalloc()
2000-05-04 Ivo TimmermansInclude stdio.h for fprintf.
2000-05-03 Ivo TimmermansDon't use error.h or error(), put #error in front of...
2000-04-17 Ivo TimmermansPass the requested size from xmalloc() and xrealloc...
2000-03-26 Ivo TimmermansInitial revision