]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
25 years agoUpdate.
Ulrich Drepper [Fri, 11 Feb 2000 20:13:22 +0000 (20:13 +0000)] 
Update.

25 years agoCorrect return value in error case. Don't set errno.
Ulrich Drepper [Fri, 11 Feb 2000 20:13:08 +0000 (20:13 +0000)] 
Correct return value in error case.  Don't set errno.

25 years agoAdd aliases CN-GB and CN-BIG5.
Ulrich Drepper [Fri, 11 Feb 2000 19:25:30 +0000 (19:25 +0000)] 
Add aliases CN-GB and CN-BIG5.

25 years agoUpdate.
Ulrich Drepper [Fri, 11 Feb 2000 18:06:28 +0000 (18:06 +0000)] 
Update.

25 years ago(_FPU_DEFAULT): Set the AC bit.
Ulrich Drepper [Fri, 11 Feb 2000 18:04:46 +0000 (18:04 +0000)] 
(_FPU_DEFAULT): Set the AC bit.

25 years ago(canonicalize): Zero terminate path to copy on error.
Ulrich Drepper [Fri, 11 Feb 2000 18:04:18 +0000 (18:04 +0000)] 
(canonicalize): Zero terminate path to copy on error.

25 years ago(closelog): Reset LogType to SOCK_DGRAM.
Ulrich Drepper [Fri, 11 Feb 2000 18:03:50 +0000 (18:03 +0000)] 
(closelog): Reset LogType to SOCK_DGRAM.

25 years agoAdd mappings for /xA9, /xAC, /xAD, /xB8 and /xB9.
Ulrich Drepper [Fri, 11 Feb 2000 18:02:32 +0000 (18:02 +0000)] 
Add mappings for /xA9, /xAC, /xAD, /xB8 and /xB9.

25 years agoUpdate mappings for /xAF, /xFD, and /xFE.
Ulrich Drepper [Fri, 11 Feb 2000 18:02:03 +0000 (18:02 +0000)] 
Update mappings for /xAF, /xFD, and /xFE.

25 years ago(pthread_cond_timedwait_relative_old): Do tight
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.

25 years ago(inet_network): Don't overwrite memory or allow to great last digits.
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.

25 years ago.
Roland McGrath [Thu, 3 Feb 2000 01:22:34 +0000 (01:22 +0000)] 
.

25 years ago2000-02-02 Roland McGrath <roland@baalperazim.frob.com>
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(?).

25 years ago2000-02-02 Roland McGrath <roland@baalperazim.frob.com>
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.

25 years ago.
Roland McGrath [Wed, 2 Feb 2000 21:37:00 +0000 (21:37 +0000)] 
.

25 years ago2000-02-02 Roland McGrath <roland@baalperazim.frob.com>
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.

25 years agoUpdate.
Ulrich Drepper [Mon, 31 Jan 2000 08:21:50 +0000 (08:21 +0000)] 
Update.

25 years ago(inet_network): Synch with bind 8.2.2.
Ulrich Drepper [Mon, 31 Jan 2000 08:21:22 +0000 (08:21 +0000)] 
(inet_network): Synch with bind 8.2.2.

25 years ago(pthread_cond_timedwait_relative_old): Recompute time
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.

25 years agoUpdate.
Ulrich Drepper [Mon, 31 Jan 2000 08:02:51 +0000 (08:02 +0000)] 
Update.

25 years agoCorrect return value according to the standard.
Ulrich Drepper [Mon, 31 Jan 2000 08:00:37 +0000 (08:00 +0000)] 
Correct return value according to the standard.

25 years agoUpdate.
Ulrich Drepper [Sat, 29 Jan 2000 12:01:02 +0000 (12:01 +0000)] 
Update.

25 years agoFix syntax errors.
Ulrich Drepper [Sat, 29 Jan 2000 12:00:49 +0000 (12:00 +0000)] 
Fix syntax errors.

25 years ago(__open_catalog): Handle trailing colons and adjacent colons
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.

25 years ago(read_input_file): Remove messages correctly.
Ulrich Drepper [Sat, 29 Jan 2000 11:52:24 +0000 (11:52 +0000)] 
(read_input_file): Remove messages correctly.

25 years ago(catopen): Handle NL_CAT_LOCALE correctly.
Ulrich Drepper [Sat, 29 Jan 2000 11:52:12 +0000 (11:52 +0000)] 
(catopen): Handle NL_CAT_LOCALE correctly.

25 years ago(pthread_cond_timedwait_relative_old): Get remaining time from nanosleep call
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.

25 years ago(get_elem): Assign pointer to new row to correct pool entry.
Ulrich Drepper [Sat, 29 Jan 2000 10:50:05 +0000 (10:50 +0000)] 
(get_elem): Assign pointer to new row to correct pool entry.

25 years agoUpdate.
Ulrich Drepper [Sat, 29 Jan 2000 10:44:00 +0000 (10:44 +0000)] 
Update.

25 years agoBackout changes for versioning setrlimit and getrlimit.
Ulrich Drepper [Sat, 29 Jan 2000 10:43:31 +0000 (10:43 +0000)] 
Backout changes for versioning setrlimit and getrlimit.

25 years agoBackout rlimit changes for resource directory.
Ulrich Drepper [Sat, 29 Jan 2000 10:43:14 +0000 (10:43 +0000)] 
Backout rlimit changes for resource directory.

25 years ago.
Roland McGrath [Fri, 28 Jan 2000 23:24:03 +0000 (23:24 +0000)] 
.

25 years ago2000-01-28 Roland McGrath <roland@baalperazim.frob.com>
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.

25 years ago.
Roland McGrath [Thu, 27 Jan 2000 20:01:31 +0000 (20:01 +0000)] 
.

25 years ago2000-01-27 Roland McGrath <roland@baalperazim.frob.com>
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!

25 years agoUpdate.
Ulrich Drepper [Thu, 27 Jan 2000 00:40:56 +0000 (00:40 +0000)] 
Update.

25 years agoCorrect check for ENOSYS.
Ulrich Drepper [Thu, 27 Jan 2000 00:40:14 +0000 (00:40 +0000)] 
Correct check for ENOSYS.

25 years agoRemove old[gs]etrlimit.
Ulrich Drepper [Wed, 26 Jan 2000 07:02:47 +0000 (07:02 +0000)] 
Remove old[gs]etrlimit.

25 years agoUpdate.
Ulrich Drepper [Wed, 26 Jan 2000 06:12:46 +0000 (06:12 +0000)] 
Update.

25 years agoAdd sys/io.h.
Ulrich Drepper [Wed, 26 Jan 2000 06:12:29 +0000 (06:12 +0000)] 
Add sys/io.h.

25 years agoUpdate.
Ulrich Drepper [Wed, 26 Jan 2000 05:48:20 +0000 (05:48 +0000)] 
Update.

25 years agoRemove sys/io.h.
Ulrich Drepper [Wed, 26 Jan 2000 05:47:59 +0000 (05:47 +0000)] 
Remove sys/io.h.

25 years agoMore fixes.
Ulrich Drepper [Wed, 26 Jan 2000 04:50:29 +0000 (04:50 +0000)] 
More fixes.

25 years agoFix last patch.
Ulrich Drepper [Wed, 26 Jan 2000 04:30:22 +0000 (04:30 +0000)] 
Fix last patch.

25 years agoUpdate.
Ulrich Drepper [Wed, 26 Jan 2000 03:53:18 +0000 (03:53 +0000)] 
Update.

25 years agoDon't use NS_* names.
Ulrich Drepper [Wed, 26 Jan 2000 03:52:50 +0000 (03:52 +0000)] 
Don't use NS_* names.

25 years agoUpdate.
Ulrich Drepper [Wed, 26 Jan 2000 03:47:53 +0000 (03:47 +0000)] 
Update.

25 years agoFix problem with FNM_LEADING_DIR.
Ulrich Drepper [Wed, 26 Jan 2000 03:47:33 +0000 (03:47 +0000)] 
Fix problem with FNM_LEADING_DIR.

25 years agoFix last entries.
Ulrich Drepper [Wed, 26 Jan 2000 02:25:09 +0000 (02:25 +0000)] 
Fix last entries.

25 years agoUpdate.
Ulrich Drepper [Wed, 26 Jan 2000 02:24:09 +0000 (02:24 +0000)] 
Update.

25 years ago(internal_fnmatch): When matching [A-Z] and folding case, lower-case A too.
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.

25 years agoUpdate.
Ulrich Drepper [Wed, 26 Jan 2000 02:04:41 +0000 (02:04 +0000)] 
Update.

25 years ago(compile_range): When matching a character range, use the current
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.

25 years agoUpdate.
Ulrich Drepper [Wed, 26 Jan 2000 01:38:25 +0000 (01:38 +0000)] 
Update.

25 years agoHandle case of missing \0 at the end of the given argz.
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.

25 years agoUpdate.
Ulrich Drepper [Tue, 25 Jan 2000 04:39:12 +0000 (04:39 +0000)] 
Update.

25 years ago(cache_addhst): Don't automatically add IPv6 address.
Ulrich Drepper [Tue, 25 Jan 2000 04:37:13 +0000 (04:37 +0000)] 
(cache_addhst): Don't automatically add IPv6 address.

25 years agoGalician language locales for Spain.
Ulrich Drepper [Mon, 24 Jan 2000 12:37:47 +0000 (12:37 +0000)] 
Galician language locales for Spain.

25 years agoUpdate.
Ulrich Drepper [Mon, 24 Jan 2000 12:37:15 +0000 (12:37 +0000)] 
Update.

25 years ago(ADVANCE_STACK_FRAME): Avoid using reg_window, so that asm/ptrace.h is not
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.

25 years agoFix a typo in the printout.
Ulrich Drepper [Mon, 24 Jan 2000 12:13:11 +0000 (12:13 +0000)] 
Fix a typo in the printout.

25 years agoInclude signal.h which sigcontextinfo.h headers are used to expect.
Ulrich Drepper [Mon, 24 Jan 2000 12:12:53 +0000 (12:12 +0000)] 
Include signal.h which sigcontextinfo.h headers are used to expect.

25 years agoUpdate.
Ulrich Drepper [Mon, 24 Jan 2000 11:52:53 +0000 (11:52 +0000)] 
Update.

25 years agoRemove trailing semicolon.
Ulrich Drepper [Mon, 24 Jan 2000 11:51:53 +0000 (11:51 +0000)] 
Remove trailing semicolon.

25 years agoRemoe trailing semicolon.
Ulrich Drepper [Mon, 24 Jan 2000 11:51:29 +0000 (11:51 +0000)] 
Remoe trailing semicolon.

25 years agoUpdate.
Ulrich Drepper [Mon, 24 Jan 2000 02:56:10 +0000 (02:56 +0000)] 
Update.

25 years agoRemove strndup macro definition. __strndup is not exported.
Ulrich Drepper [Mon, 24 Jan 2000 02:55:20 +0000 (02:55 +0000)] 
Remove strndup macro definition.  __strndup is not exported.

25 years agoUpdate.
Ulrich Drepper [Mon, 24 Jan 2000 01:44:09 +0000 (01:44 +0000)] 
Update.

25 years agoChange back old RLIM_INFINITY value.
Ulrich Drepper [Mon, 24 Jan 2000 01:40:41 +0000 (01:40 +0000)] 
Change back old RLIM_INFINITY value.

25 years agoRemove new 2.1.3 VERSION.
Ulrich Drepper [Mon, 24 Jan 2000 01:40:23 +0000 (01:40 +0000)] 
Remove new 2.1.3 VERSION.

25 years agoRemove oldget[sr]limit64.c.
Ulrich Drepper [Mon, 24 Jan 2000 01:39:43 +0000 (01:39 +0000)] 
Remove oldget[sr]limit64.c.

25 years agoRemove oldgetrlimit64.c and oldsetrlimit64.c
Ulrich Drepper [Mon, 24 Jan 2000 01:39:18 +0000 (01:39 +0000)] 
Remove oldgetrlimit64.c and oldsetrlimit64.c

25 years agoRevert to glibc 2.0 versions of these functions.
Ulrich Drepper [Mon, 24 Jan 2000 01:38:53 +0000 (01:38 +0000)] 
Revert to glibc 2.0 versions of these functions.

25 years agoUpdate.
Ulrich Drepper [Mon, 24 Jan 2000 00:57:42 +0000 (00:57 +0000)] 
Update.

25 years agoFix typo (__GNU_SOURCE -> __USE_GNU).
Ulrich Drepper [Mon, 24 Jan 2000 00:57:21 +0000 (00:57 +0000)] 
Fix typo (__GNU_SOURCE -> __USE_GNU).

25 years agoAdd credits.
Ulrich Drepper [Sun, 23 Jan 2000 09:01:55 +0000 (09:01 +0000)] 
Add credits.

25 years agoUpdate.
Ulrich Drepper [Sun, 23 Jan 2000 09:00:04 +0000 (09:00 +0000)] 
Update.

25 years agoNow system specific.
Ulrich Drepper [Sun, 23 Jan 2000 08:59:52 +0000 (08:59 +0000)] 
Now system specific.

25 years agoLinux/i386 specific header with IO definitions.
Ulrich Drepper [Sun, 23 Jan 2000 08:59:38 +0000 (08:59 +0000)] 
Linux/i386 specific header with IO definitions.

25 years agoAdd prototypes for port access functions.
Ulrich Drepper [Sun, 23 Jan 2000 08:59:22 +0000 (08:59 +0000)] 
Add prototypes for port access functions.

25 years agoAdd sys/io.h.
Ulrich Drepper [Sun, 23 Jan 2000 08:59:08 +0000 (08:59 +0000)] 
Add sys/io.h.

25 years ago(sysdep_headers): Remove sys/io.h.
Ulrich Drepper [Sun, 23 Jan 2000 08:58:52 +0000 (08:58 +0000)] 
(sysdep_headers): Remove sys/io.h.

25 years agoRemove unused defines.
Ulrich Drepper [Sun, 23 Jan 2000 08:58:06 +0000 (08:58 +0000)] 
Remove unused defines.

25 years agoDon't set frag_sent if no more data, fixes part 2 of bug 1549.
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.

25 years ago(__gconv): Update comment.
Ulrich Drepper [Sun, 23 Jan 2000 08:57:42 +0000 (08:57 +0000)] 
(__gconv): Update comment.

25 years agoUpdate.
Ulrich Drepper [Sun, 23 Jan 2000 08:31:54 +0000 (08:31 +0000)] 
Update.

25 years agoFix two problems in UTF-8 decoder.
Ulrich Drepper [Sun, 23 Jan 2000 08:31:07 +0000 (08:31 +0000)] 
Fix two problems in UTF-8 decoder.

25 years agoUpdate.
Ulrich Drepper [Fri, 21 Jan 2000 05:17:51 +0000 (05:17 +0000)] 
Update.

25 years ago(Using the getopt function): Fix description of return value for
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 '-'.

25 years ago(rpc_errlist): Fix index for RPC_PROGVERSMISMATCH.
Ulrich Drepper [Fri, 21 Jan 2000 05:17:08 +0000 (05:17 +0000)] 
(rpc_errlist): Fix index for RPC_PROGVERSMISMATCH.

25 years agoUpdate.
Ulrich Drepper [Thu, 20 Jan 2000 08:02:05 +0000 (08:02 +0000)] 
Update.

25 years agoCorrect handling of arguments with exponent >31 and < 63.
Ulrich Drepper [Thu, 20 Jan 2000 08:01:40 +0000 (08:01 +0000)] 
Correct handling of arguments with exponent >31 and < 63.

25 years agoUpdate.
Ulrich Drepper [Thu, 20 Jan 2000 07:32:40 +0000 (07:32 +0000)] 
Update.

25 years agoChange buffer handling to fix recursive calls with locales.
Ulrich Drepper [Thu, 20 Jan 2000 07:32:06 +0000 (07:32 +0000)] 
Change buffer handling to fix recursive calls with locales.

25 years agoCorrect size parameter of memset call.
Ulrich Drepper [Thu, 20 Jan 2000 07:06:34 +0000 (07:06 +0000)] 
Correct size parameter of memset call.

25 years agoFix typo in last change.
Ulrich Drepper [Thu, 20 Jan 2000 06:47:45 +0000 (06:47 +0000)] 
Fix typo in last change.

25 years agoUpdate.
Ulrich Drepper [Thu, 20 Jan 2000 02:03:01 +0000 (02:03 +0000)] 
Update.

25 years agoDon't report an eror if final NUL is at the end of the buffer. Set errno
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.

25 years agoUpdate.
Ulrich Drepper [Wed, 19 Jan 2000 07:26:47 +0000 (07:26 +0000)] 
Update.

25 years agoCompute result correctly for successful call with s == NULL.
Ulrich Drepper [Wed, 19 Jan 2000 07:26:24 +0000 (07:26 +0000)] 
Compute result correctly for successful call with s == NULL.