Age | Commit message (Expand) | Author |
2012-06-15 | make __uClibc_fini() hidden | Peter S. Mazinger |
2012-06-15 | netdb.h: partial update, adding some __USE_MISC/__USE_GNU guards | Peter S. Mazinger |
2012-06-15 | remove libc_hidden_proto(ioperm) from all headers except arm | 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 | use fputwc in putwchar() | Peter S. Mazinger |
2012-06-15 | fputc.c, stdio.h: no need for hidden putc, putc_unlocked and fputc_unlocked | Peter S. Mazinger |
2012-06-15 | cleanup fork() | Peter S. Mazinger |
2012-06-15 | semaphore.h, uClibc_local_lim.h: make sure SEM_VALUE_MAX is always defined | Peter S. Mazinger |
2012-06-15 | semaphore.c: include limits.h before semaphore.h | Peter S. Mazinger |
2012-06-15 | huge_val.h: add for vax | Peter S. Mazinger |
2012-06-15 | huge_vall.h: add for i386,ia64,m68k,sparc | Peter S. Mazinger |
2012-06-15 | posix_opt.h: update to POSIX 2008 | Peter S. Mazinger |
2012-06-15 | posix_opt.h: update to glibc's NPTL version | Peter S. Mazinger |
2012-06-15 | local_lim.h: add NPTL version for alpha,ia64,powerpc,sparc, update common | Peter S. Mazinger |
2012-06-15 | tgmath.h: disable builtins | Peter S. Mazinger |
2012-06-15 | add jmpbuf-unwind.h and jmpbuf-offsets.h to avr32,c6x and xtensa | Peter S. Mazinger |
2012-06-15 | change __HAVE_FPU__ to __UCLIBC_HAS_FPU__ | Peter S. Mazinger |
2012-06-15 | cleanup bits/setjmp.h of stuff moved to jmpbuf-offsets.h and jmpbuf-unwind.h | Peter S. Mazinger |
2012-06-15 | make use of jmpbuf-offsets.h and jmpbuf-unwind.h | Peter S. Mazinger |
2012-06-15 | jmpbuf-unwind.h: add NTPL related section | Peter S. Mazinger |
2012-06-15 | add jmpbuf-offsets.h and jmpbuf-unwind.h for all archs (LT related) | Peter S. Mazinger |
2012-06-15 | move *longjmp related prototypes to setjmp.h | Peter S. Mazinger |
2012-06-15 | libintl.h, clnt_perror.c: add fallback gettext(x) and use it for _(x) | Peter S. Mazinger |
2012-06-15 | getopt[-susv3].c: use libintl's _(x) | 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 | arm: consistency check OABI v. EABI | Peter S. Mazinger |
2012-06-15 | wchar.h: SuSv compliance | Peter S. Mazinger |
2012-06-15 | wchar.h: fix 2 typos in comments | Peter S. Mazinger |
2012-06-15 | alpha/__syscall_rt_sigaction.S: make the function hidden on non-NPTL | Peter S. Mazinger |
2012-06-15 | remove unneeded hidden sigwaitinfo | Peter S. Mazinger |
2012-06-15 | no need for hidden sigtimedwait | Peter S. Mazinger |
2012-06-15 | setjmp.h: sync with glibc | Peter S. Mazinger |
2012-06-15 | tgmath.h: sync with glibc | Peter S. Mazinger |
2012-06-15 | parser_config.[ch]: remove duplicated hidden functions | Peter S. Mazinger |
2012-06-15 | signal.h: move prototypes for __syscall_[rt_]sigaction to common place | Peter S. Mazinger |
2012-06-15 | libintl.h: add _(x) and N_(x) and use it everywhere | Peter S. Mazinger |
2012-06-15 | libc-internal.h: use a consistent prototype for __stack_chk_fail | Peter S. Mazinger |
2012-06-15 | signal.h: provide prototype for __libc_sigaction and remove all others | Peter S. Mazinger |
2012-06-15 | complex.h: sync a bit glibc to guard properly | Peter S. Mazinger |
2012-06-15 | use one common prototype for _create_xid | Peter S. Mazinger |
2012-06-15 | remove subdir include/internal on install | Peter S. Mazinger |
2012-06-15 | rpc_private.h: change guard | Peter S. Mazinger |
2012-06-15 | remove __FORCE_GLIBC | Peter S. Mazinger |
2012-06-15 | getopt.c, getopt.h: avoid the need for __FORCE_GLIBC | Peter S. Mazinger |
2012-06-15 | do not include libc-internal.h | Peter S. Mazinger |
2012-06-15 | locale.h, xlocale.h: guard *locale functions correctly | Peter S. Mazinger |
2012-06-15 | do not include xlocale.h, it is included by locale.h when needed | Peter S. Mazinger |