mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-11 18:33:18 +01:00
typo fixups
This commit is contained in:
parent
da0f2dde98
commit
478632418e
@ -7,7 +7,7 @@ Fri Jul 10 06:33:43 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gutils.c: removed all g_str* functions.
|
||||
* gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
|
||||
place. this file shall never include <stdlib.h> to avoid clashes for
|
||||
place. this file shall never include <unistd.h> to avoid clashes for
|
||||
some of the g_str* functions on some OSes.
|
||||
|
||||
Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>
|
||||
|
@ -7,7 +7,7 @@ Fri Jul 10 06:33:43 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gutils.c: removed all g_str* functions.
|
||||
* gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
|
||||
place. this file shall never include <stdlib.h> to avoid clashes for
|
||||
place. this file shall never include <unistd.h> to avoid clashes for
|
||||
some of the g_str* functions on some OSes.
|
||||
|
||||
Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>
|
||||
|
@ -7,7 +7,7 @@ Fri Jul 10 06:33:43 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gutils.c: removed all g_str* functions.
|
||||
* gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
|
||||
place. this file shall never include <stdlib.h> to avoid clashes for
|
||||
place. this file shall never include <unistd.h> to avoid clashes for
|
||||
some of the g_str* functions on some OSes.
|
||||
|
||||
Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>
|
||||
|
@ -7,7 +7,7 @@ Fri Jul 10 06:33:43 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gutils.c: removed all g_str* functions.
|
||||
* gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
|
||||
place. this file shall never include <stdlib.h> to avoid clashes for
|
||||
place. this file shall never include <unistd.h> to avoid clashes for
|
||||
some of the g_str* functions on some OSes.
|
||||
|
||||
Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>
|
||||
|
@ -7,7 +7,7 @@ Fri Jul 10 06:33:43 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gutils.c: removed all g_str* functions.
|
||||
* gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
|
||||
place. this file shall never include <stdlib.h> to avoid clashes for
|
||||
place. this file shall never include <unistd.h> to avoid clashes for
|
||||
some of the g_str* functions on some OSes.
|
||||
|
||||
Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>
|
||||
|
@ -7,7 +7,7 @@ Fri Jul 10 06:33:43 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gutils.c: removed all g_str* functions.
|
||||
* gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
|
||||
place. this file shall never include <stdlib.h> to avoid clashes for
|
||||
place. this file shall never include <unistd.h> to avoid clashes for
|
||||
some of the g_str* functions on some OSes.
|
||||
|
||||
Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>
|
||||
|
@ -7,7 +7,7 @@ Fri Jul 10 06:33:43 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gutils.c: removed all g_str* functions.
|
||||
* gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
|
||||
place. this file shall never include <stdlib.h> to avoid clashes for
|
||||
place. this file shall never include <unistd.h> to avoid clashes for
|
||||
some of the g_str* functions on some OSes.
|
||||
|
||||
Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>
|
||||
|
@ -7,7 +7,7 @@ Fri Jul 10 06:33:43 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gutils.c: removed all g_str* functions.
|
||||
* gstrfuncs.c: moved the bunch g_str* functions from gutils.c in this
|
||||
place. this file shall never include <stdlib.h> to avoid clashes for
|
||||
place. this file shall never include <unistd.h> to avoid clashes for
|
||||
some of the g_str* functions on some OSes.
|
||||
|
||||
Fri Jul 10 00:29:03 EEST 1998 Lauri Alanko <nether@gimp.org>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <locale.h>
|
||||
#include <ctype.h> /* For tolower() */
|
||||
#include "glib.h"
|
||||
/* do not include <unistd.h> in this place since which,
|
||||
/* do not include <unistd.h> in this place since it
|
||||
* inteferes with g_strsignal() on some OSes
|
||||
*/
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
#include <locale.h>
|
||||
#include <ctype.h> /* For tolower() */
|
||||
#include "glib.h"
|
||||
/* do not include <unistd.h> in this place since which,
|
||||
/* do not include <unistd.h> in this place since it
|
||||
* inteferes with g_strsignal() on some OSes
|
||||
*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user