index
:
musl
master
rs-1.0
musl - an implementation of the standard library for Linux-based systems
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Lines
2011-11-10
fix all missing instances of __cplusplus checks/extern "C" in headers
Rich Felker
-1
/
+166
2011-10-17
add some missing GNU FNM_* extensions to the header
Rich Felker
-1
/
+3
2011-10-17
fix some details in ugly stuff that doesn't belong in libc
Rich Felker
-0
/
+2
2011-10-04
make [U]INTn_C() macros have the right type...
Rich Felker
-4
/
+4
2011-09-28
stupid typo (caused by rather ugly spelling in POSIX..) in aio
Rich Felker
-1
/
+1
2011-09-26
fix ctype macros to cast argument to (unsigned) first
Rich Felker
-7
/
+7
2011-09-26
cleanup various minor issues reported by nsz
Rich Felker
-2
/
+1
2011-09-23
FD_ISSET must return an int. this is the easiest way.
Rich Felker
-1
/
+1
2011-09-23
sys/user.h may need stdint.h
Rich Felker
-0
/
+1
2011-09-21
fix missing SIG_DFL, SIG_IGN, SIG_ERR without posix in signal.h
Rich Felker
-5
/
+6
2011-09-21
gnu search.h has struct qelem...
Rich Felker
-0
/
+7
2011-09-20
fix some header typos
Rich Felker
-2
/
+2
2011-09-20
make stdbool.h conform to c99
Rich Felker
-1
/
+2
2011-09-20
fix incorrect include guard in mqueue.h
Rich Felker
-2
/
+2
2011-09-20
fix the fsid_t structure to match name of __val
Rich Felker
-1
/
+1
2011-09-20
fix broken siginfo_t with _GNU_SOURCE defined
Rich Felker
-6
/
+5
2011-09-19
fix the definition of struct statvfs to match lsb abi
Rich Felker
-7
/
+24
2011-09-19
add some more siginfo aliases broken software expects...
Rich Felker
-0
/
+2
2011-09-19
cleanup redundancy in bits/signal.h versions
Rich Felker
-4
/
+108
2011-09-19
fix the type of wchar_t on arm; support wchar_t varying with arch
Rich Felker
-15
/
+6
2011-09-19
fix broken multi-inclusion guard in sys/reg.h
Rich Felker
-2
/
+2
2011-09-18
cleanup more bits cruft (sysmacros and socket)
Rich Felker
-1
/
+199
2011-09-18
more bits junk (tcp.h)
Rich Felker
-1
/
+1
2011-09-18
move invariant netinet/in.h stuff out of bits/in.h
Rich Felker
-2
/
+147
2011-09-18
overhaul clone syscall wrapping
Rich Felker
-0
/
+27
2011-09-15
implement ptrace syscall wrapper (untested)
Rich Felker
-1
/
+1
2011-09-13
fix return types for aio_read and aio_write again
Rich Felker
-2
/
+2
2011-09-13
fix various errors in function signatures/prototypes found by nsz
Rich Felker
-8
/
+8
2011-09-13
fix prototypes for aio_read and aio_write
Rich Felker
-2
/
+2
2011-09-12
implement gnu sigisemptyset
Rich Felker
-0
/
+1
2011-09-11
add prototypes for GNU *_unlocked stdio functions
Rich Felker
-0
/
+4
2011-09-11
add dummied strverscmp (obnoxious GNU function)
Rich Felker
-0
/
+1
2011-09-11
declare alloca in stdlib.h when _GNU_SOURCE is defined
Rich Felker
-0
/
+1
2011-09-09
implement POSIX asynchronous io
Rich Felker
-0
/
+60
2011-09-03
implement fmemopen
Rich Felker
-0
/
+1
2011-09-03
implement open_wmemstream
Rich Felker
-0
/
+1
2011-09-03
implement open_memstream
Rich Felker
-0
/
+1
2011-09-02
fix missing prototypes/wrong signature for psiginfo, psignal
Rich Felker
-0
/
+3
2011-08-27
fix broken FD_* macros on 64-bit targets
Rich Felker
-3
/
+3
2011-08-14
macro for pthread_equal
Rich Felker
-0
/
+2
2011-08-12
implement forkall
Rich Felker
-0
/
+1
2011-07-31
consistency: use struct __ucontext instead of ucontext_t in prototypes
Rich Felker
-1
/
+1
2011-07-09
add missing signalfd flags
Rich Felker
-0
/
+3
2011-06-30
fill in junk in stropts.h
Rich Felker
-1
/
+123
2011-06-30
add and consolidate nasty stdio_ext junk
Rich Felker
-0
/
+27
2011-06-30
implement the nonstandard GNU function fpurge
Rich Felker
-0
/
+1
2011-06-29
avoid errors in ucontext.h when no feature test macros are defined
Rich Felker
-3
/
+5
2011-06-27
further fixup dlfcn.h
Rich Felker
-4
/
+10
2011-06-27
match LSB/glibc constants for dynamic loader
Rich Felker
-4
/
+4
2011-06-25
XSI search.h API implementation by Szabolcs Nagy
Rich Felker
-1
/
+35
[next]