* While implementing zero-padded fields I've also implemented
[infodrom/dtaus] / ChangeLog
1 1998-10-15  Martin Schulze  <joey@finlandia.infodrom.north.de>
2
3         * Version 0.3
4
5         * While implementing zero-padded fields I've also implemented
6         clippings so numbers that are too big won't hurt the binary DTAUS
7         file.
8
9         * Added better support for zero-padded numbers.  sprintf() from
10         libc4 had no problems accepting `%08s' while this didn't produce
11         zero-padded strings with libc5 and libc6.  Now we've got our own
12         routine to handle these.
13
14 Fri Jul  3 13:28:28 1998  Martin Schulze  <joey@finlandia.infodrom.north.de>
15
16         * Wrote a small manpage
17
18         * Added some hooks for the new european currency Euro, it's not
19         yet implemented
20
21         * main.c: Added test for file existance before opening them and
22         leaving out unnecessary empty files
23
24         * dtaus.c: Fixed buffer overrun problem within dtaus module
25
26 Wed Jun  4 16:02:59 1997  Martin Schulze  <joey@finlandia.infodrom.north.de>
27
28         * Wrote main.c as a user program around the library.  Gave it
29         version 0.2.
30
31 Tue Jun  3 19:35:02 1997  Martin Schulze  <joey@finlandia.infodrom.north.de>
32
33         * Switched to CVS
34
35 Mon Jun  2 21:12:56 1997  Martin Schulze  <joey@finlandia.infodrom.north.de>
36
37         * First official use of this module in 'Artis Studinetz Manager',
38         artisman for the students home at Artillerieweg 55a in Oldenburg,
39         Germany.
40         
41