2012-06-04 |
Rich Felker | _GNU_SOURCE is supposed to imply _LARGEFILE64_SOURCE |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Rich Felker | release notes for 0.9.1 v0.9.1 |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Rich Felker | fix configure build/host/target terminology usage |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Rich Felker | ensure that abort always works |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Rich Felker | add some ugly aliases for LSB ABI compatibility |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Rich Felker | increase default thread stack size to 80k |
commit | commitdiff | tree | snapshot |
2012-06-03 |
Rich Felker | remove implementation-reserved bits when saving signal... |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Rich Felker | remove no-longer-needed unblocking of signals in pthrea... |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Rich Felker | add LSB abi junk for ctype functions |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Rich Felker | declare environ in unistd.h when _GNU_SOURCE feature... |
commit | commitdiff | tree | snapshot |
2012-06-02 |
Rich Felker | use fistpll mnemonic instead of fistpq (more widely... |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Rich Felker | add LSB ABI __xstat, etc. junk |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Rich Felker | enable LARGEFILE64 aliases |
commit | commitdiff | tree | snapshot |
2012-05-31 |
Rich Felker | fix musl-gcc wrapper to work with -pie |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Rich Felker | there is no such GNU function fpurge, only __fpurge. |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Rich Felker | add prototype for BSD/GNU stdio *_unlocked extension... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Rich Felker | remove duplicate lfs64 cruft in stdio.h |
commit | commitdiff | tree | snapshot |
2012-05-28 |
nsz | math: fix nextafter definition in tgmath.h |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Rich Felker | add ldd and main program loading support to dynamic... |
commit | commitdiff | tree | snapshot |
2012-05-27 |
Rich Felker | cleanup dynamic linker start code cruft |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Rich Felker | fix overrun (n essentially ignored) in wcsncmp |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Rich Felker | fix failure of mbsinit(0) (not UB; required to return... |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Rich Felker | fix failure of strrchr(str, 0) |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Rich Felker | avoid using pthread cleanup push/pop in stdio when... |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Rich Felker | ensure pthread-internal signals are unblocked before... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Rich Felker | fix regex on arm |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Rich Felker | remove cruft from pthread structure (old cancellation... |
commit | commitdiff | tree | snapshot |
2012-05-25 |
Rich Felker | remove leftover cp_sp cruft from cancellation code... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Rich Felker | fix arm syscall.h to reflect which syscalls actually... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Rich Felker | avoid deprecated (by linux) alarm syscall; use setitime... |
commit | commitdiff | tree | snapshot |
2012-05-24 |
Rich Felker | linux deprecated SYS_utime on some archs, so use SYS_ut... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Rich Felker | fix bad opcode in arm syscall_cp_asm |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Rich Felker | fix issue with longjmp out of signal handlers and cance... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Rich Felker | simplify cancellation push/pop slightly |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Rich Felker | debloat jmp_buf in _GNU_SOURCE mode |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Rich Felker | remove everything related to forkall |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Rich Felker | some feature test fixes for unistd.h |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Rich Felker | fix missing _BSD_SOURCE support in bits/*.h |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Rich Felker | _GNU_SOURCE implies all BSD features except ones GNU... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Rich Felker | various header cleanups, some related to _BSD_SOURCE... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Rich Felker | bsd_signal is a legacy (removed) XSI function, not... |
commit | commitdiff | tree | snapshot |
2012-05-23 |
Rich Felker | support _BSD_SOURCE feature test macro |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Rich Felker | fix typo in utimes function that made it mess up file... |
commit | commitdiff | tree | snapshot |
2012-05-22 |
Rich Felker | fix out-of-bounds array access in pthread barriers... |
commit | commitdiff | tree | snapshot |
2012-05-21 |
Rich Felker | move getpass decl to the right place |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Rich Felker | fix misplaced semicolon in preprocessor directive ... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Rich Felker | yet another try to get the check for gcc right... |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Rich Felker | fix error in last configure change (lack of escaping) |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Rich Felker | useless lastlog path just to make some stuff happy |
commit | commitdiff | tree | snapshot |
2012-05-14 |
Rich Felker | missing limit LOGIN_NAME_MAX |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Rich Felker | correct the check for gcc (previous version failed... |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Rich Felker | remove some no-op end of string tests from regex parser |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Rich Felker | another BRE fix: in ^*, * is literal |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Rich Felker | let sysconf accurately report # of cpus available |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Rich Felker | use __h_errno_location for h_errno |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Rich Felker | susv4 removed gethostbyname, etc. legacy cruft. |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Rich Felker | namespace cleanup - NI_* is NOT reserved by netdb.h |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Rich Felker | some gnu junk in netdb.h |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Rich Felker | fix missing va_list for vsyslog |
commit | commitdiff | tree | snapshot |
2012-05-12 |
nsz | search: add comments to tsearch_avl.c |
commit | commitdiff | tree | snapshot |
2012-05-12 |
nsz | search: add tdestroy (gnu extension) |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Rich Felker | add missing IN6_ARE_ADDR_EQUAL |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Rich Felker | add one more bogus legacy header |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Rich Felker | move vsyslog out of SYSLOG_NAMES conditional |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Rich Felker | Merge remote-tracking branch 'nsz/master' |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Rich Felker | remove __lock dependency from exit |
commit | commitdiff | tree | snapshot |
2012-05-11 |
Rich Felker | fix missing static (namespace clash) |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Rich Felker | fix missing parens in bit op macros (param.h) |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Rich Felker | and another bug in setbit, etc. macros.. |
commit | commitdiff | tree | snapshot |
2012-05-10 |
Rich Felker | fix typo in sys/param.h that broke setbit, etc. macros |
commit | commitdiff | tree | snapshot |
2012-05-09 |
Rich Felker | omit declaration of basename wrongly interpreted as... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
nsz | math: fix remquo.c when x==-y and a subnormal remainder... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Rich Felker | some assemblers don't like fistpq; use the alt. mnemoni... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Rich Felker | fix error checking for \ at end of regex (this was... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Rich Felker | fix copy and paste error in regex code causing mishandl... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Rich Felker | fix regex breakage in last commit (failure to handle... |
commit | commitdiff | tree | snapshot |
2012-05-07 |
Rich Felker | fix ugly bugs in TRE regex parser |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Rich Felker | update release info for 0.9.0 v0.9.0 |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Rich Felker | some extra legacy header stuff |
commit | commitdiff | tree | snapshot |
2012-05-06 |
nsz | add FORCE_EVAL macro to evaluate float expr for their... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Rich Felker | fix unused variable warnings in new nextafter/nexttowar... |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Rich Felker | take byte order from gcc if gcc has defined it |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Rich Felker | Merge remote-tracking branch 'nsz/master' |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Rich Felker | add isastream (obsolete STREAMS junk) |
commit | commitdiff | tree | snapshot |
2012-05-06 |
nsz | math: nextafter and nexttoward cleanup |
commit | commitdiff | tree | snapshot |
2012-05-06 |
Rich Felker | fix definitions of FP_ILOGB constants |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Rich Felker | add -frounding-math to build |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Rich Felker | update readme and release notes for 0.9.0 release ... |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Rich Felker | relicense musl under MIT license |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Rich Felker | update license of njk contributed code (x86_64 asm) |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Rich Felker | update INSTALL file to reflect configure script usage |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Rich Felker | initial commit of configure script |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Rich Felker | make pthread stacks non-executable |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Rich Felker | improve the build rules for installing /lib/ld-musl... |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Rich Felker | Merge remote-tracking branch 'nsz/master' |
commit | commitdiff | tree | snapshot |
2012-05-05 |
Rich Felker | fix error reporting for dlsym with global symbols |
commit | commitdiff | tree | snapshot |
2012-05-04 |
nsz | math: change the formula used for acos.s |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Rich Felker | fix uninitialized var in vfwprintf printing 0-prec... |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Rich Felker | add *64 junk for sys/*.h headers |
commit | commitdiff | tree | snapshot |
2012-05-04 |
Rich Felker | add support for ugly *64 functions with _LARGEFILE64_SOURCE |
commit | commitdiff | tree | snapshot |
next |