]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
26 years agoUpdate.
Ulrich Drepper [Mon, 28 Jun 1999 12:43:21 +0000 (12:43 +0000)] 
Update.

26 years ago(Copying and Concatenation): Mention that strndup is a GNU extension.
Ulrich Drepper [Mon, 28 Jun 1999 12:31:33 +0000 (12:31 +0000)] 
(Copying and Concatenation): Mention that strndup is a GNU extension.

26 years ago(__getpw): Fix check for error return.
Ulrich Drepper [Mon, 28 Jun 1999 12:30:20 +0000 (12:30 +0000)] 
(__getpw): Fix check for error return.

26 years agoUpdate.
Ulrich Drepper [Sat, 26 Jun 1999 18:21:09 +0000 (18:21 +0000)] 
Update.

26 years ago(_dl_map_object_deps): When looking for the next
Ulrich Drepper [Sat, 26 Jun 1999 18:20:58 +0000 (18:20 +0000)] 
(_dl_map_object_deps): When looking for the next
occurence of the aux object start with the current list entry, not
the new one.  Adjust tail pointer in the unique list.  Explain how
the meaning of the variables changes.

26 years agoUpdate.
Ulrich Drepper [Fri, 25 Jun 1999 16:35:05 +0000 (16:35 +0000)] 
Update.

26 years ago(strnlen): Remove extra prototype.
Ulrich Drepper [Fri, 25 Jun 1999 16:34:25 +0000 (16:34 +0000)] 
(strnlen): Remove extra prototype.

26 years ago.
Roland McGrath [Fri, 25 Jun 1999 14:48:27 +0000 (14:48 +0000)] 
.

26 years ago1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Fri, 25 Jun 1999 14:48:20 +0000 (14:48 +0000)] 
1999-06-25  Roland McGrath  <roland@baalperazim.frob.com>
* hurd.h, hurd/hurd/fd.h, hurd/hurd/port.h, hurd/hurd/signal.h,
hurd/hurd/threadvar.h, hurd/hurd/userlink.h: Instead of
_EXTERN_INLINE, use a macro specific to each file,
_HURD_FD_H_EXTERN_INLINE and the like.
* hurd/Makefile (inline-headers): New variable.
(routines): Remove hurdinline.  Add $(inlines).
(inlines): New variable.
($(inlines:%=$(objpfx)%.c)): New static pattern rule to generate them.
(generated): Append those here.
* hurd/hurdinline.c: File removed.

26 years ago.
Roland McGrath [Fri, 25 Jun 1999 14:47:11 +0000 (14:47 +0000)] 
.

26 years ago1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Fri, 25 Jun 1999 14:46:27 +0000 (14:46 +0000)] 
1999-06-25  Roland McGrath  <roland@baalperazim.frob.com>
* hurd.h, hurd/fd.h, hurd/port.h, hurd/signal.h, hurd/threadvar.h,
hurd/userlink.h: Instead of _EXTERN_INLINE, use a macro specific to
each file, _HURD_FD_H_EXTERN_INLINE and the like.
* hurd/Makefile (inline-headers): New variable.
(routines): Remove hurdinline.  Add $(inlines).
(inlines): New variable.
($(inlines:%=$(objpfx)%.c)): New static pattern rule to generate them.
(generated): Append those here.
* hurd/hurdinline.c: File removed.

26 years ago.
Roland McGrath [Fri, 25 Jun 1999 13:45:53 +0000 (13:45 +0000)] 
.

26 years ago1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Fri, 25 Jun 1999 13:45:39 +0000 (13:45 +0000)] 
1999-06-25  Roland McGrath  <roland@baalperazim.frob.com>
* sysdeps/generic/glob64.c: Include <stddef.h> for NULL.

26 years ago.
Roland McGrath [Fri, 25 Jun 1999 13:30:55 +0000 (13:30 +0000)] 
.

26 years ago1999-06-25 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Fri, 25 Jun 1999 13:29:26 +0000 (13:29 +0000)] 
1999-06-25  Roland McGrath  <roland@baalperazim.frob.com>
* mach/Versions (libc: GLIBC_2.0): Add __mig_strncpy.

26 years agoUpdate from main branch.
Ulrich Drepper [Thu, 24 Jun 1999 13:27:58 +0000 (13:27 +0000)] 
Update from main branch.

26 years agoUpdate.
Ulrich Drepper [Thu, 24 Jun 1999 13:27:43 +0000 (13:27 +0000)] 
Update.

26 years agoUpdate.
Ulrich Drepper [Thu, 24 Jun 1999 13:10:35 +0000 (13:10 +0000)] 
Update.

26 years agoAdd "notfound" data to cache, not iov pointer.
Ulrich Drepper [Thu, 24 Jun 1999 13:09:46 +0000 (13:09 +0000)] 
Add "notfound" data to cache, not iov pointer.

26 years agoUpdate.
Ulrich Drepper [Wed, 23 Jun 1999 12:41:58 +0000 (12:41 +0000)] 
Update.

26 years ago(special): Add test for large ndigit parameter.
Ulrich Drepper [Wed, 23 Jun 1999 12:41:25 +0000 (12:41 +0000)] 
(special): Add test for large ndigit parameter.

26 years agoDefine NDIGIT_MAX.
Ulrich Drepper [Wed, 23 Jun 1999 12:41:05 +0000 (12:41 +0000)] 
Define NDIGIT_MAX.

26 years agoDefine NDIGIT_MAX.
Ulrich Drepper [Wed, 23 Jun 1999 12:40:47 +0000 (12:40 +0000)] 
Define NDIGIT_MAX.
(fcvt_r): Limit precision in snprintf call to NDIGIT_MAX.

26 years agoDefine NDIGIT_MAX.
Ulrich Drepper [Wed, 23 Jun 1999 12:40:32 +0000 (12:40 +0000)] 
Define NDIGIT_MAX.
(gcvt): Limit precision in sprintf call to NDIGIT_MAX.
Do not dynamically allocate the static buffers.  They are small enough.

26 years agoUpdate.
Ulrich Drepper [Wed, 23 Jun 1999 10:48:44 +0000 (10:48 +0000)] 
Update.

26 years agoUpdate from main branch.
Ulrich Drepper [Wed, 23 Jun 1999 10:48:34 +0000 (10:48 +0000)] 
Update from main branch.

26 years agoUpdate.
Ulrich Drepper [Tue, 22 Jun 1999 10:19:37 +0000 (10:19 +0000)] 
Update.

26 years agoDon't return a zero result if the high bits of two words differ.
Ulrich Drepper [Tue, 22 Jun 1999 10:12:25 +0000 (10:12 +0000)] 
Don't return a zero result if the high bits of two words differ.

26 years ago(x_inline): Cleanup pointer assignments.
Ulrich Drepper [Tue, 22 Jun 1999 10:09:56 +0000 (10:09 +0000)] 
(x_inline): Cleanup pointer assignments.

26 years ago(_IO_old_proc_open): Apply change from 1999-03-29 to iopopen also here.
Ulrich Drepper [Tue, 22 Jun 1999 10:08:44 +0000 (10:08 +0000)] 
(_IO_old_proc_open): Apply change from 1999-03-29 to iopopen also here.

26 years agoCorrect counting of subsections.
Ulrich Drepper [Tue, 22 Jun 1999 10:07:33 +0000 (10:07 +0000)] 
Correct counting of subsections.

26 years ago.
Roland McGrath [Sat, 19 Jun 1999 12:17:00 +0000 (12:17 +0000)] 
.

26 years ago1999-06-16 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Sat, 19 Jun 1999 12:15:13 +0000 (12:15 +0000)] 
1999-06-16  Roland McGrath  <roland@baalperazim.frob.com>
* sysdeps/unix/sysv/linux/siglist.c: Moved to ...
* sysdeps/gnu/siglist.c: ... here.
Use <siglist.h> instead of "siglist.h", to ensure sysdeps-search.
Use <bits/wordsize.h> instead of <sizes.h> to determine PTR_SIZE_STR.
* sysdeps/gnu/siglist.h: New file, contents from linux version.
Add entry for SIGLOST protected by #ifdef.
* sysdeps/unix/sysv/linux/siglist.h: Just #include that file,
and define OLD_SIGLIST_SIZE_STR.
* sysdeps/mach/hurd/siglist.h: New file, likewise.

26 years agoUpdate.
Ulrich Drepper [Fri, 18 Jun 1999 19:06:16 +0000 (19:06 +0000)] 
Update.

26 years ago(charmaps): Exclude SCCS.
Ulrich Drepper [Fri, 18 Jun 1999 19:05:40 +0000 (19:05 +0000)] 
(charmaps): Exclude SCCS.
(locales): Likewise.
(repertoiremaps): Likewise.

26 years agoInclude setjmp.h.
Ulrich Drepper [Fri, 18 Jun 1999 19:05:09 +0000 (19:05 +0000)] 
Include setjmp.h.

26 years agoUpdate.
Ulrich Drepper [Thu, 17 Jun 1999 15:20:19 +0000 (15:20 +0000)] 
Update.

26 years agoAdd missing line disciplines.
Ulrich Drepper [Thu, 17 Jun 1999 15:19:56 +0000 (15:19 +0000)] 
Add missing line disciplines.

26 years agoUpdate.
Ulrich Drepper [Thu, 17 Jun 1999 12:42:14 +0000 (12:42 +0000)] 
Update.

26 years agoReturn -1 in case nscd is not available and value > 0 for error.
Ulrich Drepper [Thu, 17 Jun 1999 12:41:46 +0000 (12:41 +0000)] 
Return -1 in case nscd is not available and value > 0 for error.

26 years agoExpect return alue to be ERANGE if buffer is too small.
Ulrich Drepper [Thu, 17 Jun 1999 12:41:26 +0000 (12:41 +0000)] 
Expect return alue to be ERANGE if buffer is too small.

26 years agoReturn error code not -1.
Ulrich Drepper [Thu, 17 Jun 1999 12:40:53 +0000 (12:40 +0000)] 
Return error code not -1.

26 years agoUpdate.
Ulrich Drepper [Thu, 17 Jun 1999 12:36:45 +0000 (12:36 +0000)] 
Update.

26 years ago(AX25_PIDINCL): Added.
Ulrich Drepper [Thu, 17 Jun 1999 12:36:27 +0000 (12:36 +0000)] 
(AX25_PIDINCL): Added.

26 years agoLinux/SPARC sysmacros.
Ulrich Drepper [Thu, 17 Jun 1999 12:36:06 +0000 (12:36 +0000)] 
Linux/SPARC sysmacros.

26 years agoLinux/Alpha sysmacros.
Ulrich Drepper [Thu, 17 Jun 1999 12:35:52 +0000 (12:35 +0000)] 
Linux/Alpha sysmacros.

26 years ago[!__GNUC__]: Use correct word order.
Ulrich Drepper [Thu, 17 Jun 1999 12:35:18 +0000 (12:35 +0000)] 
[!__GNUC__]: Use correct word order.

26 years agoUpdate.
Ulrich Drepper [Thu, 17 Jun 1999 10:46:21 +0000 (10:46 +0000)] 
Update.

26 years agoDon't fail always when oact is NULL.
Ulrich Drepper [Thu, 17 Jun 1999 10:45:49 +0000 (10:45 +0000)] 
Don't fail always when oact is NULL.

26 years agoUpdate.
Ulrich Drepper [Thu, 17 Jun 1999 10:41:26 +0000 (10:41 +0000)] 
Update.

26 years ago(_dl_init_paths): Add one more element to aelem to not write beyond allocated
Ulrich Drepper [Thu, 17 Jun 1999 10:41:12 +0000 (10:41 +0000)] 
(_dl_init_paths): Add one more element to aelem to not write beyond allocated
memory.

26 years agoKeep lock while printing output lines.
Ulrich Drepper [Thu, 17 Jun 1999 10:40:55 +0000 (10:40 +0000)] 
Keep lock while printing output lines.

26 years ago(jn_test): Adjust delta.
Ulrich Drepper [Thu, 17 Jun 1999 10:40:35 +0000 (10:40 +0000)] 
(jn_test): Adjust delta.

26 years agoUpdate.
Ulrich Drepper [Wed, 16 Jun 1999 10:36:06 +0000 (10:36 +0000)] 
Update.

26 years ago(re_error_msgid): Remove extra commas.
Ulrich Drepper [Wed, 16 Jun 1999 10:35:56 +0000 (10:35 +0000)] 
(re_error_msgid): Remove extra commas.

26 years agoUpdate.
Ulrich Drepper [Wed, 16 Jun 1999 10:30:53 +0000 (10:30 +0000)] 
Update.

26 years ago(sysdep_dirs): Exclude SCCS.
Ulrich Drepper [Wed, 16 Jun 1999 10:30:37 +0000 (10:30 +0000)] 
(sysdep_dirs): Exclude SCCS.

26 years agoUpdate.
Ulrich Drepper [Tue, 15 Jun 1999 12:08:33 +0000 (12:08 +0000)] 
Update.

26 years agoIt is not generally true that if (unsigned)a*(unsigned)b overflows,
Ulrich Drepper [Tue, 15 Jun 1999 12:08:14 +0000 (12:08 +0000)] 
It is not generally true that if (unsigned)a*(unsigned)b overflows,
then the result is less than 'a'.

26 years agoDocument is_char in printf_info structure.
Ulrich Drepper [Sun, 13 Jun 1999 15:21:00 +0000 (15:21 +0000)] 
Document is_char in printf_info structure.

26 years agoUpdate.
Ulrich Drepper [Sun, 13 Jun 1999 15:20:01 +0000 (15:20 +0000)] 
Update.

26 years agoDisable signbit* inline functions for gcc <= 2.7.x.
Ulrich Drepper [Sun, 13 Jun 1999 15:19:13 +0000 (15:19 +0000)] 
Disable signbit* inline functions for gcc <= 2.7.x.
Add __extension__ to signbit definitions to calm down gcc.

26 years ago.
Roland McGrath [Sun, 13 Jun 1999 13:57:19 +0000 (13:57 +0000)] 
.

26 years ago1999-06-13 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Sun, 13 Jun 1999 13:56:47 +0000 (13:56 +0000)] 
1999-06-13  Roland McGrath  <roland@baalperazim.frob.com>
* hurd/hurdsock.c (_hurd_socket_server): Fix fencepost error in last
change.

26 years agoUpdate from main branch.
Ulrich Drepper [Sun, 13 Jun 1999 10:40:50 +0000 (10:40 +0000)] 
Update from main branch.

26 years ago.
Roland McGrath [Sun, 13 Jun 1999 10:02:58 +0000 (10:02 +0000)] 
.

26 years ago1999-06-12 Mark Kettenis <kettenis@gnu.org>
Roland McGrath [Sun, 13 Jun 1999 10:02:10 +0000 (10:02 +0000)] 
1999-06-12  Mark Kettenis  <kettenis@gnu.org>
* Makeconfig (static-start-installed-name): Set to
$(start-installed-name) if not defined.
(+link-static): Use $(static-start-installed-name) instead of
$(start-installed-name).
* sysdeps/mach/hurd/i386/Makefile (static-start-installed-name):
Set to crt0.o.

26 years agocopyright year
Roland McGrath [Sun, 13 Jun 1999 09:53:22 +0000 (09:53 +0000)] 
copyright year

26 years ago.
Roland McGrath [Sun, 13 Jun 1999 09:52:16 +0000 (09:52 +0000)] 
.

26 years ago1999-06-12 Mark Kettenis <kettenis@gnu.org>
Roland McGrath [Sun, 13 Jun 1999 09:51:02 +0000 (09:51 +0000)] 
1999-06-12  Mark Kettenis  <kettenis@gnu.org>
* sysdeps/mach/hurd/fork.c (__fork): Make use of `insert_type' when
inserting a send right into the child instead of unconditionally
copying the send right.

26 years agoAdd some missing MSG_* flags from Linux 2.2.9.
Ulrich Drepper [Sun, 13 Jun 1999 09:27:04 +0000 (09:27 +0000)] 
Add some missing MSG_* flags from Linux 2.2.9.

26 years agoUpdate from main branch.
Ulrich Drepper [Sun, 13 Jun 1999 09:23:55 +0000 (09:23 +0000)] 
Update from main branch.

26 years ago.
Roland McGrath [Fri, 11 Jun 1999 16:43:34 +0000 (16:43 +0000)] 
.

26 years ago1999-06-11 Mark Kettenis <kettenis@gnu.org>
Roland McGrath [Fri, 11 Jun 1999 16:42:51 +0000 (16:42 +0000)] 
1999-06-11  Mark Kettenis  <kettenis@gnu.org>
* hurd/hurdsock.c (max_domain): Initialize to `-1'.
(_hurd_socket_server): Fix off-by-one error in setting `max_domain'.

26 years agoUpdate.
Ulrich Drepper [Mon, 7 Jun 1999 20:19:28 +0000 (20:19 +0000)] 
Update.

26 years ago(__fgetgrent_r): Set errno to ENOENT in case of EOF.
Ulrich Drepper [Mon, 7 Jun 1999 20:18:43 +0000 (20:18 +0000)] 
(__fgetgrent_r): Set errno to ENOENT in case of EOF.

26 years ago(fgetgrent): Remember position of stream before
Ulrich Drepper [Mon, 7 Jun 1999 20:18:31 +0000 (20:18 +0000)] 
(fgetgrent): Remember position of stream before
reading and reset in case the buffer was too small.

26 years ago.
Roland McGrath [Mon, 7 Jun 1999 18:09:58 +0000 (18:09 +0000)] 
.

26 years ago1999-06-07 Roland McGrath <roland@baalperazim.frob.com>
Roland McGrath [Mon, 7 Jun 1999 18:09:37 +0000 (18:09 +0000)] 
1999-06-07  Roland McGrath  <roland@baalperazim.frob.com>
* db2/os/os_oflags.c (__db_oflags): Fix checking of O_ACCMODE bits to
be POSIX compliant.  Prior definition was broken for Hurd.
Reported by Mark Kettenis <kettenis@gnu.org>.

26 years agoUpdate.
Ulrich Drepper [Mon, 7 Jun 1999 15:53:25 +0000 (15:53 +0000)] 
Update.

26 years ago(__printf_fphex): Don't ignore the precision if the mantissa is zero.
Ulrich Drepper [Mon, 7 Jun 1999 15:53:16 +0000 (15:53 +0000)] 
(__printf_fphex): Don't ignore the precision if the mantissa is zero.

26 years ago(j0_test, j1_test, jn_test, y0_test, y1_test, yn_test): Increase some epsilons.
Ulrich Drepper [Mon, 7 Jun 1999 15:42:59 +0000 (15:42 +0000)] 
(j0_test, j1_test, jn_test, y0_test, y1_test, yn_test): Increase some epsilons.

26 years ago(Floating Point Parameters): GCC already supports long double for a long time.
Ulrich Drepper [Mon, 7 Jun 1999 15:42:39 +0000 (15:42 +0000)] 
(Floating Point Parameters): GCC already supports long double for a long time.

26 years agoUpdate.
Ulrich Drepper [Mon, 7 Jun 1999 15:41:42 +0000 (15:41 +0000)] 
Update.

26 years agoUpdate.
Ulrich Drepper [Sun, 6 Jun 1999 13:12:18 +0000 (13:12 +0000)] 
Update.

26 years agoIntroduce local variable __libc_getpagesize to
Ulrich Drepper [Sun, 6 Jun 1999 13:12:08 +0000 (13:12 +0000)] 
Introduce local variable __libc_getpagesize to
avoid multiple calls to getpagesize() which might be a syscall.
(check_action): Change into bitmap so that both
diagnostic and abort can be requested by setting it to 3.
(mALLOC_SET_STATe): Disable malloc checking if necessary.

26 years ago(Running make install): Correct typo in dynamic linker invocation.
Ulrich Drepper [Sun, 6 Jun 1999 13:11:41 +0000 (13:11 +0000)] 
(Running make install): Correct typo in dynamic linker invocation.

26 years agoRegenerated.
Ulrich Drepper [Sun, 6 Jun 1999 13:11:22 +0000 (13:11 +0000)] 
Regenerated.

26 years agoFix typo in linker option.
Ulrich Drepper [Sun, 6 Jun 1999 13:11:12 +0000 (13:11 +0000)] 
Fix typo in linker option.

26 years agoUpdate.
Ulrich Drepper [Thu, 3 Jun 1999 14:03:39 +0000 (14:03 +0000)] 
Update.

26 years agoSet LC_ALL explicitly to archieve correct sorting of map files.
Ulrich Drepper [Thu, 3 Jun 1999 14:03:11 +0000 (14:03 +0000)] 
Set LC_ALL explicitly to archieve correct sorting of map files.

26 years agoUpdate
Ulrich Drepper [Wed, 2 Jun 1999 11:56:15 +0000 (11:56 +0000)] 
Update

26 years ago(y1_test): New tests.
Ulrich Drepper [Wed, 2 Jun 1999 11:55:10 +0000 (11:55 +0000)] 
(y1_test): New tests.
(y0_test): Likewise.
(j1_test): Likewise.
(j0_test): Likewise.
(main): Added new tests.

26 years ago(__ieee754_y0): Fix array indices.
Ulrich Drepper [Wed, 2 Jun 1999 11:54:38 +0000 (11:54 +0000)] 
(__ieee754_y0): Fix array indices.

26 years agoUpdate.
Ulrich Drepper [Wed, 2 Jun 1999 11:06:15 +0000 (11:06 +0000)] 
Update.

26 years ago(nscd_gethst_r): Align the h_addr_list pointers properly.
Ulrich Drepper [Wed, 2 Jun 1999 11:05:41 +0000 (11:05 +0000)] 
(nscd_gethst_r): Align the h_addr_list pointers properly.

26 years agoUpdate from official version.
Ulrich Drepper [Tue, 1 Jun 1999 13:29:01 +0000 (13:29 +0000)] 
Update from official version.

26 years agoUpdate.
Ulrich Drepper [Thu, 27 May 1999 11:33:07 +0000 (11:33 +0000)] 
Update.

26 years ago(Host Names): Remove statement that h_errno needs to be declared since
Ulrich Drepper [Thu, 27 May 1999 11:32:22 +0000 (11:32 +0000)] 
(Host Names): Remove statement that h_errno needs to be declared since
this isn't true anymore.

26 years agoUpdate.
Ulrich Drepper [Tue, 25 May 1999 16:51:02 +0000 (16:51 +0000)] 
Update.