]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
27 years ago(_dl_map_object): Don't get LD_LIBRARY_PATH envvar, use global variable
Ulrich Drepper [Tue, 10 Mar 1998 22:07:23 +0000 (22:07 +0000)] 
(_dl_map_object): Don't get LD_LIBRARY_PATH envvar, use global variable
_dl_library_path.

27 years agoUse --library-path option instead of LD_LIBRARY_PATH envvar.
Ulrich Drepper [Tue, 10 Mar 1998 22:06:31 +0000 (22:06 +0000)] 
Use --library-path option instead of LD_LIBRARY_PATH envvar.

27 years agoUpdate.
Ulrich Drepper [Tue, 10 Mar 1998 21:31:16 +0000 (21:31 +0000)] 
Update.

27 years ago(vsyslog): Don't try to send if not connected to syslog daemon.
Ulrich Drepper [Tue, 10 Mar 1998 21:30:32 +0000 (21:30 +0000)] 
(vsyslog): Don't try to send if not connected to syslog daemon.
(closelog_internal): Don't do anything if not connected.

27 years ago(_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE flag.
Ulrich Drepper [Tue, 10 Mar 1998 21:29:01 +0000 (21:29 +0000)] 
(_IO_vdprintf): Set _IO_DELETE_DONT_CLOSE flag.

27 years agoUpdate.
Ulrich Drepper [Tue, 10 Mar 1998 12:45:48 +0000 (12:45 +0000)] 
Update.

27 years ago(dl_main): Undo last change.
Ulrich Drepper [Tue, 10 Mar 1998 12:45:34 +0000 (12:45 +0000)] 
(dl_main): Undo last change.

27 years agoUpdate.
Ulrich Drepper [Tue, 10 Mar 1998 12:23:31 +0000 (12:23 +0000)] 
Update.

27 years ago(dl_main): Load the preloaded objects dependencies.
Ulrich Drepper [Tue, 10 Mar 1998 12:23:02 +0000 (12:23 +0000)] 
(dl_main): Load the preloaded objects dependencies.

27 years agoUpdate.
Ulrich Drepper [Tue, 10 Mar 1998 11:13:40 +0000 (11:13 +0000)] 
Update.

27 years ago(Reading/Closing Directory): Document readdir_r behaviour on EOD.
Ulrich Drepper [Tue, 10 Mar 1998 11:13:09 +0000 (11:13 +0000)] 
(Reading/Closing Directory): Document readdir_r behaviour on EOD.

27 years agoZero out *result on EOF.
Ulrich Drepper [Tue, 10 Mar 1998 11:12:32 +0000 (11:12 +0000)] 
Zero out *result on EOF.

27 years agoUpdate.
Ulrich Drepper [Tue, 10 Mar 1998 10:47:08 +0000 (10:47 +0000)] 
Update.

27 years ago(mkstemp): Open temporary file mode 0600.
Ulrich Drepper [Tue, 10 Mar 1998 10:46:41 +0000 (10:46 +0000)] 
(mkstemp): Open temporary file mode 0600.

27 years agoUpdate.
Ulrich Drepper [Mon, 9 Mar 1998 16:10:09 +0000 (16:10 +0000)] 
Update.

27 years agoRemove stub-tag.h.
Ulrich Drepper [Mon, 9 Mar 1998 16:09:46 +0000 (16:09 +0000)] 
Remove stub-tag.h.

27 years agoUpdate.
Ulrich Drepper [Mon, 9 Mar 1998 15:45:25 +0000 (15:45 +0000)] 
Update.

27 years agoStub files for getres[gu]id.
Ulrich Drepper [Mon, 9 Mar 1998 15:45:12 +0000 (15:45 +0000)] 
Stub files for getres[gu]id.

27 years agoUpdate.
Ulrich Drepper [Mon, 9 Mar 1998 14:53:20 +0000 (14:53 +0000)] 
Update.

27 years agoFix typo.
Ulrich Drepper [Mon, 9 Mar 1998 14:52:20 +0000 (14:52 +0000)] 
Fix typo.

27 years agoInclude sys/types.h.
Ulrich Drepper [Sun, 8 Mar 1998 22:13:50 +0000 (22:13 +0000)] 
Include sys/types.h.

27 years agoUpdate.
Ulrich Drepper [Sun, 8 Mar 1998 21:45:35 +0000 (21:45 +0000)] 
Update.

27 years agoAllow __socket to be redefined.
Ulrich Drepper [Sun, 8 Mar 1998 21:42:59 +0000 (21:42 +0000)] 
Allow __socket to be redefined.

27 years agoAdd getres[ug]id.
Ulrich Drepper [Sun, 8 Mar 1998 21:41:29 +0000 (21:41 +0000)] 
Add getres[ug]id.

27 years agoRemove getres[ug]id, add s_getres[ug]id.
Ulrich Drepper [Sun, 8 Mar 1998 21:40:37 +0000 (21:40 +0000)] 
Remove getres[ug]id, add s_getres[ug]id.

27 years agoAdd getresuid and getresgid.
Ulrich Drepper [Sun, 8 Mar 1998 21:39:03 +0000 (21:39 +0000)] 
Add getresuid and getresgid.

27 years agoUpdate.
Ulrich Drepper [Sun, 8 Mar 1998 21:03:30 +0000 (21:03 +0000)] 
Update.

27 years agoAlways call the syscall with the old semantic.
Ulrich Drepper [Sun, 8 Mar 1998 17:36:16 +0000 (17:36 +0000)] 
Always call the syscall with the old semantic.

27 years agoUpdate.
Ulrich Drepper [Sun, 8 Mar 1998 17:19:40 +0000 (17:19 +0000)] 
Update.

27 years agoFix lchown<->chown problem in late 2.1 kernels.
Ulrich Drepper [Sun, 8 Mar 1998 17:18:42 +0000 (17:18 +0000)] 
Fix lchown<->chown problem in late 2.1 kernels.

27 years ago(openlog_internal): Follow 2.1 changes to prevent errno being set.
Ulrich Drepper [Thu, 5 Mar 1998 09:36:36 +0000 (09:36 +0000)] 
(openlog_internal): Follow 2.1 changes to prevent errno being set.

27 years agoUpdate.
Ulrich Drepper [Wed, 4 Mar 1998 17:21:03 +0000 (17:21 +0000)] 
Update.

27 years ago(struct drand48_data): Leave X to user macros and use x for member
Ulrich Drepper [Wed, 4 Mar 1998 17:20:42 +0000 (17:20 +0000)] 
(struct drand48_data): Leave X to user macros and use x for member
name.

27 years agoChange according to member name change.
Ulrich Drepper [Wed, 4 Mar 1998 17:20:27 +0000 (17:20 +0000)] 
Change according to member name change.

27 years agoUpdate from texinfo.
Ulrich Drepper [Wed, 4 Mar 1998 17:19:59 +0000 (17:19 +0000)] 
Update from texinfo.

27 years agoChange prep.ai.mit.edu to {ftp}.gnu.org.
Ulrich Drepper [Wed, 4 Mar 1998 17:19:46 +0000 (17:19 +0000)] 
Change prep.ai.mit.edu to {ftp}.gnu.org.

27 years ago(_errno): Add in addition to __errno.
Ulrich Drepper [Wed, 4 Mar 1998 11:43:12 +0000 (11:43 +0000)] 
(_errno): Add in addition to __errno.

27 years agoDon't mark lchown as extra syscall.
Ulrich Drepper [Wed, 4 Mar 1998 11:38:59 +0000 (11:38 +0000)] 
Don't mark lchown as extra syscall.

27 years agoAdd compatibility for broken old shells.
Ulrich Drepper [Wed, 4 Mar 1998 11:37:56 +0000 (11:37 +0000)] 
Add compatibility for broken old shells.

27 years agoMore prototype cleanups.
Ulrich Drepper [Wed, 4 Mar 1998 11:34:25 +0000 (11:34 +0000)] 
More prototype cleanups.

27 years ago(__nss_lookup): Return 1 if this was the last module.
Ulrich Drepper [Wed, 4 Mar 1998 11:30:00 +0000 (11:30 +0000)] 
(__nss_lookup): Return 1 if this was the last module.

27 years agoIf no more module is found don't try to call setXXent functions but
Ulrich Drepper [Wed, 4 Mar 1998 11:29:45 +0000 (11:29 +0000)] 
If no more module is found don't try to call setXXent functions but
leave unsuccessfully.

27 years agoUpdate.
Ulrich Drepper [Wed, 4 Mar 1998 10:24:00 +0000 (10:24 +0000)] 
Update.

27 years ago(_IO_str_seekoff): Handle MODE == 0.
Ulrich Drepper [Wed, 4 Mar 1998 10:23:49 +0000 (10:23 +0000)] 
(_IO_str_seekoff): Handle MODE == 0.

27 years agoReally update from 2.1.
Ulrich Drepper [Wed, 4 Mar 1998 10:23:33 +0000 (10:23 +0000)] 
Really update from 2.1.

27 years agoUpdate.
Ulrich Drepper [Tue, 3 Mar 1998 17:03:59 +0000 (17:03 +0000)] 
Update.

27 years agoAdd prototypes to prevent warnings.
Ulrich Drepper [Tue, 3 Mar 1998 17:03:39 +0000 (17:03 +0000)] 
Add prototypes to prevent warnings.
Add const to prototypes for clnt_perror.

27 years agoAdd prototypes to prevent warnings.
Ulrich Drepper [Tue, 3 Mar 1998 17:03:27 +0000 (17:03 +0000)] 
Add prototypes to prevent warnings.

27 years agoAdd const to parameter.
Ulrich Drepper [Tue, 3 Mar 1998 17:03:11 +0000 (17:03 +0000)] 
Add const to parameter.

27 years agoCall _dl_map_object with new argument.
Ulrich Drepper [Tue, 3 Mar 1998 17:00:46 +0000 (17:00 +0000)] 
Call _dl_map_object with new argument.

27 years agoAdjust prototype for _dl_map_object.
Ulrich Drepper [Tue, 3 Mar 1998 17:00:24 +0000 (17:00 +0000)] 
Adjust prototype for _dl_map_object.

27 years ago(_dl_open): Call _dl_map_object with new argument.
Ulrich Drepper [Tue, 3 Mar 1998 16:59:48 +0000 (16:59 +0000)] 
(_dl_open): Call _dl_map_object with new argument.

27 years ago(_dl_map_object): Take extra argument and pass it to open_path.
Ulrich Drepper [Tue, 3 Mar 1998 16:59:13 +0000 (16:59 +0000)] 
(_dl_map_object): Take extra argument and pass it to open_path.
(open_path): If preloading and SUID binary, use shared object only
if SUID bit is set.

27 years ago(_dl_map_object_deps): Call _dl_map_object with new argument.
Ulrich Drepper [Tue, 3 Mar 1998 16:57:45 +0000 (16:57 +0000)] 
(_dl_map_object_deps): Call _dl_map_object with new argument.

27 years ago(subdirs): Undo last patch.
Ulrich Drepper [Tue, 3 Mar 1998 10:09:42 +0000 (10:09 +0000)] 
(subdirs): Undo last patch.

27 years agoRegenerated: autoconf configure.in
Ulrich Drepper [Tue, 3 Mar 1998 09:48:15 +0000 (09:48 +0000)] 
Regenerated: autoconf  configure.in

27 years ago(VERSION): Bump to 2.0.7.
Ulrich Drepper [Tue, 3 Mar 1998 09:22:37 +0000 (09:22 +0000)] 
(VERSION): Bump to 2.0.7.

27 years agoAdd osf_sigaction for some broken kernel versions.
Ulrich Drepper [Tue, 3 Mar 1998 09:22:02 +0000 (09:22 +0000)] 
Add osf_sigaction for some broken kernel versions.

27 years ago(_ioperm): Remove extra closing paren.
Ulrich Drepper [Tue, 3 Mar 1998 09:20:37 +0000 (09:20 +0000)] 
(_ioperm): Remove extra closing paren.

27 years agoAdd missing opening brace.
Ulrich Drepper [Tue, 3 Mar 1998 09:19:35 +0000 (09:19 +0000)] 
Add missing opening brace.

27 years agoCarry over patches from 2.1 to correct several bugs.
Ulrich Drepper [Tue, 3 Mar 1998 09:15:43 +0000 (09:15 +0000)] 
Carry over patches from 2.1 to correct several bugs.

27 years ago($(inst_libdir)/libndbm.a, $(inst_libdir)/libndbm.so): New targets.
Ulrich Drepper [Tue, 3 Mar 1998 09:11:06 +0000 (09:11 +0000)] 
($(inst_libdir)/libndbm.a, $(inst_libdir)/libndbm.so): New targets.

27 years agoDon't use _Mldbl
Ulrich Drepper [Tue, 3 Mar 1998 09:08:58 +0000 (09:08 +0000)] 
Don't use _Mldbl

27 years agoUpdate.
Ulrich Drepper [Mon, 2 Mar 1998 18:34:39 +0000 (18:34 +0000)] 
Update.

27 years ago(inchar): Fix typos.
Ulrich Drepper [Mon, 2 Mar 1998 18:34:10 +0000 (18:34 +0000)] 
(inchar): Fix typos.

27 years agoUpdate.
Ulrich Drepper [Mon, 2 Mar 1998 17:47:11 +0000 (17:47 +0000)] 
Update.

27 years agoFix msgfmt test.
Ulrich Drepper [Mon, 2 Mar 1998 17:47:00 +0000 (17:47 +0000)] 
Fix msgfmt test.
Fix handling of //s in sysdeps search.

27 years agoUpdate.
Ulrich Drepper [Mon, 2 Mar 1998 17:38:04 +0000 (17:38 +0000)] 
Update.

27 years agoRename second parameter of bindresvport to avoid buggy gcc warning.
Ulrich Drepper [Mon, 2 Mar 1998 17:37:23 +0000 (17:37 +0000)] 
Rename second parameter of bindresvport to avoid buggy gcc warning.

27 years agoHandle numbers > 1.0 correctly.
Ulrich Drepper [Mon, 2 Mar 1998 17:35:51 +0000 (17:35 +0000)] 
Handle numbers > 1.0 correctly.

27 years agoUpdate.
Ulrich Drepper [Mon, 2 Mar 1998 13:42:39 +0000 (13:42 +0000)] 
Update.

27 years ago(_ISwxxx): Renamed from _ISxxx, all uses
Ulrich Drepper [Mon, 2 Mar 1998 13:42:25 +0000 (13:42 +0000)] 
(_ISwxxx): Renamed from _ISxxx, all uses
changed.  They are incompatible with the _ISxxx values from
<ctype.h> on little endian machines.
(_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
bit number.  This fixes the real bug and restores the integrity of
the LC_CTYPE locale file.

27 years agoUndo last change.
Ulrich Drepper [Mon, 2 Mar 1998 13:42:13 +0000 (13:42 +0000)] 
Undo last change.

27 years agoChange all _ISxxx to _ISwxxx.
Ulrich Drepper [Mon, 2 Mar 1998 13:41:58 +0000 (13:41 +0000)] 
Change all _ISxxx to _ISwxxx.

27 years ago(TEST): Fix paren nesting.
Ulrich Drepper [Mon, 2 Mar 1998 13:41:39 +0000 (13:41 +0000)] 
(TEST): Fix paren nesting.

27 years agoInclude <gnu/types.h> for __fsid_t.
Ulrich Drepper [Mon, 2 Mar 1998 13:41:20 +0000 (13:41 +0000)] 
Include <gnu/types.h> for __fsid_t.

27 years agoDefine _LINUX_TYPES_H to prevent use of kernel headers.
Ulrich Drepper [Mon, 2 Mar 1998 13:41:01 +0000 (13:41 +0000)] 
Define _LINUX_TYPES_H to prevent use of kernel headers.

27 years ago(_strerror_internal): Use memcpy instead of __mempcpy.
Ulrich Drepper [Mon, 2 Mar 1998 13:40:38 +0000 (13:40 +0000)] 
(_strerror_internal): Use memcpy instead of __mempcpy.

27 years ago(modf): Correct calculation.
Ulrich Drepper [Mon, 2 Mar 1998 13:40:07 +0000 (13:40 +0000)] 
(modf): Correct calculation.

27 years agoCompare result with 0 to get an int value.
Ulrich Drepper [Mon, 2 Mar 1998 13:39:38 +0000 (13:39 +0000)] 
Compare result with 0 to get an int value.

27 years agoInclude <sys/types.h> and <rpc/types.h>.
Ulrich Drepper [Mon, 2 Mar 1998 13:39:16 +0000 (13:39 +0000)] 
Include <sys/types.h> and <rpc/types.h>.

27 years ago(setsockopt): Make OPTVAL parameter const.
Ulrich Drepper [Mon, 2 Mar 1998 13:38:59 +0000 (13:38 +0000)] 
(setsockopt): Make OPTVAL parameter const.

27 years agoAlways define sigset_t if __need_sigset_h is defined.
Ulrich Drepper [Mon, 2 Mar 1998 13:38:49 +0000 (13:38 +0000)] 
Always define sigset_t if __need_sigset_h is defined.

27 years ago(getanswer_r): Fix the PTR/CNAME bug. From bind 4.9.6.
Ulrich Drepper [Mon, 2 Mar 1998 13:38:32 +0000 (13:38 +0000)] 
(getanswer_r): Fix the PTR/CNAME bug. From bind 4.9.6.

27 years ago(_nss_nis_gethostbyname2_r): Fix problem with hidden variable name.
Ulrich Drepper [Mon, 2 Mar 1998 13:38:11 +0000 (13:38 +0000)] 
(_nss_nis_gethostbyname2_r): Fix problem with hidden variable name.

27 years ago(_nss_nis_getnetbyname_r): Convert name to lowercase, add test for big
Ulrich Drepper [Mon, 2 Mar 1998 13:37:47 +0000 (13:37 +0000)] 
(_nss_nis_getnetbyname_r): Convert name to lowercase, add test for big
enough buffer.

27 years ago(_nss_nis_getaliasbyname_r): Convert name to lowercase.
Ulrich Drepper [Mon, 2 Mar 1998 13:37:38 +0000 (13:37 +0000)] 
(_nss_nis_getaliasbyname_r): Convert name to lowercase.

27 years agoDefine M_* constants always as `double' and add new macros M_*l which
Ulrich Drepper [Mon, 2 Mar 1998 13:37:21 +0000 (13:37 +0000)] 
Define M_* constants always as `double' and add new macros M_*l which
are of type `long double'.

27 years ago(Error Messages): Correct description of strerror_r.
Ulrich Drepper [Mon, 2 Mar 1998 13:37:05 +0000 (13:37 +0000)] 
(Error Messages): Correct description of strerror_r.

27 years agoDon't update info if makeinfo is too old.
Ulrich Drepper [Mon, 2 Mar 1998 13:36:46 +0000 (13:36 +0000)] 
Don't update info if makeinfo is too old.

27 years agoDon't skip error checking when being quiet.
Ulrich Drepper [Mon, 2 Mar 1998 13:35:00 +0000 (13:35 +0000)] 
Don't skip error checking when being quiet.

27 years ago(parse_charmap): Don't skip error checking when being quiet.
Ulrich Drepper [Mon, 2 Mar 1998 13:34:41 +0000 (13:34 +0000)] 
(parse_charmap): Don't skip error checking when being quiet.

27 years ago(parse_charmap): Don't skip error checking when being quiet.
Ulrich Drepper [Mon, 2 Mar 1998 13:34:35 +0000 (13:34 +0000)] 
(parse_charmap): Don't skip error checking when being quiet.
(ctype_class_to): Silently ignore unknown characters and empty ranges.

27 years ago(parse_charmap): Don't skip error checking when being quiet.
Ulrich Drepper [Mon, 2 Mar 1998 13:34:22 +0000 (13:34 +0000)] 
(parse_charmap): Don't skip error checking when being quiet.
(collate_order_elem): When processing an ellipsis properly form a
linked list in the result table, fix typo when allocating ordering
array.

27 years ago(_nl_C_LC_CTYPE_class32): Undo last change.
Ulrich Drepper [Mon, 2 Mar 1998 13:33:44 +0000 (13:33 +0000)] 
(_nl_C_LC_CTYPE_class32): Undo last change.

27 years ago(dlsym:doit): Fix scope and skip maps for _dl_lookup_symbol_skip call.
Ulrich Drepper [Mon, 2 Mar 1998 13:33:26 +0000 (13:33 +0000)] 
(dlsym:doit): Fix scope and skip maps for _dl_lookup_symbol_skip call.

27 years ago(_dl_sysdep_fatal): Fix parameters.
Ulrich Drepper [Mon, 2 Mar 1998 13:33:12 +0000 (13:33 +0000)] 
(_dl_sysdep_fatal): Fix parameters.

27 years ago(_dl_open): Update _dl_global_scope_end when setting _dl_global_scope
Ulrich Drepper [Mon, 2 Mar 1998 13:32:54 +0000 (13:32 +0000)] 
(_dl_open): Update _dl_global_scope_end when setting _dl_global_scope
for RTLD_GLOBAL.

27 years ago(main): Add output_name to error message.
Ulrich Drepper [Mon, 2 Mar 1998 13:32:33 +0000 (13:32 +0000)] 
(main): Add output_name to error message.

27 years agoCheck for working msgfmt version (from GNU gettext 0.10 or later).
Ulrich Drepper [Mon, 2 Mar 1998 13:32:09 +0000 (13:32 +0000)] 
Check for working msgfmt version (from GNU gettext 0.10 or later).
Avoid //s in sysdirs.
Fix script for handling $CC containing whitespace.