Ulrich Drepper
45dea6bc6f
(_dl_init_paths): Add one more element to aelem to not write beyond allocated
...
memory.
1999-06-17 10:41:12 +00:00
Ulrich Drepper
ca754c997a
Keep lock while printing output lines.
1999-06-17 10:40:55 +00:00
Ulrich Drepper
cee511f0ec
(jn_test): Adjust delta.
1999-06-17 10:40:35 +00:00
Ulrich Drepper
cf54ce14d0
Update.
1999-06-16 10:36:06 +00:00
Ulrich Drepper
cb2a8054f4
(re_error_msgid): Remove extra commas.
1999-06-16 10:35:56 +00:00
Ulrich Drepper
6574b4eae5
Update.
1999-06-16 10:30:53 +00:00
Ulrich Drepper
89d3e4e49c
(sysdep_dirs): Exclude SCCS.
1999-06-16 10:30:37 +00:00
Ulrich Drepper
67c4805796
Update.
1999-06-15 12:08:33 +00:00
Ulrich Drepper
b564554527
It is not generally true that if (unsigned)a*(unsigned)b overflows,
...
then the result is less than 'a'.
1999-06-15 12:08:14 +00:00
Ulrich Drepper
10e89a27de
Document is_char in printf_info structure.
1999-06-13 15:21:00 +00:00
Ulrich Drepper
b0473a0f6e
Update.
1999-06-13 15:20:01 +00:00
Ulrich Drepper
e0492b4acc
Disable signbit* inline functions for gcc <= 2.7.x.
...
Add __extension__ to signbit definitions to calm down gcc.
1999-06-13 15:19:13 +00:00
Roland McGrath
673d66205c
.
1999-06-13 13:57:19 +00:00
Roland McGrath
91fae3b292
1999-06-13 Roland McGrath <roland@baalperazim.frob.com>
...
* hurd/hurdsock.c (_hurd_socket_server): Fix fencepost error in last
change.
1999-06-13 13:56:47 +00:00
Ulrich Drepper
531a23d909
Update from main branch.
1999-06-13 10:40:50 +00:00
Roland McGrath
bc6f3d5a19
.
1999-06-13 10:02:58 +00:00
Roland McGrath
091b6505fc
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.
1999-06-13 10:02:10 +00:00
Roland McGrath
1cf22aeeb8
copyright year
1999-06-13 09:53:22 +00:00
Roland McGrath
48ca274919
.
1999-06-13 09:52:16 +00:00
Roland McGrath
75913a5ef5
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.
1999-06-13 09:51:02 +00:00
Ulrich Drepper
862ff21bcd
Add some missing MSG_* flags from Linux 2.2.9.
1999-06-13 09:27:04 +00:00
Ulrich Drepper
b77ab157d4
Update from main branch.
1999-06-13 09:23:55 +00:00
Roland McGrath
ca0350310e
.
1999-06-11 16:43:34 +00:00
Roland McGrath
6b113ae7dd
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'.
1999-06-11 16:42:51 +00:00
Ulrich Drepper
3eb10d0154
Update.
1999-06-07 20:19:28 +00:00
Ulrich Drepper
afa10f83bf
(__fgetgrent_r): Set errno to ENOENT in case of EOF.
1999-06-07 20:18:43 +00:00
Ulrich Drepper
7a817a6932
(fgetgrent): Remember position of stream before
...
reading and reset in case the buffer was too small.
1999-06-07 20:18:31 +00:00
Roland McGrath
26083b2983
.
1999-06-07 18:09:58 +00:00
Roland McGrath
31b6743cea
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>.
1999-06-07 18:09:37 +00:00
Ulrich Drepper
4ddd6678c0
Update.
1999-06-07 15:53:25 +00:00
Ulrich Drepper
fa1067535a
(__printf_fphex): Don't ignore the precision if the mantissa is zero.
1999-06-07 15:53:16 +00:00
Ulrich Drepper
cff4fed9a5
(j0_test, j1_test, jn_test, y0_test, y1_test, yn_test): Increase some epsilons.
1999-06-07 15:42:59 +00:00
Ulrich Drepper
0cd37396bd
(Floating Point Parameters): GCC already supports long double for a long time.
1999-06-07 15:42:39 +00:00
Ulrich Drepper
f89360dc95
Update.
1999-06-07 15:41:42 +00:00
Ulrich Drepper
342f145462
Update.
1999-06-06 13:12:18 +00:00
Ulrich Drepper
bb8098fdd3
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.
1999-06-06 13:12:08 +00:00
Ulrich Drepper
4dc3856b63
(Running make install): Correct typo in dynamic linker invocation.
1999-06-06 13:11:41 +00:00
Ulrich Drepper
27f33e3714
Regenerated.
1999-06-06 13:11:22 +00:00
Ulrich Drepper
a4cd0dce75
Fix typo in linker option.
1999-06-06 13:11:12 +00:00
Ulrich Drepper
d1e8859b93
Update.
1999-06-03 14:03:39 +00:00
Ulrich Drepper
7450ca7ccb
Set LC_ALL explicitly to archieve correct sorting of map files.
1999-06-03 14:03:11 +00:00
Ulrich Drepper
f23286ebd0
Update
1999-06-02 11:56:15 +00:00
Ulrich Drepper
9e09707af1
(y1_test): New tests.
...
(y0_test): Likewise.
(j1_test): Likewise.
(j0_test): Likewise.
(main): Added new tests.
1999-06-02 11:55:10 +00:00
Ulrich Drepper
eecd06f44a
(__ieee754_y0): Fix array indices.
1999-06-02 11:54:38 +00:00
Ulrich Drepper
79a12dff59
Update.
1999-06-02 11:06:15 +00:00
Ulrich Drepper
4ef4e3084a
(nscd_gethst_r): Align the h_addr_list pointers properly.
1999-06-02 11:05:41 +00:00
Ulrich Drepper
9788173e9b
Update from official version.
1999-06-01 13:29:01 +00:00
Ulrich Drepper
deed1afdee
Update.
1999-05-27 11:33:07 +00:00
Ulrich Drepper
d610d87c6c
(Host Names): Remove statement that h_errno needs to be declared since
...
this isn't true anymore.
1999-05-27 11:32:22 +00:00
Ulrich Drepper
bd38e9e96c
Update.
1999-05-25 16:51:02 +00:00