Age | Commit message (Expand) | Author |
2009-02-18 | mathcalls.h: remove tons of redundant semicolons; better comment about macros | Denis Vlasenko |
2009-02-17 | test/math/compile_test.c: "are long double functions even compile/link?" test | Denis Vlasenko |
2009-02-13 | - fix compilation of !UCLIBC_HAS_CTYPE_TABLES by merging duplicate bits | Bernhard Reutner-Fischer |
2009-01-22 | - make sure __user is defined when including kernel's sigcontext.h | Bernhard Reutner-Fischer |
2009-01-21 | - remove unavailable functionality upon request (Peter Mazinger) | Bernhard Reutner-Fischer |
2009-01-21 | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko |
2009-01-18 | __global_locale must be visible to users, move it outside of #ifdef _LIBC | Denis Vlasenko |
2008-12-29 | - whitespace cleanup; no obj-code changes | Bernhard Reutner-Fischer |
2008-12-29 | - expand SUSv3_LEGACY | Bernhard Reutner-Fischer |
2008-12-27 | Help unifdef to remove private parts of headers | Denis Vlasenko |
2008-12-27 | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko |
2008-12-22 | UCLIBC_CTYPE_HEADER define is removed, as it always | Denis Vlasenko |
2008-12-22 | - fix fpclassify, signbit, isfinite, isnan, isinf macros for long double math... | Bernhard Reutner-Fischer |
2008-12-22 | remove stray comment (the identical one is just a few lines down) | Denis Vlasenko |
2008-12-22 | Remove unused macros | Denis Vlasenko |
2008-12-21 | more of warning fixes, mostly pointer signedness mismatches | Denis Vlasenko |
2008-12-15 | remove some duplicates in bits/signum.h. No code changes. | Denis Vlasenko |
2008-12-15 | sigaction overhaul as described in docs/sigaction.txt | Denis Vlasenko |
2008-12-13 | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko |
2008-12-11 | Move kernel-features.h header from the linuxthread directory | Carmelo Amoroso |
2008-12-03 | A missing change when we recently released a lot of fix | Carmelo Amoroso |
2008-12-03 | Two other absolutely safe change that will be used by NPTL, aimed | Carmelo Amoroso |
2008-12-01 | fix sigset_t size for mips (it's the only arch with 128 signals). | Denis Vlasenko |
2008-12-01 | optimize signal mask ops. comment out "impossible" errors | Denis Vlasenko |
2008-11-29 | reduce sigset_t size for 128 bytes to 64 bits: | Denis Vlasenko |
2008-11-26 | - revert 24148:24151 | Bernhard Reutner-Fischer |
2008-11-25 | - hide locks | Bernhard Reutner-Fischer |
2008-11-22 | signal ops: avoid calls through PLT for __sigXXX ops | Denis Vlasenko |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-10-06 | - tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2008-10-03 | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer |
2008-09-26 | - move libm_hidden_proto to the corresponding headers. Remove from callsites. | Bernhard Reutner-Fischer |
2008-09-09 | Hush compiler for extern inline warnings by using | Carmelo Amoroso |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-07-02 | Include errno.h from kernel headers instead of using internal errno_values.h | Carmelo Amoroso |
2008-05-29 | Fix typo in macro for tls access model | Carmelo Amoroso |
2008-01-17 | A patch from our Blackfin repository, originally from Jie Zhang. This fixes | Bernd Schmidt |
2008-01-08 | change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi... | Mike Frysinger |
2008-01-05 | add BOTHER define from termios2 | Mike Frysinger |
2007-07-18 | Enable all of the remaining baud rates. All of the other architectures have t... | "Steven J. Hill" |
2007-03-08 | svn 17941/17943 broke the build. 18032 made the threaded case compile | Rob Landley |
2007-02-28 | ifdef out RTLD defines we dont actually support nor are in POSIX | Mike Frysinger |
2007-02-02 | Make sure struct stat is identical to struct stat64 if | Peter Kjellerstedt |
2007-01-29 | - s/if USE___THREAD/if defined USE___THREAD && USE___THREAD/g | Bernhard Reutner-Fischer |
2007-01-28 | - commentary typo fix | Bernhard Reutner-Fischer |
2007-01-20 | Disable declarations for NPTL. | "Steven J. Hill" |
2007-01-10 | Fix SEGV for static builds in exit() path. | Joakim Tjernlund |
2007-01-09 | Aurelien Jacobs writes: | Joakim Tjernlund |
2006-12-11 | fix building when pthread support is disabled | Mike Frysinger |