Age | Commit message (Expand) | Author |
2010-02-03 | __uClibc_main: use __pagesize to protect against recursion | Bernhard Reutner-Fischer |
2010-02-02 | remove two checks for gettimeofday error | Denys Vlasenko |
2010-02-01 | errno: hide __libc_resp, __libc_errno, and __libc_h_errno | Khem Raj |
2010-01-24 | wchar.c: fix indentation | Denys Vlasenko |
2010-01-23 | silence some warnings about unused params | Bernhard Reutner-Fischer |
2010-01-21 | wordexp: silence shadow warning | Bernhard Reutner-Fischer |
2010-01-09 | ctime: do not use static struct tm buffer | Denys Vlasenko |
2009-12-17 | check if USE_TLS is defined before use | Hans-Christian Egtvedt |
2009-12-13 | syslog: use send(MSG_NOSIGNAL) instead of write, thus no need to handle SIGPIPE | Denys Vlasenko |
2009-12-13 | syslog: fix openlog(xx, LOG_KERN) and optimize a bit | Denys Vlasenko |
2009-11-20 | __assert: include unistd.h for smallint | Bernhard Reutner-Fischer |
2009-11-19 | msgrcv is of type ssize_t | Peter S. Mazinger |
2009-11-19 | assert: make linenumber unsigned | Peter S. Mazinger |
2009-10-22 | regex: call memcpy() ourselves | Mike Frysinger |
2009-10-08 | ftw() is obsolescent in SUSv4 | Bernhard Reutner-Fischer |
2009-10-07 | clean up O_CLOEXEC handling | Mike Frysinger |
2009-09-26 | errno.c: add tls versions of errno and h_errno | Austin Foxley |
2009-09-26 | dl-support.c: add tls support | Austin Foxley |
2009-09-19 | libc/misc/wctype/_wctype.c: make it more readable. no code changes | Denys Vlasenko |
2009-09-19 | remove a few more empty #if/#endif pairs | Denys Vlasenko |
2009-09-18 | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko |
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer |
2009-09-18 | fix make {,install_}{,host}utils | Bernhard Reutner-Fischer |
2009-09-08 | time.c: style cleanup. no code changes (verified with objdump) | Denys Vlasenko |
2009-09-08 | simpler and shorter read_TZ_file() helper | Denys Vlasenko |
2009-09-06 | wordexp.c: cleanup - remove old hidden_proto's; remove unused parameter | Denys Vlasenko |
2009-09-06 | wordexp.c: fix a bug where we might close stdout | Denys Vlasenko |
2009-09-05 | do not save/restore errno around free() calls | Denys Vlasenko |
2009-09-05 | wtmp code: style fixes, no code changes | Denys Vlasenko |
2009-09-05 | CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure | Denys Vlasenko |
2009-09-05 | utent.c: fix a few bugs, and shrink a bit | Denys Vlasenko |
2009-09-05 | math.h: fix trivial typo (missing !): !defined __NO_LONG_DOUBLE_MATH | Denys Vlasenko |
2009-08-17 | support building out-of-tree | Bernhard Reutner-Fischer |
2009-08-17 | add hidden aliases for newer regex search functions | Bernhard Reutner-Fischer |
2009-08-01 | fnmatch.c: Include unistd.h before undefining _LIBC. | Khem Raj |
2009-07-31 | fnmatch.c: Change scope of posixly_correct to be global. | Khem Raj |
2009-07-28 | remove erroneous ';' | Bernhard Reutner-Fischer |
2009-07-23 | fix dl_iterate_phdr() for FDPIC systems | Mike Frysinger |
2009-07-20 | fix building for systems w/out ldso support | Mike Frysinger |
2009-07-20 | first pass at implementing *at funcs | Mike Frysinger |
2009-07-20 | dirent: push dirent type to prototypes | Mike Frysinger |
2009-07-20 | regex: convert #if to #ifdef | Mike Frysinger |
2009-07-20 | add hidden aliases for older regex search functions | Mike Frysinger |
2009-07-05 | Check #if feature test macros are defined where they may not be | Ron |
2009-07-05 | Provide token prototypes for functions that are external but have no header | Ron |
2009-06-28 | wchar: fix inverted parameters in error message | André Goddard Rosa |
2009-02-13 | - fix fallout from r24140 and r24160 for !CTYPE_TABLES | Bernhard Reutner-Fischer |
2009-02-08 | Add strverscmp() and versionsort[64](). | Denis Vlasenko |
2009-01-28 | "make utils" now successfully makes utils for target | Denis Vlasenko |
2009-01-21 | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko |