2012-03-17 |
Rich Felker | revert COPYRIGHT file changes in preparation to merge... |
commit | commitdiff | tree | snapshot |
2012-03-16 |
Rich Felker | update copyright status (math library and new year) |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Rich Felker | remove special nan handling from x86 sqrt asm |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Rich Felker | simplify nan check in sqrt (x86 asm); result of sqrt... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Rich Felker | implement sincosf and sincosl functions; add prototypes |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Rich Felker | avoid changing NaNs in sqrt (x86 asm) to satisfy c99... |
commit | commitdiff | tree | snapshot |
2012-03-15 |
Rich Felker | correctly rounded sqrt() asm for x86 (i387) |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Rich Felker | correct rounding for i387 sqrtf function |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Rich Felker | fix scanf handling of "0" (followed by immediate EOF... |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Rich Felker | implement nan, nanf, nanl |
commit | commitdiff | tree | snapshot |
2012-03-13 |
Rich Felker | first commit of the new libm! |
commit | commitdiff | tree | snapshot |
2012-03-09 |
Rich Felker | add .gitignore file |
commit | commitdiff | tree | snapshot |
2012-03-03 |
Rich Felker | fix nan/infinity macros in math.h, etc. |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | fix obscure bug in strtoull reading the highest 16... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | typo in math.h c version check |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | make math.h compatibe with c89 |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | remove debug cruft that was left in getdate |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | first try at implementing getdate function |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | fix bugs in strptime handling of string day/month names... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | implement a64l and l64a (legacy xsi stuff) |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | add all missing wchar functions except floating point... |
commit | commitdiff | tree | snapshot |
2012-03-02 |
Rich Felker | support null buffer argument to getcwd, auto-allocating... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Rich Felker | add memory.h, bogus legacy alias for string.h |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Rich Felker | search internal headers first |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Rich Felker | use c++-friendly initializers for pthread initializer... |
commit | commitdiff | tree | snapshot |
2012-03-01 |
Rich Felker | add <syscall.h> as an alias for <sys/syscall.h> |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Rich Felker | implement wcsftime function |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Rich Felker | release notes for 0.8.6 v0.8.6 |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Rich Felker | fix pthread_cleanup_pop(1) crash in non-thread-capable... |
commit | commitdiff | tree | snapshot |
2012-02-28 |
Rich Felker | update release notes for 0.8.5 v0.8.5 |
commit | commitdiff | tree | snapshot |
2012-02-27 |
Rich Felker | work around "signal loses thread pointer" issue with... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Rich Felker | use __attribute__((const)) on arm __pthread_self function |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Rich Felker | replace prototype for basename in string.h with non... |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Rich Felker | new attempt at working around the gcc 3 visibility bug |
commit | commitdiff | tree | snapshot |
2012-02-25 |
Rich Felker | remove useless attribute visibility from definitions |
commit | commitdiff | tree | snapshot |
2012-02-24 |
Rich Felker | cleanup and work around visibility bug in gcc 3 that... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Rich Felker | fix (hopefully) PTRACE_TRACEME (command 0) argument... |
commit | commitdiff | tree | snapshot |
2012-02-23 |
Rich Felker | fix for previous incorrect fix of cancellation in dns... |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Rich Felker | fix get_current_dir_name behavior |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Rich Felker | remove -std=gnu99 from musl-gcc wrapper |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Rich Felker | two fixes for "make install" handling of shared libs |
commit | commitdiff | tree | snapshot |
2012-02-18 |
Rich Felker | add get_current_dir_name function |
commit | commitdiff | tree | snapshot |
2012-02-16 |
Rich Felker | add float_t and double_t to math.h |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Rich Felker | fix default nameserver when resolv.conf doesn't exist |
commit | commitdiff | tree | snapshot |
2012-02-11 |
Rich Felker | fix illegal goto out of cleanup context in dns lookups |
commit | commitdiff | tree | snapshot |
2012-02-10 |
Rich Felker | small fix for new pthread cleanup stuff |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Rich Felker | replace bad cancellation cleanup abi with a sane one |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Rich Felker | document iswspace and remove wrongly-included zwsp... |
commit | commitdiff | tree | snapshot |
2012-02-09 |
Rich Felker | fix typo in iswspace space list table |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Rich Felker | fix typo in inotify.h |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Rich Felker | protect against cancellation in dlopen |
commit | commitdiff | tree | snapshot |
2012-02-08 |
Rich Felker | reduce some wasted space in dso structure |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Rich Felker | declare basename in string.h when _GNU_SOURCE is defined |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Rich Felker | revert hacks for types of stdint.h integer constant... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Rich Felker | more locale_t interfaces (string stuff) and header... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Rich Felker | fix some omissions and mistakes in locale_t interface... |
commit | commitdiff | tree | snapshot |
2012-02-07 |
Rich Felker | add more of the locale_t interfaces, all dummied out... |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Rich Felker | x86_64 vfork implementation |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Rich Felker | run ctors/dtors for shared objects loaded with dlopen |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Rich Felker | add support for init/finit (constructors and destructors) |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Rich Felker | add deprecated (removed from posix) [efg]cvt() functions |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Rich Felker | include dummied-out dlopen and dlsym functions for... |
commit | commitdiff | tree | snapshot |
2012-02-03 |
Rich Felker | improve gcc wrapper to support -nostdlib, -nostartfiles |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Rich Felker | make stdio open, read, and write operations cancellatio... |
commit | commitdiff | tree | snapshot |
2012-02-02 |
Rich Felker | make passwd/group functions safe against cancellation... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Rich Felker | apparently gnu caddr_t is supposed to be char *, not... |
commit | commitdiff | tree | snapshot |
2012-02-01 |
Rich Felker | fix utmp.h mess, try 2 |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Rich Felker | fix previous utmp.h junk commit |
commit | commitdiff | tree | snapshot |
2012-01-31 |
Rich Felker | add some missing junk in utmp.h |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Rich Felker | add fgetpwent (nonstandard function) |
commit | commitdiff | tree | snapshot |
2012-01-29 |
Rich Felker | add linux setfs[ug]id syscall wrappers |
commit | commitdiff | tree | snapshot |
2012-01-26 |
Rich Felker | remove useless "extern" keywords in headers |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Rich Felker | fix typo in FPE_FLTUND definition, signal.h |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Rich Felker | add MIN/MAX macros to sys/param.h |
commit | commitdiff | tree | snapshot |
2012-01-25 |
Rich Felker | add legacy futimes and lutimes functions |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Rich Felker | make gcc wrapper support -shared correctly |
commit | commitdiff | tree | snapshot |
2012-01-24 |
Rich Felker | make glob mark symlinks-to-directories with the GLOB_MA... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Rich Felker | fix broken copy relocations from dynamic linker cleanup |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Rich Felker | dynamic linker support for PIE binaries (position-indep... |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Rich Felker | cleanup dynamic linker, removing some code duplication |
commit | commitdiff | tree | snapshot |
2012-01-23 |
Rich Felker | update release notes for 0.8.4 v0.8.4 |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Rich Felker | fix cancellation failure in single-threaded programs |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Rich Felker | support GLOB_PERIOD flag (GNU extension) to glob function |
commit | commitdiff | tree | snapshot |
2012-01-22 |
Rich Felker | update WHATSNEW in preparation for 0.8.4 (not finished) |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Rich Felker | use prlimit syscall for getrlimit/setrlimit |
commit | commitdiff | tree | snapshot |
2012-01-21 |
Rich Felker | add prlimit syscall wrapper |
commit | commitdiff | tree | snapshot |
2012-01-20 |
Rich Felker | fix dynamic linker not to depend on DYNAMIC ptr in... |
commit | commitdiff | tree | snapshot |
2012-01-19 |
Rich Felker | alias basename to glibc name for it, to meet abi goals |
commit | commitdiff | tree | snapshot |
2012-01-17 |
Rich Felker | fix char signedness bug in dynlinker hash function |
commit | commitdiff | tree | snapshot |
2011-12-24 |
Rich Felker | fix broken reboot wrapper (syscall needs extra silly... |
commit | commitdiff | tree | snapshot |
2011-11-17 |
Rich Felker | fix issue with excessive mremap syscalls on realloc |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Rich Felker | fix __cplusplus extern "C" closing brace in pty.h ... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Rich Felker | fix signed overflows at most-negative values in ato... |
commit | commitdiff | tree | snapshot |
2011-11-11 |
Rich Felker | fix all missing instances of __cplusplus checks/extern... |
commit | commitdiff | tree | snapshot |
2011-10-26 |
Rich Felker | report sem value overflows in sem_post |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Rich Felker | add some missing GNU FNM_* extensions to the header |
commit | commitdiff | tree | snapshot |
2011-10-17 |
Rich Felker | fix some details in ugly stuff that doesn't belong... |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Rich Felker | don't define wchar_t on c++ |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Rich Felker | support vfork on i386 |
commit | commitdiff | tree | snapshot |
2011-10-15 |
Rich Felker | make available a namespace-safe vfork, if supported |
commit | commitdiff | tree | snapshot |
next |