]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
27 years agoObey -mieee and -mieee-with-inexact and build a version that is as
Ulrich Drepper [Fri, 30 Jan 1998 17:24:33 +0000 (17:24 +0000)] 
Obey -mieee and -mieee-with-inexact and build a version that is as
fast as possible given the constraint.

27 years agoBetter version in fpu/ subdir.
Ulrich Drepper [Fri, 30 Jan 1998 17:23:56 +0000 (17:23 +0000)] 
Better version in fpu/ subdir.

27 years agoCorrect handling of enlarging buffers (clear errno).
Ulrich Drepper [Fri, 30 Jan 1998 17:23:34 +0000 (17:23 +0000)] 
Correct handling of enlarging buffers (clear errno).

27 years agoRegard signal number NSIG as illegal.
Ulrich Drepper [Fri, 30 Jan 1998 17:22:50 +0000 (17:22 +0000)] 
Regard signal number NSIG as illegal.

27 years ago(__strerror_r): Fix description of function.
Ulrich Drepper [Fri, 30 Jan 1998 17:22:29 +0000 (17:22 +0000)] 
(__strerror_r): Fix description of function.

27 years agoFix numerous bugs in formatting.
Ulrich Drepper [Fri, 30 Jan 1998 17:22:00 +0000 (17:22 +0000)] 
Fix numerous bugs in formatting.

27 years ago(process_arg): Fix printing of octal zero in alternate form with
Ulrich Drepper [Fri, 30 Jan 1998 17:21:34 +0000 (17:21 +0000)] 
(process_arg): Fix printing of octal zero in alternate form with
precision of zero, which must produce "0".  Add braces to avoid
ambiguous `else'.

27 years agoCorrectly handle buffer overflow while reading line with fgets.
Ulrich Drepper [Fri, 30 Jan 1998 17:20:29 +0000 (17:20 +0000)] 
Correctly handle buffer overflow while reading line with fgets.

27 years ago(getservbyport): Allow proto == NULL.
Ulrich Drepper [Fri, 30 Jan 1998 17:18:19 +0000 (17:18 +0000)] 
(getservbyport): Allow proto == NULL.
(getservbyname): Allow proto == NULL.

27 years agoDo lookups ignoring case.
Ulrich Drepper [Fri, 30 Jan 1998 17:16:16 +0000 (17:16 +0000)] 
Do lookups ignoring case.

27 years ago(_nss_db_getaliasent_r): Don't include terminating null in key size.
Ulrich Drepper [Fri, 30 Jan 1998 17:14:42 +0000 (17:14 +0000)] 
(_nss_db_getaliasent_r): Don't include terminating null in key size.

27 years ago(lookup): Always set errno and h_errno if
Ulrich Drepper [Fri, 30 Jan 1998 17:14:18 +0000 (17:14 +0000)] 
(lookup): Always set errno and h_errno if
applicable.  Fix return value and error checking.
(CONCAT(_nss_db_get,ENTNAME_r)): Loop around to skip over unparsable lines.
(DB_LOOKUP): Allocate space for terminating null byte. [PR libc/404]

27 years ago(__nss_configure_lookup): Correct test for early exit of loop.
Ulrich Drepper [Fri, 30 Jan 1998 17:13:41 +0000 (17:13 +0000)] 
(__nss_configure_lookup): Correct test for early exit of loop.

27 years agoFix NSS_STATUS_TRYAGAIN handling.
Ulrich Drepper [Fri, 30 Jan 1998 17:13:04 +0000 (17:13 +0000)] 
Fix NSS_STATUS_TRYAGAIN handling.

27 years agoHandle empty and comment lines better.
Ulrich Drepper [Fri, 30 Jan 1998 17:11:59 +0000 (17:11 +0000)] 
Handle empty and comment lines better.
($(VAR_DB)/services.db): Generate entries with missing protocol value.

27 years agoConvert hostname to lowercase for NIS query.
Ulrich Drepper [Fri, 30 Jan 1998 17:11:30 +0000 (17:11 +0000)] 
Convert hostname to lowercase for NIS query.

27 years agoTry at first to use the binding file from ypbind before using RPC.
Ulrich Drepper [Fri, 30 Jan 1998 17:07:50 +0000 (17:07 +0000)] 
Try at first to use the binding file from ypbind before using RPC.

27 years ago(lsearch): Return a pointer to the new element if one was "allocated".
Ulrich Drepper [Fri, 30 Jan 1998 17:07:17 +0000 (17:07 +0000)] 
(lsearch): Return a pointer to the new element if one was "allocated".

27 years ago(Priority): Correct description of PRIO_MAX.
Ulrich Drepper [Fri, 30 Jan 1998 17:06:48 +0000 (17:06 +0000)] 
(Priority): Correct description of PRIO_MAX.

27 years ago(Heap Consistency Checking): mcheck is declared in <mcheck.h>.
Ulrich Drepper [Fri, 30 Jan 1998 17:05:21 +0000 (17:05 +0000)] 
(Heap Consistency Checking): mcheck is declared in <mcheck.h>.

27 years ago(Wide String Conversion): Fix declaration of wcstombs.
Ulrich Drepper [Fri, 30 Jan 1998 17:04:28 +0000 (17:04 +0000)] 
(Wide String Conversion): Fix declaration of wcstombs.

27 years ago(Parsing of Integers): Correct description of strtoul.
Ulrich Drepper [Fri, 30 Jan 1998 17:03:38 +0000 (17:03 +0000)] 
(Parsing of Integers): Correct description of strtoul.

27 years ago(headers): Add mcheck.h.
Ulrich Drepper [Fri, 30 Jan 1998 17:02:59 +0000 (17:02 +0000)] 
(headers): Add mcheck.h.
(distribute): Remove mcheck.h.

27 years ago(pututline_file): Don't always report success if similar entry is
Ulrich Drepper [Fri, 30 Jan 1998 17:01:30 +0000 (17:01 +0000)] 
(pututline_file): Don't always report success if similar entry is
found.

27 years ago(insert_char): Correctly insert value of eliipsis expression.
Ulrich Drepper [Fri, 30 Jan 1998 17:00:58 +0000 (17:00 +0000)] 
(insert_char): Correctly insert value of eliipsis expression.

27 years agoAdd defines.
Ulrich Drepper [Fri, 30 Jan 1998 16:58:03 +0000 (16:58 +0000)] 
Add defines.

27 years agoReturn an error only if there is a new error.
Ulrich Drepper [Fri, 30 Jan 1998 16:57:37 +0000 (16:57 +0000)] 
Return an error only if there is a new error.

27 years ago(dl_main): Correct parsing of ld.so.preload file.
Ulrich Drepper [Fri, 30 Jan 1998 16:55:01 +0000 (16:55 +0000)] 
(dl_main): Correct parsing of ld.so.preload file.

27 years agoMake sure the variable `reloc' is really kept as a variable.
Ulrich Drepper [Fri, 30 Jan 1998 16:54:27 +0000 (16:54 +0000)] 
Make sure the variable `reloc' is really kept as a variable.

27 years agoAdd defines for DT_*.
Ulrich Drepper [Fri, 30 Jan 1998 16:54:02 +0000 (16:54 +0000)] 
Add defines for DT_*.

27 years ago(process_input): Continue processing if a duplicate key is
Ulrich Drepper [Fri, 30 Jan 1998 16:53:36 +0000 (16:53 +0000)] 
(process_input): Continue processing if a duplicate key is
encountered.

27 years ago(assert_perror): Correct test for errnum.
Ulrich Drepper [Fri, 30 Jan 1998 16:53:08 +0000 (16:53 +0000)] 
(assert_perror): Correct test for errnum.

27 years agoFix --enable-add-ons code.
Ulrich Drepper [Fri, 30 Jan 1998 16:52:23 +0000 (16:52 +0000)] 
Fix --enable-add-ons code.

27 years agoUpdate.
Ulrich Drepper [Fri, 30 Jan 1998 16:51:35 +0000 (16:51 +0000)] 
Update.

27 years agoRegenerated: autoconf configure.in
Ulrich Drepper [Fri, 30 Jan 1998 14:32:48 +0000 (14:32 +0000)] 
Regenerated: autoconf  configure.in

27 years ago.
Ulrich Drepper [Sun, 25 Jan 1998 18:47:36 +0000 (18:47 +0000)] 
.

27 years agoCorrect order of parameters for getnetbyaddr.
Ulrich Drepper [Sun, 25 Jan 1998 18:39:22 +0000 (18:39 +0000)] 
Correct order of parameters for getnetbyaddr.
(LINE_PARSER): Set n_addrtype to AF_INET.

27 years ago(elf_machine_rela): Let GLOB_DAT and JMP_SLOT see the relocation
Ulrich Drepper [Sun, 25 Jan 1998 18:36:35 +0000 (18:36 +0000)] 
(elf_machine_rela): Let GLOB_DAT and JMP_SLOT see the relocation
addend.

27 years agoRemade for production-2.0.6
Ulrich Drepper [Sun, 28 Dec 1997 20:23:28 +0000 (20:23 +0000)] 
Remade for production-2.0.6

27 years agoUpdate. cvs/glibc-2_0_6 glibc-2.0.6
Ulrich Drepper [Sun, 28 Dec 1997 18:24:23 +0000 (18:24 +0000)] 
Update.

27 years agoCorrectly handle inclusion by stdio.h.
Ulrich Drepper [Sun, 28 Dec 1997 18:24:07 +0000 (18:24 +0000)] 
Correctly handle inclusion by stdio.h.

27 years ago(__yp_bind): Make sure socket is closed.
Ulrich Drepper [Sun, 28 Dec 1997 18:22:49 +0000 (18:22 +0000)] 
(__yp_bind): Make sure socket is closed.

27 years ago(RELEASE): Set to "production".
Ulrich Drepper [Sun, 28 Dec 1997 18:22:33 +0000 (18:22 +0000)] 
(RELEASE): Set to "production".

27 years agoFix typo. Correct check for available add-ons.
Ulrich Drepper [Sun, 28 Dec 1997 18:22:05 +0000 (18:22 +0000)] 
Fix typo.  Correct check for available add-ons.

27 years agoRegenerated: autoconf configure.in
Ulrich Drepper [Sun, 28 Dec 1997 16:31:10 +0000 (16:31 +0000)] 
Regenerated: autoconf  configure.in

27 years agoUpdate. cvs/glibc-2_0_6pre6
Ulrich Drepper [Thu, 25 Dec 1997 00:20:43 +0000 (00:20 +0000)] 
Update.

27 years agoLinux/Alpha specific definition
Ulrich Drepper [Thu, 25 Dec 1997 00:20:06 +0000 (00:20 +0000)] 
Linux/Alpha specific definition

27 years agoFix typo.
Ulrich Drepper [Wed, 24 Dec 1997 21:09:13 +0000 (21:09 +0000)] 
Fix typo.

27 years agoDon't redefine _LINUX_TYPES_H.
Ulrich Drepper [Wed, 24 Dec 1997 21:08:38 +0000 (21:08 +0000)] 
Don't redefine _LINUX_TYPES_H.

27 years agoDefine FOPEN_MAX also when included directly.
Ulrich Drepper [Wed, 24 Dec 1997 21:08:25 +0000 (21:08 +0000)] 
Define FOPEN_MAX also when included directly.

27 years agotimespec is in <time.h>.
Ulrich Drepper [Wed, 24 Dec 1997 21:07:41 +0000 (21:07 +0000)] 
timespec is in <time.h>.

27 years agoCorrect handling of overflow.
Ulrich Drepper [Wed, 24 Dec 1997 21:07:25 +0000 (21:07 +0000)] 
Correct handling of overflow.

27 years agoAlways define MB_LEN_MAX.
Ulrich Drepper [Wed, 24 Dec 1997 21:05:48 +0000 (21:05 +0000)] 
Always define MB_LEN_MAX.

27 years agoFix type. Correct check for available add-ons.
Ulrich Drepper [Wed, 24 Dec 1997 21:05:09 +0000 (21:05 +0000)] 
Fix type.  Correct check for available add-ons.

27 years agoUpdate.
Ulrich Drepper [Wed, 24 Dec 1997 21:04:27 +0000 (21:04 +0000)] 
Update.

27 years agoRegenerated: autoconf configure.in
Ulrich Drepper [Wed, 24 Dec 1997 14:17:13 +0000 (14:17 +0000)] 
Regenerated: autoconf  configure.in

27 years agoRegenerated: autoconf configure.in
Ulrich Drepper [Wed, 24 Dec 1997 14:16:38 +0000 (14:16 +0000)] 
Regenerated: autoconf  configure.in

27 years agoRegenerated: autoconf configure.in
Ulrich Drepper [Wed, 24 Dec 1997 03:07:41 +0000 (03:07 +0000)] 
Regenerated: autoconf  configure.in

27 years agoUpdate. cvs/glibc-2_0_6pre5
Ulrich Drepper [Sun, 21 Dec 1997 21:24:40 +0000 (21:24 +0000)] 
Update.

27 years agoUse __ipc_pid_t for shm_cpid and shm_lpid field.
Ulrich Drepper [Sun, 21 Dec 1997 21:24:26 +0000 (21:24 +0000)] 
Use __ipc_pid_t for shm_cpid and shm_lpid field.

27 years agoUse __ipc_pid_t for msg_lspid and msg_lrpid field.
Ulrich Drepper [Sun, 21 Dec 1997 21:23:46 +0000 (21:23 +0000)] 
Use __ipc_pid_t for msg_lspid and msg_lrpid field.

27 years agoDefine __ipc_pid_t type.
Ulrich Drepper [Sun, 21 Dec 1997 21:22:51 +0000 (21:22 +0000)] 
Define __ipc_pid_t type.

27 years agoRewrite to recognize __need_FOPEN_MAX.
Ulrich Drepper [Sun, 21 Dec 1997 21:22:09 +0000 (21:22 +0000)] 
Rewrite to recognize __need_FOPEN_MAX.

27 years agoGenerate file which recognizes __need_FOPEN_MAX.
Ulrich Drepper [Sun, 21 Dec 1997 21:21:02 +0000 (21:21 +0000)] 
Generate file which recognizes __need_FOPEN_MAX.

27 years ago(callrpc): Use strncpy instead of strcpy for security reasons.
Ulrich Drepper [Sun, 21 Dec 1997 21:20:11 +0000 (21:20 +0000)] 
(callrpc): Use strncpy instead of strcpy for security reasons.

27 years ago(res_querydomain): Avoid potential buffer overrun.
Ulrich Drepper [Sun, 21 Dec 1997 21:19:24 +0000 (21:19 +0000)] 
(res_querydomain): Avoid potential buffer overrun.

27 years ago(internal_nis_getservent_r): Use strncpy instead of strcpy for
Ulrich Drepper [Sun, 21 Dec 1997 21:19:00 +0000 (21:19 +0000)] 
(internal_nis_getservent_r): Use strncpy instead of strcpy for
security reasons.

27 years ago(internal_nis_getrpcent_r): Use strncpy instead of strcpy for
Ulrich Drepper [Sun, 21 Dec 1997 21:18:27 +0000 (21:18 +0000)] 
(internal_nis_getrpcent_r): Use strncpy instead of strcpy for
security reasons.

27 years ago(internal_nis_getprotoent_r): Use strncpy instead of strcpy for
Ulrich Drepper [Sun, 21 Dec 1997 21:17:55 +0000 (21:17 +0000)] 
(internal_nis_getprotoent_r): Use strncpy instead of strcpy for
security reasons.

27 years ago(LINE_PARSER): Use pointer of correct type for map_v4v6_hostent call.
Ulrich Drepper [Sun, 21 Dec 1997 21:17:10 +0000 (21:17 +0000)] 
(LINE_PARSER): Use pointer of correct type for map_v4v6_hostent call.

27 years ago(internal_nis_getetherent_r): Use strncpy instead of strcpy for
Ulrich Drepper [Sun, 21 Dec 1997 21:15:59 +0000 (21:15 +0000)] 
(internal_nis_getetherent_r): Use strncpy instead of strcpy for
security reasons.

27 years ago(do_ypcall): Don't free dom_binding twice.
Ulrich Drepper [Sun, 21 Dec 1997 21:14:57 +0000 (21:14 +0000)] 
(do_ypcall): Don't free dom_binding twice.

27 years ago(compile): Use parameter names without __.
Ulrich Drepper [Sun, 21 Dec 1997 21:14:45 +0000 (21:14 +0000)] 
(compile): Use parameter names without __.

27 years agoUse correct cast from pointer value.
Ulrich Drepper [Sun, 21 Dec 1997 21:12:27 +0000 (21:12 +0000)] 
Use correct cast from pointer value.

27 years ago(map_collection_max, map_collection_act): Define as size_t.
Ulrich Drepper [Sun, 21 Dec 1997 21:11:52 +0000 (21:11 +0000)] 
(map_collection_max, map_collection_act): Define as size_t.

27 years agoInclude stdio_lim.h to get definition of FOPEN_MAX.
Ulrich Drepper [Sun, 21 Dec 1997 21:10:46 +0000 (21:10 +0000)] 
Include stdio_lim.h to get definition of FOPEN_MAX.
Define STREAM_MAX using FOPEN_MAX.

27 years ago(libc_cv_gcc_alpha_ng_prefix): Correct quoting.
Ulrich Drepper [Sun, 21 Dec 1997 21:09:45 +0000 (21:09 +0000)] 
(libc_cv_gcc_alpha_ng_prefix): Correct quoting.

27 years agoRegenerated: autoconf configure.in
Ulrich Drepper [Wed, 17 Dec 1997 00:40:56 +0000 (00:40 +0000)] 
Regenerated: autoconf  configure.in

27 years agoupdate
Ulrich Drepper [Mon, 15 Dec 1997 02:08:55 +0000 (02:08 +0000)] 
update

27 years agoUpdate. cvs/glibc-2_0_6pre4
Ulrich Drepper [Fri, 12 Dec 1997 03:04:39 +0000 (03:04 +0000)] 
Update.

27 years ago(__FDMASK): Cast constant 1 to be shifted correctly.
Ulrich Drepper [Fri, 12 Dec 1997 02:36:13 +0000 (02:36 +0000)] 
(__FDMASK): Cast constant 1 to be shifted correctly.

27 years agoEmpty file.
Ulrich Drepper [Fri, 12 Dec 1997 02:34:06 +0000 (02:34 +0000)] 
Empty file.

27 years ago(exit): Handle recursive calls to exit ().
Ulrich Drepper [Fri, 12 Dec 1997 02:33:49 +0000 (02:33 +0000)] 
(exit): Handle recursive calls to exit ().

27 years ago(inet_neta): Change type of first parameter to u_int32_t.
Ulrich Drepper [Fri, 12 Dec 1997 02:33:38 +0000 (02:33 +0000)] 
(inet_neta): Change type of first parameter to u_int32_t.

27 years ago(inet_addr): Change return type to u_int32_t.
Ulrich Drepper [Fri, 12 Dec 1997 02:33:26 +0000 (02:33 +0000)] 
(inet_addr): Change return type to u_int32_t.

27 years agoUpdate from glibc 2.1.
Ulrich Drepper [Fri, 12 Dec 1997 02:33:12 +0000 (02:33 +0000)] 
Update from glibc 2.1.

27 years agoUpdate from 2.1.
Ulrich Drepper [Fri, 12 Dec 1997 02:32:56 +0000 (02:32 +0000)] 
Update from 2.1.

27 years agoReset the blacklist correct, fix return code for non existent +name
Ulrich Drepper [Fri, 12 Dec 1997 02:30:31 +0000 (02:30 +0000)] 
Reset the blacklist correct, fix return code for non existent +name
entries.

27 years agoChange types of inet_neta and inet_addr.
Ulrich Drepper [Fri, 12 Dec 1997 02:30:05 +0000 (02:30 +0000)] 
Change types of inet_neta and inet_addr.

27 years agoDon't count in multiply reference object in number of prelaoded
Ulrich Drepper [Fri, 12 Dec 1997 02:29:49 +0000 (02:29 +0000)] 
Don't count in multiply reference object in number of prelaoded
objects.  [PR libc/375].

27 years agoAdd more information of build environment and flags.
Ulrich Drepper [Fri, 12 Dec 1997 02:29:35 +0000 (02:29 +0000)] 
Add more information of build environment and flags.

27 years agoIf --enable-add-ons is given without an argument, set the addons list
Ulrich Drepper [Fri, 12 Dec 1997 02:29:18 +0000 (02:29 +0000)] 
If --enable-add-ons is given without an argument, set the addons list
to all subdirs with a configure script.

27 years agoRegenerated: autoconf configure.in
Ulrich Drepper [Thu, 11 Dec 1997 23:36:52 +0000 (23:36 +0000)] 
Regenerated: autoconf  configure.in

27 years agolongjmp imlementation for Alpha
Ulrich Drepper [Wed, 10 Dec 1997 00:43:30 +0000 (00:43 +0000)] 
longjmp imlementation for Alpha

27 years agoWrapper to make sure we don't have revoke references
Ulrich Drepper [Wed, 10 Dec 1997 00:42:36 +0000 (00:42 +0000)] 
Wrapper to make sure we don't have revoke references

27 years agoNet interface definition
Ulrich Drepper [Wed, 10 Dec 1997 00:41:41 +0000 (00:41 +0000)] 
Net interface definition

27 years agoprtcl interface for Linux
Ulrich Drepper [Wed, 10 Dec 1997 00:41:05 +0000 (00:41 +0000)] 
prtcl interface for Linux

27 years agoRemove setjmp_aux.c. cvs/glibc-2_0_6pre3
Ulrich Drepper [Wed, 10 Dec 1997 00:21:36 +0000 (00:21 +0000)] 
Remove setjmp_aux.c.

27 years agoUpdate.
Ulrich Drepper [Wed, 10 Dec 1997 00:00:16 +0000 (00:00 +0000)] 
Update.

27 years agoReturn value with expected byte order.
Ulrich Drepper [Tue, 9 Dec 1997 23:59:57 +0000 (23:59 +0000)] 
Return value with expected byte order.