]>
git.ipfire.org Git - thirdparty/glibc.git/log
Ulrich Drepper [Fri, 11 Feb 2000 18:06:28 +0000 (18:06 +0000)]
Update.
Ulrich Drepper [Fri, 11 Feb 2000 18:04:46 +0000 (18:04 +0000)]
(_FPU_DEFAULT): Set the AC bit.
Ulrich Drepper [Fri, 11 Feb 2000 18:04:18 +0000 (18:04 +0000)]
(canonicalize): Zero terminate path to copy on error.
Ulrich Drepper [Fri, 11 Feb 2000 18:03:50 +0000 (18:03 +0000)]
(closelog): Reset LogType to SOCK_DGRAM.
Ulrich Drepper [Fri, 11 Feb 2000 18:02:32 +0000 (18:02 +0000)]
Add mappings for /xA9, /xAC, /xAD, /xB8 and /xB9.
Ulrich Drepper [Fri, 11 Feb 2000 18:02:03 +0000 (18:02 +0000)]
Update mappings for /xAF, /xFD, and /xFE.
Ulrich Drepper [Fri, 11 Feb 2000 18:00:19 +0000 (18:00 +0000)]
(pthread_cond_timedwait_relative_old): Do tight
loop around nanosleep calls instead of around most of the function
(pthread_cond_timedwait_relative_new): Likewise.
body. Got rid of backwards goto and one local.
Ulrich Drepper [Fri, 11 Feb 2000 17:59:38 +0000 (17:59 +0000)]
(inet_network): Don't overwrite memory or allow to great last digits.
Roland McGrath [Thu, 3 Feb 2000 01:22:34 +0000 (01:22 +0000)]
.
Roland McGrath [Thu, 3 Feb 2000 01:21:52 +0000 (01:21 +0000)]
2000-02-02 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/mach/hurd/readlink.c (__readlink): Don't clobber original
LEN value with io_read result; save it and compare them just in case
the server bogusly returns more than we asked for.
* sysdeps/mach/hurd/recv.c (recv): Likewise for socket_recv.
* sysdeps/mach/hurd/recvfrom.c (recvfrom): Likewise.
* hurd/fd-read.c (_hurd_fd_read): Likewise for io_read.
Initialize NREAD before the RPC. I think this must only have failed
to bomb before because all the servers always return ool data(?).
Roland McGrath [Thu, 3 Feb 2000 01:21:32 +0000 (01:21 +0000)]
2000-02-02 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/mach/hurd/getsockopt.c (getsockopt): Fix inverted sense of
test: *OPTLEN gets BUFLEN iff BUFLEN is lesser. Move that test out of
BUF != OPTVAL condition, since it is a separate issue. Short-circuit
the memcpy and dealloc for BUFLEN==0.
Roland McGrath [Wed, 2 Feb 2000 21:37:00 +0000 (21:37 +0000)]
.
Roland McGrath [Wed, 2 Feb 2000 21:36:46 +0000 (21:36 +0000)]
2000-02-02 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdlookup.c (CHECK_ELOOP): New macro does SYMLOOP_MAX check;
deallocate *RESULT before returning ELOOP.
Don't conditionalize on SYMLOOP_MAX, we always better have one.
Move the check after case of empty retryname, which should not do it.
Use CHECK_ELOOP for absolute symlinks and other FS_RETRY_MAGICAL cases.
Ulrich Drepper [Mon, 31 Jan 2000 08:21:50 +0000 (08:21 +0000)]
Update.
Ulrich Drepper [Mon, 31 Jan 2000 08:21:22 +0000 (08:21 +0000)]
(inet_network): Synch with bind 8.2.2.
Ulrich Drepper [Mon, 31 Jan 2000 08:12:45 +0000 (08:12 +0000)]
(pthread_cond_timedwait_relative_old): Recompute time
before every nanosleep call to account for time spent in the rest
of the function.
(pthread_cond_timedwait_relative_new): Likewise.
Ulrich Drepper [Mon, 31 Jan 2000 08:02:51 +0000 (08:02 +0000)]
Update.
Ulrich Drepper [Mon, 31 Jan 2000 08:00:37 +0000 (08:00 +0000)]
Correct return value according to the standard.
Ulrich Drepper [Sat, 29 Jan 2000 12:01:02 +0000 (12:01 +0000)]
Update.
Ulrich Drepper [Sat, 29 Jan 2000 12:00:49 +0000 (12:00 +0000)]
Fix syntax errors.
Ulrich Drepper [Sat, 29 Jan 2000 11:52:36 +0000 (11:52 +0000)]
(__open_catalog): Handle trailing colons and adjacent colons
correctly. Correct loops to read territory and and codeset part.
Ulrich Drepper [Sat, 29 Jan 2000 11:52:24 +0000 (11:52 +0000)]
(read_input_file): Remove messages correctly.
Ulrich Drepper [Sat, 29 Jan 2000 11:52:12 +0000 (11:52 +0000)]
(catopen): Handle NL_CAT_LOCALE correctly.
Ulrich Drepper [Sat, 29 Jan 2000 11:50:18 +0000 (11:50 +0000)]
(pthread_cond_timedwait_relative_old): Get remaining time from nanosleep call
so that in case we restart we only wait for the remaining time.
(pthread_cond_timedwait_relative_new): Likewise.
Ulrich Drepper [Sat, 29 Jan 2000 10:50:05 +0000 (10:50 +0000)]
(get_elem): Assign pointer to new row to correct pool entry.
Ulrich Drepper [Sat, 29 Jan 2000 10:44:00 +0000 (10:44 +0000)]
Update.
Ulrich Drepper [Sat, 29 Jan 2000 10:43:31 +0000 (10:43 +0000)]
Backout changes for versioning setrlimit and getrlimit.
Ulrich Drepper [Sat, 29 Jan 2000 10:43:14 +0000 (10:43 +0000)]
Backout rlimit changes for resource directory.
Roland McGrath [Fri, 28 Jan 2000 23:24:03 +0000 (23:24 +0000)]
.
Roland McGrath [Fri, 28 Jan 2000 23:23:52 +0000 (23:23 +0000)]
2000-01-28 Roland McGrath <roland@baalperazim.frob.com>
* hurd/hurdselect.c (_hurd_select): Don't allocate D as a
variable-sized automatic. Instead, use alloca after capping
number of elements (NFDS) to a reasonable upper bound.
Roland McGrath [Thu, 27 Jan 2000 20:01:31 +0000 (20:01 +0000)]
.
Roland McGrath [Thu, 27 Jan 2000 19:58:38 +0000 (19:58 +0000)]
2000-01-27 Roland McGrath <roland@baalperazim.frob.com>
* hurd/set-host.c (_hurd_set_host_config): Pass O_WRITE in flags to
dir_mkfile, so we will be permitted to do the io_write!
Ulrich Drepper [Thu, 27 Jan 2000 00:40:56 +0000 (00:40 +0000)]
Update.
Ulrich Drepper [Thu, 27 Jan 2000 00:40:14 +0000 (00:40 +0000)]
Correct check for ENOSYS.
Ulrich Drepper [Wed, 26 Jan 2000 07:02:47 +0000 (07:02 +0000)]
Remove old[gs]etrlimit.
Ulrich Drepper [Wed, 26 Jan 2000 06:12:46 +0000 (06:12 +0000)]
Update.
Ulrich Drepper [Wed, 26 Jan 2000 06:12:29 +0000 (06:12 +0000)]
Add sys/io.h.
Ulrich Drepper [Wed, 26 Jan 2000 05:48:20 +0000 (05:48 +0000)]
Update.
Ulrich Drepper [Wed, 26 Jan 2000 05:47:59 +0000 (05:47 +0000)]
Remove sys/io.h.
Ulrich Drepper [Wed, 26 Jan 2000 04:50:29 +0000 (04:50 +0000)]
More fixes.
Ulrich Drepper [Wed, 26 Jan 2000 04:30:22 +0000 (04:30 +0000)]
Fix last patch.
Ulrich Drepper [Wed, 26 Jan 2000 03:53:18 +0000 (03:53 +0000)]
Update.
Ulrich Drepper [Wed, 26 Jan 2000 03:52:50 +0000 (03:52 +0000)]
Don't use NS_* names.
Ulrich Drepper [Wed, 26 Jan 2000 03:47:53 +0000 (03:47 +0000)]
Update.
Ulrich Drepper [Wed, 26 Jan 2000 03:47:33 +0000 (03:47 +0000)]
Fix problem with FNM_LEADING_DIR.
Ulrich Drepper [Wed, 26 Jan 2000 02:25:09 +0000 (02:25 +0000)]
Fix last entries.
Ulrich Drepper [Wed, 26 Jan 2000 02:24:09 +0000 (02:24 +0000)]
Update.
Ulrich Drepper [Wed, 26 Jan 2000 02:23:30 +0000 (02:23 +0000)]
(internal_fnmatch): When matching [A-Z] and folding case, lower-case A too.
(internal_fnmatch): Use locale's collating sequence when deciding whether a
character falls within a character range.
Ulrich Drepper [Wed, 26 Jan 2000 02:04:41 +0000 (02:04 +0000)]
Update.
Ulrich Drepper [Wed, 26 Jan 2000 02:03:58 +0000 (02:03 +0000)]
(compile_range): When matching a character range, use the current
collating sequence, as POSIX requires.
Ulrich Drepper [Wed, 26 Jan 2000 01:38:25 +0000 (01:38 +0000)]
Update.
Ulrich Drepper [Wed, 26 Jan 2000 01:37:51 +0000 (01:37 +0000)]
Handle case of missing \0 at the end of the given argz.
Ulrich Drepper [Tue, 25 Jan 2000 04:39:12 +0000 (04:39 +0000)]
Update.
Ulrich Drepper [Tue, 25 Jan 2000 04:37:13 +0000 (04:37 +0000)]
(cache_addhst): Don't automatically add IPv6 address.
Ulrich Drepper [Mon, 24 Jan 2000 12:37:47 +0000 (12:37 +0000)]
Galician language locales for Spain.
Ulrich Drepper [Mon, 24 Jan 2000 12:37:15 +0000 (12:37 +0000)]
Update.
Ulrich Drepper [Mon, 24 Jan 2000 12:13:39 +0000 (12:13 +0000)]
(ADVANCE_STACK_FRAME): Avoid using reg_window, so that asm/ptrace.h is not
necessary.
Ulrich Drepper [Mon, 24 Jan 2000 12:13:11 +0000 (12:13 +0000)]
Fix a typo in the printout.
Ulrich Drepper [Mon, 24 Jan 2000 12:12:53 +0000 (12:12 +0000)]
Include signal.h which sigcontextinfo.h headers are used to expect.
Ulrich Drepper [Mon, 24 Jan 2000 11:52:53 +0000 (11:52 +0000)]
Update.
Ulrich Drepper [Mon, 24 Jan 2000 11:51:53 +0000 (11:51 +0000)]
Remove trailing semicolon.
Ulrich Drepper [Mon, 24 Jan 2000 11:51:29 +0000 (11:51 +0000)]
Remoe trailing semicolon.
Ulrich Drepper [Mon, 24 Jan 2000 02:56:10 +0000 (02:56 +0000)]
Update.
Ulrich Drepper [Mon, 24 Jan 2000 02:55:20 +0000 (02:55 +0000)]
Remove strndup macro definition. __strndup is not exported.
Ulrich Drepper [Mon, 24 Jan 2000 01:44:09 +0000 (01:44 +0000)]
Update.
Ulrich Drepper [Mon, 24 Jan 2000 01:40:41 +0000 (01:40 +0000)]
Change back old RLIM_INFINITY value.
Ulrich Drepper [Mon, 24 Jan 2000 01:40:23 +0000 (01:40 +0000)]
Remove new 2.1.3 VERSION.
Ulrich Drepper [Mon, 24 Jan 2000 01:39:43 +0000 (01:39 +0000)]
Remove oldget[sr]limit64.c.
Ulrich Drepper [Mon, 24 Jan 2000 01:39:18 +0000 (01:39 +0000)]
Remove oldgetrlimit64.c and oldsetrlimit64.c
Ulrich Drepper [Mon, 24 Jan 2000 01:38:53 +0000 (01:38 +0000)]
Revert to glibc 2.0 versions of these functions.
Ulrich Drepper [Mon, 24 Jan 2000 00:57:42 +0000 (00:57 +0000)]
Update.
Ulrich Drepper [Mon, 24 Jan 2000 00:57:21 +0000 (00:57 +0000)]
Fix typo (__GNU_SOURCE -> __USE_GNU).
Ulrich Drepper [Sun, 23 Jan 2000 09:01:55 +0000 (09:01 +0000)]
Add credits.
Ulrich Drepper [Sun, 23 Jan 2000 09:00:04 +0000 (09:00 +0000)]
Update.
Ulrich Drepper [Sun, 23 Jan 2000 08:59:52 +0000 (08:59 +0000)]
Now system specific.
Ulrich Drepper [Sun, 23 Jan 2000 08:59:38 +0000 (08:59 +0000)]
Linux/i386 specific header with IO definitions.
Ulrich Drepper [Sun, 23 Jan 2000 08:59:22 +0000 (08:59 +0000)]
Add prototypes for port access functions.
Ulrich Drepper [Sun, 23 Jan 2000 08:59:08 +0000 (08:59 +0000)]
Add sys/io.h.
Ulrich Drepper [Sun, 23 Jan 2000 08:58:52 +0000 (08:58 +0000)]
(sysdep_headers): Remove sys/io.h.
Ulrich Drepper [Sun, 23 Jan 2000 08:58:06 +0000 (08:58 +0000)]
Remove unused defines.
Ulrich Drepper [Sun, 23 Jan 2000 08:57:56 +0000 (08:57 +0000)]
Don't set frag_sent if no more data, fixes part 2 of bug 1549.
Ulrich Drepper [Sun, 23 Jan 2000 08:57:42 +0000 (08:57 +0000)]
(__gconv): Update comment.
Ulrich Drepper [Sun, 23 Jan 2000 08:31:54 +0000 (08:31 +0000)]
Update.
Ulrich Drepper [Sun, 23 Jan 2000 08:31:07 +0000 (08:31 +0000)]
Fix two problems in UTF-8 decoder.
Ulrich Drepper [Fri, 21 Jan 2000 05:17:51 +0000 (05:17 +0000)]
Update.
Ulrich Drepper [Fri, 21 Jan 2000 05:17:29 +0000 (05:17 +0000)]
(Using the getopt function): Fix description of return value for
format string starting with '-'.
Ulrich Drepper [Fri, 21 Jan 2000 05:17:08 +0000 (05:17 +0000)]
(rpc_errlist): Fix index for RPC_PROGVERSMISMATCH.
Ulrich Drepper [Thu, 20 Jan 2000 08:02:05 +0000 (08:02 +0000)]
Update.
Ulrich Drepper [Thu, 20 Jan 2000 08:01:40 +0000 (08:01 +0000)]
Correct handling of arguments with exponent >31 and < 63.
Ulrich Drepper [Thu, 20 Jan 2000 07:32:40 +0000 (07:32 +0000)]
Update.
Ulrich Drepper [Thu, 20 Jan 2000 07:32:06 +0000 (07:32 +0000)]
Change buffer handling to fix recursive calls with locales.
Ulrich Drepper [Thu, 20 Jan 2000 07:06:34 +0000 (07:06 +0000)]
Correct size parameter of memset call.
Ulrich Drepper [Thu, 20 Jan 2000 06:47:45 +0000 (06:47 +0000)]
Fix typo in last change.
Ulrich Drepper [Thu, 20 Jan 2000 02:03:01 +0000 (02:03 +0000)]
Update.
Ulrich Drepper [Thu, 20 Jan 2000 02:02:40 +0000 (02:02 +0000)]
Don't report an eror if final NUL is at the end of the buffer. Set errno
correctly if floating-point number would overflow buffer.
Ulrich Drepper [Wed, 19 Jan 2000 07:26:47 +0000 (07:26 +0000)]
Update.
Ulrich Drepper [Wed, 19 Jan 2000 07:26:24 +0000 (07:26 +0000)]
Compute result correctly for successful call with s == NULL.
Ulrich Drepper [Wed, 19 Jan 2000 06:51:33 +0000 (06:51 +0000)]
Update.
Ulrich Drepper [Wed, 19 Jan 2000 06:51:15 +0000 (06:51 +0000)]
Compute return value correctly after change in gconv function.
Ulrich Drepper [Wed, 19 Jan 2000 06:06:55 +0000 (06:06 +0000)]
Update.