diff options
| author | Ulrich Drepper <drepper@redhat.com> | 1997-10-15 05:34:02 +0000 |
|---|---|---|
| committer | Ulrich Drepper <drepper@redhat.com> | 1997-10-15 05:34:02 +0000 |
| commit | f2ea0f5b0d6ff2bbf261a5fd3d61f967e36f22e6 (patch) | |
| tree | 9553a1d3102f18a5c73538902c851b463b70c108 | |
| parent | 1ea89a402d892b68b193e2e4390d8eb33ed686e7 (diff) | |
| download | glibc-f2ea0f5b0d6ff2bbf261a5fd3d61f967e36f22e6.tar.xz glibc-f2ea0f5b0d6ff2bbf261a5fd3d61f967e36f22e6.zip | |
Update.cvs/libc-ud-971014
1997-10-15 06:56 Ulrich Drepper <drepper@cygnus.com>
* Rules: Remove ruls to magically install <subdir>.h headers.
Reported by Mark Kettenis <kettenis@phys.uva.nl>.
* glibcbug.in: Fix @gnu.ai.mit.edu -> @gnu.org.
* version.c: Likewise.
* catgets/gencat.c: Likewise.
* db2/makedb.c: Likewise.
* locale/programs/locale.c: Likewise.
* locale/programs/localedef.c: Likewise.
* libc.map: Move _IO_list_all back to GLIBC_2.0.
* elf/rtld.c: Provide name of running program to _dl_new_object.
* Rules: Implement shared-only-sources.
* include/libc-symbols.h: Define default_symbol_version.
* libio/Makefile (shared-only-sources): Define.
* libio/freopen.c: Define as default version.
* libio/iofopen.c: Likewise.
* libio/genops.c: Define _IO_list_all here.
* libio/stdfiles.c: Create linked list with public names.
* libio/oldstdfiles.c: Likewise.
* stdio-common/printf.c: Optimize.
* stdio-common/scanf.c: Optimize.
* sysdeps/generic/setfpucw.c: Include #include <...> not "...".
* sysdeps/i386/i486/bits/string.h: Add optimized versions of index and
rindex.
1997-10-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* manual/arith.texi: Spelling fixes.
* manual/conf.texi: Likewise.
* manual/creature.texi: Likewise.
* manual/filesys.texi: Likewise.
* manual/intro.texi: Likewise.
* manual/llio.texi: Likewise.
* manual/math.texi: Likewise.
* manual/message.texi: Likewise.
* manual/pattern.texi: Likewise.
* manual/search.texi: Likewise.
* manual/signal.texi: Likewise.
* manual/socket.texi: Likewise.
* manual/startup.texi: Likewise.
* manual/stdio.texi: Likewise.
* manual/string.texi: Likewise.
* manual/time.texi: Likewise.
* manual/users.texi: Likewise.
1997-10-13 05:25 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/sys/mman.h: Use __ptr_t instead of __caddr_t.
* sysdeps/unix/bsd/osf/sys/mman.h: Likewise.
* sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Likewise.
* sysdeps/unix/bsd/ultrix4/sys/mman.h: Likewise.
* sysdeps/unix/sysv/irix4/sys/mman.h: Likewise.
* sysdeps/unix/sysv/linux/sys/mman.h: Likewise.
* sysdeps/mach/hurd/mmap.c: Likewise.
* sysdeps/generic/mmap.c: Likewise.
* sysdeps/unix/bsd/sun/sunos4/mmap.c: Likewise.
* sysdeps/mach/munmap.c: Likewise.
* sysdeps/generic/munmap.c: Likewise.
* sysdeps/mach/mprotect.c: Likewise.
* sysdeps/generic/mprotect.c: Likewise.
* sysdeps/generic/msync.c: Likewise.
* sysdeps/generic/madvise.c: Likewise.
* sysdeps/unix/sysv/linux/madvise.c: Include stub version from generic
subdir.
1997-10-12 20:27 Zack Weinberg <zack@rabi.phys.columbia.edu>
* sysdeps/stub (all files): Moved to sysdeps/generic.
* all files using stub_warning: Include <stub-tag.h>.
* include/stub-tag.h: New file, marks stubs in .d files.
* Makerules: Look for stub-tag.h, not sysdeps/stub, when building
<gnu/stubs.h>.
* configure.in: Don't add sysdeps/stub to $sysnames.
* sysdeps/unix/Makefile: Look for generic headers, not stub
headers.
* sysdeps/generic/Makefile: Likewise.
* manual/maint.texi: Delete references to sysdeps/stub.
* INSTALL: Rebuilt.
* configure: Rebuilt.
| -rw-r--r-- | ChangeLog | 89 | ||||
| -rw-r--r-- | INSTALL | 187 | ||||
| -rw-r--r-- | Makerules | 9 | ||||
| -rw-r--r-- | Rules | 21 | ||||
| -rw-r--r-- | bits/dirent.h (renamed from sysdeps/stub/bits/dirent.h) | 0 | ||||
| -rw-r--r-- | bits/elfclass.h (renamed from sysdeps/stub/bits/elfclass.h) | 0 | ||||
| -rw-r--r-- | bits/endian.h (renamed from sysdeps/stub/bits/endian.h) | 0 | ||||
| -rw-r--r-- | bits/errno.h (renamed from sysdeps/stub/bits/errno.h) | 0 | ||||
| -rw-r--r-- | bits/fcntl.h (renamed from sysdeps/stub/bits/fcntl.h) | 0 | ||||
| -rw-r--r-- | bits/fenv.h (renamed from sysdeps/stub/bits/fenv.h) | 0 | ||||
| -rw-r--r-- | bits/huge_val.h (renamed from sysdeps/stub/bits/huge_val.h) | 0 | ||||
| -rw-r--r-- | bits/ioctls.h (renamed from sysdeps/stub/bits/ioctls.h) | 0 | ||||
| -rw-r--r-- | bits/ipc.h (renamed from sysdeps/stub/bits/ipc.h) | 0 | ||||
| -rw-r--r-- | bits/libc-lock.h (renamed from sysdeps/stub/bits/libc-lock.h) | 0 | ||||
| -rw-r--r-- | bits/local_lim.h (renamed from sysdeps/stub/bits/local_lim.h) | 0 | ||||
| -rw-r--r-- | bits/mathinline.h (renamed from sysdeps/stub/bits/mathinline.h) | 0 | ||||
| -rw-r--r-- | bits/msq.h (renamed from sysdeps/stub/bits/msq.h) | 0 | ||||
| -rw-r--r-- | bits/nan.h (renamed from sysdeps/stub/bits/nan.h) | 0 | ||||
| -rw-r--r-- | bits/posix_opt.h (renamed from sysdeps/stub/bits/posix_opt.h) | 0 | ||||
| -rw-r--r-- | bits/sem.h (renamed from sysdeps/stub/bits/sem.h) | 0 | ||||
| -rw-r--r-- | bits/setjmp.h (renamed from sysdeps/stub/bits/setjmp.h) | 0 | ||||
| -rw-r--r-- | bits/shm.h (renamed from sysdeps/stub/bits/shm.h) | 0 | ||||
| -rw-r--r-- | bits/sigcontext.h (renamed from sysdeps/stub/bits/sigcontext.h) | 0 | ||||
| -rw-r--r-- | bits/signum.h (renamed from sysdeps/stub/bits/signum.h) | 0 | ||||
| -rw-r--r-- | bits/stat.h (renamed from sysdeps/stub/bits/stat.h) | 0 | ||||
| -rw-r--r-- | bits/string.h (renamed from sysdeps/stub/bits/string.h) | 0 | ||||
| -rw-r--r-- | bits/time.h (renamed from sysdeps/stub/bits/time.h) | 0 | ||||
| -rw-r--r-- | bits/waitflags.h (renamed from sysdeps/stub/bits/waitflags.h) | 0 | ||||
| -rw-r--r-- | catgets/gencat.c | 2 | ||||
| -rwxr-xr-x | configure | 4 | ||||
| -rw-r--r-- | configure.in | 4 | ||||
| -rw-r--r-- | db2/makedb.c | 2 | ||||
| -rw-r--r-- | elf/rtld.c | 3 | ||||
| -rw-r--r-- | glibcbug.in | 2 | ||||
| -rw-r--r-- | include/libc-symbols.h | 3 | ||||
| -rw-r--r-- | include/stub-tag.h | 5 | ||||
| -rw-r--r-- | libc.map | 6 | ||||
| -rw-r--r-- | libio/Makefile | 2 | ||||
| -rw-r--r-- | libio/freopen.c | 2 | ||||
| -rw-r--r-- | libio/genops.c | 2 | ||||
| -rw-r--r-- | libio/iofopen.c | 4 | ||||
| -rw-r--r-- | libio/oldstdfiles.c | 8 | ||||
| -rw-r--r-- | libio/stdfiles.c | 14 | ||||
| -rw-r--r-- | locale/programs/locale.c | 2 | ||||
| -rw-r--r-- | locale/programs/localedef.c | 2 | ||||
| -rw-r--r-- | manual/arith.texi | 20 | ||||
| -rw-r--r-- | manual/conf.texi | 16 | ||||
| -rw-r--r-- | manual/creature.texi | 2 | ||||
| -rw-r--r-- | manual/filesys.texi | 30 | ||||
| -rw-r--r-- | manual/intro.texi | 2 | ||||
| -rw-r--r-- | manual/llio.texi | 8 | ||||
| -rw-r--r-- | manual/maint.texi | 51 | ||||
| -rw-r--r-- | manual/math.texi | 34 | ||||
| -rw-r--r-- | manual/message.texi | 70 | ||||
| -rw-r--r-- | manual/pattern.texi | 4 | ||||
| -rw-r--r-- | manual/search.texi | 18 | ||||
| -rw-r--r-- | manual/signal.texi | 2 | ||||
| -rw-r--r-- | manual/socket.texi | 2 | ||||
| -rw-r--r-- | manual/startup.texi | 2 | ||||
| -rw-r--r-- | manual/stdio.texi | 24 | ||||
| -rw-r--r-- | manual/string.texi | 26 | ||||
| -rw-r--r-- | manual/time.texi | 4 | ||||
| -rw-r--r-- | manual/users.texi | 2 | ||||
| -rw-r--r-- | stdio-common/printf.c | 4 | ||||
| -rw-r--r-- | stdio-common/scanf.c | 15 | ||||
| -rw-r--r-- | sysdeps/generic/Makefile | 2 | ||||
| -rw-r--r-- | sysdeps/generic/__longjmp.c (renamed from sysdeps/stub/__longjmp.c) | 1 | ||||
| -rw-r--r-- | sysdeps/generic/_exit.c (renamed from sysdeps/stub/_exit.c) | 1 | ||||
| -rw-r--r-- | sysdeps/generic/accept.c (renamed from sysdeps/stub/accept.c) | 1 | ||||
| -rw-r--r-- | sysdeps/generic/access.c (renamed from sysdeps/stub/access.c) | 1 | ||||
| -rw-r--r-- | sysdeps/generic/acct.c (renamed from sysdeps/stub/acct.c) | 1 | ||||
| -rw-r--r-- | sysdeps/generic/adjtime.c (renamed from sysdeps/stub/adjtime.c) | 1 | ||||
| -rw-r--r-- | sysdeps/generic/alarm.c (renamed from sysdeps/stub/alarm.c) | 1 | ||||
| -rw-r--r-- | sysdeps/generic/asm-syntax.h (renamed from sysdeps/stub/asm-syntax.h) | 0 | ||||
| -rw-r--r-- | sysdeps/generic/atomicity.h (renamed from sysdeps/stub/atomicity.h) | 0 | ||||
| -rw-r--r-- | sysdeps/generic/bind.c (renamed from sysdeps/stub/bind.c) | 1 | ||||
| -rw-r--r-- | sysdeps/generic/bits/dirent.h | 24 | ||||
| -rw-r--r-- | sysdeps/generic/bits/elfclass.h | 8 | ||||
| -rw-r--r-- | sysdeps/generic/bits/endian.h | 9 | ||||
| -rw-r--r-- | sysdeps/generic/bits/errno.h | 40 | ||||
| -rw-r--r-- | sysdeps/generic/bits/fcntl.h | 85 | ||||
| -rw-r--r-- | sysdeps/generic/bits/fenv.h | 61 | ||||
| -rw-r--r-- | sysdeps/generic/bits/huge_val.h | 26 | ||||
| -rw-r--r-- | sysdeps/generic/bits/ioctls.h | 1 | ||||
| -rw-r--r-- | sysdeps/generic/bits/ipc.h | 56 | ||||
| -rw-r--r-- | sysdeps/generic/bits/libc-lock.h | 109 | ||||
| -rw-r--r-- | sysdeps/generic/bits/local_lim.h | 3 | ||||
| -rw-r--r-- | sysdeps/generic/bits/mathinline.h | 12 | ||||
| -rw-r--r-- | sysdeps/generic/bits/msq.h | 47 | ||||
