]>
git.ipfire.org Git - thirdparty/glibc.git/log
Ulrich Drepper [Thu, 17 Apr 1997 23:30:13 +0000 (23:30 +0000)]
(memset_space): Increment pointer.
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.
Ulrich Drepper [Thu, 17 Apr 1997 23:29:39 +0000 (23:29 +0000)]
(shmat, shmdt): Correct types.
Ulrich Drepper [Thu, 17 Apr 1997 23:29:29 +0000 (23:29 +0000)]
Define _LINUX_TYPES_H to avoid use of kernel types.
Ulrich Drepper [Thu, 17 Apr 1997 23:29:18 +0000 (23:29 +0000)]
(struct ip_timestamp): Correct typos.
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>.
Ulrich Drepper [Thu, 17 Apr 1997 23:28:40 +0000 (23:28 +0000)]
(OXTABS): Don't define.
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.
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.
Ulrich Drepper [Thu, 17 Apr 1997 23:27:35 +0000 (23:27 +0000)]
Corrected. The mantissa has only 63 bits.
Ulrich Drepper [Thu, 17 Apr 1997 23:26:52 +0000 (23:26 +0000)]
Remove references to byte order macros. Don't include <endian.h>.
Ulrich Drepper [Thu, 17 Apr 1997 23:26:33 +0000 (23:26 +0000)]
[_LIBC]: Define __clearenv and make clearenv a weak alias.
Ulrich Drepper [Thu, 17 Apr 1997 23:26:23 +0000 (23:26 +0000)]
Not needed anymore.
Ulrich Drepper [Thu, 17 Apr 1997 23:26:09 +0000 (23:26 +0000)]
Remove old math implementation files.
Ulrich Drepper [Thu, 17 Apr 1997 23:25:08 +0000 (23:25 +0000)]
Correctly handle array of odd length.
Ulrich Drepper [Thu, 17 Apr 1997 23:24:55 +0000 (23:24 +0000)]
(tests): Correct 64-bit entry.
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.
Ulrich Drepper [Thu, 17 Apr 1997 23:24:25 +0000 (23:24 +0000)]
(__getopt_nonoption_flags): Remove extern.
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 ().
Ulrich Drepper [Thu, 17 Apr 1997 23:23:45 +0000 (23:23 +0000)]
Correct prototype in memmem documentation.
Ulrich Drepper [Thu, 17 Apr 1997 23:23:26 +0000 (23:23 +0000)]
Correct a few typos and errors.
Ulrich Drepper [Thu, 17 Apr 1997 23:23:09 +0000 (23:23 +0000)]
Update malloc documentation for new malloc.
Ulrich Drepper [Thu, 17 Apr 1997 23:22:47 +0000 (23:22 +0000)]
(dir-add.texi): Simplify.
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().
Ulrich Drepper [Thu, 17 Apr 1997 23:22:11 +0000 (23:22 +0000)]
(proc_utmp_eq): Only use ut_id field if valid.
Ulrich Drepper [Thu, 17 Apr 1997 23:21:42 +0000 (23:21 +0000)]
(_nl_current): Add element with index LC_ALL.
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.
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.
Ulrich Drepper [Thu, 17 Apr 1997 23:20:49 +0000 (23:20 +0000)]
(iruserok): Use access instead of euidaccess.
Ulrich Drepper [Thu, 17 Apr 1997 23:20:34 +0000 (23:20 +0000)]
Make work even in presence of symlinks.
Ulrich Drepper [Thu, 17 Apr 1997 23:20:09 +0000 (23:20 +0000)]
(depfiles): Remove $(test-srcs).
Ulrich Drepper [Thu, 17 Apr 1997 23:19:47 +0000 (23:19 +0000)]
Add rule to easily generate dir-add.texi file.
Ulrich Drepper [Thu, 17 Apr 1997 23:18:16 +0000 (23:18 +0000)]
(all): Make sure this is always the default goal.
Ulrich Drepper [Thu, 10 Apr 1997 20:01:42 +0000 (20:01 +0000)]
Fix reverse arguments.
Ulrich Drepper [Thu, 10 Apr 1997 18:23:27 +0000 (18:23 +0000)]
.
Ulrich Drepper [Thu, 10 Apr 1997 18:22:55 +0000 (18:22 +0000)]
(sunrpc-headers): Add clnt.h.
Ulrich Drepper [Sun, 6 Apr 1997 13:53:55 +0000 (13:53 +0000)]
.
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.
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.
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.
Ulrich Drepper [Sat, 5 Apr 1997 00:48:45 +0000 (00:48 +0000)]
Use autoconf macro to check for compiler.
Ulrich Drepper [Sat, 5 Apr 1997 00:48:13 +0000 (00:48 +0000)]
Optimize writing of profiling info.
Ulrich Drepper [Sat, 5 Apr 1997 00:47:27 +0000 (00:47 +0000)]
Correct result of parse_line correctly.
Ulrich Drepper [Sat, 5 Apr 1997 00:47:09 +0000 (00:47 +0000)]
Don't use fixed static buffers.
Ulrich Drepper [Sat, 5 Apr 1997 00:46:39 +0000 (00:46 +0000)]
Describe new error codes and strerror_r function.
Ulrich Drepper [Sat, 5 Apr 1997 00:46:10 +0000 (00:46 +0000)]
Make sure out of memory error is correctly signaled.
Ulrich Drepper [Sat, 5 Apr 1997 00:45:20 +0000 (00:45 +0000)]
Correct handling of overflow in reading trailing list.
Ulrich Drepper [Sat, 5 Apr 1997 00:43:06 +0000 (00:43 +0000)]
Correct handling of installable printf handlers.
Ulrich Drepper [Sat, 5 Apr 1997 00:42:16 +0000 (00:42 +0000)]
Add prototype for __clearenv.
Ulrich Drepper [Sat, 5 Apr 1997 00:42:01 +0000 (00:42 +0000)]
Fix typo.
Ulrich Drepper [Sat, 5 Apr 1997 00:41:43 +0000 (00:41 +0000)]
Correct handling of local labels.
Ulrich Drepper [Sat, 5 Apr 1997 00:40:15 +0000 (00:40 +0000)]
Update from tzcode1997d
Ulrich Drepper [Sat, 5 Apr 1997 00:30:24 +0000 (00:30 +0000)]
Provide ITIMER* values also as macros.
Ulrich Drepper [Fri, 4 Apr 1997 22:56:12 +0000 (22:56 +0000)]
Regenerated from ../sysdeps/gnu/errlist.awk ../manual/errno.texi
Ulrich Drepper [Fri, 4 Apr 1997 22:34:32 +0000 (22:34 +0000)]
Regenerated: autoconf configure.in
Ulrich Drepper [Fri, 4 Apr 1997 20:07:58 +0000 (20:07 +0000)]
.
Ulrich Drepper [Fri, 4 Apr 1997 20:03:48 +0000 (20:03 +0000)]
[$(subdir)=inet] (sysdep_headers): Remove netinet/icmp.h.
Ulrich Drepper [Fri, 4 Apr 1997 15:46:30 +0000 (15:46 +0000)]
Rename atalk.h to at.h
Ulrich Drepper [Fri, 4 Apr 1997 15:45:15 +0000 (15:45 +0000)]
Add former contents of <netinet/icmp.h>.
Ulrich Drepper [Fri, 4 Apr 1997 15:42:45 +0000 (15:42 +0000)]
Clear LD_LIBRARY_PATH environment variable before running process.
Ulrich Drepper [Fri, 4 Apr 1997 15:39:36 +0000 (15:39 +0000)]
Make string parameters `const'.
Ulrich Drepper [Fri, 4 Apr 1997 15:37:54 +0000 (15:37 +0000)]
Add prototypes for rcmd, rexec, ruserok, and rresvport.
Ulrich Drepper [Fri, 4 Apr 1997 15:34:33 +0000 (15:34 +0000)]
Add sigisempty, sigorset, and sigandset
Ulrich Drepper [Fri, 4 Apr 1997 15:29:23 +0000 (15:29 +0000)]
Add declaration for glob_pattern_p.
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).
Ulrich Drepper [Fri, 4 Apr 1997 15:25:12 +0000 (15:25 +0000)]
Remove since we have ip_icmp.h
Ulrich Drepper [Fri, 4 Apr 1997 15:23:08 +0000 (15:23 +0000)]
Include <stddef.h> only once.
Ulrich Drepper [Thu, 3 Apr 1997 18:23:45 +0000 (18:23 +0000)]
Update.
Ulrich Drepper [Sun, 30 Mar 1997 17:09:00 +0000 (17:09 +0000)]
Regenerated from source files
Ulrich Drepper [Sun, 30 Mar 1997 15:56:16 +0000 (15:56 +0000)]
(VERSION): Bump to 2.0.3.
Ulrich Drepper [Wed, 26 Mar 1997 14:17:39 +0000 (14:17 +0000)]
(BUILD_CFLAGS): Fix reference to config file.
Ulrich Drepper [Sat, 22 Mar 1997 04:10:50 +0000 (04:10 +0000)]
Update.
Ulrich Drepper [Sat, 22 Mar 1997 04:09:48 +0000 (04:09 +0000)]
(OXTABS): Define as alias for XTABS.
Ulrich Drepper [Sat, 22 Mar 1997 03:47:53 +0000 (03:47 +0000)]
Update.
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.
Ulrich Drepper [Sat, 22 Mar 1997 03:12:33 +0000 (03:12 +0000)]
Update.
Ulrich Drepper [Sat, 22 Mar 1997 01:16:50 +0000 (01:16 +0000)]
Update.
Ulrich Drepper [Fri, 21 Mar 1997 21:40:39 +0000 (21:40 +0000)]
i386 specific definitions for gmon.
Ulrich Drepper [Fri, 21 Mar 1997 21:26:15 +0000 (21:26 +0000)]
Update.
Ulrich Drepper [Fri, 21 Mar 1997 21:26:03 +0000 (21:26 +0000)]
(distribute): Add BUGS.
Ulrich Drepper [Fri, 21 Mar 1997 21:25:26 +0000 (21:25 +0000)]
List of known bugs.
Ulrich Drepper [Fri, 21 Mar 1997 20:56:28 +0000 (20:56 +0000)]
Update.
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.
Ulrich Drepper [Fri, 21 Mar 1997 20:32:45 +0000 (20:32 +0000)]
Include ctype.h for isdigit.
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.
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.
Ulrich Drepper [Fri, 21 Mar 1997 20:31:55 +0000 (20:31 +0000)]
Rename and alias readv to __readv and writev to __writev.
Ulrich Drepper [Fri, 21 Mar 1997 20:31:30 +0000 (20:31 +0000)]
Rename and alias readv to __readv.
Ulrich Drepper [Fri, 21 Mar 1997 20:31:11 +0000 (20:31 +0000)]
Rename and alias writev to __writev.
Ulrich Drepper [Fri, 21 Mar 1997 20:30:36 +0000 (20:30 +0000)]
Define __LIBC_M81_MATH_INLINES instead of __NO_M81_MATH_INLINES.
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.
Ulrich Drepper [Fri, 21 Mar 1997 20:26:58 +0000 (20:26 +0000)]
[$(subdir)=gmon] (sysdep_routines): Add i386-mcount.
Ulrich Drepper [Fri, 21 Mar 1997 20:26:31 +0000 (20:26 +0000)]
Initialize `quotient' and `mask'.
Ulrich Drepper [Fri, 21 Mar 1997 20:26:20 +0000 (20:26 +0000)]
Exit with error status when we have an error.
Ulrich Drepper [Fri, 21 Mar 1997 20:25:54 +0000 (20:25 +0000)]
(main): Save the value of errno since printf may modify it, use the
saved errno everywhere.
Ulrich Drepper [Fri, 21 Mar 1997 20:25:44 +0000 (20:25 +0000)]
Correct tests.
(main): Save the value of errno since printf may modify it, use the
saved errno everywhere.
Ulrich Drepper [Fri, 21 Mar 1997 20:25:21 +0000 (20:25 +0000)]
It is not illegal to parse a minus sign in the strtouXX functions.
The results gets simply negated.
Ulrich Drepper [Fri, 21 Mar 1997 20:25:02 +0000 (20:25 +0000)]
Declare __writev and __readv.
Ulrich Drepper [Fri, 21 Mar 1997 20:24:49 +0000 (20:24 +0000)]
Revert the bulk of the 960930 changes, as they affect the alignment,
and therefore the end padding of the structs.
Ulrich Drepper [Fri, 21 Mar 1997 20:24:36 +0000 (20:24 +0000)]
Declare the variables with aligned tags to compensate.
Use __writev instead of write for the I/O.