musl/src
Rich Felker 08b996d180 fix handling of negative offsets in timezone spec strings
previously, the hours were considered as a signed quantity while
minutes and seconds were always treated as positive offsets. however,
semantically the '-' sign should negate the whole hh:mm:ss offset.
this bug only affected timezones east of GMT with non-whole-hours
offsets, such as those used in India and Nepal.
2014-10-09 23:44:02 -04:00
..
aio add missing legacy LFS *64 symbol aliases 2014-09-05 16:02:22 -04:00
complex
conf fix off-by-one in bounds check in fpathconf 2014-09-05 14:01:13 -04:00
crypt
ctype fix case mapping for U+00DF (ß) 2014-09-05 03:28:00 -04:00
dirent add missing legacy LFS *64 symbol aliases 2014-09-05 16:02:22 -04:00
env fix #ifdef inside a macro argument list in __init_tls.c 2014-08-13 17:07:44 +02:00
errno add support for LC_TIME and LC_MESSAGES translations 2014-07-26 05:36:25 -04:00
exit remove useless infinite loop from end of exit function 2014-07-17 21:37:10 -04:00
fcntl avoid invalid use of va_arg in open 2014-06-06 15:43:16 -04:00
fenv
internal fix overflow corner case in strtoul-family functions 2014-09-16 16:08:53 -04:00
ipc
ldso add dlerror message for static-linked dlsym failure 2014-08-08 00:53:27 -04:00
legacy fix multiple issues in legacy function getpass 2014-07-06 01:34:13 -04:00
linux fix missing argument to syscall in fanotify_mark 2014-06-14 00:10:16 -04:00
locale fix non-static dummy function that slipped in with locale implementation 2014-09-06 08:40:20 -04:00
malloc add malloc_usable_size function and non-stub malloc.h 2014-08-25 22:47:27 -04:00
math always provide __fpclassifyl and __signbitl definitions 2014-10-08 10:17:19 -04:00
misc make endmntent function handle null argument 2014-08-08 00:45:10 -04:00
mman use weak symbols for the POSIX functions that will be used by C threads 2014-09-06 18:11:24 -04:00
mq
multibyte fix aliasing violations in mbtowc and mbrtowc 2014-07-01 18:27:19 -04:00
network fix potential read past end of buffer in getnameinfo service name lookup 2014-09-05 13:52:20 -04:00
passwd
prng fix incorrect sequence generation in *rand48 prng functions 2014-09-22 17:55:08 -04:00
process eliminate use of cached pid from thread structure 2014-07-05 23:29:55 -04:00
regex rewrite the regex pattern parser in regcomp 2014-09-13 00:20:55 +02:00
sched remove useless __yield alias for sched_yield 2014-05-04 13:15:27 -04:00
search
select support linux kernel apis (new archs) with old syscalls removed 2014-05-29 21:01:32 -04:00
setjmp add or1k (OpenRISC 1000) architecture port 2014-07-18 14:10:23 -04:00
signal add or1k (OpenRISC 1000) architecture port 2014-07-18 14:10:23 -04:00
stat fix missing flags arg to fstatat syscall in fstat fallback path 2014-07-18 15:24:04 -04:00
stdio fix linked list corruption in flockfile lists 2014-09-19 12:28:45 -04:00
stdlib
string fix handling of odd lengths in swab function 2014-10-04 11:14:01 -04:00
temp ignore access mode bits of flags in mkostemps and functions that use it 2014-10-06 23:13:01 -04:00
termios
thread add C11 thread creation and related thread functions 2014-09-07 10:28:08 -04:00
time fix handling of negative offsets in timezone spec strings 2014-10-09 23:44:02 -04:00
unistd support linux kernel apis (new archs) with old syscalls removed 2014-05-29 21:01:32 -04:00