]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
27 years agoUpdate.
Ulrich Drepper [Sat, 14 Mar 1998 09:11:39 +0000 (09:11 +0000)] 
Update.

27 years agoRemove selection of instruction set here.
Ulrich Drepper [Sat, 14 Mar 1998 09:10:17 +0000 (09:10 +0000)] 
Remove selection of instruction set here.

27 years ago(CFLAGS-ioperm.c): Define to set needed instruction set.
Ulrich Drepper [Sat, 14 Mar 1998 09:09:36 +0000 (09:09 +0000)] 
(CFLAGS-ioperm.c): Define to set needed instruction set.

27 years ago(ftp): Update.
Ulrich Drepper [Sat, 14 Mar 1998 09:08:08 +0000 (09:08 +0000)] 
(ftp): Update.

27 years agoUpdate.
Ulrich Drepper [Sat, 14 Mar 1998 08:57:41 +0000 (08:57 +0000)] 
Update.

27 years ago(lr_token): Return EOF token at EOF.
Ulrich Drepper [Sat, 14 Mar 1998 08:50:27 +0000 (08:50 +0000)] 
(lr_token): Return EOF token at EOF.
(get_toplvl_escape): Correctly terminate loop at EOF.

27 years agoUpdate.
Ulrich Drepper [Fri, 13 Mar 1998 17:42:05 +0000 (17:42 +0000)] 
Update.

27 years agoCorrect handling of separators after last non-separator.
Ulrich Drepper [Fri, 13 Mar 1998 17:41:43 +0000 (17:41 +0000)] 
Correct handling of separators after last non-separator.

27 years ago.
Ulrich Drepper [Fri, 13 Mar 1998 11:42:18 +0000 (11:42 +0000)] 
.

27 years ago(atan2): Take over code from glibc 2.1.
Ulrich Drepper [Fri, 13 Mar 1998 10:03:14 +0000 (10:03 +0000)] 
(atan2): Take over code from glibc 2.1.

27 years agoUpdate.
Ulrich Drepper [Thu, 12 Mar 1998 14:33:11 +0000 (14:33 +0000)] 
Update.

27 years ago(nss_dlerror_run): Call _dl_catch_error correctly.
Ulrich Drepper [Thu, 12 Mar 1998 14:32:11 +0000 (14:32 +0000)] 
(nss_dlerror_run): Call _dl_catch_error correctly.

27 years ago(_dl_map_objet_deps): Call _dl_catch_error correctly.
Ulrich Drepper [Thu, 12 Mar 1998 14:31:34 +0000 (14:31 +0000)] 
(_dl_map_objet_deps): Call _dl_catch_error correctly.

27 years ago(dl_main): Call _dl_catch_error correctly.
Ulrich Drepper [Thu, 12 Mar 1998 14:30:58 +0000 (14:30 +0000)] 
(dl_main): Call _dl_catch_error correctly.

27 years ago(_dl_catch_error): Fix prototype and comment.
Ulrich Drepper [Thu, 12 Mar 1998 14:30:22 +0000 (14:30 +0000)] 
(_dl_catch_error): Fix prototype and comment.

27 years ago(last_object_name): Removed.
Ulrich Drepper [Thu, 12 Mar 1998 14:29:42 +0000 (14:29 +0000)] 
(last_object_name): Removed.
(dlerror): Don't use last_object_name.
(_dl_error_run): Omit second argument to _dl_catch_error.

27 years ago(struct catch): Remove objname member.
Ulrich Drepper [Thu, 12 Mar 1998 14:28:15 +0000 (14:28 +0000)] 
(struct catch): Remove objname member.
(_dl_signal_error): Construct string including objname when given.
(_dl_catch_error): Remove objname handling.

27 years ago(dl_main): Fixtypo.
Ulrich Drepper [Thu, 12 Mar 1998 12:28:28 +0000 (12:28 +0000)] 
(dl_main): Fixtypo.

27 years agoUpdate.
Ulrich Drepper [Thu, 12 Mar 1998 12:22:06 +0000 (12:22 +0000)] 
Update.

27 years ago(dl_main): Install link maps for preloaded objects using main_map as loader.
Ulrich Drepper [Thu, 12 Mar 1998 12:21:41 +0000 (12:21 +0000)] 
(dl_main): Install link maps for preloaded objects using main_map as loader.

27 years agoRemade for production-2.0.7
Ulrich Drepper [Thu, 12 Mar 1998 11:49:56 +0000 (11:49 +0000)] 
Remade for production-2.0.7

27 years agoUpdate.
Ulrich Drepper [Thu, 12 Mar 1998 11:40:02 +0000 (11:40 +0000)] 
Update.

27 years agoFix race condition.
Ulrich Drepper [Thu, 12 Mar 1998 11:39:24 +0000 (11:39 +0000)] 
Fix race condition.

27 years ago(lookup): Copy data to safe place before parsing it.
Ulrich Drepper [Thu, 12 Mar 1998 11:35:05 +0000 (11:35 +0000)] 
(lookup): Copy data to safe place before parsing it.

27 years ago(_dl_close): Applied changes from 2.1 to correct unmapping.
Ulrich Drepper [Thu, 12 Mar 1998 10:58:14 +0000 (10:58 +0000)] 
(_dl_close): Applied changes from 2.1 to correct unmapping.

27 years agoUpdate.
Ulrich Drepper [Tue, 10 Mar 1998 22:09:19 +0000 (22:09 +0000)] 
Update.

27 years ago(_dl_library_path): New variable. Initialize from LD_LIBRARY_PATH envvar
Ulrich Drepper [Tue, 10 Mar 1998 22:08:30 +0000 (22:08 +0000)] 
(_dl_library_path): New variable.  Initialize from LD_LIBRARY_PATH envvar
and let user overwrite the value using new --library-path option.

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.