]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
23 years ago(WITH_CUR_LOCALE): Define.
Ulrich Drepper [Tue, 5 Feb 2002 19:14:27 +0000 (19:14 +0000)] 
(WITH_CUR_LOCALE): Define.

23 years agoUpdate from translation team.
Ulrich Drepper [Tue, 5 Feb 2002 19:03:28 +0000 (19:03 +0000)] 
Update from translation team.

23 years agoUpdate.
Ulrich Drepper [Mon, 4 Feb 2002 17:56:15 +0000 (17:56 +0000)] 
Update.

23 years ago(is_dst): Fix return value as expected by caller.
Ulrich Drepper [Mon, 4 Feb 2002 17:55:52 +0000 (17:55 +0000)] 
(is_dst): Fix return value as expected by caller.

23 years agoUpdate.
Ulrich Drepper [Sun, 3 Feb 2002 19:38:32 +0000 (19:38 +0000)] 
Update.

23 years agoCheck for ssize_t overflow, don't use alloca if the memory reqirements are too
Ulrich Drepper [Sun, 3 Feb 2002 19:37:55 +0000 (19:37 +0000)] 
Check for ssize_t overflow, don't use alloca if the memory reqirements are too
high.
Use ssize_t for bytes_written.  Fix comment.

23 years agoUse ssize_t for bytes_read.
Ulrich Drepper [Sun, 3 Feb 2002 19:37:18 +0000 (19:37 +0000)] 
Use ssize_t for bytes_read.

23 years agoUpdate.
Ulrich Drepper [Sun, 3 Feb 2002 03:18:55 +0000 (03:18 +0000)] 
Update.

23 years ago(_dl_relocate_object): Use _dl_debug_printf instead of _dl_printf for
Ulrich Drepper [Sun, 3 Feb 2002 03:18:23 +0000 (03:18 +0000)] 
(_dl_relocate_object): Use _dl_debug_printf instead of _dl_printf for
debugging info output.

23 years agoUpdate.
Ulrich Drepper [Sun, 3 Feb 2002 02:29:57 +0000 (02:29 +0000)] 
Update.

23 years ago(_test_and_set): Use branch likely.
Ulrich Drepper [Sun, 3 Feb 2002 02:29:07 +0000 (02:29 +0000)] 
(_test_and_set): Use branch likely.

23 years ago(exchange_and_add): Use branch likely.
Ulrich Drepper [Sun, 3 Feb 2002 02:28:49 +0000 (02:28 +0000)] 
(exchange_and_add): Use branch likely.
(atomic_add): Likewise.
(compare_and_swap): Return 0 only when failed to compare. Use branch likely.

23 years ago(testandset): Call _test_and_set.
Ulrich Drepper [Sun, 3 Feb 2002 02:27:34 +0000 (02:27 +0000)] 
(testandset): Call _test_and_set.
(__compare_and_swap): Return 0 only when failed to compare. Use branch likely.

23 years ago(__pthread_spin_lock): Use a different register in the delayed slot.
Ulrich Drepper [Sun, 3 Feb 2002 02:26:07 +0000 (02:26 +0000)] 
(__pthread_spin_lock): Use a different register in the delayed slot.
Use branch likely.

23 years agoUpdate.
Ulrich Drepper [Sun, 3 Feb 2002 01:03:50 +0000 (01:03 +0000)] 
Update.

23 years ago[defined DEBUG && STDC_HEADERS]: Include <string.h>.
Ulrich Drepper [Sun, 3 Feb 2002 01:03:34 +0000 (01:03 +0000)] 
[defined DEBUG && STDC_HEADERS]: Include <string.h>.
(__mktime_internal): If no tm_isdst is requested, prefer solutions
with tm_isdst > 0 when the requested time falls within a
spring-forward gap.

23 years agoUpdate.
Ulrich Drepper [Sat, 2 Feb 2002 19:22:18 +0000 (19:22 +0000)] 
Update.

23 years ago(_dl_get_origin): Avoid writing over array boundary.
Ulrich Drepper [Sat, 2 Feb 2002 19:21:26 +0000 (19:21 +0000)] 
(_dl_get_origin): Avoid writing over array boundary.

23 years agoUpdate.
Ulrich Drepper [Sat, 2 Feb 2002 09:28:53 +0000 (09:28 +0000)] 
Update.

23 years ago(_dl_dst_count): Fix possible endless loop.
Ulrich Drepper [Sat, 2 Feb 2002 09:28:24 +0000 (09:28 +0000)] 
(_dl_dst_count): Fix possible endless loop.
(_dl_dst_substitute): Likewise.

23 years agoUpdate.
Ulrich Drepper [Fri, 1 Feb 2002 20:26:31 +0000 (20:26 +0000)] 
Update.

23 years ago(collate_finish): Assign a wide char collation sequence value to multi
Ulrich Drepper [Fri, 1 Feb 2002 20:24:50 +0000 (20:24 +0000)] 
(collate_finish): Assign a wide char collation sequence value to multi
character collating elements, and avoid over writing by non-character elements.

23 years ago.
Andreas Schwab [Fri, 1 Feb 2002 10:37:07 +0000 (10:37 +0000)] 
.

23 years agoDon't use multi-line string literals.
Andreas Schwab [Fri, 1 Feb 2002 10:36:38 +0000 (10:36 +0000)] 
Don't use multi-line string literals.

23 years agoUpdate.
Ulrich Drepper [Thu, 31 Jan 2002 22:42:39 +0000 (22:42 +0000)] 
Update.

23 years ago(process_dl_debug): Set any_debug if option name matches.
Ulrich Drepper [Thu, 31 Jan 2002 22:42:07 +0000 (22:42 +0000)] 
(process_dl_debug): Set any_debug if option name matches.

23 years agoUpdate.
Ulrich Drepper [Thu, 31 Jan 2002 19:35:38 +0000 (19:35 +0000)] 
Update.

23 years agoUpdate from mainline.
Ulrich Drepper [Thu, 31 Jan 2002 19:33:52 +0000 (19:33 +0000)] 
Update from mainline.

23 years agoCheck for ssize_t overflow.
Ulrich Drepper [Thu, 31 Jan 2002 19:25:40 +0000 (19:25 +0000)] 
Check for ssize_t overflow.
Don't use alloca if the memory requirements are too high.

23 years agoUpdate.
Ulrich Drepper [Tue, 29 Jan 2002 19:08:23 +0000 (19:08 +0000)] 
Update.

23 years ago(__mempcpy): Protect size arg for addition when using __builtin_memcpy.
Ulrich Drepper [Tue, 29 Jan 2002 19:07:59 +0000 (19:07 +0000)] 
(__mempcpy): Protect size arg for addition when using __builtin_memcpy.

23 years agoUpdate.
Ulrich Drepper [Tue, 29 Jan 2002 08:26:10 +0000 (08:26 +0000)] 
Update.

23 years ago(hsearch_r): Don't insert anything if entry is found.
Ulrich Drepper [Tue, 29 Jan 2002 08:24:59 +0000 (08:24 +0000)] 
(hsearch_r): Don't insert anything if entry is found.

23 years agoUpdate.
Ulrich Drepper [Tue, 29 Jan 2002 06:55:05 +0000 (06:55 +0000)] 
Update.

23 years ago(_quicksort): Do not apply the comparison function
Ulrich Drepper [Tue, 29 Jan 2002 06:54:05 +0000 (06:54 +0000)] 
(_quicksort): Do not apply the comparison function
to a pivot element that lies outside the array to be sorted, as
ISO C99 requires that the comparison function be called only with
addresses of array elements.

23 years agoUpdate.
Ulrich Drepper [Tue, 29 Jan 2002 04:39:07 +0000 (04:39 +0000)] 
Update.

23 years ago(_dl_map_object): Remove incorrect optimization for SHARED code.
Ulrich Drepper [Tue, 29 Jan 2002 04:37:21 +0000 (04:37 +0000)] 
(_dl_map_object): Remove incorrect optimization for SHARED code.

23 years agoUpdate.
Ulrich Drepper [Tue, 29 Jan 2002 04:23:16 +0000 (04:23 +0000)] 
Update.

23 years agoUpdate from tzdata2002b.
Ulrich Drepper [Tue, 29 Jan 2002 04:22:19 +0000 (04:22 +0000)] 
Update from tzdata2002b.

23 years agoMinor cleanup after last patch.
Ulrich Drepper [Tue, 29 Jan 2002 04:05:17 +0000 (04:05 +0000)] 
Minor cleanup after last patch.

23 years agoRegenerated: autoconf sysdeps/unix/sysv/linux/configure.in
Ulrich Drepper [Tue, 29 Jan 2002 04:01:49 +0000 (04:01 +0000)] 
Regenerated: autoconf  sysdeps/unix/sysv/linux/configure.in

23 years agoUpdate.
Ulrich Drepper [Tue, 29 Jan 2002 03:55:13 +0000 (03:55 +0000)] 
Update.

23 years ago(pic-ccflag): New variable.
Ulrich Drepper [Tue, 29 Jan 2002 03:53:57 +0000 (03:53 +0000)] 
(pic-ccflag): New variable.

23 years agoAllocate one more byte for rulearr and clear this element.
Ulrich Drepper [Tue, 29 Jan 2002 03:51:53 +0000 (03:51 +0000)] 
Allocate one more byte for rulearr and clear this element.

23 years agoHandle zero-length arguments specially.
Ulrich Drepper [Tue, 29 Jan 2002 03:44:02 +0000 (03:44 +0000)] 
Handle zero-length arguments specially.

23 years ago(__mempcpy): For gcc 3.0+, don't use
Ulrich Drepper [Tue, 29 Jan 2002 03:31:42 +0000 (03:31 +0000)] 
(__mempcpy): For gcc 3.0+, don't use
__mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
short lengths and constant src.
(strcpy): Don't optimize for gcc 3.0+.
(__stpcpy): For gcc 3.0+, don't use
__stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
for short string literal src.

23 years agoUpdate.
Ulrich Drepper [Tue, 29 Jan 2002 03:26:17 +0000 (03:26 +0000)] 
Update.

23 years ago(libc_cv_gcc_unwind_find_fde): Set for arm, too.
Ulrich Drepper [Tue, 29 Jan 2002 03:23:58 +0000 (03:23 +0000)] 
(libc_cv_gcc_unwind_find_fde): Set for arm, too.

23 years agoMerge with mainline.
Andreas Jaeger [Sat, 26 Jan 2002 10:30:06 +0000 (10:30 +0000)] 
Merge with mainline.

23 years agoUpdate.
Andreas Jaeger [Sat, 26 Jan 2002 10:27:11 +0000 (10:27 +0000)] 
Update.

23 years agoMerge from mainline.
Andreas Jaeger [Sat, 26 Jan 2002 10:26:48 +0000 (10:26 +0000)] 
Merge from mainline.

23 years ago(distribute): Filter out xmalloc.c. cvs/glibc-2-2-5 glibc-2.2.5
Ulrich Drepper [Mon, 21 Jan 2002 07:14:56 +0000 (07:14 +0000)] 
(distribute): Filter out xmalloc.c.

23 years ago(nscd-modules): Add xmalloc for nscd.
Ulrich Drepper [Fri, 18 Jan 2002 16:11:44 +0000 (16:11 +0000)] 
(nscd-modules): Add xmalloc for nscd.

23 years ago.
Andreas Schwab [Fri, 18 Jan 2002 13:07:24 +0000 (13:07 +0000)] 
.

23 years ago(libc_cv_gcc_unwind_find_fde): Set for m68k, too.
Andreas Schwab [Fri, 18 Jan 2002 13:07:12 +0000 (13:07 +0000)] 
(libc_cv_gcc_unwind_find_fde): Set for m68k, too.

23 years agoUpdate.
Ulrich Drepper [Fri, 18 Jan 2002 06:05:57 +0000 (06:05 +0000)] 
Update.

23 years agoUpdate to Apple's latest definition.
Ulrich Drepper [Fri, 18 Jan 2002 06:02:23 +0000 (06:02 +0000)] 
Update to Apple's latest definition.

23 years agoUpdate.
Ulrich Drepper [Fri, 18 Jan 2002 02:16:26 +0000 (02:16 +0000)] 
Update.

23 years ago(begin_drop_privileges): New function.
Ulrich Drepper [Fri, 18 Jan 2002 02:13:47 +0000 (02:13 +0000)] 
(begin_drop_privileges): New function.
(finish_drop_privileges): New function.
(nscd_init): Call the new functions which also install all groups
for the server user.

23 years ago(drop_privileges): Removed. Adjust caller.
Ulrich Drepper [Fri, 18 Jan 2002 02:13:18 +0000 (02:13 +0000)] 
(drop_privileges): Removed.  Adjust caller.

23 years agoUpdate.
Ulrich Drepper [Thu, 17 Jan 2002 23:16:03 +0000 (23:16 +0000)] 
Update.

23 years agoUse 64 bit instructions for pointer operations.
Ulrich Drepper [Thu, 17 Jan 2002 22:57:59 +0000 (22:57 +0000)] 
Use 64 bit instructions for pointer operations.

23 years agoUpdate.
Andreas Jaeger [Thu, 17 Jan 2002 17:37:52 +0000 (17:37 +0000)] 
Update.

23 years agoGCC 3.1 has __uint128_t build-in.
Andreas Jaeger [Thu, 17 Jan 2002 17:37:40 +0000 (17:37 +0000)] 
GCC 3.1 has __uint128_t build-in.

23 years agoUpdate.
Andreas Jaeger [Thu, 17 Jan 2002 17:20:55 +0000 (17:20 +0000)] 
Update.

23 years ago * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and PowerPC.
Andreas Jaeger [Thu, 17 Jan 2002 17:20:03 +0000 (17:20 +0000)] 
* sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and PowerPC.

23 years agoUpdate copyright year.
Ulrich Drepper [Thu, 17 Jan 2002 07:48:56 +0000 (07:48 +0000)] 
Update copyright year.

23 years agoUpdate.
Ulrich Drepper [Thu, 17 Jan 2002 07:48:08 +0000 (07:48 +0000)] 
Update.

23 years agoUpdate.
Ulrich Drepper [Thu, 17 Jan 2002 06:48:39 +0000 (06:48 +0000)] 
Update.

23 years ago Fix regexp to reliably remove "-ia64" from rtld name.
Ulrich Drepper [Thu, 17 Jan 2002 06:44:55 +0000 (06:44 +0000)] 
 Fix regexp to reliably remove "-ia64" from rtld name.

23 years agoUpdate.
Ulrich Drepper [Thu, 17 Jan 2002 00:47:26 +0000 (00:47 +0000)] 
Update.

23 years agoswapcontext implementation for S390.
Ulrich Drepper [Thu, 17 Jan 2002 00:46:11 +0000 (00:46 +0000)] 
swapcontext implementation for S390.

23 years agoWe need different files for 32 and 64 bits.
Ulrich Drepper [Thu, 17 Jan 2002 00:44:15 +0000 (00:44 +0000)] 
We need different files for 32 and 64 bits.

23 years ago(MEMORY_BARRIER): Define.
Ulrich Drepper [Thu, 17 Jan 2002 00:41:15 +0000 (00:41 +0000)] 
(MEMORY_BARRIER): Define.
(CURRENT_STACK_FRAME): Remove duplicate definition.

23 years agoUpdate.
Ulrich Drepper [Thu, 17 Jan 2002 00:29:02 +0000 (00:29 +0000)] 
Update.

23 years ago(CFLAGS-tst-cancel.c): Add -fno-inline-functions to prevent automatic inline.
Ulrich Drepper [Thu, 17 Jan 2002 00:27:17 +0000 (00:27 +0000)] 
(CFLAGS-tst-cancel.c): Add -fno-inline-functions to prevent automatic inline.

23 years agoUpdate.
Ulrich Drepper [Sat, 12 Jan 2002 01:44:29 +0000 (01:44 +0000)] 
Update.

23 years agoRegenerated: autoconf sysdeps/unix/sysv/linux/configure.in
Ulrich Drepper [Sat, 12 Jan 2002 01:43:16 +0000 (01:43 +0000)] 
Regenerated: autoconf  sysdeps/unix/sysv/linux/configure.in

23 years agoAdd framestate.
Ulrich Drepper [Sat, 12 Jan 2002 01:42:50 +0000 (01:42 +0000)] 
Add framestate.

23 years agos390-64 specific profile counter definitions.
Ulrich Drepper [Sat, 12 Jan 2002 01:42:33 +0000 (01:42 +0000)] 
s390-64 specific profile counter definitions.

23 years agos390-32 specific profile counter definitions.
Ulrich Drepper [Sat, 12 Jan 2002 01:42:17 +0000 (01:42 +0000)] 
s390-32 specific profile counter definitions.

23 years agoNeed different versions for 31 and 64 bit machines.
Ulrich Drepper [Sat, 12 Jan 2002 01:41:23 +0000 (01:41 +0000)] 
Need different versions for 31 and 64 bit machines.

23 years ago(__brk): Correct inline assembly contraints.
Ulrich Drepper [Sat, 12 Jan 2002 01:40:40 +0000 (01:40 +0000)] 
(__brk): Correct inline assembly contraints.

23 years ago(libc_cv_gcc_unwind_find_fde): Set for s390 and s390x architectures.
Ulrich Drepper [Sat, 12 Jan 2002 01:40:17 +0000 (01:40 +0000)] 
(libc_cv_gcc_unwind_find_fde): Set for s390 and s390x architectures.

23 years ago(sighandler): Initialize all elements to SIG_ERR.
Ulrich Drepper [Sat, 12 Jan 2002 01:36:39 +0000 (01:36 +0000)] 
(sighandler): Initialize all elements to SIG_ERR.
(__sigaction): Don't use value from sighandler if it is SIG_ERR.

23 years agoUpdate.
Ulrich Drepper [Fri, 11 Jan 2002 01:08:06 +0000 (01:08 +0000)] 
Update.

23 years ago(__ieee754_sqrt): Don't use multi-line string literals.
Ulrich Drepper [Fri, 11 Jan 2002 01:03:31 +0000 (01:03 +0000)] 
(__ieee754_sqrt): Don't use multi-line string literals.
(__full_ieee754_sqrt): Add __attribute_used__.

23 years ago(__group_member): Also check groups[0].
Ulrich Drepper [Fri, 11 Jan 2002 01:02:18 +0000 (01:02 +0000)] 
(__group_member): Also check groups[0].

23 years ago.
Roland McGrath [Wed, 9 Jan 2002 04:18:05 +0000 (04:18 +0000)] 
.

23 years ago2001-12-02 Roland McGrath <roland@frob.com>
Roland McGrath [Wed, 9 Jan 2002 04:16:57 +0000 (04:16 +0000)] 
2001-12-02  Roland McGrath  <roland@frob.com>

* mach/Makefile, mach/Machrules: Move comments out of \ continuations.
* mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
* mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
Reported by Jeff Bailey <jbailey@nisa.net>.

23 years ago2001-12-02 Roland McGrath <roland@frob.com>
Roland McGrath [Wed, 9 Jan 2002 04:16:50 +0000 (04:16 +0000)] 
2001-12-02  Roland McGrath  <roland@frob.com>

* hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
Reported by Jeff Bailey <jbailey@nisa.net>.
* hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
Reported by Jeff Bailey <jbailey@nisa.net>.

23 years agoUpdate.
Ulrich Drepper [Tue, 8 Jan 2002 21:44:30 +0000 (21:44 +0000)] 
Update.

23 years ago(distribute): Add scripts/cpp.
Ulrich Drepper [Tue, 8 Jan 2002 21:43:50 +0000 (21:43 +0000)] 
(distribute): Add scripts/cpp.

23 years agoUpdate.
Ulrich Drepper [Tue, 8 Jan 2002 21:40:06 +0000 (21:40 +0000)] 
Update.

23 years ago(distribute): Add unwind-dw2.c, unwind-dw2-fde.c, unwind.h,
Ulrich Drepper [Tue, 8 Jan 2002 21:38:17 +0000 (21:38 +0000)] 
(distribute): Add unwind-dw2.c, unwind-dw2-fde.c, unwind.h,
unwind-pe.h, unwind-dw2-fde.h, and dwarf2.h.

23 years agoAdd ldd-rewrite.sed.
Ulrich Drepper [Tue, 8 Jan 2002 21:37:02 +0000 (21:37 +0000)] 
Add ldd-rewrite.sed.

23 years agoAdd sysv_termio.h and start-libc.c.
Ulrich Drepper [Tue, 8 Jan 2002 21:34:59 +0000 (21:34 +0000)] 
Add sysv_termio.h and start-libc.c.

23 years agoAdditional files to distribute for 4.4BSD.
Ulrich Drepper [Tue, 8 Jan 2002 21:33:26 +0000 (21:33 +0000)] 
Additional files to distribute for 4.4BSD.

23 years ago(distribute): Add reldep6mod[01234].c.
Ulrich Drepper [Tue, 8 Jan 2002 21:29:23 +0000 (21:29 +0000)] 
(distribute): Add reldep6mod[01234].c.

23 years ago.
Roland McGrath [Tue, 8 Jan 2002 19:55:03 +0000 (19:55 +0000)] 
.