diff options
author | Elliot Lee <sopwith@src.gnome.org> | 2000-12-11 21:07:10 +0000 |
---|---|---|
committer | Elliot Lee <sopwith@src.gnome.org> | 2000-12-11 21:07:10 +0000 |
commit | fec3839db01bcac421f660412f2a77589c720c19 (patch) | |
tree | b04828b79250c279b2c1520a849c8b710d31870c | |
parent | 141d155cddaef8f1a664b74b739d52a17514b443 (diff) | |
download | pango-fec3839db01bcac421f660412f2a77589c720c19.tar.gz |
#include <string.h>
#include <string.h>
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | ChangeLog.pre-1-0 | 3 | ||||
-rw-r--r-- | ChangeLog.pre-1-10 | 3 | ||||
-rw-r--r-- | ChangeLog.pre-1-2 | 3 | ||||
-rw-r--r-- | ChangeLog.pre-1-4 | 3 | ||||
-rw-r--r-- | ChangeLog.pre-1-6 | 3 | ||||
-rw-r--r-- | ChangeLog.pre-1-8 | 3 | ||||
-rw-r--r-- | modules/thai/thai-x.c | 1 | ||||
-rw-r--r-- | modules/thai/thai.c | 1 | ||||
-rw-r--r-- | pango/break.c | 1 | ||||
-rw-r--r-- | tests/.cvsignore | 2 |
11 files changed, 26 insertions, 0 deletions
@@ -1,3 +1,6 @@ +2000-12-11 Elliot Lee <sopwith@redhat.com> + * modules/thai/thai.c, pango/break.c: #include <string.h> + Mon Dec 11 15:20:24 2000 Owen Taylor <otaylor@redhat.com> * examples/HELLO.utf8: Add a tab into to Yiddish line diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index 8aec2835..772ce31b 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,6 @@ +2000-12-11 Elliot Lee <sopwith@redhat.com> + * modules/thai/thai.c, pango/break.c: #include <string.h> + Mon Dec 11 15:20:24 2000 Owen Taylor <otaylor@redhat.com> * examples/HELLO.utf8: Add a tab into to Yiddish line diff --git a/ChangeLog.pre-1-10 b/ChangeLog.pre-1-10 index 8aec2835..772ce31b 100644 --- a/ChangeLog.pre-1-10 +++ b/ChangeLog.pre-1-10 @@ -1,3 +1,6 @@ +2000-12-11 Elliot Lee <sopwith@redhat.com> + * modules/thai/thai.c, pango/break.c: #include <string.h> + Mon Dec 11 15:20:24 2000 Owen Taylor <otaylor@redhat.com> * examples/HELLO.utf8: Add a tab into to Yiddish line diff --git a/ChangeLog.pre-1-2 b/ChangeLog.pre-1-2 index 8aec2835..772ce31b 100644 --- a/ChangeLog.pre-1-2 +++ b/ChangeLog.pre-1-2 @@ -1,3 +1,6 @@ +2000-12-11 Elliot Lee <sopwith@redhat.com> + * modules/thai/thai.c, pango/break.c: #include <string.h> + Mon Dec 11 15:20:24 2000 Owen Taylor <otaylor@redhat.com> * examples/HELLO.utf8: Add a tab into to Yiddish line diff --git a/ChangeLog.pre-1-4 b/ChangeLog.pre-1-4 index 8aec2835..772ce31b 100644 --- a/ChangeLog.pre-1-4 +++ b/ChangeLog.pre-1-4 @@ -1,3 +1,6 @@ +2000-12-11 Elliot Lee <sopwith@redhat.com> + * modules/thai/thai.c, pango/break.c: #include <string.h> + Mon Dec 11 15:20:24 2000 Owen Taylor <otaylor@redhat.com> * examples/HELLO.utf8: Add a tab into to Yiddish line diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6 index 8aec2835..772ce31b 100644 --- a/ChangeLog.pre-1-6 +++ b/ChangeLog.pre-1-6 @@ -1,3 +1,6 @@ +2000-12-11 Elliot Lee <sopwith@redhat.com> + * modules/thai/thai.c, pango/break.c: #include <string.h> + Mon Dec 11 15:20:24 2000 Owen Taylor <otaylor@redhat.com> * examples/HELLO.utf8: Add a tab into to Yiddish line diff --git a/ChangeLog.pre-1-8 b/ChangeLog.pre-1-8 index 8aec2835..772ce31b 100644 --- a/ChangeLog.pre-1-8 +++ b/ChangeLog.pre-1-8 @@ -1,3 +1,6 @@ +2000-12-11 Elliot Lee <sopwith@redhat.com> + * modules/thai/thai.c, pango/break.c: #include <string.h> + Mon Dec 11 15:20:24 2000 Owen Taylor <otaylor@redhat.com> * examples/HELLO.utf8: Add a tab into to Yiddish line diff --git a/modules/thai/thai-x.c b/modules/thai/thai-x.c index 2bb0f120..c6c2a6cc 100644 --- a/modules/thai/thai-x.c +++ b/modules/thai/thai-x.c @@ -28,6 +28,7 @@ #include <glib.h> +#include <string.h> #include "pango.h" #include "pangox.h" diff --git a/modules/thai/thai.c b/modules/thai/thai.c index 2bb0f120..c6c2a6cc 100644 --- a/modules/thai/thai.c +++ b/modules/thai/thai.c @@ -28,6 +28,7 @@ #include <glib.h> +#include <string.h> #include "pango.h" #include "pangox.h" diff --git a/pango/break.c b/pango/break.c index 8e63415b..ce1d7dfb 100644 --- a/pango/break.c +++ b/pango/break.c @@ -21,6 +21,7 @@ #include "pango.h" #include "pango-modules.h" +#include <string.h> /* See http://www.unicode.org/unicode/reports/tr14/ if you hope * to understand the line breaking code. diff --git a/tests/.cvsignore b/tests/.cvsignore new file mode 100644 index 00000000..3dda7298 --- /dev/null +++ b/tests/.cvsignore @@ -0,0 +1,2 @@ +Makefile.in +Makefile |