Age | Commit message (Expand) | Author |
2012-10-31 | __uclibc_main: remove stray trailing space | Bernhard Reutner-Fischer |
2012-06-15 | error.c: no need for __error and __error_at_line | Peter S. Mazinger |
2012-06-15 | fts.c: add a comment about wrong usage of _lfs_64.h | Peter S. Mazinger |
2012-06-15 | shm.c: do not use __libc_X internally | Peter S. Mazinger |
2012-06-15 | use open_not_cancel_2 instead of open_not_cancel | Peter S. Mazinger |
2012-06-15 | ssp: rework, sync messages with the ones in glibc | Peter S. Mazinger |
2012-06-15 | syslog.c: disable locking in setlogmask | Peter S. Mazinger |
2012-06-15 | syslog.c: no need for hidden vsyslog, use a static __vsyslog instead | Peter S. Mazinger |
2012-06-15 | make UCLIBC_HAS_PROGRAM_INVOCATION_NAME and UCLIBC_HAS___PROGNAME independent... | Peter S. Mazinger |
2012-06-15 | tempname.c: remove unneeded attribute_hidden, change type to unsigned | Peter S. Mazinger |
2012-06-15 | wordexp.c: use vfork instead of fork on non-MMU archs | Peter S. Mazinger |
2012-06-15 | dl-iterate-phdr.c: no need for visible __dl_iterate_phdr, make it static | Peter S. Mazinger |
2012-06-15 | adapt regex to new regex.h | Peter S. Mazinger |
2012-06-15 | ftw.c: errno.h has to be included before undefining _LIBC | Peter S. Mazinger |
2012-06-15 | regex_old.c: adapt to new regex.h | Peter S. Mazinger |
2012-06-15 | errno, h_errno: correct them for non-TLS | Peter S. Mazinger |
2012-06-15 | __uClibc_main.c: do not include unused headers | Peter S. Mazinger |
2012-06-15 | iconv: Do not include __iconv_codesets into iconv utility | Peter S. Mazinger |
2012-06-15 | errno and *_init cleanup | Peter S. Mazinger |
2012-06-15 | __uClibc_main.c: make __uClibc_init hidden | Peter S. Mazinger |
2012-06-15 | getttyent.c: include stdio_ext.h only when needed | Peter S. Mazinger |
2012-06-15 | time.c: fix a guard to avoid a warning about unused label | Peter S. Mazinger |
2012-06-15 | resolv.c,time.c,_atexit.c: hide 3 locks | Peter S. Mazinger |
2012-06-15 | _hsearch_r.c: use stdlib.h instead of malloc.h for calloc | Peter S. Mazinger |
2012-06-15 | fnmatch: replace __memset and __memcmp | Peter S. Mazinger |
2012-06-15 | locale.c, uClibc_locale.h: provide hidden __curlocale[_set] | Peter S. Mazinger |
2012-06-15 | err.c: add attribute_noreturn to static functions | Peter S. Mazinger |
2012-06-15 | err.c, err.h: no need for hidden functions | Peter S. Mazinger |
2012-06-15 | tsd.c: fix comment | Peter S. Mazinger |
2012-06-15 | alphasort*.c: use strcoll instead of strcmp to support locales | Peter S. Mazinger |
2012-06-15 | scandir,readdir[_t]: use one common source for X() and X64() | Peter S. Mazinger |
2012-06-15 | versionsort*.c, alphasort*.c: do not need *64 compiled for __WORDSIZE = 64 | Peter S. Mazinger |
2012-06-15 | move __getdents[64] prototypes to dirent.h | Peter S. Mazinger |
2012-06-15 | dirstream.h: remove unused constants | Peter S. Mazinger |
2012-06-15 | make __uClibc_fini() hidden | Peter S. Mazinger |
2012-06-15 | no need for hidden lockf64 | Peter S. Mazinger |
2012-06-15 | utent.c, wtent.c: move functions from utxent.c | Peter S. Mazinger |
2012-06-15 | utent.c: go back to use static __X() functions without size increase | Peter S. Mazinger |
2012-06-15 | regex_old.c: remove unneeded guard | Peter S. Mazinger |
2012-06-15 | obstack.c: use libintl.h | Peter S. Mazinger |
2012-06-15 | parser_config.[ch]: remove duplicated hidden functions | Peter S. Mazinger |
2012-06-15 | remove __FORCE_GLIBC | Peter S. Mazinger |
2012-06-15 | do not include xlocale.h, it is included by locale.h when needed | Peter S. Mazinger |
2012-06-15 | wordexp.c, sysconf.c: include ctype.h for isspace | Peter S. Mazinger |
2012-05-18 | ldso: sh: handle _dl_skip_args in linker startup instead of __uClibc_main | Filippo Arcidiacono |
2012-04-17 | locale: avoid segfault freelocale() | Bernhard Reutner-Fischer |
2012-04-17 | wchar: Fix BOM emitting in iconv_open() | Ed W |
2012-04-17 | ipc: eventually use stat64 in ftok() | Bernhard Reutner-Fischer |
2012-04-17 | parse_config: tweak indentation | Bernhard Reutner-Fischer |
2012-04-08 | regex: silence set-but-unused warnings | Mike Frysinger |