Added a test for the G_(U)?INT(16|32|64)_FORMAT and
[platform/upstream/glib.git] / ChangeLog.pre-2-0
index 8f63df1..2d55846 100644 (file)
@@ -1,6 +1,20 @@
+1999-03-16  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * tests/type-test.c: Added a test for the
+       G_(U)?INT(16|32|64)_FORMAT and G_(MIN|MAX|MAXU)(SHORT|INT|LONG)
+       macros.
+
+       * configure.in: Removed G_(U)?INT8_FORMAT again, as it can't be
+       used for scanf.
+
+       * configure.in: Added the macros G_MAXU(SHORT|INT|LONG). I do not
+       know how to handle these on platforms with /usr/include/values.h,
+       but without /usr/include/limits.h. Please someone add this.
+
+
 1999-03-15  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
 
-       * configure.in: Added the macros G_(U)?INT_(8|16|32|64)_FORMAT to
+       * configure.in: Added the macros G_(U)?INT(8|16|32|64)_FORMAT to
        use for printf and (much more important) scanf format strings for
        the corresponding GLib types.