summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-03-22Comment __USE_UNIX98, not needed, add __glibc_strerror_r prototype for non-GNUPeter S. Mazinger
2006-03-22Comment __mbrlenPeter S. Mazinger
2006-03-19Guard the reentrant prototypes w/ appropiate config optionPeter S. Mazinger
2006-03-10sync with glibcMike Frysinger
2006-03-03Mark parts as unsupported by gnu glob, but leave it as it wasPeter S. Mazinger
2006-03-01Sync w/ glibc and define _STAT_VER/_MKNOD_VER to 0, else some apps will consi...Peter S. Mazinger
2006-02-27Rich Felker's glob() ported to uClibcPeter S. Mazinger
2006-02-27Disable parts not supported by (outdated) glob, probably the glob[64]_t struc...Peter S. Mazinger
2006-02-27fix invalid quotingMike Frysinger
2006-02-26Move _lfs_64.h to include and adapt filesPeter S. Mazinger
2006-02-26sync with glibcMike Frysinger
2006-02-25This never gets defined. I have a patch pending in glibc too."Steven J. Hill"
2006-02-23Correct typoPeter S. Mazinger
2006-02-23Added support for the new CRISv32 architecture.Peter Kjellerstedt
2006-02-23Corrected a typo (simularly -> similarly).Peter Kjellerstedt
2006-02-23Sync w/ glibc, disabling *at interfacesPeter S. Mazinger
2006-02-23Make use of CFLAGS-OMIT-filePeter S. Mazinger
2006-02-22guard program_invocation_name w/ __ASSEMBLER__Peter S. Mazinger
2006-02-22Sync w/ glibc, enabled only those defines, that are used in uClibcPeter S. Mazinger
2006-02-22Sync with glibc 2.3.6.Peter Kjellerstedt
2006-02-22epoll is linux specificMike Frysinger
2006-02-22sync with glibcMike Frysinger
2006-02-21Sync w/ glibc, we can leave __USE_ATFILE in, because we do not define it in f...Peter S. Mazinger
2006-02-18tweak the idea between having a MMU and actually using itMike Frysinger
2006-02-13guard *printf_function w/ UCLIBC_HAS_GLIBC_CUSTOM_PRINTFPeter S. Mazinger
2006-02-13Add internal hidden_weak support for asmPeter S. Mazinger
2006-02-13Sync w/ glibcPeter S. Mazinger
2006-02-08janlana writes in Bug 700: use standard uint* types rather than u_intMike Frysinger
2006-02-04integrate frv link.hMike Frysinger
2006-02-03disable hidden_proto/def for __BCC__ generallyPeter S. Mazinger
2006-02-01Use -DSTATIC and remove stub_warning, not acceptedPeter S. Mazinger
2006-01-30Sync w/ glibcPeter S. Mazinger
2006-01-29move linux-specific header to linux subdirMike Frysinger
2006-01-29the timer_* funcs have been implemented in librt so enable their prototypesMike Frysinger
2006-01-27remove commentPeter S. Mazinger
2006-01-27Disabled NULL error_print_progname, uselessPeter S. Mazinger
2006-01-27The VAX gas cannot (yet) cope with the tricks played here, so I'm grounding"Jan-Benedict Glaw"
2006-01-26Enable gcvt in header, we build itPeter S. Mazinger
2006-01-25hidden_strong_alias gone and won't be added back because it causes troublePeter S. Mazinger
2006-01-23Remove unneeded _GNU_SOURCEPeter S. Mazinger
2006-01-23sync with glibcMike Frysinger
2006-01-23Make i386 build w/ -std=c99 (almost)Peter S. Mazinger
2006-01-23Sync w/ glibcPeter S. Mazinger
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-22Allow to be used in bits/syscalls.h even if _GNU_SOURCE is definedPeter S. Mazinger
2006-01-20disable deprecated warnings for some filesMike Frysinger
2006-01-20grab some macros for internal ldso usage and fix strong_alias/hidden_strong_a...Mike Frysinger
2006-01-20Correct comments, thx vapierPeter S. Mazinger
2006-01-20Split out libc-symbols.h from libc-internal.h, use it directly in CFLAGS. Mov...Peter S. Mazinger
2006-01-19Remove HAVE_ELFPeter S. Mazinger