Commit Graph

3197 Commits

Author SHA1 Message Date
Ulrich Drepper
b5aef3124f Update. 1999-07-29 06:43:52 +00:00
Ulrich Drepper
f0a46e3173 Remove inclusion of <linux/tasks.h> since it's not needed anymore. 1999-07-29 06:43:07 +00:00
Ulrich Drepper
2d3f35f3b4 Update. 1999-07-28 22:40:38 +00:00
Ulrich Drepper
0eb7585e82 Use IEEE 854 formula to compute the number of digits to print. 1999-07-28 22:40:32 +00:00
Ulrich Drepper
1d5cd731f3 Signal name list. 1999-07-28 21:00:35 +00:00
Ulrich Drepper
30752e0683 Remade for stable-2.1.2 1999-07-28 20:58:44 +00:00
Ulrich Drepper
1362c6058a Fix typos. 1999-07-28 20:44:57 +00:00
Ulrich Drepper
5159aa5c02 Fix typo. 1999-07-28 20:09:13 +00:00
Ulrich Drepper
56480f1c56 Fix typos. 1999-07-28 20:06:53 +00:00
Ulrich Drepper
115b5434f7 Update. 1999-07-28 19:46:17 +00:00
Ulrich Drepper
fdb99b1bd9 Mention drawbacks. 1999-07-28 19:46:02 +00:00
Ulrich Drepper
bb663848f0 Update. 1999-07-28 19:41:52 +00:00
Ulrich Drepper
9903c9da37 Do not use global state. 1999-07-28 19:41:09 +00:00
Ulrich Drepper
0b5f32df49 Reset state for s == NULL. 1999-07-28 19:40:54 +00:00
Ulrich Drepper
087e27ff22 Use static state. 1999-07-28 19:40:24 +00:00
Ulrich Drepper
a41f8fd242 LGPL text. 1999-07-28 18:58:43 +00:00
Ulrich Drepper
fd292249a2 GPL text. 1999-07-28 18:58:39 +00:00
Ulrich Drepper
5f7062779f Remove COPYING*. 1999-07-28 18:58:29 +00:00
Ulrich Drepper
f8ecfaf0f9 Fix last patch. 1999-07-28 18:51:36 +00:00
Roland McGrath
00a8966944 . 1999-07-28 18:22:44 +00:00
Roland McGrath
68a743d253 1999-07-27 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/hurd/i386/init-first.c (init): Move the inline
	assembler code to switch stacks and call init1 outside this
	function.  Inside `init' the code was optimized away by gcc
	2.95 since it was "clearly" unreachable.
	* sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler):
	Do something similar for the trampoline code.
1999-07-28 18:22:23 +00:00
Roland McGrath
a3dd87b380 . 1999-07-28 18:19:17 +00:00
Roland McGrath
a6877d2677 1999-07-27 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/hurd/Makefile [stdio-common]: Set inhibit-siglist.
	(The code this disables is entirely gone in the main branch,
	so this change does not need to be propagated from the 2.1 branch.)
1999-07-28 18:18:59 +00:00
Ulrich Drepper
e0ceebea59 Regenerated: /usr/unsupported/bin/perl scripts/gen-FAQ.pl FAQ.in 1999-07-28 16:03:45 +00:00
Ulrich Drepper
6afa4628f3 Fix last patch. 1999-07-28 16:03:02 +00:00
Ulrich Drepper
09ab1aacfb Update. 1999-07-28 04:38:55 +00:00
Ulrich Drepper
f20bd94ad7 (gaih_inet): Only return information for the hinted protocol. 1999-07-28 04:38:16 +00:00
Ulrich Drepper
191d62479c The crypt add-on has a new ftp site. 1999-07-28 04:37:55 +00:00
Ulrich Drepper
1fb111861b Do not use global state. 1999-07-28 04:36:49 +00:00
Ulrich Drepper
924b60fe08 Avoid sign extension when returning character. 1999-07-28 04:36:35 +00:00
Ulrich Drepper
0e42499f6f (__wcsrtombs): When computing maximum number of wide characters to convert do
it right and don't overestimate by multiplying with MB_CUR_MAX.
1999-07-28 04:36:21 +00:00
Ulrich Drepper
eb23f97ef0 (_IO_new_fclose): Detect new streams and handle them appropriately. 1999-07-28 04:35:54 +00:00
Ulrich Drepper
4b77b2f8bb (_IO_old_fclose): Detect new streams and handle them appropriately. 1999-07-28 04:35:44 +00:00
Ulrich Drepper
1da9f3f5f5 Allow spaces and tabs in entry names by encoding these characters. 1999-07-28 04:35:25 +00:00
Ulrich Drepper
bc541b4b68 Add test case for addmntent and getmntent. 1999-07-28 04:35:08 +00:00
Ulrich Drepper
3068508dba Fix aliasing problems. 1999-07-28 04:34:36 +00:00
Ulrich Drepper
3703b10b6f Use "&" instead of "§" to avoid a bugin bash 2.03. 1999-07-28 04:34:00 +00:00
Ulrich Drepper
be91f858ad (euckr_from_ucs4): Set cp[0] to '\0' in case of an error. 1999-07-28 04:33:39 +00:00
Ulrich Drepper
99c7bdfd3d (ksc5601_to_ucs4): Avoid invalid memory accesses. 1999-07-28 04:33:00 +00:00
Ulrich Drepper
e2ba9ac91d Add locks for res_send and res_close use. 1999-07-28 04:32:40 +00:00
Roland McGrath
0f178892c6 . 1999-07-26 23:27:10 +00:00
Roland McGrath
72afff15ed 1999-07-26 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdprio.c (_hurd_priority_which_map): Initialize PIDS.
	Fix from Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
1999-07-26 23:27:02 +00:00
Ulrich Drepper
19e6317f58 Regenerated: /usr/unsupported/bin/perl scripts/gen-FAQ.pl FAQ.in 1999-07-26 01:57:38 +00:00
Andreas Schwab
fc8973d4e3 . 1999-07-21 16:14:15 +00:00
Andreas Schwab
670d1f26f3 * libio/fileops.c (_IO_new_file_underflow): Set error indicator
when reading from write-only stream.
	* libio/oldfileops.c (_IO_old_file_underflow): Likewise.
1999-07-21 16:08:34 +00:00
Roland McGrath
f82e8b38a1 . 1999-07-20 21:08:11 +00:00
Roland McGrath
b47cac74e3 1999-07-19 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdsig.c (_hurd_internal_post_signal): If a
	hurd_signal_preemptor matches but its `preemptor' field is null, use
	its `handler' field directly.  This is to comply with behavior
	documented in <hurd/sigpreempt.h>.
1999-07-20 21:07:55 +00:00
Roland McGrath
b9d638fcd4 1999-07-20 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/_strerror.c: Include <libintl.h>.
1999-07-20 21:07:48 +00:00
Andreas Schwab
d8441947d4 . 1999-07-20 08:38:20 +00:00
Andreas Schwab
01ff174aeb * iconvdata/Makefile (distribute): Don't distribute CVS
directory.
	* sysdeps/generic/Dist: Add siglist.h.
	* sysdeps/mach/hurd/Dist: Add siglist.h.
1999-07-20 08:36:38 +00:00