index
:
glibc
master
vdso
Fork of glibc for development
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update.
cvs/libc20x-ud-970417
Ulrich Drepper
1997-04-18
3
-447
/
+2216
*
Rewrite of initfini.
Ulrich Drepper
1997-04-18
3
-100
/
+93
*
(strftime): Remove __restrict in declaration.
Ulrich Drepper
1997-04-17
1
-3
/
+2
*
Interpret year number 00-59 as 2000--2059.
Ulrich Drepper
1997-04-17
1
-1
/
+1
*
(memset_space): Increment pointer.
Ulrich Drepper
1997-04-17
1
-2
/
+2
*
(TTYDEF_OFLAG): Use either OXTABS or TAB3, if one of them is defined.
Ulrich Drepper
1997-04-17
1
-5
/
+13
*
(shmat, shmdt): Correct types.
Ulrich Drepper
1997-04-17
1
-4
/
+4
*
Define _LINUX_TYPES_H to avoid use of kernel types.
Ulrich Drepper
1997-04-17
1
-0
/
+26
*
(struct ip_timestamp): Correct typos.
Ulrich Drepper
1997-04-17
1
-74
/
+94
*
Include <sys/socket.h> to get definition of sa_family_t for
Ulrich Drepper
1997-04-17
1
-0
/
+1
*
(OXTABS): Don't define.
Ulrich Drepper
1997-04-17
2
-8
/
+0
*
Don't use kernel header because of type clashes. Add all definitions
Ulrich Drepper
1997-04-17
3
-50
/
+50
*
Don't use kernel header because of type clashes. Add all definitions
Ulrich Drepper
1997-04-17
1
-2
/
+46
*
Corrected. The mantissa has only 63 bits.
Ulrich Drepper
1997-04-17
2
-14
/
+14
*
Remove references to byte order macros. Don't include <endian.h>.
Ulrich Drepper
1997-04-17
2
-32
/
+0
*
[_LIBC]: Define __clearenv and make clearenv a weak alias.
Ulrich Drepper
1997-04-17
1
-0
/
+10
*
Not needed anymore.
Ulrich Drepper
1997-04-17
6
-855
/
+0
*
Remove old math implementation files.
Ulrich Drepper
1997-04-17
1
-6
/
+0
*
Correctly handle array of odd length.
Ulrich Drepper
1997-04-17
1
-1
/
+2
*
(tests): Correct 64-bit entry.
Ulrich Drepper
1997-04-17
1
-1
/
+1
*
(erand48_r): Build double value using ieee754_double union and use
Ulrich Drepper
1997-04-17
1
-22
/
+28
*
(__getopt_nonoption_flags): Remove extern.
Ulrich Drepper
1997-04-17
1
-2
/
+2
*
(_getopt_initialize): Preserve optind.
Ulrich Drepper
1997-04-17
1
-4
/
+7
*
Correct prototype in memmem documentation.
Ulrich Drepper
1997-04-17
1
-1
/
+1
*
Correct a few typos and errors.
Ulrich Drepper
1997-04-17
1
-10
/
+14
*
Update malloc documentation for new malloc.
Ulrich Drepper
1997-04-17
2
-43
/
+133
*
(dir-add.texi): Simplify.
Ulrich Drepper
1997-04-17
1
-7
/
+3
*
(fREe): Small optimization. Before returning,
Ulrich Drepper
1997-04-17
1
-30
/
+87
*
(proc_utmp_eq): Only use ut_id field if valid.
Ulrich Drepper
1997-04-17
1
-22
/
+50
*
(_nl_current): Add element with index LC_ALL.
Ulrich Drepper
1997-04-17
1
-14
/
+17
*
(_IO_flush_all_linebuffered): Don't flush on a read-only stream.
Ulrich Drepper
1997-04-17
1
-1
/
+1
*
Rewrite. Don't use the ugly BSD way to write
Ulrich Drepper
1997-04-17
1
-56
/
+89
*
(iruserok): Use access instead of euidaccess.
Ulrich Drepper
1997-04-17
1
-1
/
+1
*
Make work even in presence of symlinks.
Ulrich Drepper
1997-04-17
1
-26
/
+20
*
(depfiles): Remove $(test-srcs).
Ulrich Drepper
1997-04-17
1
-1
/
+1
*
Add rule to easily generate dir-add.texi file.
Ulrich Drepper
1997-04-17
1
-0
/
+2
*
(all): Make sure this is always the default goal.
Ulrich Drepper
1997-04-17
1
-0
/
+2
*
Fix reverse arguments.
Ulrich Drepper
1997-04-10
1
-16
/
+16
*
.
Ulrich Drepper
1997-04-10
1
-0
/
+5
*
(sunrpc-headers): Add clnt.h.
Ulrich Drepper
1997-04-10
1
-1
/
+1
*
.
Ulrich Drepper
1997-04-06
1
-0
/
+26
*
(ut_xtime): New symbol.
Ulrich Drepper
1997-04-06
1
-3
/
+8
*
(__finitel): Shift return value by 31 positions to get 0/1 result.
Ulrich Drepper
1997-04-06
1
-1
/
+1
*
(_IO_file_overflow): Set error when try to write on a read-only
Ulrich Drepper
1997-04-06
1
-0
/
+1
*
Use autoconf macro to check for compiler.
cvs/libc20x-ud-970404
Ulrich Drepper
1997-04-05
1
-2
/
+3
*
Optimize writing of profiling info.
Ulrich Drepper
1997-04-05
1
-14
/
+38
*
Correct result of parse_line correctly.
Ulrich Drepper
1997-04-05
3
-8
/
+19
*
Don't use fixed static buffers.
Ulrich Drepper
1997-04-05
4
-54
/
+209
*
Describe new error codes and strerror_r function.
Ulrich Drepper
1997-04-05
1
-0
/
+31
*
Make sure out of memory error is correctly signaled.
Ulrich Drepper
1997-04-05
2
-2
/
+8
[next]