]> git.ipfire.org Git - thirdparty/glibc.git/log
thirdparty/glibc.git
28 years agoDon't automatically ignore .c files os .S or .s files are ignored.
Ulrich Drepper [Sat, 19 Apr 1997 15:13:27 +0000 (15:13 +0000)] 
Don't automatically ignore .c files os .S or .s files are ignored.

28 years agoNot used anymore.
root [Sat, 19 Apr 1997 14:42:49 +0000 (14:42 +0000)] 
Not used anymore.

28 years agoUpdate.
Ulrich Drepper [Fri, 18 Apr 1997 15:39:46 +0000 (15:39 +0000)] 
Update.

28 years agoRemade for experimental-2.0.3
Ulrich Drepper [Fri, 18 Apr 1997 15:37:54 +0000 (15:37 +0000)] 
Remade for experimental-2.0.3

28 years agoUpdate. cvs/libc20x-ud-970417
Ulrich Drepper [Fri, 18 Apr 1997 00:19:40 +0000 (00:19 +0000)] 
Update.

28 years agoRewrite of initfini.
Ulrich Drepper [Fri, 18 Apr 1997 00:17:44 +0000 (00:17 +0000)] 
Rewrite of initfini.

28 years ago(strftime): Remove __restrict in declaration.
Ulrich Drepper [Thu, 17 Apr 1997 23:31:35 +0000 (23:31 +0000)] 
(strftime): Remove __restrict in declaration.

28 years agoInterpret year number 00-59 as 2000--2059.
Ulrich Drepper [Thu, 17 Apr 1997 23:30:22 +0000 (23:30 +0000)] 
Interpret year number 00-59 as 2000--2059.

28 years ago(memset_space): Increment pointer.
Ulrich Drepper [Thu, 17 Apr 1997 23:30:13 +0000 (23:30 +0000)] 
(memset_space): Increment pointer.

28 years ago(TTYDEF_OFLAG): Use either OXTABS or TAB3, if one of them is defined.
Ulrich Drepper [Thu, 17 Apr 1997 23:29:52 +0000 (23:29 +0000)] 
(TTYDEF_OFLAG): Use either OXTABS or TAB3, if one of them is defined.

28 years ago(shmat, shmdt): Correct types.
Ulrich Drepper [Thu, 17 Apr 1997 23:29:39 +0000 (23:29 +0000)] 
(shmat, shmdt): Correct types.

28 years agoDefine _LINUX_TYPES_H to avoid use of kernel types.
Ulrich Drepper [Thu, 17 Apr 1997 23:29:29 +0000 (23:29 +0000)] 
Define _LINUX_TYPES_H to avoid use of kernel types.

28 years ago(struct ip_timestamp): Correct typos.
Ulrich Drepper [Thu, 17 Apr 1997 23:29:18 +0000 (23:29 +0000)] 
(struct ip_timestamp): Correct typos.

28 years agoInclude <sys/socket.h> to get definition of sa_family_t for
Ulrich Drepper [Thu, 17 Apr 1997 23:29:03 +0000 (23:29 +0000)] 
Include <sys/socket.h> to get definition of sa_family_t for
<linux/atalk.h>.

28 years ago(OXTABS): Don't define.
Ulrich Drepper [Thu, 17 Apr 1997 23:28:40 +0000 (23:28 +0000)] 
(OXTABS): Don't define.

28 years agoDon't use kernel header because of type clashes. Add all definitions
Ulrich Drepper [Thu, 17 Apr 1997 23:28:26 +0000 (23:28 +0000)] 
Don't use kernel header because of type clashes.  Add all definitions
here.
Correct types according to XPG4.2.

28 years agoDon't use kernel header because of type clashes. Add all definitions
Ulrich Drepper [Thu, 17 Apr 1997 23:28:10 +0000 (23:28 +0000)] 
Don't use kernel header because of type clashes.  Add all definitions
here.

28 years agoCorrected. The mantissa has only 63 bits.
Ulrich Drepper [Thu, 17 Apr 1997 23:27:35 +0000 (23:27 +0000)] 
Corrected.  The mantissa has only 63 bits.

28 years agoRemove references to byte order macros. Don't include <endian.h>.
Ulrich Drepper [Thu, 17 Apr 1997 23:26:52 +0000 (23:26 +0000)] 
Remove references to byte order macros.  Don't include <endian.h>.

28 years ago[_LIBC]: Define __clearenv and make clearenv a weak alias.
Ulrich Drepper [Thu, 17 Apr 1997 23:26:33 +0000 (23:26 +0000)] 
[_LIBC]: Define __clearenv and make clearenv a weak alias.

28 years agoNot needed anymore.
Ulrich Drepper [Thu, 17 Apr 1997 23:26:23 +0000 (23:26 +0000)] 
Not needed anymore.

28 years agoRemove old math implementation files.
Ulrich Drepper [Thu, 17 Apr 1997 23:26:09 +0000 (23:26 +0000)] 
Remove old math implementation files.

28 years agoCorrectly handle array of odd length.
Ulrich Drepper [Thu, 17 Apr 1997 23:25:08 +0000 (23:25 +0000)] 
Correctly handle array of odd length.

28 years ago(tests): Correct 64-bit entry.
Ulrich Drepper [Thu, 17 Apr 1997 23:24:55 +0000 (23:24 +0000)] 
(tests): Correct 64-bit entry.

28 years ago(erand48_r): Build double value using ieee754_double union and use
Ulrich Drepper [Thu, 17 Apr 1997 23:24:44 +0000 (23:24 +0000)] 
(erand48_r): Build double value using ieee754_double union and use
random bits in different order to increase effect of seed.

28 years ago(__getopt_nonoption_flags): Remove extern.
Ulrich Drepper [Thu, 17 Apr 1997 23:24:25 +0000 (23:24 +0000)] 
(__getopt_nonoption_flags): Remove extern.

28 years ago(_getopt_initialize): Preserve optind.
Ulrich Drepper [Thu, 17 Apr 1997 23:24:07 +0000 (23:24 +0000)] 
(_getopt_initialize): Preserve optind.
(_getopt_internal): Set optind to 1 if optind == 0 before
calling _getopt_initialize ().

28 years agoCorrect prototype in memmem documentation.
Ulrich Drepper [Thu, 17 Apr 1997 23:23:45 +0000 (23:23 +0000)] 
Correct prototype in memmem documentation.

28 years agoCorrect a few typos and errors.
Ulrich Drepper [Thu, 17 Apr 1997 23:23:26 +0000 (23:23 +0000)] 
Correct a few typos and errors.

28 years agoUpdate malloc documentation for new malloc.
Ulrich Drepper [Thu, 17 Apr 1997 23:23:09 +0000 (23:23 +0000)] 
Update malloc documentation for new malloc.

28 years ago(dir-add.texi): Simplify.
Ulrich Drepper [Thu, 17 Apr 1997 23:22:47 +0000 (23:22 +0000)] 
(dir-add.texi): Simplify.

28 years ago(fREe): Small optimization. Before returning,
Ulrich Drepper [Thu, 17 Apr 1997 23:22:29 +0000 (23:22 +0000)] 
(fREe): Small optimization.  Before returning,
add fast check whether the heap containing top can go away.
(mALLOc, rEALLOc, cALLOc, mEMALIGn): When
failing to allocate a new chunk, also try the main_arena.  It may
be that we are only running out of mmapped regions, and other
arenas cannot be enlarged sufficiently.
(new_heap, malloc_extend_top): Handle top_pad more consistently,
i.e. only in new_heap().

28 years ago(proc_utmp_eq): Only use ut_id field if valid.
Ulrich Drepper [Thu, 17 Apr 1997 23:22:11 +0000 (23:22 +0000)] 
(proc_utmp_eq): Only use ut_id field if valid.

28 years ago(_nl_current): Add element with index LC_ALL.
Ulrich Drepper [Thu, 17 Apr 1997 23:21:42 +0000 (23:21 +0000)] 
(_nl_current): Add element with index LC_ALL.

28 years ago(_IO_flush_all_linebuffered): Don't flush on a read-only stream.
Ulrich Drepper [Thu, 17 Apr 1997 23:21:30 +0000 (23:21 +0000)] 
(_IO_flush_all_linebuffered): Don't flush on a read-only stream.

28 years agoRewrite. Don't use the ugly BSD way to write
Ulrich Drepper [Thu, 17 Apr 1997 23:21:04 +0000 (23:21 +0000)] 
Rewrite.  Don't use the ugly BSD way to write
headers but instead add comments and parameter names.
Don't use BSD specific types in prototypes.

28 years ago(iruserok): Use access instead of euidaccess.
Ulrich Drepper [Thu, 17 Apr 1997 23:20:49 +0000 (23:20 +0000)] 
(iruserok): Use access instead of euidaccess.

28 years agoMake work even in presence of symlinks.
Ulrich Drepper [Thu, 17 Apr 1997 23:20:34 +0000 (23:20 +0000)] 
Make work even in presence of symlinks.

28 years ago(depfiles): Remove $(test-srcs).
Ulrich Drepper [Thu, 17 Apr 1997 23:20:09 +0000 (23:20 +0000)] 
(depfiles): Remove $(test-srcs).

28 years agoAdd rule to easily generate dir-add.texi file.
Ulrich Drepper [Thu, 17 Apr 1997 23:19:47 +0000 (23:19 +0000)] 
Add rule to easily generate dir-add.texi file.

28 years ago(all): Make sure this is always the default goal.
Ulrich Drepper [Thu, 17 Apr 1997 23:18:16 +0000 (23:18 +0000)] 
(all): Make sure this is always the default goal.

28 years agoFix reverse arguments.
Ulrich Drepper [Thu, 10 Apr 1997 20:01:42 +0000 (20:01 +0000)] 
Fix reverse arguments.

28 years ago.
Ulrich Drepper [Thu, 10 Apr 1997 18:23:27 +0000 (18:23 +0000)] 
.

28 years ago(sunrpc-headers): Add clnt.h.
Ulrich Drepper [Thu, 10 Apr 1997 18:22:55 +0000 (18:22 +0000)] 
(sunrpc-headers): Add clnt.h.

28 years ago.
Ulrich Drepper [Sun, 6 Apr 1997 13:53:55 +0000 (13:53 +0000)] 
.

28 years ago(ut_xtime): New symbol.
Ulrich Drepper [Sun, 6 Apr 1997 01:01:56 +0000 (01:01 +0000)] 
(ut_xtime): New symbol.
(ut_time): define it only if _NO_UT_TIME is not defined.

28 years ago(__finitel): Shift return value by 31 positions to get 0/1 result.
Ulrich Drepper [Sun, 6 Apr 1997 00:48:10 +0000 (00:48 +0000)] 
(__finitel): Shift return value by 31 positions to get 0/1 result.

28 years ago(_IO_file_overflow): Set error when try to write on a read-only
Ulrich Drepper [Sun, 6 Apr 1997 00:43:48 +0000 (00:43 +0000)] 
(_IO_file_overflow): Set error when try to write on a read-only
stream.

28 years agoUse autoconf macro to check for compiler. cvs/libc20x-ud-970404
Ulrich Drepper [Sat, 5 Apr 1997 00:48:45 +0000 (00:48 +0000)] 
Use autoconf macro to check for compiler.

28 years agoOptimize writing of profiling info.
Ulrich Drepper [Sat, 5 Apr 1997 00:48:13 +0000 (00:48 +0000)] 
Optimize writing of profiling info.

28 years agoCorrect result of parse_line correctly.
Ulrich Drepper [Sat, 5 Apr 1997 00:47:27 +0000 (00:47 +0000)] 
Correct result of parse_line correctly.

28 years agoDon't use fixed static buffers.
Ulrich Drepper [Sat, 5 Apr 1997 00:47:09 +0000 (00:47 +0000)] 
Don't use fixed static buffers.

28 years agoDescribe new error codes and strerror_r function.
Ulrich Drepper [Sat, 5 Apr 1997 00:46:39 +0000 (00:46 +0000)] 
Describe new error codes and strerror_r function.

28 years agoMake sure out of memory error is correctly signaled.
Ulrich Drepper [Sat, 5 Apr 1997 00:46:10 +0000 (00:46 +0000)] 
Make sure out of memory error is correctly signaled.

28 years agoCorrect handling of overflow in reading trailing list.
Ulrich Drepper [Sat, 5 Apr 1997 00:45:20 +0000 (00:45 +0000)] 
Correct handling of overflow in reading trailing list.

28 years agoCorrect handling of installable printf handlers.
Ulrich Drepper [Sat, 5 Apr 1997 00:43:06 +0000 (00:43 +0000)] 
Correct handling of installable printf handlers.

28 years agoAdd prototype for __clearenv.
Ulrich Drepper [Sat, 5 Apr 1997 00:42:16 +0000 (00:42 +0000)] 
Add prototype for __clearenv.

28 years agoFix typo.
Ulrich Drepper [Sat, 5 Apr 1997 00:42:01 +0000 (00:42 +0000)] 
Fix typo.

28 years agoCorrect handling of local labels.
Ulrich Drepper [Sat, 5 Apr 1997 00:41:43 +0000 (00:41 +0000)] 
Correct handling of local labels.

28 years agoUpdate from tzcode1997d
Ulrich Drepper [Sat, 5 Apr 1997 00:40:15 +0000 (00:40 +0000)] 
Update from tzcode1997d

28 years agoProvide ITIMER* values also as macros.
Ulrich Drepper [Sat, 5 Apr 1997 00:30:24 +0000 (00:30 +0000)] 
Provide ITIMER* values also as macros.

28 years agoRegenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi
Ulrich Drepper [Fri, 4 Apr 1997 22:56:12 +0000 (22:56 +0000)] 
Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi

28 years agoRegenerated: autoconf configure.in
Ulrich Drepper [Fri, 4 Apr 1997 22:34:32 +0000 (22:34 +0000)] 
Regenerated: autoconf  configure.in

28 years ago.
Ulrich Drepper [Fri, 4 Apr 1997 20:07:58 +0000 (20:07 +0000)] 
.

28 years ago[$(subdir)=inet] (sysdep_headers): Remove netinet/icmp.h.
Ulrich Drepper [Fri, 4 Apr 1997 20:03:48 +0000 (20:03 +0000)] 
[$(subdir)=inet] (sysdep_headers): Remove netinet/icmp.h.

28 years agoRename atalk.h to at.h
Ulrich Drepper [Fri, 4 Apr 1997 15:46:30 +0000 (15:46 +0000)] 
Rename atalk.h to at.h

28 years agoAdd former contents of <netinet/icmp.h>.
Ulrich Drepper [Fri, 4 Apr 1997 15:45:15 +0000 (15:45 +0000)] 
Add former contents of <netinet/icmp.h>.

28 years agoClear LD_LIBRARY_PATH environment variable before running process.
Ulrich Drepper [Fri, 4 Apr 1997 15:42:45 +0000 (15:42 +0000)] 
Clear LD_LIBRARY_PATH environment variable before running process.

28 years agoMake string parameters `const'.
Ulrich Drepper [Fri, 4 Apr 1997 15:39:36 +0000 (15:39 +0000)] 
Make string parameters `const'.

28 years agoAdd prototypes for rcmd, rexec, ruserok, and rresvport.
Ulrich Drepper [Fri, 4 Apr 1997 15:37:54 +0000 (15:37 +0000)] 
Add prototypes for rcmd, rexec, ruserok, and rresvport.

28 years agoAdd sigisempty, sigorset, and sigandset
Ulrich Drepper [Fri, 4 Apr 1997 15:34:33 +0000 (15:34 +0000)] 
Add sigisempty, sigorset, and sigandset

28 years agoAdd declaration for glob_pattern_p.
Ulrich Drepper [Fri, 4 Apr 1997 15:29:23 +0000 (15:29 +0000)] 
Add declaration for glob_pattern_p.

28 years ago(next_brace_sub): Decrement depth counter when '}' is found.
Ulrich Drepper [Fri, 4 Apr 1997 15:29:09 +0000 (15:29 +0000)] 
(next_brace_sub): Decrement depth counter when '}' is found.
Rename glob_pattern_p to __glob_pattern_p and
make glob_pattern_p a weak alias.  This function is used in other
packages (e.g. bash).

28 years agoRemove since we have ip_icmp.h
Ulrich Drepper [Fri, 4 Apr 1997 15:25:12 +0000 (15:25 +0000)] 
Remove since we have ip_icmp.h

28 years agoInclude <stddef.h> only once.
Ulrich Drepper [Fri, 4 Apr 1997 15:23:08 +0000 (15:23 +0000)] 
Include <stddef.h> only once.

28 years agoUpdate.
Ulrich Drepper [Thu, 3 Apr 1997 18:23:45 +0000 (18:23 +0000)] 
Update.

28 years agoRegenerated from source files
Ulrich Drepper [Sun, 30 Mar 1997 17:09:00 +0000 (17:09 +0000)] 
Regenerated from source files

28 years ago(VERSION): Bump to 2.0.3.
Ulrich Drepper [Sun, 30 Mar 1997 15:56:16 +0000 (15:56 +0000)] 
(VERSION): Bump to 2.0.3.

28 years ago(BUILD_CFLAGS): Fix reference to config file.
Ulrich Drepper [Wed, 26 Mar 1997 14:17:39 +0000 (14:17 +0000)] 
(BUILD_CFLAGS): Fix reference to config file.

28 years agoUpdate. cvs/glibc-2_0_2 glibc-2.0.2
Ulrich Drepper [Sat, 22 Mar 1997 04:10:50 +0000 (04:10 +0000)] 
Update.

28 years ago(OXTABS): Define as alias for XTABS.
Ulrich Drepper [Sat, 22 Mar 1997 04:09:48 +0000 (04:09 +0000)] 
(OXTABS): Define as alias for XTABS.

28 years agoUpdate.
Ulrich Drepper [Sat, 22 Mar 1997 03:47:53 +0000 (03:47 +0000)] 
Update.

28 years agoRemove special case when OXTABS is not defined. Revert patch of
Ulrich Drepper [Sat, 22 Mar 1997 03:40:09 +0000 (03:40 +0000)] 
Remove special case when OXTABS is not defined.  Revert patch of
Sun Dec 15 16:33:44 1996.

28 years agoUpdate.
Ulrich Drepper [Sat, 22 Mar 1997 03:12:33 +0000 (03:12 +0000)] 
Update.

28 years agoUpdate.
Ulrich Drepper [Sat, 22 Mar 1997 01:16:50 +0000 (01:16 +0000)] 
Update.

28 years agoi386 specific definitions for gmon.
Ulrich Drepper [Fri, 21 Mar 1997 21:40:39 +0000 (21:40 +0000)] 
i386 specific definitions for gmon.

28 years agoUpdate.
Ulrich Drepper [Fri, 21 Mar 1997 21:26:15 +0000 (21:26 +0000)] 
Update.

28 years ago(distribute): Add BUGS.
Ulrich Drepper [Fri, 21 Mar 1997 21:26:03 +0000 (21:26 +0000)] 
(distribute): Add BUGS.

28 years agoList of known bugs.
Ulrich Drepper [Fri, 21 Mar 1997 21:25:26 +0000 (21:25 +0000)] 
List of known bugs.

28 years agoUpdate.
Ulrich Drepper [Fri, 21 Mar 1997 20:56:28 +0000 (20:56 +0000)] 
Update.

28 years ago(CALL_MCOUNT): Clear this macro so ENTRY(__syscall_error) doesn't
Ulrich Drepper [Fri, 21 Mar 1997 20:33:04 +0000 (20:33 +0000)] 
(CALL_MCOUNT): Clear this macro so ENTRY(__syscall_error) doesn't
insert a call to _mcount, which clobbers %eax.

28 years agoInclude ctype.h for isdigit.
Ulrich Drepper [Fri, 21 Mar 1997 20:32:45 +0000 (20:32 +0000)] 
Include ctype.h for isdigit.

28 years agoDon't emulate writev with small UIO_FASTIOV value by multiple writev
Ulrich Drepper [Fri, 21 Mar 1997 20:32:23 +0000 (20:32 +0000)] 
Don't emulate writev with small UIO_FASTIOV value by multiple writev
calls since we need atomicity.

28 years agoDon't emulate readv with small UIO_FASTIOV value by multiple readv
Ulrich Drepper [Fri, 21 Mar 1997 20:32:12 +0000 (20:32 +0000)] 
Don't emulate readv with small UIO_FASTIOV value by multiple readv
calls since we need atomicity.

28 years agoRename and alias readv to __readv and writev to __writev.
Ulrich Drepper [Fri, 21 Mar 1997 20:31:55 +0000 (20:31 +0000)] 
Rename and alias readv to __readv and writev to __writev.

28 years agoRename and alias readv to __readv.
Ulrich Drepper [Fri, 21 Mar 1997 20:31:30 +0000 (20:31 +0000)] 
Rename and alias readv to __readv.

28 years agoRename and alias writev to __writev.
Ulrich Drepper [Fri, 21 Mar 1997 20:31:11 +0000 (20:31 +0000)] 
Rename and alias writev to __writev.

28 years agoDefine __LIBC_M81_MATH_INLINES instead of __NO_M81_MATH_INLINES.
Ulrich Drepper [Fri, 21 Mar 1997 20:30:36 +0000 (20:30 +0000)] 
Define __LIBC_M81_MATH_INLINES instead of __NO_M81_MATH_INLINES.

28 years ago[PROF] (_dl_runtime_resolve): Don't use regparam mechanism for call of
Ulrich Drepper [Fri, 21 Mar 1997 20:27:07 +0000 (20:27 +0000)] 
[PROF] (_dl_runtime_resolve): Don't use regparam mechanism for call of
`fixup' call.

28 years ago[$(subdir)=gmon] (sysdep_routines): Add i386-mcount.
Ulrich Drepper [Fri, 21 Mar 1997 20:26:58 +0000 (20:26 +0000)] 
[$(subdir)=gmon] (sysdep_routines): Add i386-mcount.