mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-12 20:36:15 +01:00
Use gsize instead of gint. From Miroslaw Dobrzanski-Neumann
2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * tests/gio-test.c, tests/markup-test.c: Use gsize instead of gint. From Miroslaw Dobrzanski-Neumann <mne@mosaic-ag.com>. (#77982)
This commit is contained in:
parent
02def4879c
commit
e7d925595c
@ -1,3 +1,9 @@
|
|||||||
|
2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* tests/gio-test.c, tests/markup-test.c: Use gsize instead of
|
||||||
|
gint. From Miroslaw Dobrzanski-Neumann
|
||||||
|
<mne@mosaic-ag.com>. (#77982)
|
||||||
|
|
||||||
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
||||||
|
|
||||||
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* tests/gio-test.c, tests/markup-test.c: Use gsize instead of
|
||||||
|
gint. From Miroslaw Dobrzanski-Neumann
|
||||||
|
<mne@mosaic-ag.com>. (#77982)
|
||||||
|
|
||||||
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
||||||
|
|
||||||
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* tests/gio-test.c, tests/markup-test.c: Use gsize instead of
|
||||||
|
gint. From Miroslaw Dobrzanski-Neumann
|
||||||
|
<mne@mosaic-ag.com>. (#77982)
|
||||||
|
|
||||||
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
||||||
|
|
||||||
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* tests/gio-test.c, tests/markup-test.c: Use gsize instead of
|
||||||
|
gint. From Miroslaw Dobrzanski-Neumann
|
||||||
|
<mne@mosaic-ag.com>. (#77982)
|
||||||
|
|
||||||
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
||||||
|
|
||||||
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* tests/gio-test.c, tests/markup-test.c: Use gsize instead of
|
||||||
|
gint. From Miroslaw Dobrzanski-Neumann
|
||||||
|
<mne@mosaic-ag.com>. (#77982)
|
||||||
|
|
||||||
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
||||||
|
|
||||||
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* tests/gio-test.c, tests/markup-test.c: Use gsize instead of
|
||||||
|
gint. From Miroslaw Dobrzanski-Neumann
|
||||||
|
<mne@mosaic-ag.com>. (#77982)
|
||||||
|
|
||||||
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
||||||
|
|
||||||
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2002-04-08 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||||
|
|
||||||
|
* tests/gio-test.c, tests/markup-test.c: Use gsize instead of
|
||||||
|
gint. From Miroslaw Dobrzanski-Neumann
|
||||||
|
<mne@mosaic-ag.com>. (#77982)
|
||||||
|
|
||||||
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
2002-04-08 Stanislav Brabec <utx@penguin.cz>
|
||||||
|
|
||||||
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
* cs.po: Added Czech (cs) to ALL_LINGUAS.
|
||||||
|
@ -64,7 +64,7 @@ read_all (int fd,
|
|||||||
guint *bytes_read)
|
guint *bytes_read)
|
||||||
{
|
{
|
||||||
guint left = nbytes;
|
guint left = nbytes;
|
||||||
guint nb;
|
gsize nb;
|
||||||
GIOError error = G_IO_ERROR_NONE;
|
GIOError error = G_IO_ERROR_NONE;
|
||||||
char *bufp = buffer;
|
char *bufp = buffer;
|
||||||
|
|
||||||
|
@ -134,7 +134,7 @@ static int
|
|||||||
test_file (const gchar *filename)
|
test_file (const gchar *filename)
|
||||||
{
|
{
|
||||||
gchar *contents;
|
gchar *contents;
|
||||||
gint length;
|
gsize length;
|
||||||
GError *error;
|
GError *error;
|
||||||
GMarkupParseContext *context;
|
GMarkupParseContext *context;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user