aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1999-01-19Update.Ulrich Drepper3-29/+19
* sysdeps/unix/sysv/linux/i386/vfork.S: Rewrite to use clone. * sysdeps/unix/sysv/linux/bits/sched.h: Define CLONE_VFORK.
1999-01-19Update.Ulrich Drepper4-14/+15
1999-01-19 Ulrich Drepper <drepper@cygnus.com> * timezone/zdump.c: Update from tzcode1999a. * timezone/zic.c: Likewise.
1999-01-19Update.Ulrich Drepper4-9/+13
1999-01-19 Andreas Jaeger <aj@arthur.rhein-neckar.de> * math/tgmath.h (nexttoward): Rename nextafterx to nexttoward.
1999-01-19Update.Ulrich Drepper5-13/+63
* sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Add baud rates > 460800. * sysdeps/unix/sysv/linux/mips/bits/termios.h: Likewise. * sysdeps/unix/sysv/linux/bits/termios.h: Likewise. * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
1999-01-19Update.Ulrich Drepper13-114/+44
1999-01-19 Ulrich Drepper <drepper@cygnus.com> * math/Makefile (libm-calls): Rename s_nextafterx to s_nexttoward. * math/Versions: Likewise. * math/bits/mathcalls.h: Likewise. * manual/arith.texi: Likewise. * sysdeps/libm-ieee754/s_nextafterl.c: Likewise. * sysdeps/libm-ieee754/s_nextafterx.c: Replaced by... * sysdeps/libm-ieee754/s_nexttoward.c: New file. * sysdeps/libm-ieee754/s_nextafterxf.c: Replaced by... * sysdeps/libm-ieee754/s_nexttowardf.c: New file. * sysdeps/libm-ieee754/s_nextafterxl.c: Replaced by... * sysdeps/libm-ieee754/s_nexttowardl.c: New file. * time/Makefile (routines): Removed strfxtime. * time/Versions: Likewise. * time/strfxtime.c: Removed. * time/time.h: Remove _LOCALTIME, _NO_LEAP_SECONDS, struct tmx, mkxtime, and strfxtime.
1999-01-18Fix typo.Ulrich Drepper1-1/+1
* Rules: Add dummy.c and dummy.o to common-generated.
1999-01-18Update.Ulrich Drepper10-383/+507
1999-01-18 Ulrich Drepper <drepper@cygnus.com> * iconv/gconv_conf.c (add_module): Complete rewrite. Use cleverer data structures and avoid creating intermediate representations first. Rewrite also all helper functions. * iconv/gconv_db.c (find_derivation): Use new data structure for module database. * iconv/Versions: Remove __gconv_nmodules. * iconv/iconv_prog.c: Rewrite generation of charset name list to use new data structure. * iconv/gconv_int.h (struct gconv_module): Add new elements for database data structure. (__gconv_modules_db): Update type. (__gconv_transform_dummy): Removed. * iconv/gconv_builtin.h: Remove dummy transformation. * iconv/gconv_simple.c: Remove __gconv_transform_dummy. * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Remove __syscall_vfork, add vfork. * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise. * Rules: Add dummp.c and dummy.o to common-generated.
1999-01-18Update.Ulrich Drepper10-1345/+36
1999-01-18 Andreas Jaeger <aj@arthur.rhein-neckar.de> * posix/test-vfork.c: Include <sys/wait.h> for wait declaration. 1999-01-16 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * manual/ctype.texi: Fix cross refs and typos. * manual/charset.texi: Likewise. 1999-01-18 Ulrich Drepper <drepper@cygnus.com> * Rules: Add dummp.y and dummy.o to common-generated. Patch by Andreas Schwab. 1999-01-18 10:07 -0500 Zack Weinberg <zack@rabi.phys.columbia.edu> * manual/libc-texinfo.sh: Use tsort.awk. * manual/tsort.awk: New file. * manual/Makefile (minimal-dist): Add tsort.awk. (distribute): Remove generated files: summary.texi, stamp-summary, chapters.texi, top-menu.texi, and texis.
1999-01-18Limited tsort replacement.Ulrich Drepper1-0/+46
1999-01-18* sysdeps/unix/sysv/linux/m68k/vfork.S: Test return value after Andreas Schwab2-0/+6
fork syscall. 1999-01-15 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/unix/sysv/linux/m68k/vfork.S: Test return value after fork syscall.
1999-01-17Update.Ulrich Drepper2-0/+6
* wctype/wcfuncs.c: Declare __ctype32_b.
1999-01-17Update.Ulrich Drepper2-0/+3
* elf/Makefile (test-modules): Add test-modules.
1999-01-17Update.Ulrich Drepper2-9/+19
1999-01-17 Ulrich Drepper <drepper@cygnus.com> * stdlib/canonicalize.c (canonicalize): Update write pointer after realloc. Minor optimizations.
1999-01-16Update.Ulrich Drepper2-0/+4456
* po/no.po: Update from norwegian translation team.
1999-01-16Update.Ulrich Drepper2-120/+159
* iconvdata/iso-2022-jp.c: Correct handling of G2 set. Patch by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
1999-01-16Update.Ulrich Drepper22-29/+742
1999-01-16 Ulrich Drepper <drepper@cygnus.com> * elf/Makefile (tests): Add loadtest. Add rules to generate test modules. * Makeconfig (+link): Add $(LDFLAGS-$(@F)) to command line. * elf/loadtest.c: New file. * elf/testobj1.c: New file. * elf/testobj2.c: New file. * elf/testobj3.c: New file. * elf/dl-close.c: Correct removing module from global list. * elf/dl-open.c: Add debugging code. * include/string.h: Add __rawmemchr prototype. * string/Makefile (routines): Add rawmemchr. * string/Versions [GLIBC_2.1]: Add __rawmemchr and rawmemchr. * string/string.h: Add prototype for rawmemchr. * string/bits/string2.h: Optimize strchr with rawmemchr. * sysdeps/generic/rawmemchr.c: New file. * sysdeps/i386/rawmemchr.c: New file. * sysdeps/i386/i486/bits/string.h: Add rawmemchr inline code. Optimize strchr with rawmemchr. * sysdeps/unix/sysv/linux/bits/posix_opt.h: Define _LFS_LARGEFILE, _LFS64_LARGEFILE, and _LFS64_STDIO for Unix98. 1999-01-14 Andreas Jaeger <aj@arthur.rhein-neckar.de> * nis/nis_error.c (nis_errlist): Fix capitilasation.
1999-01-15Update.Ulrich Drepper2-2/+16
Improve mbsinit example.
1999-01-15Update.Ulrich Drepper3-2/+39
* posix/Makefile (tests): Add test-vfork. * posix/test-vfork.c: New file by Andreas Schwab.
1999-01-15Update.Ulrich Drepper2-3/+6
* manual/charset.texi: More misspelling fixes. Reported by Tom Tromey <tromey@cygnus.com>.
1999-01-15Update.Ulrich Drepper3-50/+71
1999-01-15 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/vfork.c: Removed. * sysdeps/unix/sysv/linux/i386/vfork.S: New file.
1999-01-14Update.Ulrich Drepper2-0/+286
1998-12-29 Andreas Jaeger <aj@arthur.rhein-neckar.de> * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: New file.
1999-01-14Update.Ulrich Drepper4-4/+75
* Make-dist: If file is generated but still distributed the later is correct. 1998-12-30 Andreas Jaeger <aj@arthur.rhein-neckar.de> Patche by Ralf Baechle <ralf@gnu.org>: * sysdeps/mips/sys/regdef.h: New file, enhanced versions of deleted linux specific files.
1999-01-14Update.Ulrich Drepper3-696/+3
* sysdeps/unix/sysv/linux/arm/Dist: Add sys/user.h.
1999-01-14Update.Ulrich Drepper4-4/+7
* manual/Makefile (examples): Filter out the example code from add-ons.
1999-01-14Update.Ulrich Drepper2-1/+3
* version.h (VERSION): Bump to 2.0.110.
1999-01-14Update.Ulrich Drepper2-2/+4
* nis/nis_error.c (nis_errlist): Fix typo in string.
1999-01-14Update.Ulrich Drepper2-6/+18
* misc/regexp.h: Add restrict to function declarations. 1999-01-14 Andreas Jaeger <aj@arthur.rhein-neckar.de> * misc/regexp.h (compile): Correct end-of-line check, fix typo in docu. Reported by Kalle Olavi Niemitalo <kalle@Niemitalo.fi>. 1999-01-14 Ulrich Drepper <drepper@cygnus.com>
1999-01-14Update.Ulrich Drepper2-0/+6
1999-01-14 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add vfork. Patch by Richard Henderson <rth@twiddle.net>.
1999-01-13Update.Ulrich Drepper3-76/+113
* manual/nss.texi (NSS Module Interface): Document requirement on errno value after unsuccessful call of module function.
1999-01-13Update.Ulrich Drepper8-7/+89
1999-01-13 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/syscalls.list: Add __syscall_fork alias. * sysdeps/unix/sysv/linux/vfork.c: Use vfork syscall if available, otherwise use fork. * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add vfork. * sysdeps/unix/sysv/linux/sparc32/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/sparc64/syscalls.list: Likewise. * sysdeps/unix/sysv/linux/i386/sysdep.h: Correct handling of INLINE_SYSCALL for syscall without parameters.
1999-01-13Update.Ulrich Drepper2-4/+8
* sysdeps/unix/make-syscalls.sh: Set shared-only-routines for versioned syscalls. * Rules: Remove rules for empty.* again. 1999-01-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de>
1999-01-13Remove rules for empty.* again.Ulrich Drepper1-11/+0
1999-01-13* sysdeps/unix/sysv/linux/m68k/vfork.S: New file.Andreas Schwab2-0/+69
1999-01-13 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * sysdeps/unix/sysv/linux/m68k/vfork.S: New file.
1999-01-13Update.Ulrich Drepper2-11/+19
1999-01-13 Ulrich Drepper <drepper@cygnus.com> * sysdeps/i386/bits/string.h: Correct several bugs in various functions which never worked. Patch by Maciej W. Rozycki <macro@ds2.pg.gda.pl>.
1999-01-12Update.Ulrich Drepper3-214/+228
1999-01-12 Ulrich Drepper <drepper@cygnus.com> * manual/charset.texi: Add many corrections. Patch by Benjamin Kosnik <bkoz@cygnus.com>.
1999-01-12Update.Ulrich Drepper2-20/+24
1999-01-12 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/charset.texi: Fix some typos.
1999-01-12Update.Ulrich Drepper2-2/+6
1999-01-12 Ulrich Drepper <drepper@cygnus.com> * login/programs/pt_chown.c (main): Update copyright year.
1999-01-12Update.Ulrich Drepper3-14/+30
* sysdeps/posix/tempname.c: Open files with mode 0600.
1999-01-11Update.Ulrich Drepper37-242/+3715
1999-01-11 Ulrich Drepper <drepper@cygnus.com> * ctype/Versions [GLIBC_2.0]: Export __ctype32_b. * include/wctype.h: Declare __iswctype. * stdio-common/vfscanf.c (__vfscanf): Use __iswspace instead of iswspace. * wctype/Makefile (routines): Add wcextra_l. * wctype/wcextra.c (iswblank): Implement function here and don't use __iswctype. (__iswblank_l): Move definition to... * wctype/wcextra_l.c: ...here. New file. * wctype/wcfuncs.c: Really implement functions and don't call __iswctype or __towctrans. * wctype/wctype.h: Change isw* and tow* macros. Don't call __iswctype or __towctrans. Instead optimize constant argument case. * iconv/gconv.h: Fix typos. * iconv/skeleton.c: Fix typos. Optimize init function a bit. Correctly emit escape sequence to return to initial state in conversion function. * iconvdata/iso-2022-jp.c (gconv_init): Correctly initialize max_needed_to element. * manual/mbyte.texi: Removed. This is now described in charset.texi. * manual/charset.texi: New file. * manual/Makefile (chapters): Replace mbyte by charset. * manual/ctype.texi: Document wide character functions. * manual/intro.texi: Fix reference to mbyte chapter. * manual/lang.texi: Likewise. * manual/locale.texi: Likewise. * manual/stdio.texi: Likewise. * manual/string.texi: Fix @node line for new charset chapter. * manual/libc.texinfo (UPDATED): Updated. Also update copyright years. * manual/memory.texi (savestring): Optimize code to give a good example. * manual/filesys.texi: Fix wording. Patches by Jim Meyering. * nscd/nscd_getgr_r.c: Include stdint.h to get uintptr_t definition. * nscd/nscd_getpw_r.c: Likewise. * nscd/nscd_gethst_r.c: Likewise. * stdlib/stdtold_l.c: Always include xlocale.h. 1999-01-11 Geoffrey Keating <geoffk@ozemail.com.au> * stdlib/fpioconst.h (LDBL_MAX_10_EXP_LOG): Define to be same as DBL_MAX_10_EXP_LOG if there is no long double. (_fpioconst_pow10): Always use size as LDBL_MAX_10_EXP_LOG to match printf_fp.c. 1999-01-10 Andreas Jaeger <aj@arthur.rhein-neckar.de> * timezone/Makefile ($(testdata)/GB): Changed to ... ($(testdata)/Europe/London): ... for tst-timezone test. ($(objpfx)tst-timezone.out): Change GB to Europe/London. * timezone/tst-timezone.c (main): Enable DST switching test, change GB to Europe/London. 1999-01-10 Philip Blundell <philb@gnu.org> * socket/Makefile (headers): Remove bits/sockunion.h. 1999-01-09 Philip Blundell <philb@gnu.org> * socket/sys/socket.h: Don't include <bits/sockunion.h>. * sysdeps/generic/bits/sockunion.h: Deleted. * sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise. 1999-01-08 H.J. Lu <hjl@gnu.org> * io/fts.c (fts_close): Don't access memory after having it freed.
1999-01-08Update.Ulrich Drepper4-6/+23
1998-01-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * manual/Makefile (stamp-summary): Remove space after -t option for compatibility with non-GNU sort programs. 1999-01-08 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * manual/search.texi (Comparison Functions): Fix compare_doubles example. 1999-01-07 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * Makerules (do-tests-clean): Remove reference to obsolete variable tests-static.
1999-01-07Update.Ulrich Drepper7-41/+16
* sysdeps/unix/sysv/linux/ntp_adjtime.c: Removed. It's an alias for adjtimex. * sysdeps/unix/sysv/linux/Dist: Add ntp_gettime.c. * sysdeps/unix/sysv/linux/Makefile [subdir=time] (sysdep_routines): Remove ntp_adjtime. * sysdeps/unix/sysv/linux/syscalls.list: Add alias ntp_adjtime to adjtimex. * sysdeps/unix/sysv/linux/sys/timex.h: Correct prototype for ntp_adjtime.
1999-01-07Update.Ulrich Drepper5-5/+112
* sysdeps/i386/i686/mempcpy.S: Fix typos. * sysdeps/i386/i686/strcmp.S: New file. * sysdeps/i386/i686/memcpy.S: New file.
1999-01-07Update.Ulrich Drepper3-1/+82
* sysdeps/i386/i686/memset.S: New file. * sysdeps/i386/i686/bzero.S: New file. 1999-01-05 Scott Bambrough <scottb@corelcomputer.com>
1999-01-07Update.Ulrich Drepper7-17/+290
* sysdeps/unix/sysv/linux/Makefile [subdir=time] (sysdep_routines): Add ntp_adjtime and ntp_gettime. * sysdeps/unix/sysv/linux/Versions [GLIBC_2.1]: Add ntp_adjtime and ntp_gettime. 1998-12-29 Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> * manual/time.texi (Precision Time): Add documentation for ntp_gettime and ntp_adjtime. 1998-12-28 Ulrich Windl <Ulrich.Windl@rz.uni-regensburg.de> * sysdeps/unix/sysv/linux/ntp_gettime.c: Created new file * sysdeps/unix/sysv/linux/ntp_adjtime.c: Created new file * sysdeps/unix/sysv/linux/sys/timex.h (struct ntptimeval): Added. Add prototypes for ntp_adjtime and ntp_gettime. 1999-01-07 Ulrich Drepper <drepper@cygnus.com>
1999-01-071999-01-07 Xavier Leroy <Xavier.Leroy@inria.fr>Ulrich Drepper5-22/+85
* pthread.c: Use a third signal __pthread_sig_debug distinct from __pthread_sig_cancel to notify gdb when a thread is created * manager.c: Likewise. * internals.h: Likewise. * signals.c: The implementation of sigwait(s) assumed that all signals in s have signal handlers already attached. This is not required by the standard, so make it work also if some of the signals have no handlers.
1999-01-07Update.Ulrich Drepper14-36/+88
1999-01-07 Ulrich Drepper <drepper@cygnus.com> * sysdeps/i386/bits/select.h (__FD_ZERO): Remove early clobbers from c and D register output. 1999-01-07 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Fix bug in last change. 1999-01-07 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/alpha/bits/types.h: Correct type for __fsfilcnt_t. Patch by Bruce Elliott <bde@nwlink.com>. 1999-01-05 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * manual/conf.texi: Remove pointers from first @node. Move old @node spec inside comment. * manual/lang.texi: Likewise. * manual/libc-texinfo.sh: Also find `@node.*Top' in a comment. * manual/stdio.texi: Fix typo. 1999-01-04 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> * wcsmbs/btowc.c: Accept all values in the range [SCHAR_MIN .. UCHAR_MAX]. Local var buf renamed to result and its type changed from char[] to wchar_t to get proper alignment. * posix/fnmatch.c: Also cast the arguments of the other ctype functions to unsigned char. 1999-01-07 Ulrich Drepper <drepper@cygnus.com> * Rules: Add rules for empty.{o,os,op} back.
1999-01-05Update.Ulrich Drepper2-1/+3
* Makerules (common-mostlyclean): Add missing parentheses.
1999-01-05Update.Ulrich Drepper2-1/+8
1999-01-05 Ulrich Drepper <drepper@cygnus.com> * Rules: Add back rules for empty.o generation.
1999-01-05Update.Ulrich Drepper1-1/+1
* Makefile (tests-clean): New target to delete test output files.
1999-01-05Update.Ulrich Drepper3-1/+83
1999-01-05 Philip Blundell <philb@gnu.org> * sysdeps/unix/sysv/linux/net/if_arp.h: Add new ARPHRD definitions from latest (2.2.0pre4) kernel. 1999-01-05 Scott Bambrough <scottb@corelcomputer.com> * sysdeps/unix/sysv/linux/arm/sys/user.h : New file. Fixes problem on ARM platforms with programs that include <sys/user.h> and <sys/ptrace.h>. Solution suggested by Geoff Keating earlier with fix for same problem on the PowerPC platform.