git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15501 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-06-21 18:53:17 +00:00
parent eb738780bf
commit 8a5d747fd8

View File

@@ -1,3 +1,30 @@
2005-06-21 Love H<>rnquist <20>strand <lha@it.su.se>
* strptime.c: Write a new parse_number function that is possible
to limit that amount of numbers used, with this strptime can
handle strptime("200505", "%Y%m", &tm);
2005-06-16 Love H<>rnquist <20>strand <lha@it.su.se>
* getaddrinfo.c: avoid shadowing sin
* resolve-test.c: rename optind to optidx to avoid shadowing
* strptime.c: UNCONST return value from strptime
* strftime.c: rk_UNCONST argument mktime
* getnameinfo.c: avoid shadowing sin
* socket.c: avoid shadowing sin
* resolve.c (parse_record): fix casting to avoid losing const
* roken.awk: since we got no feedback regarding people running
heimdal on the crays, remove the quoted # version
* environment.c: rename index to idx to avoid shadowing
2005-05-29 Love H<>rnquist <20>strand <lha@it.su.se> 2005-05-29 Love H<>rnquist <20>strand <lha@it.su.se>
* parse_reply-test.c: avoid signedness warnings * parse_reply-test.c: avoid signedness warnings