From febb02a6f6dd16edb4c0f4c364f3518ea2905bb3 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 12 Nov 1999 15:38:31 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7353 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/ChangeLog | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 1b7610967..ef37ba94f 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,8 +1,26 @@ -1999-11-09 Assar Westerlund +1999-11-12 Assar Westerlund + * getarg.h: add arg_counter + * getarg.c: add a new type of argument: `arg_counter' re-organize + the code somewhat + + * Makefile.am: add strptime and strpftime-test + + * snprintf.c (xyzprintf): try to do the right thing with an % at + the end of the format string + + * strptime.c (strptime): implement '%U', '%V', '%W' + * strftime.c (strftime): implement '%U', '%V', '%W', '%z' + * strftime.c (strftime): correct %E and %O handling. do something reasonable with "...%" + * strftime.c: replace the BSD implementation by one of our own + coding + + * strptime.c : new file + * strpftime-test.c: new file + 1999-11-07 Assar Westerlund * parse_bytes-test.c: new file