mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
Fix docs for G_MAXSIZE. (#148262, Christophe Fergeau)
Fri Jul 23 10:38:24 2004 Matthias Clasen <maclas@gmx.de> * glib/tmpl/limits.sgml: Fix docs for G_MAXSIZE. (#148262, Christophe Fergeau)
This commit is contained in:
parent
723bc46642
commit
d90fa450dd
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
||||
Fri Jul 23 10:40:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/type-test.c (main): Actually test G_MAXSIZE with a
|
||||
gsize variable.
|
||||
|
||||
Thu Jul 8 00:51:30 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gi18n.h: Remove the ENABLE_NLS check, since GLib can't
|
||||
be built without anyway. (#135899, Murray Cumming)
|
||||
|
||||
2004-07-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Fix #132858, Sven Neumann, patch by James Henstridge:
|
||||
|
@ -1,3 +1,13 @@
|
||||
Fri Jul 23 10:40:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/type-test.c (main): Actually test G_MAXSIZE with a
|
||||
gsize variable.
|
||||
|
||||
Thu Jul 8 00:51:30 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gi18n.h: Remove the ENABLE_NLS check, since GLib can't
|
||||
be built without anyway. (#135899, Murray Cumming)
|
||||
|
||||
2004-07-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Fix #132858, Sven Neumann, patch by James Henstridge:
|
||||
|
@ -1,3 +1,13 @@
|
||||
Fri Jul 23 10:40:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/type-test.c (main): Actually test G_MAXSIZE with a
|
||||
gsize variable.
|
||||
|
||||
Thu Jul 8 00:51:30 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gi18n.h: Remove the ENABLE_NLS check, since GLib can't
|
||||
be built without anyway. (#135899, Murray Cumming)
|
||||
|
||||
2004-07-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Fix #132858, Sven Neumann, patch by James Henstridge:
|
||||
|
@ -1,3 +1,13 @@
|
||||
Fri Jul 23 10:40:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/type-test.c (main): Actually test G_MAXSIZE with a
|
||||
gsize variable.
|
||||
|
||||
Thu Jul 8 00:51:30 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gi18n.h: Remove the ENABLE_NLS check, since GLib can't
|
||||
be built without anyway. (#135899, Murray Cumming)
|
||||
|
||||
2004-07-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Fix #132858, Sven Neumann, patch by James Henstridge:
|
||||
|
@ -1,3 +1,13 @@
|
||||
Fri Jul 23 10:40:43 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* tests/type-test.c (main): Actually test G_MAXSIZE with a
|
||||
gsize variable.
|
||||
|
||||
Thu Jul 8 00:51:30 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gi18n.h: Remove the ENABLE_NLS check, since GLib can't
|
||||
be built without anyway. (#135899, Murray Cumming)
|
||||
|
||||
2004-07-21 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
Fix #132858, Sven Neumann, patch by James Henstridge:
|
||||
|
@ -1,3 +1,8 @@
|
||||
Fri Jul 23 10:39:40 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/tmpl/limits.sgml: Fix the docs for G_MAXSIZE. (#148262,
|
||||
Christophe Fergeau)
|
||||
|
||||
2004-07-09 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* === Released 2.4.4 ===
|
||||
|
@ -173,7 +173,7 @@ The maximum value which can be held in a #guint64.
|
||||
|
||||
<!-- ##### MACRO G_MAXSIZE ##### -->
|
||||
<para>
|
||||
The maximum value which can be held in a #gssize.
|
||||
The maximum value which can be held in a #gsize.
|
||||
</para>
|
||||
|
||||
@Since: 2.4
|
||||
|
@ -41,7 +41,7 @@ main (int argc,
|
||||
gushort gus;
|
||||
guint gui;
|
||||
gulong gul;
|
||||
gssize gsz;
|
||||
gsize gsz;
|
||||
gshort gs;
|
||||
gint gi;
|
||||
glong gl;
|
||||
|
Loading…
x
Reference in New Issue
Block a user