Correct the initial minimal value to be -G_MAXFLOAT. The initial values
authorMatthias Clasen <mclasen@redhat.com>
Thu, 15 Apr 2004 16:45:31 +0000 (16:45 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 15 Apr 2004 16:45:31 +0000 (16:45 +0000)
commitae0c9d95bb38ba271ae70ec65e372560e9b5ce4f
treeca2537626f74de9d1fc8bb3ca923fd63de065e1e
parentf4d9fcd8d4682e5e34fd7fe6e854e71ab917b0df
Correct the initial minimal value to be -G_MAXFLOAT. The initial values

2004-04-15  Matthias Clasen  <mclasen@redhat.com>

* gparamspecs.c (param_float_init): Correct the initial
minimal value to be -G_MAXFLOAT. The initial values were
inconsistant before, with the initial default being smaller
than the inital minimum.
(param_double_init): Correct the initial minimal value
to be -G_MAXDOUBLE.

* glib/tmpl/types.sgml: Correct the description of the
gfloat and gdouble ranges.
docs/reference/ChangeLog
docs/reference/glib/tmpl/types.sgml
gobject/ChangeLog
gobject/gparamspecs.c