]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 25 Feb 2000 17:08:15 +0000 (17:08 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 25 Feb 2000 17:08:15 +0000 (17:08 +0000)
2000-02-25  Andreas Jaeger  <aj@suse.de>

* stdio-common/Makefile (CFLAGS-_itoa.c): The code has been
fixed, we don't need to disable the warnings anymore, remove them.
* elf/Makefile (CFLAGS-dl-load.c): Likewise.

* posix/Makefile (CFLAGS-regex.c): Remove not needed warning
flag.

* posix/regex.c (regex_compile): Remove unused variables.

2000-02-25  Andreas Jaeger  <aj@suse.de>

* sysdeps/unix/sysv/linux/bits/msq.h (struct msqid_ds): Use
__pid_t.
* sysdeps/unix/sysv/linux/alpha/bits/msq.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.

2000-02-25  Andreas Jaeger  <aj@suse.de>

* locale/programs/ld-ctype.c (allocate_arrays): Add missing
variable declaration.

ChangeLog
elf/Makefile
locale/programs/ld-ctype.c
posix/Makefile
posix/regex.c
stdio-common/Makefile
sysdeps/unix/sysv/linux/alpha/bits/msq.h
sysdeps/unix/sysv/linux/bits/msq.h
sysdeps/unix/sysv/linux/sparc/bits/msq.h

index a17b1e8666c03c3f2ef0e64b4cba4798d8905cd1..2198686e51dad9af58457af959cfe9c9081c2066 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2000-02-25  Andreas Jaeger  <aj@suse.de>
+
+       * stdio-common/Makefile (CFLAGS-_itoa.c): The code has been
+       fixed, we don't need to disable the warnings anymore, remove them.
+       * elf/Makefile (CFLAGS-dl-load.c): Likewise.
+
+       * posix/Makefile (CFLAGS-regex.c): Remove not needed warning
+       flag.
+
+       * posix/regex.c (regex_compile): Remove unused variables.
+
+2000-02-25  Andreas Jaeger  <aj@suse.de>
+
+       * sysdeps/unix/sysv/linux/bits/msq.h (struct msqid_ds): Use
+       __pid_t.
+       * sysdeps/unix/sysv/linux/alpha/bits/msq.h: Likewise.
+       * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
+
+2000-02-25  Andreas Jaeger  <aj@suse.de>
+
+       * locale/programs/ld-ctype.c (allocate_arrays): Add missing
+       variable declaration.
+
 2000-02-25  Ulrich Drepper  <drepper@redhat.com>
 
        * conform/conformtest.pl (@headers): Add "sys/msg.h", "sys/mman.h",
index 422d278ce2ec424376c4c9e70f6a7574d740e837..b262418d195e7d0123851ce793aad8df2ee558c0 100644 (file)
@@ -153,7 +153,6 @@ $(objpfx)trusted-dirs.st: Makefile $(..)Makeconfig
        $(move-if-change) ${@:st=T} ${@:st=h}
        touch $@
 CPPFLAGS-dl-load.c = -I$(objpfx).
-CFLAGS-dl-load.c += -Wno-uninitialized
 
 ifeq (yes,$(build-shared))
 $(inst_slibdir)/$(rtld-version-installed-name): $(objpfx)ld.so $(+force)
index dbd030c78ec9074a4daf308717b226716348dee8..b0b9144c1409ae51ae0f3262fc3dab0328758576 100644 (file)
@@ -3050,7 +3050,8 @@ allocate_arrays (struct locale_ctype_t *ctype, struct charmap_t *charmap,
                 struct repertoire_t *repertoire)
 {
   size_t idx;
-
+  size_t width_table_size;
+  
   /* First we have to decide how we organize the arrays.  It is easy
      for a one-byte character set.  But multi-byte character set
      cannot be stored flat because the chars might be sparsely used.
index 674277e48b9b5ec6f5064419fad695899b14a689..022b45509b8c221a6ffc818862a18046c31c2d16 100644 (file)
@@ -91,7 +91,7 @@ do-wordexp-test: $(objpfx)wordexp-test
 endif
 endif
 
-CFLAGS-regex.c = -Wno-unused -Wno-strict-prototypes -DDEBUG
+CFLAGS-regex.c = -Wno-strict-prototypes -DDEBUG
 CFLAGS-getaddrinfo.c = -DRESOLVER
 
 $(objpfx)libposix.a: $(dep-dummy-lib); $(make-dummy-lib)
index 2f3a9b5b8f0a212b0743328da9c6ca8d97602bce..507ac86545a619511fe7dc1e17f5ede4ba159f33 100644 (file)
@@ -2448,7 +2448,6 @@ regex_compile (pattern, size, syntax, bufp)
                            const int32_t *indirect;
                            int32_t idx;
                            const unsigned char *cp = str;
-                           int32_t weight;
                            int ch;
 
                            /* This #include defines a local function!  */
@@ -2584,11 +2583,8 @@ regex_compile (pattern, size, syntax, bufp)
                            const unsigned char *extra;
                            int32_t idx;
                            int32_t elem;
-                           const unsigned char *cp = str;
-                           int32_t weight;
                            int32_t second;
                            int32_t hash;
-                           int ch;
 
                            table_size =
                              _NL_CURRENT_WORD (LC_COLLATE,
index d2f51888e443b79f5e76a269428da4908d8fd1c9..c93ead645439886416615b9378731bdc70ea3ee5 100644 (file)
@@ -59,7 +59,6 @@ tests := tst-printf tstscanf test_rdwr test-popen tstgetln test-fseek \
 include ../Rules
 
 CFLAGS-vfprintf.c = -Wno-uninitialized
-CFLAGS-_itoa.c = -Wno-unused
 CFLAGS-tst-printf.c = -Wno-format
 CFLAGS-tstdiomisc.c = -Wno-format
 CFLAGS-scanf4.c = -Wno-format
index 3ca076e9f9f68cc42bca14f8de239807fc30a724..9271ce69d7fe0fd52cf1ca130067f6dec0fb5e83 100644 (file)
@@ -44,8 +44,8 @@ struct msqid_ds
   unsigned long int __msg_cbytes; /* current number of bytes on queue */
   msgqnum_t msg_qnum;          /* number of messages currently on queue */
   msglen_t msg_qbytes;         /* max number of bytes allowed on queue */
-  pid_t msg_lspid;             /* pid of last msgsnd() */
-  pid_t msg_lrpid;             /* pid of last msgrcv() */
+  __pid_t msg_lspid;           /* pid of last msgsnd() */
+  __pid_t msg_lrpid;           /* pid of last msgrcv() */
   unsigned long int __unused1;
   unsigned long int __unused2;
 };
index 840ddd6a8fe4dede7a54dcb5a84533e44764624d..7088ae20979fdc9f6d33cb560612072a2a04a335 100644 (file)
@@ -47,8 +47,8 @@ struct msqid_ds
   unsigned long int __msg_cbytes; /* current number of bytes on queue */
   msgqnum_t msg_qnum;          /* number of messages currently on queue */
   msglen_t msg_qbytes;         /* max number of bytes allowed on queue */
-  pid_t msg_lspid;             /* pid of last msgsnd() */
-  pid_t msg_lrpid;             /* pid of last msgrcv() */
+  __pid_t msg_lspid;           /* pid of last msgsnd() */
+  __pid_t msg_lrpid;           /* pid of last msgrcv() */
   unsigned long int __unused4;
   unsigned long int __unused5;
 };
index 6b32ef94c440b626f623472b938b4724824af540..ea307289d37dfde315f90da581e9a2329a306d7d 100644 (file)
@@ -54,8 +54,8 @@ struct msqid_ds
   unsigned long int __msg_cbytes; /* current number of bytes on queue */
   msgqnum_t msg_qnum;          /* number of messages currently on queue */
   msglen_t msg_qbytes;         /* max number of bytes allowed on queue */
-  pid_t msg_lspid;             /* pid of last msgsnd() */
-  pid_t msg_lrpid;             /* pid of last msgrcv() */
+  __pid_t msg_lspid;           /* pid of last msgsnd() */
+  __pid_t msg_lrpid;           /* pid of last msgrcv() */
   unsigned long int __unused1;
   unsigned long int __unused2;
 };