| Commit message (Expand) | Author | Age | Files | Lines |
* | math cleanup: use 1.0f instead of (float)1.0 | nsz | 2012-03-13 | 25 | -96/+96 |
* | remove libm.h includes when math.h and float.h are enough | nsz | 2012-03-13 | 31 | -30/+47 |
* | clean up __expo2.c, use a slightly better k constant | nsz | 2012-03-13 | 2 | -84/+14 |
* | implement nan, nanf, nanl | Rich Felker | 2012-03-13 | 3 | -0/+18 |
* | first commit of the new libm! | Rich Felker | 2012-03-13 | 375 | -7729/+20193 |
* | fix obscure bug in strtoull reading the highest 16 possible values | Rich Felker | 2012-03-02 | 1 | -1/+1 |
* | remove debug cruft that was left in getdate | Rich Felker | 2012-03-02 | 1 | -2/+0 |
* | first try at implementing getdate function | Rich Felker | 2012-03-02 | 1 | -0/+47 |
* | fix bugs in strptime handling of string day/month names, literals | Rich Felker | 2012-03-02 | 1 | -0/+2 |
* | implement a64l and l64a (legacy xsi stuff) | Rich Felker | 2012-03-01 | 1 | -0/+26 |
* | add all missing wchar functions except floating point parsers | Rich Felker | 2012-03-01 | 11 | -0/+83 |
* | support null buffer argument to getcwd, auto-allocating behavior | Rich Felker | 2012-03-01 | 1 | -1/+6 |
* | implement wcsftime function | Rich Felker | 2012-02-28 | 1 | -0/+32 |
* | fix pthread_cleanup_pop(1) crash in non-thread-capable, static-linked programs | Rich Felker | 2012-02-28 | 2 | -2/+2 |
* | work around "signal loses thread pointer" issue with "approach 2" | Rich Felker | 2012-02-27 | 2 | -2/+8 |
* | new attempt at working around the gcc 3 visibility bug | Rich Felker | 2012-02-24 | 3 | -0/+11 |
* | remove useless attribute visibility from definitions | Rich Felker | 2012-02-24 | 2 | -2/+2 |
* | cleanup and work around visibility bug in gcc 3 that affects x86_64 | Rich Felker | 2012-02-23 | 4 | -12/+15 |
* | fix (hopefully) PTRACE_TRACEME (command 0) argument handling | Rich Felker | 2012-02-23 | 1 | -2/+2 |
* | fix for previous incorrect fix of cancellation in dns lookups | Rich Felker | 2012-02-23 | 1 | -3/+4 |
* | fix get_current_dir_name behavior | Rich Felker | 2012-02-17 | 1 | -2/+6 |
* | add get_current_dir_name function | Rich Felker | 2012-02-17 | 1 | -0/+12 |
* | fix default nameserver when resolv.conf doesn't exist | Rich Felker | 2012-02-11 | 1 | -1/+2 |
* | fix illegal goto out of cleanup context in dns lookups | Rich Felker | 2012-02-11 | 1 | -3/+3 |
* | small fix for new pthread cleanup stuff | Rich Felker | 2012-02-09 | 2 | -1/+1 |
* | replace bad cancellation cleanup abi with a sane one | Rich Felker | 2012-02-09 | 3 | -62/+23 |
* | document iswspace and remove wrongly-included zwsp character | Rich Felker | 2012-02-09 | 1 | -1/+5 |
* | fix typo in iswspace space list table | Rich Felker | 2012-02-09 | 1 | -1/+1 |
* | protect against cancellation in dlopen | Rich Felker | 2012-02-07 | 1 | -2/+5 |
* | reduce some wasted space in dso structure | Rich Felker | 2012-02-07 | 1 | -3/+3 |
* | more locale_t interfaces (string stuff) and header updates | Rich Felker | 2012-02-06 | 7 | -0/+48 |
* | fix some omissions and mistakes in locale_t interface definitions | Rich Felker | 2012-02-06 | 13 | -13/+13 |
* | add more of the locale_t interfaces, all dummied out to ignore the locale | Rich Felker | 2012-02-06 | 18 | -0/+108 |
* | x86_64 vfork implementation | Rich Felker | 2012-02-06 | 1 | -0/+12 |
* | run ctors/dtors for shared objects loaded with dlopen | Rich Felker | 2012-02-06 | 1 | -0/+1 |
* | add support for init/finit (constructors and destructors) | Rich Felker | 2012-02-06 | 1 | -0/+19 |
* | add deprecated (removed from posix) [efg]cvt() functions | Rich Felker | 2012-02-06 | 3 | -0/+52 |
* | include dummied-out dlopen and dlsym functions for static binaries | Rich Felker | 2012-02-03 | 1 | -1/+10 |
* | make stdio open, read, and write operations cancellation points | Rich Felker | 2012-02-02 | 3 | -5/+28 |
* | make passwd/group functions safe against cancellation in stdio | Rich Felker | 2012-02-01 | 4 | -6/+35 |
* | add fgetpwent (nonstandard function) | Rich Felker | 2012-01-29 | 1 | -0/+9 |
* | add linux setfs[ug]id syscall wrappers | Rich Felker | 2012-01-28 | 2 | -0/+16 |
* | add legacy futimes and lutimes functions | Rich Felker | 2012-01-24 | 2 | -0/+26 |
* | make glob mark symlinks-to-directories with the GLOB_MARK flag | Rich Felker | 2012-01-23 | 1 | -1/+1 |
* | fix broken copy relocations from dynamic linker cleanup | Rich Felker | 2012-01-23 | 1 | -1/+4 |
* | dynamic linker support for PIE binaries (position-independent main program) | Rich Felker | 2012-01-23 | 1 | -3/+6 |
* | cleanup dynamic linker, removing some code duplication | Rich Felker | 2012-01-23 | 1 | -80/+66 |
* | fix cancellation failure in single-threaded programs | Rich Felker | 2012-01-22 | 1 | -1/+1 |
* | support GLOB_PERIOD flag (GNU extension) to glob function | Rich Felker | 2012-01-22 | 1 | -1/+2 |
* | use prlimit syscall for getrlimit/setrlimit | Rich Felker | 2012-01-20 | 2 | -4/+14 |