OSDN Git Service

- revert bad hunk from (my) r22403
[uclinux-h8/uClibc.git] / include /
2008-10-06 Bernhard Reutner... - sync obstack.{c,h} with glibc (Peter S. Mazinger)
2008-10-06 Bernhard Reutner... - hide relocation (Peter S. Mazinger)
2008-10-03 Bernhard Reutner... - add long double math wrappers (Ned Ludd)
2008-10-03 Bernhard Reutner... - use c89-style comments
2008-09-30 Bernhard Reutner... - fix whitespace
2008-09-27 Denis Vlasenkoimplement getgrouplist()
2008-09-25 Carmelo AmorosoAdd globally __stringify macro in libc-symbols.h.
2008-09-18 Bernhard Reutner... - remove non stdc path (old style definitions). No...
2008-09-11 Bernhard Reutner... - remove posix_openpt relocation
2008-09-11 Bernhard Reutner... - remove relocations for clock_getres
2008-09-09 Carmelo AmorosoHush compiler for extern inline warnings by using
2008-09-06 Bernhard Reutner... - for extern inline, also take __extern_inline and...
2008-08-28 Ricard WanderlofMove ifaddrs.h from uClibc-internal location libc/inet...
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2008-07-23 Bernhard Reutner... - fix inline keyword
2008-07-08 Denis VlasenkoNew .config option UCLIBC_HAS_STUBS, enables fork(...
2008-06-27 Ricard WanderlofRemoved include/ifaddrs.h and put contents in libc...
2008-06-27 Ricard WanderlofAdded support for the AI_ADDRCONFIG flag in the hints...
2008-06-08 Bernd SchmidtIn string.h, move libc_hidden_proto next to the corresp...
2008-06-07 Bernhard Reutner... - UCLIBC_HAS_GETPT pulls in getpt.
2008-06-06 Denis VlasenkoHeed a warning: "string" was assigned to char*, changin...
2008-06-05 Bernhard Reutner... - make libcrypt optional. Untested.
2008-06-04 Bernd SchmidtUndefining __UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL__ did...
2008-06-04 Bernd SchmidtThis fixes a problem with the move of libc_hidden_proto...
2008-06-03 Bernhard Reutner... - adds several config-options to allow for turning...
2008-06-03 Denis VlasenkoRemove __PRINTF_INFO_NO_BITFIELD hack, UCLIBC_INTERNAL...
2008-06-02 Denis Vlasenkodlfcn.h exists only if __HAVE_SHARED__ ("we are built...
2008-06-01 Denis VlasenkoRework smallint machinery so that it will reliably...
2008-05-30 Bernhard Reutner... - pull wur settings from upstream. No other changes.
2008-05-20 Denis VlasenkoIntroduce and use small[u]int type. Changes in size:
2008-05-20 Bernhard Reutner... - make it compile with !__UCLIBC_HAS_LOCALE__
2008-05-20 Carmelo AmorosoSynch extern declaration with definition provided in...
2008-05-19 Denis VlasenkoMoving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL...
2008-05-19 Carmelo AmorosoAdded a bounch of locale fixes.
2008-05-02 Carmelo AmorosoAdded implementation for 'locale' command.
2008-04-28 Denis VlasenkoExperimentally move libc_hidden_proto(time) to time.h.
2008-04-25 Denis Vlasenkoreinstate external visibility of inet_ntoa_r,
2008-04-24 Bernhard Reutner... - fixup asm. No object-code changes
2008-04-12 Denis VlasenkoFunctions should be either exported in public .h files
2008-03-26 Carmelo AmorosoEnable remap_file_pages prototype controlled by __USE_G...
2008-02-28 Carmelo AmorosoAdded support for ether_line, ether_ntohost and ether_h...
2008-01-19 Bernhard Reutner... - forgot to add include/fenv.h
2008-01-17 Bernhard Reutner... - fix compilation:
2008-01-11 Mike Frysingercull useless headers and import a few updates from...
2008-01-09 Mike Frysingerfetch queue.h from latest freebsd cvs
2008-01-08 Mike Frysingerchange NO_UNDERSCORES to just UNDERSCORES so as to...
2008-01-06 Mike Frysingeruse the __extern_always_inline define from cdefs.h...
2008-01-05 Mike Frysingersync with glibc to get the extern inline directive
2008-01-05 Mike FrysingerChris Zankel writes:
2008-01-05 Mike Frysingergive EM_AVR32 a little comment
2008-01-05 Mike Frysingerimplement semtimedop for #927
2007-11-22 Bernd SchmidtCertain configure scripts test for presence of dlfcn...
2007-11-16 Carmelo AmorosoAdded AVR32 support to uClibc. Signed-off-by: Hans...
2007-11-07 Carmelo AmorosoAdded support for GNU hash style into dynamic linker
2007-10-20 Bernhard Reutner... - commentary typo fix
2007-09-15 Denis Vlasenkoadd libc_hidden_xxxx for __uc_malloc
2007-09-15 Mike Frysingersync with glibc
2007-09-15 Mike Frysingerdrop __user hack for crappy kernel headers and document...
2007-07-30 Denis Vlasenkointroduce __uc_malloc, so that users can intercept...
2007-07-14 Denis Vlasenkosyslog.h: allow prioritynames[]/facilitynames[] to...
2007-06-24 Bernhard Reutner... - make sure to define _LIBC in libc-symbols.h before...
2007-04-17 Bernhard Reutner... - shrink resolver code
2007-03-01 Khem Rajinclude stddef.h to get NULL definition.
2007-02-28 Mike Frysingeradd support for ppoll() and emulate poll() with it...
2007-02-28 Mike Frysingersync with glibc
2007-02-21 Mike Frysingerstub out msync() for no-mmu as well
2007-02-12 Joakim TjernlundImpl. linux syscalls sched_getaffinity/sched_setaffinit...
2007-02-08 Mike Frysingeruse __FDPIC__ from the compiler rather than setting...
2007-02-08 Mike Frysingerrevert previous change; reading POSIX spec some more...
2007-02-08 Mike Frysingerwe crash if the first argument to realpath() is non...
2007-02-05 Mike Frysingerno need to duplicate WCHAR check
2007-02-05 Bernhard Reutner... - silence warning about using an undefined token
2007-01-29 Mike FrysingerRichard Sandiford writes:
2007-01-29 Bernhard Reutner... - see if defined foo before trying to look at the value...
2007-01-29 Bernhard Reutner... - sync with glibc (and provide a check for icc).
2007-01-29 Mike Frysingeruse ifdef rather than if for stack direction
2007-01-29 Mike Frysingercheck to see if __USE_FILE_OFFSET64 is defined rather...
2007-01-29 Mike Frysingermissed an underscore in previous commit
2007-01-28 Mike FrysingerBernhard Fischer writes: note how uClibc chooses to...
2007-01-28 Mike Frysingersync with glibc as pointed out by Bernhard Fischer
2007-01-26 Bernhard Reutner... - fix format of comment
2006-12-23 Bernhard Reutner... - r16732 forgot to checkin the sync of the __UCLIBC_SUS...
2006-12-15 Eric AndersenPatch from Bernhard Fischer:
2006-12-08 Eric AndersenTake Mike Frysinger's comments into account -- make...
2006-12-08 Eric AndersenSorry psm but contrary to commit 12927, kernel provided...
2006-12-08 Eric Andersenfinish the pthread locking cleanups. This should get...
2006-12-07 Eric AndersenMajor cleanup of internal mutex locking. Be more consi...
2006-11-29 Bernhard Reutner... - introduce UCLIBC_SUSV3_LEGACY_MACROS to be able to...
2006-11-29 Bernhard Reutner... - honor __UCLIBC_HAS_LFS__
2006-11-29 Bernhard Reutner... - gcvt() is marked LEGACY in XSI and mandatory in BSD.
2006-11-17 Mike FrysingerBernd Schmidt writes: [blackfin updates] add support...
2006-09-21 Mike Frysingeruse proper #APP lines so that the assembler knows when...
2006-09-08 Mike Frysingeradd some inline funcs for the mlock funcs on no-mmu
2006-08-24 Mike Frysingersync with upstream via psm
2006-08-24 Mike Frysingersync with upstream via psm
2006-08-23 Mike Frysingersync with psm: update errno handling to be the same...
2006-06-21 Mike Frysingerallow arches to easily override asm-line-sep, move...
2006-06-21 Mike Frysingermerge bfin relocations from blackfin cvs
2006-06-19 Mike Frysingeruse internal aliases for static objects as well
2006-06-07 Mike Frysingersync with glibc
next