]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorAndreas Jaeger <aj@suse.de>
Fri, 26 Jan 2001 13:42:50 +0000 (13:42 +0000)
committerAndreas Jaeger <aj@suse.de>
Fri, 26 Jan 2001 13:42:50 +0000 (13:42 +0000)
* string/strcoll.c: Likewise.
* string/strxfrm.c: Likewise.
* wctype/wcfuncs_l.c: Likewise.
* wctype/wctype_l.c: Likewise.
* wctype/wctrans_l.c: Likewise.

ChangeLog
stdlib/strfmon.c
stdlib/strtod.c
string/strcoll.c
string/strxfrm.c
sysdeps/generic/strtol.c
wctype/wcfuncs_l.c
wctype/wctrans_l.c
wctype/wctype_l.c

index 8bba5d03c390f328cf84ed487007c591c8bec16d..1c2be3d65d3282548b1357e9708426b0d5a0e183 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
        * sysdeps/generic/strtol.c: Include <locale.h>
        * stdlib/strtod.c: Likewise
        * stdlib/strfmon.c: Likewise.
+       * string/strcoll.c: Likewise.
+       * string/strxfrm.c: Likewise.
+       * wctype/wcfuncs_l.c: Likewise.
+       * wctype/wctype_l.c: Likewise.
+       * wctype/wctrans_l.c: Likewise.
 
        * include/bits/locale.h: New file.
 
index 49d88834fe35dea28e865d37d6092a9d48f186c1..eb4d0961f79358645d4dce898478f44684abaaa5 100644 (file)
@@ -1,5 +1,5 @@
 /* Formatting a monetary value according to the current locale.
-   Copyright (C) 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1996,1997,1998,1999,2000,2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>
    and Jochen Hein <Jochen.Hein@informatik.TU-Clausthal.de>, 1996.
@@ -22,6 +22,7 @@
 #include <ctype.h>
 #include <errno.h>
 #include <langinfo.h>
+#include <locale.h>
 #include <monetary.h>
 #ifdef USE_IN_LIBIO
 # include "../libio/libioP.h"
index f9ffa444e0db29b54f2fd072cce01cfe0bafee8e..49ef2898bef2cb728735b999e1f0ea3cfe7de0d6 100644 (file)
@@ -56,6 +56,7 @@
 #include <float.h>
 #include <ieee754.h>
 #include "../locale/localeinfo.h"
+#include <locale.h>
 #include <math.h>
 #include <stdlib.h>
 #include <string.h>
index 64e00a251a05f1c8d8c2ce5583c988579d86be7e..a9ac5a8f0134465f018e064983bbd9e433d59abe 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995, 96, 97, 98, 99, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1995,96,97,98,99,2000,2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Written by Ulrich Drepper <drepper@cygnus.com>, 1995.
 
@@ -19,6 +19,7 @@
 
 #include <assert.h>
 #include <langinfo.h>
+#include <locale.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <stdlib.h>
index 4a97c3e1cc28a26b76a22b97d7c1ce08bb71d6d2..38be80bea7dc11a369fa0e8f4501f8c63950c134 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1999,2000,2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Written by Ulrich Drepper <drepper@cygnus.com>, 1995.
 
@@ -19,6 +19,7 @@
 
 #include <assert.h>
 #include <langinfo.h>
+#include <locale.h>
 #include <stddef.h>
 #include <stdint.h>
 #include <stdlib.h>
index b2a232320cb7558ab71f505f66217a7c667008f3..f4336602d0e2e98ac0dda5048f1bf065e61fbc1e 100644 (file)
@@ -44,6 +44,7 @@ extern int errno;
 # include <stddef.h>
 # include <stdlib.h>
 # include <string.h>
+# include <locale.h>
 #else
 # ifndef NULL
 #  define NULL 0
index a5528953169ab88a88c60a23e50671ea6bc448b1..ac04ff3375fd16375a3ed58f800062e596bd0a44 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -18,6 +18,7 @@
 
 #include <wctype.h>
 #include <stdint.h>
+#include <locale.h>
 #include <locale/localeinfo.h>
 
 #define USE_IN_EXTENDED_LOCALE_MODEL
index 94e24519267865bfa30e57974e9d89c1e071f1a4..06ffcff6f4542994638e92261a0d8e58c3f38aeb 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1996,1997,1999,2000,2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -16,6 +16,7 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#include <locale.h>
 #include <string.h>
 #include <wctype.h>
 #include "../locale/localeinfo.h"
index 72d79659dd642707045551b1eec1969268098f79..f628ccad7f8ecb4aee0266bfea436c4c5a7e2c9c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 1997, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1996.
 
@@ -18,6 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <endian.h>
+#include <locale.h>
 #include <string.h>
 #include <wctype.h>
 #include <locale/localeinfo.h>