git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14709 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-04-01 08:40:57 +00:00
parent 55e1336d94
commit 227fcde20c

View File

@@ -1,3 +1,17 @@
2005-04-01 Love H<>rnquist <20>strand <lha@it.su.se>
* snprintf-test.c (try): reset va_list argument between reuse,
from Peter Kruty <xkruty@fi.muni.cz>
2005-03-30 Love H<>rnquist <20>strand <lha@it.su.se>
* roken_gethostby.c (roken_gethostby): s/sin/addr/ to avoid
shadowing
* resolve.c (dns_lookup_int): s/stat/state/ to avoid shadowing
* parse_units.c: avoid shadowing div
2005-03-26 Love H<>rnquist <20>strand <lha@it.su.se>
* snprintf.c: use defined(TEST_SNPRINTF) like on all other places