about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2000-08-234-2/+7
| | | | | * locales/es_MX: Correct int_curr_symbol. * locales/es_PE: Likewise.
* Update.Ulrich Drepper2000-08-236-1886/+38
| | | | | | | | | | * SUPPORTED: Add missing supported locales. * locales/fa_IR: Correct a few of the contained bugs. * locales/en_CA,2.5: Removed. * locales/fr_CA,2.13: Removed. * locales/in_ID: Removed.
* Update.Ulrich Drepper2000-08-232-0/+21806
| | | | | | * locales/zh_HK: New file. * charmaps/BIG5HKSCS: New file.
* Chinese language locale for Hong Kong.Ulrich Drepper2000-08-231-0/+199
|
* * hurd/hurdsig.c: Rearrange headers a bit. (_hurdsig_init): Block until ↵Mark Kettenis2000-08-222-5/+25
| | | | | | | | | | _hurd_msgport_thread is initialized when cthreads is being used. 2000-08-22 Mark Kettenis <kettenis@gnu.org> * hurd/hurdsig.c: Rearrange headers a bit. (_hurdsig_init): Block until _hurd_msgport_thread is initialized when cthreads is being used.
* (_dl_sysdep_start): Move DL_SYSDEP_OSCHECK before the use of the first ↵Ulrich Drepper2000-08-222-4/+9
| | | | system call.
* Update.Ulrich Drepper2000-08-226-66/+124
| | | | | | | | | | * elf/Makefile (distribute): Add dl-osinfo.h. * sysdeps/generic/dl-osinfo.h: New file. * sysdeps/unix/sysv/linux/dl-osinfo.h: New file. * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Use DL_SYSDEP_OSCHECK if defined. * sysdeps/unix/sysv/linux/init-first.c: Perform kernel version test only for !SHARED case. Get the code from dl-osinfo.h.
* Update.Ulrich Drepper2000-08-223-12/+19
| | | | | | | | | | | | | | 2000-08-22 Ulrich Drepper <drepper@redhat.com> * stdlib/random_r.c: Cleanups. * stdlib/tst-random.c: New file. * stdlib/Makefile (tests): Add tst-random. Patches by Michael Fischer <fischer-michael@cs.yale.edu>. * sysdeps/unix/sysv/linux/s390/getmsg.c: Remove. * sysdeps/unix/sysv/linux/s390/getpmsg.c: Remove. * sysdeps/unix/sysv/linux/s390/putmsg.c: Remove. * sysdeps/unix/sysv/linux/s390/putpmsg.c: Remove.
* Tests for random function family.Ulrich Drepper2000-08-221-0/+119
|
* Update.Andreas Jaeger2000-08-221-0/+7
| | | | | | | | | 2000-08-21 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/unix/sysv/linux/s390/getmsg.c: Remove. * sysdeps/unix/sysv/linux/s390/getpmsg.c: Remove. * sysdeps/unix/sysv/linux/s390/putmsg.c: Remove. * sysdeps/unix/sysv/linux/s390/putpmsg.c: Remove.
* * sysdeps/unix/sysv/linux/s390/getmsg.c: Remove. * ↵Andreas Jaeger2000-08-224-4/+0
| | | | sysdeps/unix/sysv/linux/s390/getpmsg.c: Remove. * sysdeps/unix/sysv/linux/s390/putmsg.c: Remove. * sysdeps/unix/sysv/linux/s390/putpmsg.c: Remove.
* Update.Ulrich Drepper2000-08-226-2/+212
| | | | | | | | 2000-08-22 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/alpha/syscalls.list (sysctl): Remove. * sysdeps/unix/sysv/linux/ia64/syscalls.list (sysctl): Remove. (__syscall__sysctl): Add.
* Update.Ulrich Drepper2000-08-223-0/+221
| | | | | * locales/vi_VN: New file. * SUPPORTED: Add vi_VN.UTF-8.
* Update.Ulrich Drepper2000-08-224-1/+218
| | | | | | | * locales/ko_KR: Correct currency_symbol entry. * locales/hi_IN: New file. * SUPPORTED: Add hi_IN.UTF-8.
* Update.Ulrich Drepper2000-08-222-4/+8
| | | | | | * Makefile (test-input): Add da_DK and hr_HR sorting tests. * sort-test.sh: Improve error handling by printing more information.
* Improve error handling by printing more information.Ulrich Drepper2000-08-221-0/+1
|
* * Examples/ex13.c: New test by Kurt Garloff <garloff@suse.de>.Andreas Jaeger2000-08-223-1/+115
| | | | | | | | | * Makefile (tests): Add ex13. 2000-08-22 Andreas Jaeger <aj@suse.de> * Examples/ex13.c: New test by Kurt Garloff <garloff@suse.de>. * Makefile (tests): Add ex13.
* Update.Ulrich Drepper2000-08-2217-0/+3182
| | | | | | | | | | | | | | | | | | | | | | | | | | 2000-08-22 Ulrich Drepper <drepper@redhat.com> * locales/ar_AE: New file. * locales/ar_BH: New file. * locales/ar_DZ: New file. * locales/ar_EG: New file. * locales/ar_IQ: New file. * locales/ar_JO: New file. * locales/ar_KW: New file. * locales/ar_LB: New file. * locales/ar_LY: New file. * locales/ar_MA: New file. * locales/ar_OM: New file. * locales/ar_QA: New file. * locales/ar_SD: New file. * locales/ar_SY: New file. * locales/ar_TN: New file. * locales/ar_YE: New file. * SUPPORTED: Add Arabic locales. * locales/es_CR: New file. * locales/es_NI: New file. * locales/es_PR: New file.
* Arabic language locale for United Arab Emirates.Ulrich Drepper2000-08-221-0/+203
|
* Update.Andreas Jaeger2000-08-221-0/+6
| | | | | | | | 2000-08-21 Andreas Jaeger <aj@suse.de> * stdlib/tst-strtol.c: Add test for 0xFFFFFFFFFFFF00FF (from PR libc/1864). * stdlib/tst-strtoll.c: Likewise.
* * stdlib/tst-strtol.c: Add test for 0xFFFFFFFFFFFF00FF (from PR Andreas Jaeger2000-08-222-1/+3
| | | | | libc/1864). * stdlib/tst-strtoll.c: Likewise.
* Spanish langauge locale for Puerto Rico.Ulrich Drepper2000-08-223-0/+432
|
* Update.Ulrich Drepper2000-08-2218-30952/+42
| | | | | | | | | | * stdlib/random_r.c (__setstate_r): Also compute end_ptr correctly. (__initstate_r): Set errno on error. (__random_r): Likewise. (__setstate_r): Correct offset when computing new rptr and fptr. Test for arg_state being NULL. Reported by Michael Fischer <fischer@cs.yale.edu>.
* Update.Ulrich Drepper2000-08-213-2/+24
| | | | | | | | * stdlib/random_r.c (__setstate_r): Correct offset when computing new rptr and fptr. Reported by Michael Fischer <fischer@cs.yale.edu>. * posix/regex.h: Add macro definitions to allow compiling outside glibc.
* Update.Ulrich Drepper2000-08-215-10/+17
| | | | | | | | | | | * sysdeps/i370/Implies: Removed. * sysdeps/mvs/Implies: Removed. * catgets/catgets.c (catopen): Filter out env_var values with / if necessary. * locale/findlocale.c (_nl_find_locale): Move test for unusable locale name after all getenvs.
* Update.Ulrich Drepper2000-08-213-3/+8
| | | | | | | 2000-08-21 Ulrich Drepper <drepper@redhat.com> * configure.in: Allow sed versions like 3.02.8. Patch by Rodrigo Barbosa <rodrigob@conectiva.com.br>.
* Update.Ulrich Drepper2000-08-214-1499/+10943
| | | | | | 2000-08-21 Marko Myllynen <myllynen@lut.fi> * inet/netinet/icmp6.h: Add Mobile IPv6 extensions structures.
* Update.Ulrich Drepper2000-08-212-3/+14
| | | | | * sysdeps/posix/getaddrinfo.c (gethosts): Handle TRY_AGAIN error of gethostbyname2_r call.
* Update.Ulrich Drepper2000-08-219-12/+492
| | | | | | 2000-08-21 Ulrich Drepper <drepper@redhat.com> * intl/locale.alias: Add aliases for Korean.
* German language locale for Belgium with Euro.Ulrich Drepper2000-08-211-0/+97
|
* S390 specific ftestexcept implementation.Andreas Jaeger2000-08-211-0/+33
|
* Update.Andreas Jaeger2000-08-211-3/+3
| | | | | | * sysdeps/s390/__longjmp.c: Remove unused variable result. * sysdeps/s390/fpu/bits/fenv.h: Move FPC_* definitions to fenv_libc.h. * sysdeps/unix/sysv/linux/s390/sys/elf.h: Move elf definitions to
* Linux/S390 specific <sys/procfs.h> version.Andreas Jaeger2000-08-211-0/+134
|
* Update.Ulrich Drepper2000-08-211-0/+21
| | | | | | | | | | | | | | | | | | | | | | | 2000-08-21 Ulrich Drepper <drepper@redhat.com> * Makefile (install-locales): Handle option in locale name. Print progress information. * SUPPORTED: Add all the @euro locales. * locales/ca_ES@euro: Update charset comment. * locales/de_AT@euro: New file. * locales/de_DE@euro: New file. * locales/de_LU@euro: New file. * locales/en_IE@euro: New file. * locales/es_ES@euro: New file. * locales/fi_FI@euro: New file. * locales/fr_BE@euro: New file. * locales/fr_FR@euro: New file. * locales/fr_LU@euro: New file. * locales/it_IT@euro: New file. * locales/nl_NL@euro: New file. * locales/pt_PT@euro: New file.
* Move elf definitions to sys/procfs.h as proposed by Mark Kettenis.Andreas Jaeger2000-08-211-4/+2
|
* Linux/S390 implmentation of lchown.Andreas Jaeger2000-08-211-0/+75
|
* Update charset comment.Ulrich Drepper2000-08-2112-13/+12
|
* Linux/S390 specific version.Andreas Jaeger2000-08-211-0/+133
|
* Add all the @euro locales.Ulrich Drepper2000-08-211-1/+13
|
* Remove sys/reg.h.Andreas Jaeger2000-08-211-1/+5
|
* (install-locales): Handle option in locale name. Print progress information.Ulrich Drepper2000-08-211-3/+9
|
* Add sys/procfs.h.Andreas Jaeger2000-08-2118-56/+1587
|
* Update.Andreas Jaeger2000-08-211-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2000-08-21 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/s390/__longjmp.c: Removed unused variable result. * sysdeps/s390/fpu/bits/fenv.h: Moved FPC_* definitions to fenv_libc.h. * sysdeps/s390/fpu/fclrexcpt.c: Include fenv_libc.h instead of fenv.h. * sysdeps/s390/fpu/fegetenv.c: New file. * sysdeps/s390/fpu/fegetround.c: Include fenv_libc.h instead of fenv.h. * sysdeps/s390/fpu/feholdexcpt.c: New file. * sysdeps/s390/fpu/fenv_libc.h: New file. * sysdeps/s390/fpu/fesetenv.c: New file. * sysdeps/s390/fpu/fesetround.c: Include fenv_libc.h instead of fenv.h. * sysdeps/s390/fpu/feupdateenv.c: New file. * sysdeps/s390/fpu/fgetexcptflg.c: Reformatted. * sysdeps/s390/fpu/fpu_control.h: Corrected header. * sysdeps/s390/fpu/fraiseexcpt.c: New file. * sysdeps/s390/fpu/fsetexcptflg.c: New file. * sysdeps/s390/fpu/ftestexcept.c: New file. * sysdeps/s390/fpu/libm-test-ulps: New file. * sysdeps/s390/gmp-mparam.h: Add end of comment. * sysdeps/s390/initfini.c: New file. * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h. * sysdeps/unix/sysv/linux/s390/Makefile: Remove sys/reg.h. * sysdeps/unix/sysv/linux/s390/bits/stat.h: New file. * sysdeps/unix/sysv/linux/s390/lchown.c: New file. * sysdeps/unix/sysv/linux/s390/sys/elf.h: Moved elf definitions to sys/procfs.h as proposed by Mark Kettenis. * sysdeps/unix/sysv/linux/s390/sys/procfs.h: New file.
* Update.Andreas Jaeger2000-08-216-5/+34
| | | | | | | | | | | | | | | | | 2000-08-21 Andreas Jaeger <aj@suse.de> * include/poll.h: Include include/sys/poll.h to get __poll declaration. * io/sys/poll.h: Move __poll declaration from here... * include/sys/poll.h: ...to here. * include/sys/socket.h (__getpeername): Add declaration. * include/wchar.h (__vswprintf): Add declaration. * include/stdio.h (__flockfile): Add declaration. (__funlockfile): Likewise.
* (__getpeername): Add declaration.Andreas Jaeger2000-08-211-0/+4
|
* Update.Ulrich Drepper2000-08-2115-1/+1294
| | | | | | | | | | | | | | | | | | | | 2000-08-20 Ulrich Drepper <drepper@redhat.com> * locales/ca_ES: Correct comment. * locales/ca_ES@euro: New file. * locales/de_AT@euro: New file. * locales/de_DE@euro: New file. * locales/de_LU@euro: New file. * locales/en_IE@euro: New file. * locales/es_ES@euro: New file. * locales/fi_FI@euro: New file. * locales/fr_BE@euro: New file. * locales/fr_FR@euro: New file. * locales/fr_LU@euro: New file. * locales/it_IT@euro: New file. * locales/nl_NL@euro: New file. * locales/pt_PT@euro: New file.
* Update.Ulrich Drepper2000-08-2125-166/+287
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * misc/sys/cdefs.h: Define __restrict_arr. * include/sys/time.h: Add restrict where required by AGd4. * inet/arpa/inet.h: Likewise. * io/sys/stat.h: Likewise. * io/sys/statvfs.h: Likewise. * misc/search.h: Likewise. * misc/sys/select.h: Likewise. * posix/glob.h: Likewise. * posix/regex.h: Likewise. * posix/spawn.h: Likewise. * posix/unistd.h: Likewise. * rt/aio.h: Likewise. * signal/signal.h: Likewise. * socket/sys/socket.h: Likewise. * stdlib/ucontext.h: Likewise. * streams/stropts.h: Likewise. * string/string.h: Likewise. * time/time.h: Likewise. * time/sys/time.h: Likewise. * posix/spawn.h: Add declarations for posix_spawnattr_getscheparam and posix_spawnattr_setscheparam. * libio/stdio.h: Make cuserid prototype again available for all XPG versions.
* Update.Ulrich Drepper2000-08-2147-139/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * argp/argp-help.c: Unify use of function aliases to make more compact PLT. * include/libintl.h: Likewise. * inet/rcmd.c: Likewise. * intl/dcigettext.c: Likewise. * libio/iofputws.c: Likewise. * libio/iofputws_u.c: Likewise. * libio/iogetwline.c: Likewise. * libio/swprintf.c: Likewise. * malloc/malloc.c: Likewise. * nss/digits_dots.c: Likewise. * posix/fnmatch.c: Likewise. * posix/spawn_faction_addclose.c: Likewise. * posix/spawn_faction_adddup2.c: Likewise. * posix/spawn_faction_addopen.c: Likewise. * posix/spawni.c: Likewise. * posix/wordexp.c: Likewise. * posix/spawni.c: Likewise. * resolv/res_hconf.c: Likewise. * resolv/res_init.c: Likewise. * shadow/lckpwdf.c: Likewise. * signal/sighold.c: Likewise. * signal/sigrelse.c: Likewise. * stdio-common/printf-parse.h: Likewise. * stdio-common/printf-prs.c: Likewise. * stdio-common/printf_fp.c: Likewise. * stdio-common/vfprintf.c: Likewise. * stdio-common/vfscanf.c: Likewise. * stdlib/rpmatch.c: Likewise. * sunrpc/create_xid.c: Likewise. * sunrpc/key_call.c: Likewise. * sysdeps/generic/setrlimit64.c: Likewise. * sysdeps/generic/utmp_file.c: Likewise. * sysdeps/generic/vlimit.c: Likewise. * sysdeps/posix/posix_fallocate.c: Likewise. * sysdeps/posix/posix_fallocate64.c: Likewise. * sysdeps/posix/sigpause.c: Likewise. * sysdeps/posix/sigset.c: Likewise. * sysdeps/unix/grantpt.c: Likewise. * sysdeps/unix/bsd/ualarm.c: Likewise. * sysdeps/unix/sysv/linux/dl-origin.c: Likewise. * sysdeps/unix/sysv/linux/getloadavg.c: Likewise. * sysdeps/unix/sysv/linux/ttyname.c: Likewise. * sysdeps/unix/sysv/linux/ulimit.c: Likewise. * time/strftime.c: Likewise. * wcsmbs/wcscoll.c: Likewise. * wcsmbs/wcsxfrm.c: Likewise. * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Allow gcc to generate postinc/predec instruction.
* Update.Ulrich Drepper2000-08-203-2/+13
| | | | | | | | | | | 2000-08-20 Ulrich Drepper <drepper@redhat.com> * time/tst-getdate.c (main): Make error messages more human readable. * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Allow gcc to generic postinc/postdec instruction. (_FPU_SETCW): Likewise. Patch by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>.
* (_FPU_GETCW): Allow gcc to generic postinc/postdec instruction. ↵Ulrich Drepper2000-08-201-2/+2
| | | | (_FPU_SETCW): Likewise.