*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7353 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-11-12 15:38:31 +00:00
parent a7c5cdab72
commit febb02a6f6

View File

@@ -1,8 +1,26 @@
1999-11-09 Assar Westerlund <assar@sics.se>
1999-11-12 Assar Westerlund <assar@sics.se>
* 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 <assar@sics.se>
* parse_bytes-test.c: new file