about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2000-09-093-6/+13
| | | | | | | * sysdeps/ia64/memchr.S: Add .pred.rel to avoid wrong assembler warnings. * sysdeps/ia64/memccpy.S: Likewise. Patches by Jim Wilson <wilson@redhat.com>.
* Update.Ulrich Drepper2000-09-098-25/+61
| | | | | | | | | | | | | | | | | | | | | | | | 2000-09-09 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Use uname before trying to read /proc. Patch by Matt Wilson <msw@redhat.com>. * include/sys/utsname.h: Declare __uname. * sysdeps/generic/uname.c: Make uname a weak alias of __uname. * sysdeps/mach/hurd/uname.c: Likewise. * sysdeps/unix/syscalls.list: Likewise. * iconv/gconv_dl.c (do_release_shlib): Rewrite condition for unloading a bit. 2000-09-08 Ulrich Drepper <drepper@redhat.com> * posix/getopt.c (_getopt_internal): When long_only is set always recognize conflicts just like before. 2000-09-08 Franz Sirl <Franz.Sirl-kernel@lauterbach.com> * sysdeps/ia64/Makefile (sysdep-rtld-routines): New variable.
* Update.Ulrich Drepper2000-09-092-15156/+45345
| | | | * charmaps/GB18030: Update once more.
* (sysdep-rtld-routines): New variable.Ulrich Drepper2000-09-081-0/+1
|
* * sysdeps/unix/sysv/linux/syscalls.list (mincore): Fix arg signature. Greg McGary2000-09-084-2/+19
| | | | | | | | | | * sysdeps/unix/make-syscalls.sh: New signature keyletter `V'. * sysdeps/generic/bp-checks.h (CHECK_N_PAGES): New macro. 2000-09-08 Greg McGary <greg@mcgary.org> * sysdeps/unix/sysv/linux/syscalls.list (mincore): Fix arg signature. * sysdeps/unix/make-syscalls.sh: New signature keyletter `V'. * sysdeps/generic/bp-checks.h (CHECK_N_PAGES): New macro.
* Update.Andreas Jaeger2000-09-081-0/+10
| | | | | | | | | | | | 2000-09-08 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/arm/lockf64.c: New file. * sysdeps/unix/sysv/linux/arm/fcntl.c: New file. * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_GETLK64,F_SETLK64,F_SETLKW64): Use values from 2.4.0-test8. (F_GETLK,F_SETLK,F_SETLKW): Handle __USE_FILE_OFFSET64 correctly.
* * sysdeps/unix/sysv/linux/arm/lockf64.c: New file.Andreas Jaeger2000-09-083-8/+15
| | | | | | | | * sysdeps/unix/sysv/linux/arm/fcntl.c: New file. * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_GETLK64,F_SETLK64,F_SETLKW64): Use values from 2.4.0-test8. (F_GETLK,F_SETLK,F_SETLKW): Handle __USE_FILE_OFFSET64 correctly.
* Update.Ulrich Drepper2000-09-084-1/+17193
| | | | | | | 2000-09-08 Ulrich Drepper <drepper@redhat.com> * charmaps/JOHAB: New file. * SUPPORTED: Add ko_KR.JOHAB.
* Update.Ulrich Drepper2000-09-084-3305/+10
| | | | * iconvdata/tst-tables.sh: Enable EUC-KR test.
* Update.Ulrich Drepper2000-09-082-0/+11
| | | | | * elf/dl-load.c (lose): Decrement _nl_loaded. (_dl_map_object_from_fd): Don't try to dlopen executables.
* Update.Ulrich Drepper2000-09-084-8/+26
| | | | | | | * iconvdata/tst-tables.sh: Actually return with an error if something goes wrong. * iconvdata/tst-table.sh: Return with an error if any of the cmp fails. * iconvdata/big5hkscs.c (BODY of FROM_LOOP): Reject 0xff as input.
* Update.Ulrich Drepper2000-09-083-1/+46
| | | | * iconvdata/tst-tables.sh: Add BIG5HKSCS.
* Update.Ulrich Drepper2000-09-073-2/+7
| | | | | | * iconvdata/tst-table-to.c (main): Correct cast in iconv call. * iconvdata/tst-table-from.c: Include <string.h>. (try): Correct cast in iconv call.
* Update.Ulrich Drepper2000-09-073-2/+11
| | | | | | | | * elf/Makefile (all-rtld-routines): Evaluate $(sysdep-rtld-routines) too. * sysdeps/powerpc/Makefile (sysdep-rtld-routines): New variable. (sysdep_routines): Remove dl-start. Patches by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
* Update.Ulrich Drepper2000-09-074-2/+11
| | | | | | | | | 2000-09-07 Ulrich Drepper <drepper@redhat.com> * assert/__assert.c: Undefine NDEBUG before include <assert.h>. * sysdeps/unix/sysv/linux/msgsnd.c (msgsnd): Add cast to avoid warning. * sysdeps/unix/sysv/linux/shmat.c (shmat): Likewise.
* Update.Ulrich Drepper2000-09-072-0/+71
| | | | | | 2000-09-06 Andreas Schwab <schwab@suse.de> * sysdeps/unix/sysv/linux/ia64/bits/time.h: New file.
* Update.Ulrich Drepper2000-09-072-3/+7
| | | | | | * sysdeps/unix/sysv/linux/gethostid.c: Find hostid file in /etc. * sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Fix calls to dl_lookup.
* Update.Ulrich Drepper2000-09-072-0/+4
| | | | | * scripts/config.sub: Strip out -unknown for Linux targets. Patch by Scott Bambrough <scottb@netwinder.org>.
* Update.Ulrich Drepper2000-09-072-1/+12
| | | | | | | 2000-09-07 Ulrich Drepper <drepper@redhat.com> * posix/tst-dir.c (main): Correct one bug (missing NULL test) and add one more test.
* Regenerated from source filesUlrich Drepper2000-09-071-251/+196
|
* Update.Andreas Jaeger2000-09-074-1/+11
| | | | | | | * sysdeps/unix/sysv/linux/mips/lockf64.c: New file. * sysdeps/unix/sysv/linux/i386/fcntl.c: Add prototypes for the syscalls.
* Update.Andreas Jaeger2000-09-075-6/+69
| | | | | | | | | | | | * sysdeps/unix/sysv/linux/mips/syscalls.list: Add __syscall_fcntl. * sysdeps/mips/dl-machine.h (RESOLVE_GOTSYM): Fix calls to dl_lookup. (ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise. * sysdeps/unix/sysv/linux/mips/fcntl.c: New file. * stdlib/tst-bsearch.c (main): Add more test cases.
* Update.Andreas Jaeger2000-09-071-0/+6
| | | | | | | | 2000-09-07 Andreas Jaeger <aj@suse.de> * locale/programs/ld-collate.c (handle_ellipsis): Fix typo. * elf/dl-load.c (_dl_map_object_from_fd): Likewise. Reported by GOTO Masanori <gotom@debian.or.jp>.
* * locale/programs/ld-collate.c (handle_ellipsis): Fix typo. Andreas Jaeger2000-09-072-2/+2
| | | | | * elf/dl-load.c (_dl_map_object_from_fd): Likewise. Reported by GOTO Masanori <gotom@debian.or.jp>.
* Update.Ulrich Drepper2000-09-072-0/+482
| | | | | | | | 2000-09-07 Ulrich Drepper <drepper@redhat.com> * posix/Makefile (tests): Add tst-dir. (tst-dir-ARGS): New variable. * posix/tst-dir.c: New file.
* (tests): Add tst-dir. (tst-dir-ARGS): New variable.Ulrich Drepper2000-09-071-1/+2
|
* Update.Andreas Jaeger2000-09-072-0/+8
| | | | | | | | | 2000-09-07 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/sys/syscall.h (SYS_getdents64): New. (SYS_fcntl64): New. * sysdeps/unix/sysv/linux/mips/syscalls.list: Add getdents64.
* (SYS_getdents64): New. (SYS_fcntl64): New.Andreas Jaeger2000-09-071-5/+2
|
* Update.Ulrich Drepper2000-09-074-0/+44
| | | | | | | | | * sysdeps/unix/opendir.c: If O_DIRECTORY_WORKS is defined don't use the hack with tryopen_o_directory to determine at runtime whether it works. * sysdeps/unix/sysv/linux/opendir.c: New file. * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_O_DIRECTORY if kernel knows O_DIRECTORY.
* Update.Ulrich Drepper2000-09-074-3/+84
| | | | | | | | | * catgets/Depend: New file. Add intl. * catgets/Makefile (tests): Add tst-catgets. (generated): Remove de.msg. (generated-dirs): Add de. Add dependency if tst-catgets output on de/libc.cat. * catgets/tst-catgets.c: New file.
* Update.Ulrich Drepper2000-09-063-813/+7419
| | | | | * po/ja.po: New file. * po/el.po: Update from translation team.
* Update.Ulrich Drepper2000-09-064-2/+185
| | | | | | | * wcsmbs/Depend: New file. * wcsmbs/Makefile (tests): Add tst-btowc. (tst-btowc-ENV): Define. * wcsmbs/tst-btowc.c: New file.
* Update.Ulrich Drepper2000-09-062-0/+3
| | | | | * sysdeps/unix/sysv/linux/_G_config.h: Moved to... * sysdeps/gnu/_G_config.h: ...here to be shared with Hurd.
* Update.Ulrich Drepper2000-09-062-2/+5
| | | | * sysdeps/posix/signal.c: Add sig to act.sa_mask for completeness.
* Update.Ulrich Drepper2000-09-063-1/+88
| | | | | * stdlib/Makefile (tests): Add tst-bsearch. * stdlib/tst-bsearch.c: New file.
* Update.Ulrich Drepper2000-09-063-5/+34
| | | | | | | | | | | | | 2000-09-06 Ulrich Drepper <drepper@redhat.com> * posix/getopt.c (_getopt_internal): Don't recognize an option name as ambiguous if it's a prefix for more than one name but the other struct option values are identical. * posix/tstgetopt.c: Add test for improved ambiguity recognition. Don't depend on visual inspection of the output file to recognize errors. * posix/Makefile (tstgetopt-ARGS): Add a few more parameters.
* (_getopt_internal): Don't recognize an option name as ambiguous if it's a ↵Ulrich Drepper2000-09-061-1/+3
| | | | prefix for more than one name but the other struct option values are identical.
* Update.Andreas Jaeger2000-09-0611-5/+117
| | | | | | | | | | | | | | | | | | | | | | | | 2000-09-06 Andreas Jaeger <aj@suse.de> * sysdeps/alpha/soft-fp/Dist: New file. * sysdeps/i386/soft-fp/Dist: New file. * sysdeps/mips/mips64/soft-fp/Dist: New file. * sysdeps/mips/soft-fp/Dist: New file. * sysdeps/powerpc/soft-fp/Dist: New file. * sysdeps/sparc/sparc32/soft-fp/Dist: New file. * sysdeps/sparc/sparc64/soft-fp/Dist: New file. * sysdeps/sparc/sparc64/soft-fp/Makefile [$(subdir) = soft-fp]: Use sysdep_routines instead of routines to fix make dist failure. * sysdeps/sparc/sparc32/soft-fp/Makefile: Likewise (in commented out code). * sysdeps/powerpc/soft-fp/Makefile [$(subdir) = soft-fp]: Likewise. * sysdeps/mips/Makefile [$(subdir) = misc]: Use sysdep_headers instead of headers for make dist. * sysdeps/unix/sysv/linux/mips/Makefile [$(subdir) = misc]: Likewise.
* [$(subdir) = misc]: Use sysdep_headers instead of headers for make dist.Andreas Jaeger2000-09-062-2/+3
|
* * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h: New file.Andreas Schwab2000-09-061-0/+4
|
* (distribute): Remove ChangeLog.Andreas Jaeger2000-09-061-2/+1
|
* Update.Andreas Jaeger2000-09-061-0/+7
| | | | | | | | | 2000-09-06 Andreas Jaeger <aj@suse.de> * soft-fp/Makefile (distribute): Remove ChangeLog. * sysdeps/sparc/sparc32/Makefile [$(subdir) = gnulib]: Use sysdep_routines instead of routines for make dist.
* [$(subdir) = gnulib]: Use sysdep_routines instead of routines for make dist.Andreas Jaeger2000-09-061-2/+2
|
* Update.Ulrich Drepper2000-09-063-13/+31
| | | | | | | | | | | | | | | | | | | 2000-09-05 Ulrich Drepper <drepper@redhat.com> * libio/libio.h (_IO_fwide_maybe_incompatible): For glibc 2.0 compatibility check for old stream and call _IO_wide in doubt. (_IO_fwide): Use _IO_fwide_maybe_incompatible macro. * libio/iofwide.c (_IO_fwide): If compatibility with glibc 2.0 is needed tst for such an old structure and don't do anything. * libio/freopen.c: Remove declaration of _IO_stdin_used. * soft-fp/Makefile (distribute): Add op-8.h and testit.c. * soft-fp/Makefile (distribute): Add the math functions, too. * soft-fp/Makefile (distribute): Add ChangeLog, Banner, and configure. * soft-fp/soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it as a statement. * soft-fp/sysdeps/powerpc/Makefile (routines): New file. * soft-fp/sysdeps/powerpc/q_*: New files.
* (_IO_fwide): If compatibility with glibc 2.0 is needed tst for such an old ↵Ulrich Drepper2000-09-061-3/+15
| | | | structure and don't do anything.
* Update.Andreas Jaeger2000-09-063-153/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | 2000-09-06 Andreas Jaeger <aj@suse.de> * sysdeps/powerpc/Makefile [$(subdir) = elf]: Modify sysdep-dl-routines and sysdep_routines instead of rtld-routines and dl-routines. * soft-fp/ChangeLog: Merged with this file. 2000-06-13 Ulrich Drepper <drepper@redhat.com> * soft-fp/Makefile (distribute): Add op-8.h and testit.c. * soft-fp/Makefile (distribute): Add the math functions, too. * soft-fp/Makefile (distribute): Add ChangeLog, Banner, and configure. 2000-03-03 Geoff Keating <geoffk@cygnus.com> * soft-fp/soft-fp.h (_FP_ROUND_ZERO): Cast 0 to void before using it as a statement. * soft-fp/sysdeps/powerpc/Makefile (routines): New file. * soft-fp/sysdeps/powerpc/q_*: New files.
* Update.Andreas Jaeger2000-09-051-0/+2
| | | | * soft-fp/Makefile (distribute): Remove configure.
* (distribute): Remove configure.Andreas Jaeger2000-09-051-1/+1
|
* Update.Ulrich Drepper2000-09-053-8/+40
| | | | | | | | | | | | | | | 2000-09-05 Ulrich Drepper <drepper@redhat.com> * stdio-common/vfprintf.c (process_string_arg): Handle precision in wide char case correctly. Don't allocate too long temporary strings with alloca. * stdio-common/Makefile (tests): Add tst-swprintf. (tst-swprintf-ENV): New variable. * stdio-common/tst-swprintf.c: New file. * soft-fp/sysdeps/sparc/sparc64/qp_neg.S: Move from here... * sysdeps/sparc/sparc64/soft-fp/qp_neg.S: ... to here.
* Test case for swptinf.Ulrich Drepper2000-09-051-0/+56
|