aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-12-01Update.Ulrich Drepper5-97/+112
1999-12-01 Ulrich Drepper <drepper@cygnus.com> * libio/iosetbuffer.c: Use _IO_WSETBUF instead of constructing function call directly. * libio/iosetvbuf.c: Likewise.
1999-11-30Update.Ulrich Drepper2-2/+6
* configure.in: Add AIX 4.3 support.
1999-11-29Update.Ulrich Drepper2-6/+12
standard was issued in 1992. Reported by Bruno Haible <haible@ilog.fr>.
1999-11-29Update.Ulrich Drepper3-2/+7
1999-11-29 Ulrich Drepper <drepper@cygnus.com> * iconvdata/gconv-modules: Correct alias for ISO-8859-10. This standard was issued in 1992. Reported by Bruno Haible <haible@ilog.fr>.
1999-11-29Update.Ulrich Drepper4-4/+24
1999-11-29 Thorsten Kukuk <kukuk@suse.de> * sysdeps/unix/sysv/linux/sparc/bits/signum.h: Add define for SIGCLD als SIGCHLD. 1999-11-29 Andreas Jaeger <aj@suse.de> * manual/time.texi (Basic CPU Time): Better describe wrap around. Patch by Andries Brouwer <Andries.Brouwer@cwi.nl>. 1999-11-29 Ulrich Drepper <drepper@cygnus.com> * iconvdata/gconv-modules: Fix typos in LATIN8/L8 aliases. Patch by Bruno Haible <haible@ilog.fr>. 1999-11-29 Thorsten Kukuk <kukuk@suse.de> * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Remove K&R compatibility.
1999-11-29Remove K&R compatibility.Ulrich Drepper1-1/+1
1999-11-291999-11-29 Andreas Schwab <schwab@suse.de>Andreas Schwab1-0/+7
* sysdeps/m68k/bits/byteswap.h (__bswap_32): Rename local variable __v to __bswap_32_v. (__bswap_64): Rename local variables __v and __r to __bswap_64_v and __bswap_64_r to avoid clash with __bswap_32 macro.
1999-11-29* sysdeps/m68k/bits/byteswap.h (__bswap_32): Rename local variable Andreas Schwab1-18/+18
__v to __bswap_32_v. (__bswap_64): Rename local variables __v and __r to __bswap_64_v and __bswap_64_r to avoid clash with __bswap_32 macro.
1999-11-28Update.Ulrich Drepper2-1/+6
1999-11-28 Ulrich Drepper <drepper@cygnus.com> * iconvdata/t.61.c (CHARSET_NAME): Correct name to what is used in gconv-modules.
1999-11-28Update.Ulrich Drepper4-2293/+1204
1999-11-27 Shinya Hanataka <hanataka@abyss.rim.or.jp> * locales/ja_JP: Add JIS X 0201 kana and JIS X 0212 definitions. * charmaps/EUC-JP: Likewise. * repertoiremaps/mnemonic.ja: Likewise. * locales/ja_JP: Add extra CLASS and MAP definisions. * charmaps/EUC-JP: Add WIDTH definitions.
1999-11-27Update.Ulrich Drepper1-0/+6
1999-11-26 Thorsten Kukuk <kukuk@suse.de> * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Include asm/ptrace.h, since this will not be done with 2.3.xx automatically * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
1999-11-27Update.Ulrich Drepper2-2/+6
* locale/programs/ld-ctype.c (allocate_arrays): Complete last patch. Use wch instead of idx to compute index. Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
1999-11-26Update.Ulrich Drepper2-2/+7
* inet/rcmd.c (ruserok): Use iruserok2 not iruserok.
1999-11-26Update.Ulrich Drepper2-21/+14
1999-11-26Update.Ulrich Drepper3-0/+14
1999-11-26 Thorsten Kukuk <kukuk@suse.de> * sysdeps/gnu/siglist.h: If SIGPWR == SIGLOST, don't include SIGPWR message. * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Include asm/ptrace.h, since this will not be done with 2.3.xx automatically * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise. 1999-11-26 Ulrich Drepper <drepper@cygnus.com> * locale/iso-3166.def: Update from latest official list.
1999-11-26Update.Ulrich Drepper2-1/+34
* libio/libioP.h: Remove duplicate declaration of _IO_wsetb. 1999-11-26 Andreas Jaeger <aj@suse.de>
1999-11-26Update.Ulrich Drepper2-0/+7
1999-11-26 Andreas Jaeger <aj@suse.de> * inet/rcmd.c: Include stdlib for declaration of free. Declare iruserok.
1999-11-25Update.Ulrich Drepper4-2/+16
1999-11-25 Ulrich Drepper <drepper@cygnus.com> * iconv/gconv.c (__gconv): Always initialize cd->__data[last_step].__outbuf and cd->__data[last_step].__outbufend. * iconvdata/iso-2022-kr.c (EMIT_SHIFT_TO_INIT): Update number of written bytes. * iconvdata/iso-2022-jp.c: Likewise.
1999-11-25Update.Ulrich Drepper9-27/+105
1999-11-25 H.J. Lu <hjl@gnu.org> * stdlib/exit.c (exit): Run funtions only if __exit_funcs->idx > 0. 1999-11-25 Ulrich Drepper <drepper@cygnus.com> * manual/charset.texi (iconv Examples): Add iconv call to flush state. Reported by Andrew Clausen <clausen@alphalink.com.au>. 1999-11-25 Andreas Jaeger <aj@suse.de> * manual/install.texi (Running make install): Better describe update from libc5. Patch by Michael Deutschmann <michael@talamasca.wkpowerlink.com>. 1999-11-25 Andreas Jaeger <aj@suse.de> * include/sys/mman.h: Remove K&R compatibility. 1999-11-15 Andreas Jaeger <aj@suse.de> * misc/sys/mman.h: Use __REDIRECT for mmap, correct prototype to use __off64_t. 1999-11-25 Ulrich Drepper <drepper@cygnus.com> * iconv/iconv_prog.c (process_block): For stateful charsets write out byte sequence to get to initial state at the end of the file. which was reported to not work (which proofed to be wrong).
1999-11-25Update.Ulrich Drepper2-17/+28
1999-11-25 Andreas Schwab <schwab@suse.de> * Makeconfig: Include sys-dirs and sys-sorted earlier. ($(common-objpfx)soversions.mk): Wait until subdirs is complete. ($(common-objpfx)sysd-sorted): Emit marker when this file is complete.
1999-11-25Update.Ulrich Drepper3-221/+221
* manual/setjmp.texi: Many changes to correct bad English introduced mainly by me. * manual/time.texi: Likewise. Patches by Neil Booth <neil@rosenet.ne.jp>.
1999-11-24Update.Ulrich Drepper2-13/+20
1999-11-24 Ulrich Drepper <drepper@cygnus.com> * include/string.h: Remove K&R compatibility.
1999-11-24Update.Ulrich Drepper3-1/+7
* sysdeps/unix/sysv/linux/bits/signum.h (SIGSYS): New definition. * sysdeps/unix/sysv/linux/net/if_arp.h (ARPHRD_IEEE802_TR): Added.
1999-11-24Update.Ulrich Drepper6-12/+3089
* string/stratcliff.c: Add one more strchr test for something which was reported to not work (which proofed to be wrong).
1999-11-24Update.Ulrich Drepper1-0/+10
1999-11-23 Ulrich Drepper <drepper@cygnus.com> * iconv/skeleton.c: It's __is_last, not is_last. * locale/programs/ld-ctype.c (ctype_finish): Correct method to find the UCS value. (allocate_arrays): Likewise. (find_idx): Correctly increase array size. Patches by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
1999-11-24It's __is_last, not is_last.Ulrich Drepper1-1/+1
1999-11-24Regenerated: autoconf configure.inRichard Henderson1-264/+202
1999-11-23Update.Ulrich Drepper2-0/+8
1999-11-23 Ulrich Drepper <drepper@cygnus.com> * manager.c (pthread_start_thread_event): Initialize p_pid already here.
1999-11-23Update.Ulrich Drepper4-7/+11
* iconv/skeleton.c: Don't access next_step->fct if data->is_last
1999-11-23Update.Ulrich Drepper12-119/+137
1999-11-23 Thorsten Kukuk <kukuk@suse.de> * iconv/skeleton.c: Don't access next_step->fct if datat->is_last is true. 1999-11-23 Andreas Jaeger <aj@suse.de> * include/sys/select.h: Remove K&R compatibility. * include/sys/statfs.h: Likewise. * include/gnu/libc-version.h: Likewise. * include/db_185.h: Likewise. * include/dlfcn.h: Likewise. * include/search.h: Likewise. * include/setjmp.h: Likewise. * include/signal.h: Likewise. * include/stdio.h: Likewise. * include/unistd.h: Likewise.
1999-11-23Update.Ulrich Drepper35-168/+228
* include/aio.h: Remove __THROW from internal interfaces. __THROW is only need in external header files that might be compiled by a C++ compiler. * include/alloca.h: Likewise. * include/db.h: Likewise. * include/dirent.h: Likewise. * include/execinfo.h: Likewise. * include/fpu_control.h: Likewise. * include/glob.h: Likewise. * include/grp.h: Likewise. * include/libintl.h: Likewise. * include/math.h: Likewise. * include/math.h: Likewise. * include/mntent.h: Likewise. * include/mntent.h: Likewise. * include/netdb.h: Likewise. * include/pwd.h: Likewise. * include/sched.h: Likewise. * include/shadow.h: Likewise. * include/stdlib.h: Likewise. * include/sys/file.h: Likewise. * include/sys/gmon.h: Likewise. * include/sys/ioctl.h: Likewise. * include/sys/socket.h: Likewise. * include/sys/stat.h: Likewise. * include/sys/sysinfo.h: Likewise. * include/sys/time.h: Likewise. * include/sys/times.h: Likewise. * include/sys/uio.h: Likewise. * include/sys/wait.h: Likewise. * include/termios.h: Likewise. * include/time.h: Likewise. * include/ulimit.h: Likewise. * include/utmp.h: Likewise. * include/wchar.h: Likewise. 1999-11-22 Andreas Jaeger <aj@suse.de> * sunrpc/rpc_clntout.c (printbody): Fix -CLMNab output. Patch by Jerry Perkins <jrperkins@iname.com>, closes PR libc/1456+1457. 1999-11-22 Jakub Jelinek <jakub@redhat.com> * sysdeps/generic/siglist.h: Avoid declaring the same field twice if SIGPWR is defined to SIGLOST. * sysdeps/sparc/sparc32/memcpy.S: bcopy takes size_t argument, not signed, so we should not special case it for negative args. * sysdeps/sparc/sparc32/sparcv9/memmove.c: Don't use generic memmove, use the one provided in memcpy.S. * sysdeps/sparc/sparc64/memcpy.S: bcopy should handle overlapping copies like memmove, while the previous version worked like memcpy. Implement optimized assembly memmove. * sysdeps/sparc/sparc64/memmove.c: New file. 1999-11-23 Ulrich Drepper <drepper@cygnus.com> * po/cs.po: Update from translators. 1999-11-23 Andreas Jaeger <aj@suse.de>
1999-11-23(printbody): Fix -CLMNab output.Ulrich Drepper1-2/+2
1999-11-23Update.Andreas Jaeger1-0/+15
1999-11-23 Andreas Jaeger <aj@suse.de> * sysdeps/mips/dl-machine.h (elf_machine_dynamic): New function. (elf_machine_got): Removed, not needed anymore. (ELF_MACHINE_RELOC_NOPLT): Removed. (ELF_MACHINE_JMP_SLOT): Added. (_RTLD_PROLOGUE): We use gcc, no need to check for __STDC__. (_RTLD_EPILOGUE): Likewise. (RESOLVE_GOTSYM): Use R_MIPS_REL32. (ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise. Based on patches from Maciej W. Rozycki <macro@ds2.pg.gda.pl> and Ralf Baechle <baechle@uni-koblenz.de>. * sysdeps/mips/mips64/dl-machine.h: Apply same patches.
1999-11-23bcopy should handle overlapping copies like memmove, while the previous ↵Ulrich Drepper5-16/+288
version worked like memcpy. Implement optimized assembly memmove.
1999-11-23Update from translators.Ulrich Drepper1-7/+7
1999-11-23(elf_machine_dynamic): New function. Andreas Jaeger2-22/+16
(elf_machine_got): Removed, not needed anymore. (ELF_MACHINE_RELOC_NOPLT): Removed. (ELF_MACHINE_JMP_SLOT): Added. (_RTLD_PROLOGUE): We use gcc, no need to check for __STDC__. (_RTLD_EPILOGUE): Likewise. (RESOLVE_GOTSYM): Use R_MIPS_REL32. (ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise.
1999-11-23* sysdeps/mips/dl-machine.h (elf_machine_dynamic): New function. Andreas Jaeger1-23/+16
(elf_machine_got): Removed, not needed anymore. (ELF_MACHINE_RELOC_NOPLT): Removed. (ELF_MACHINE_JMP_SLOT): Added. (_RTLD_PROLOGUE): We use gcc, no need to check for __STDC__. (_RTLD_EPILOGUE): Likewise. (RESOLVE_GOTSYM): Use R_MIPS_REL32. (ELF_MACHINE_RUNTIME_TRAMPOLINE): Likewise. Based on patches from Maciej W. Rozycki <macro@ds2.pg.gda.pl> and Ralf Baechle <baechle@uni-koblenz.de>.
1999-11-23Update.Ulrich Drepper5-9/+15
* wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Don't use the charset name from the locale name. Only use the value in the LC_CTYPE locale data file.
1999-11-23Update.Ulrich Drepper2-1/+4
* locale/loadlocale.c (_nl_load_locale): Allow index of entry in file be equal to file size.
1999-11-23Update.Ulrich Drepper4-6/+34
* stdlib/longlong.h: Add count_trailing_zeros back.
1999-11-22Update.Ulrich Drepper2-840/+592
1999-11-22 Ulrich Drepper <drepper@cygnus.com> * stdlib/longlong.h: Update from latest egcs version.
1999-11-22Update.Ulrich Drepper7-6/+87
1999-11-22 Ulrich Drepper <drepper@cygnus.com> * internals.h: Add prototype for __pthread_manager_event. * manager.c (__pthread_manager_event): New function. (pthread_start_thread_event): Correct computation of self. Use INIT_THREAD_SELF. * pthread.c (__pthread_manager_thread): Initialize p_lock. (__pthread_initialize_manager): Respect event flags also for creation of the manager thread.
1999-11-22Update.Ulrich Drepper1-0/+3
* locale/programs/ld-collate.c (insert_value): Correct order of arguments for lr_error call.
1999-11-22(insert_value): Correct order of arguments for lr_error call.Ulrich Drepper1-1/+1
1999-11-22Update.Andreas Jaeger2-1/+10
1999-11-22 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/syscalls.list: Add __syscall_setrlimit. * sysdeps/unix/sysv/linux/mips/bits/ipc.h: Include <sys/types.h> for key_t. Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1999-11-22Add __syscall_setrlimit.Andreas Jaeger1-0/+1
1999-11-22Update.Ulrich Drepper3-15/+61
* sysdeps/i386/fpu/libm-test-ulps: Increase error value for latest gcc version.
1999-11-21Update.Ulrich Drepper2-16/+14
1999-11-21 Ulrich Drepper <drepper@cygnus.com> * locale/programs/ld-ctype.c (ctype_read): Correctly implement 14652-style definition of new maps and classes.
1999-11-21Update.Ulrich Drepper8-8/+264
* locale/programs/ld-monetary.c (monetary_finish): Don't print individual error message if nothing is defined.
1999-11-21Update.Ulrich Drepper5-3/+19
* locale/programs/ld-time.c (time_startup): Test for lr being nonzero, not time. * locale/programs/ld-numeric.c (numeric_finish): Don't crash if decimal_point is not defined.