* While implementing zero-padded fields I've also implemented
[infodrom/dtaus] / ChangeLog
index 0a2e328..38d29e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+1998-10-15  Martin Schulze  <joey@finlandia.infodrom.north.de>
+
+       * Version 0.3
+
+       * While implementing zero-padded fields I've also implemented
+       clippings so numbers that are too big won't hurt the binary DTAUS
+       file.
+
+       * Added better support for zero-padded numbers.  sprintf() from
+       libc4 had no problems accepting `%08s' while this didn't produce
+       zero-padded strings with libc5 and libc6.  Now we've got our own
+       routine to handle these.
+
 Fri Jul  3 13:28:28 1998  Martin Schulze  <joey@finlandia.infodrom.north.de>
 
        * Wrote a small manpage