]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 7 Jan 2001 07:37:31 +0000 (07:37 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 7 Jan 2001 07:37:31 +0000 (07:37 +0000)
* sysdeps/alpha/Dist: Add alphaev6/stxncpy.S and alphaev6/stxcpy.S.
* sysdeps/unix/sysv/aix/Dist: Add uitrunc.c, savef.S, and restf.S.
* dlfcn/Makefile (distribute): Add errmsg1mod.c.
* Makefile (distribute): Add include/libc-internal.h.
* libio/Makefile (distribute): Avoid overwriting.

ChangeLog
Makefile
dlfcn/Makefile
libio/Makefile
sysdeps/alpha/Dist
sysdeps/unix/sysv/aix/Dist

index e6cae147d19d8065ccc5214e7e669aab18355ce6..7e6c96a5afbc3d5415e7a302082fd12636a3f24a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
        * version.h (VERSION): Bump to 2.2.1.
 
        * sysdeps/unix/sysv/linux/mips/Dist: Remove sys/acct.h.
+       * sysdeps/alpha/Dist: Add alphaev6/stxncpy.S and alphaev6/stxcpy.S.
+       * sysdeps/unix/sysv/aix/Dist: Add uitrunc.c, savef.S, and restf.S.
+       * dlfcn/Makefile (distribute): Add errmsg1mod.c.
+       * Makefile (distribute): Add include/libc-internal.h.
+       * libio/Makefile (distribute): Avoid overwriting.
 
        * iconvdata/ibm937.c (BODY to IBM937): Correct several mistakes in
        buffer and table handling.
index 0160bba819f10d1e199cabfa0b4c3120d0a5acd9..082e41bf64834d710184c7aba37c8749845b69df 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991-1999, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1991-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
@@ -259,7 +259,7 @@ distribute  :=      README README.libm INSTALL FAQ FAQ.in NOTES NEWS BUGS   \
                config-name.in Makefile.in sysdep.h set-hooks.h         \
                libc-symbols.h version.h shlib-versions rpm/Makefile    \
                rpm/template rpm/rpmrc glibcbug.in abi-tags stub-tag.h  \
-               test-skeleton.c include/des.h                           \
+               test-skeleton.c include/des.h include/libc-internal.h   \
                include/shlib-compat.h Versions.def                     \
                INTERFACE CONFORMANCE NAMESPACE                         \
                $(addprefix scripts/,                                   \
index 3898880f0074a4bce21d82b262db1f94371c5aa6..1bcce2fd1b101a6d4ffb04f9607034a3e02ed679 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.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -21,7 +21,7 @@ headers               := bits/dlfcn.h dlfcn.h
 extra-libs     := libdl
 libdl-routines := dlopen dlclose dlsym dlvsym dlerror dladdr eval
 distribute     := dlopenold.c glreflib1.c glreflib2.c failtestmod.c eval.c \
-                  defaultmod1.c defaultmod2.c
+                  defaultmod1.c defaultmod2.c errmsg1mod.c
 
 extra-libs-others := libdl
 
index c8e047649c9535bd7cf1d5b5e8065b9aafc6ef60..e6a9bb7ac2350f0fe03140282bebaaba3110a075 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.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -50,7 +50,6 @@ routines      :=                                                            \
 tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc   \
        tst_wprintf2 tst-widetext test-fmemopen
 test-srcs = test-freopen
-distribute = test-freopen.sh
 
 all: # Make this the default target; it will be defined in Rules.
 
@@ -94,7 +93,7 @@ shared-only-routines = oldiofopen oldiofdopen oldiofclose oldfileops  \
                       oldiofgetpos oldiofgetpos64 oldiofsetpos         \
                       oldiofsetpos64
 
-distribute := iolibio.h libioP.h strfile.h Banner
+distribute := iolibio.h libioP.h strfile.h Banner test-freopen.sh
 
 include ../Rules
 
index 034f0b03d2a355bdc7518f93e0ba87fb4b6012f0..7cf49111e4df0bd0423a9933d8b2b59e00849693 100644 (file)
@@ -7,3 +7,5 @@ _mcount.S
 stxcpy.S
 stxncpy.S
 fpu/fenv_libc.h
+alphaev6/stxncpy.S
+alphaev6/stxcpy.S
index 9db1d7446d4674033561a07980eb3f2164577d4e..bce733083018f3959e679917b1a09ed30a6540a6 100644 (file)
@@ -4,3 +4,6 @@ dl-close.c
 kernel_proto.h
 bits/utmpx.h
 gnu/lib-names.h
+uitrunc.c
+savef.S
+restf.S