Age | Commit message (Expand) | Author |
2008-11-25 | - make sure isspace() is exported. | Bernhard Reutner-Fischer |
2008-11-22 | libc-symbols: improve comments and make macros a bit more readable. | Denis Vlasenko |
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko |
2008-11-20 | next portion of libc_hidden_proto removal | Denis Vlasenko |
2008-11-19 | Make sure __hot and __cold are always defined. | Peter Kjellerstedt |
2008-11-18 | - add __hot and __cold annotations | Bernhard Reutner-Fischer |
2008-11-18 | libc_hidden_proto removal, a few more functions | Denis Vlasenko |
2008-11-18 | libc_hidden_proto removal, just a few functions | Denis Vlasenko |
2008-11-17 | resolver: use timeout of 5 (glibc uses that). | Denis Vlasenko |
2008-11-17 | resolver: separate gethostent and gethostent_r into two .o files; | Denis Vlasenko |
2008-11-16 | resolver: improved support for overriding DNS server addresses | Denis Vlasenko |
2008-11-15 | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer |
2008-11-15 | - revert wrong r24049 | Bernhard Reutner-Fischer |
2008-11-15 | - Remove linux-specific prototypes if asked to. | Bernhard Reutner-Fischer |
2008-11-14 | fixing resolver part 2: make _res structure members | Denis Vlasenko |
2008-10-10 | - add signalfd() | Bernhard Reutner-Fischer |
2008-10-06 | - sync obstack.{c,h} with glibc (Peter S. Mazinger) | Bernhard Reutner-Fischer |
2008-10-06 | - hide relocation (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-30 | - fix whitespace | Bernhard Reutner-Fischer |
2008-09-27 | implement getgrouplist() | Denis Vlasenko |
2008-09-25 | Add globally __stringify macro in libc-symbols.h. | Carmelo Amoroso |
2008-09-18 | - remove non stdc path (old style definitions). No obj-code changes | Bernhard Reutner-Fischer |
2008-09-11 | - remove posix_openpt relocation | Bernhard Reutner-Fischer |
2008-09-11 | - remove relocations for clock_getres | Bernhard Reutner-Fischer |
2008-09-09 | Hush compiler for extern inline warnings by using | Carmelo Amoroso |
2008-09-06 | - for extern inline, also take __extern_inline and __GNUC_GNU_INLINE__ into a... | Bernhard Reutner-Fischer |
2008-08-28 | Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and make | Ricard Wanderlof |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer |
2008-07-23 | - fix inline keyword | Bernhard Reutner-Fischer |
2008-07-08 | New .config option UCLIBC_HAS_STUBS, enables fork() stub on NOMMU | Denis Vlasenko |
2008-06-27 | Removed include/ifaddrs.h and put contents in libc/inet/ifaddrs.h, as we do not | Ricard Wanderlof |
2008-06-27 | Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ... | Ricard Wanderlof |
2008-06-08 | In string.h, move libc_hidden_proto next to the corresponding declaration. | Bernd Schmidt |
2008-06-07 | - UCLIBC_HAS_GETPT pulls in getpt. | Bernhard Reutner-Fischer |
2008-06-06 | Heed a warning: "string" was assigned to char*, changing that to const char* | Denis Vlasenko |
2008-06-05 | - make libcrypt optional. Untested. | Bernhard Reutner-Fischer |
2008-06-04 | Undefining __UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL__ did not work, since we | Bernd Schmidt |
2008-06-04 | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt |
2008-06-03 | - adds several config-options to allow for turning off certain features | Bernhard Reutner-Fischer |
2008-06-03 | Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead, | Denis Vlasenko |
2008-06-02 | dlfcn.h exists only if __HAVE_SHARED__ ("we are built with shared lib support"), | Denis Vlasenko |
2008-06-01 | Rework smallint machinery so that it will reliably fail to compile | Denis Vlasenko |
2008-05-30 | - pull wur settings from upstream. No other changes. | Bernhard Reutner-Fischer |
2008-05-20 | Introduce and use small[u]int type. Changes in size: | Denis Vlasenko |
2008-05-20 | - make it compile with !__UCLIBC_HAS_LOCALE__ | Bernhard Reutner-Fischer |
2008-05-20 | Synch extern declaration with definition provided in __uClibc_main.c | Carmelo Amoroso |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2008-05-19 | Added a bounch of locale fixes. | Carmelo Amoroso |