summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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 commentsBernhard Reutner-Fischer
2008-09-30- fix whitespaceBernhard Reutner-Fischer
2008-09-27implement getgrouplist()Denis Vlasenko
2008-09-25Add globally __stringify macro in libc-symbols.h.Carmelo Amoroso
2008-09-18- remove non stdc path (old style definitions). No obj-code changesBernhard Reutner-Fischer
2008-09-11- remove posix_openpt relocationBernhard Reutner-Fischer
2008-09-11- remove relocations for clock_getresBernhard Reutner-Fischer
2008-09-09Hush 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-28Move ifaddrs.h from uClibc-internal location libc/inet/ to include/, and makeRicard Wanderlof
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-07-23- fix inline keywordBernhard Reutner-Fischer
2008-07-08New .config option UCLIBC_HAS_STUBS, enables fork() stub on NOMMUDenis Vlasenko
2008-06-27Removed include/ifaddrs.h and put contents in libc/inet/ifaddrs.h, as we do notRicard Wanderlof
2008-06-27Added support for the AI_ADDRCONFIG flag in the hints->ai_flags parameter to ...Ricard Wanderlof
2008-06-08In 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-06Heed 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-04Undefining __UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL__ did not work, since weBernd Schmidt
2008-06-04This 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 featuresBernhard Reutner-Fischer
2008-06-03Remove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL can be used instead,Denis Vlasenko
2008-06-02dlfcn.h exists only if __HAVE_SHARED__ ("we are built with shared lib support"),Denis Vlasenko
2008-06-01Rework smallint machinery so that it will reliably fail to compileDenis Vlasenko
2008-05-30- pull wur settings from upstream. No other changes.Bernhard Reutner-Fischer
2008-05-20Introduce 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-20Synch extern declaration with definition provided in __uClibc_main.cCarmelo Amoroso
2008-05-19Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL blockDenis Vlasenko
2008-05-19Added a bounch of locale fixes.Carmelo Amoroso
2008-05-02Added implementation for 'locale' command.Carmelo Amoroso
2008-04-28Experimentally move libc_hidden_proto(time) to time.h.Denis Vlasenko
2008-04-25reinstate external visibility of inet_ntoa_r,Denis Vlasenko
2008-04-24- fixup asm. No object-code changesBernhard Reutner-Fischer
2008-04-12Functions should be either exported in public .h filesDenis Vlasenko
2008-03-26Enable remap_file_pages prototype controlled by __USE_GNU define as well as m...Carmelo Amoroso
2008-02-28Added support for ether_line, ether_ntohost and ether_hostton.Carmelo Amoroso
2008-01-19- forgot to add include/fenv.hBernhard Reutner-Fischer
2008-01-17- fix compilation:Bernhard Reutner-Fischer
2008-01-11cull useless headers and import a few updates from glibcMike Frysinger
2008-01-09fetch queue.h from latest freebsd cvsMike Frysinger
2008-01-08change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger
2008-01-06use the __extern_always_inline define from cdefs.h instead of duplicating gcc...Mike Frysinger
2008-01-05sync with glibc to get the extern inline directiveMike Frysinger
2008-01-05Chris Zankel writes:Mike Frysinger