OSDN Git Service

Fix typo noticed by V.Radhakrishnan
[uclinux-h8/uClibc.git] / libc /
2002-12-11 Manuel Novoa III Remove trailing comma from enum list as a nicety for...
2002-12-04 Eric AndersenChange some variable names so we are more consistant...
2002-12-04 Eric AndersenImplement the rest of the missing include/net/if.h...
2002-12-04 Eric AndersenFix the other instance of getcwd
2002-12-04 Eric AndersenFor now, always claim we have exactly one cpu. It...
2002-12-04 Eric AndersenProperly allocate memory when size is 0, but so is buf
2002-12-02 Manuel Novoa III Cut and paste error.
2002-12-02 Manuel Novoa III Forgot one...
2002-12-02 Manuel Novoa III Add hsearch and hsearch_r. Consolidate all functions...
2002-12-01 David McCulloughIf the wait failed in pclose it would return a random...
2002-11-29 Eric AndersenI forgot to include features.h
2002-11-29 Eric AndersenSilly me, I forgot to include features.h
2002-11-27 Eric AndersenMake support for global constructors and global destruc...
2002-11-27 Manuel Novoa III Fix an ifdef mismatch.
2002-11-27 Manuel Novoa III Fix bug in setting daylight and timezone when no (valid...
2002-11-23 Manuel Novoa III Oops.. left in a bit of debugging code.
2002-11-22 Manuel Novoa III Ok... here's the summary:
2002-11-21 Eric AndersenOops. As Pavel Roskin notes, I forgot to conditionally...
2002-11-21 Eric AndersenDoh! As Stefan Allius points out, I forgot to properly...
2002-11-21 Miles BaderDebugging tweaks.
2002-11-21 Eric AndersenOops.
2002-11-21 Eric AndersenCleanup use of in6addr_loopback and in6addr_any
2002-11-21 Eric AndersenPatch from Yoshinori Sato to update the h8300 architecture.
2002-11-21 Miles BaderImprove malloc debugging support.
2002-11-20 Eric AndersenRework usershell.c, as the old one was packed full...
2002-11-19 Eric AndersenImplement dynamic atexit handling. Adds a few bytes...
2002-11-15 Eric AndersenThis draws from an old patch by David Blythe for the...
2002-11-15 Eric AndersenCleanup a few structural wierdnesses
2002-11-15 Eric AndersenStefan Allius writes:
2002-11-15 Eric AndersenRemove obsolete files
2002-11-15 Eric AndersenFix it for real this time.
2002-11-15 Eric AndersenDoh! I screwed that one all up. Lets try that again...
2002-11-15 Eric AndersenPatch from Luc Van Oostenryck to fix a buffer overflow
2002-11-15 Eric AndersenStefan Allius writes:
2002-11-15 Eric AndersenI was an idiot and put _fini into the wrong register...
2002-11-14 Eric AndersenAs released in uClibc 0.9.16, regex was being compiled...
2002-11-14 Eric AndersenMinor cleanup
2002-11-14 Eric AndersenImplement sendfile64
2002-11-08 Eric AndersenPatch from Stefan Allius for libgcc multilib support
2002-11-08 Manuel Novoa III Added some temporary "stubs" for collation.
2002-11-08 Manuel Novoa III Add wcwidth and wcswidth, based on Markus Kuhn's wcwidt...
2002-11-07 Manuel Novoa III Remove atof from strtod.o...
2002-11-07 Manuel Novoa III Okay, fix for atof _correctly_...
2002-11-07 Manuel Novoa III Apparently I forgot to build atof...
2002-11-07 Eric AndersenFixup function prototype for __uint128_t which fixes...
2002-11-06 Eric AndersenUpdate soft-float handling
2002-11-05 Manuel Novoa III Forgot to change btowc and wctob when I changed the...
2002-11-05 Eric AndersenFor now, leave the "Oddly enough, __fsetlocking() is...
2002-11-05 Eric AndersenFixup handling of disabled options
2002-11-05 Eric AndersenA patch from Danny Lepage so that we do not setting...
2002-11-05 Eric AndersenPatch from Stefan Allius -- export LIBGCC
2002-11-05 Eric AndersenPatch from Stefan Allius. Include CPU_CFLAGS when...
2002-11-04 Manuel Novoa III Add printf wchar support for %lc (%C) and %ls (%S).
2002-11-04 Eric AndersenI dunno why there were align 5, but align 4 is much...
2002-11-04 Eric AndersenKill sysdep.h and fixup the SH asm to not use it.
2002-11-04 Eric AndersenDon't use ENTRY(), make the asm explicit
2002-11-04 Eric AndersenOops. Fix compilation on arm.
2002-11-03 Eric AndersenA patch from Vincent Sanders to fix the arm implementat...
2002-11-03 Manuel Novoa III It was easy enough to respect locale-specific decimal...
2002-11-03 Manuel Novoa III Implement locale-specific grouping in printf for base...
2002-11-03 Eric AndersenAnother update to initfini.awk and initfini.c from...
2002-11-03 Eric AndersenProperly prefix some symbols
2002-11-03 Eric AndersenPatch from "Cho, Seong-Myun" <smcho@xecurenexus.com...
2002-11-01 Manuel Novoa III Fix a stupid bug.
2002-11-01 Manuel Novoa III Reworked setlocale() return values and locale arg proce...
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-10-29 Manuel Novoa III Fix a couple of 'restrict' bugs in mbstowcs and wcstombs.
2002-10-29 Eric AndersenFix a silly typo for Manuel
2002-10-29 Eric AndersenRemove my horrible SH hack infavor of this fix for...
2002-10-29 Eric AndersenAdd in a horrible hack that seems necessary for the...
2002-10-29 Manuel Novoa III Fix a problem in vasprintf (reported by vodz a while...
2002-10-28 Manuel Novoa III ANSI/ISO C99 requires assert() to write to stderr....
2002-10-28 Manuel Novoa III Allow timezone info to be specified in a file... /etc...
2002-10-25 Eric AndersenFixup depends
2002-10-25 Eric AndersenPut it back the way it was. Sigh.
2002-10-25 Eric AndersenSigh. Lets not use LD to link, or we lose the INTERP...
2002-10-25 Eric AndersenDoh. Add a missing #include to interp.c. I wonder...
2002-10-25 Eric AndersenOverwriting the crt1.o link is fine
2002-10-25 Eric AndersenBe nicer to gcc -- add a link for crt1.o
2002-10-22 Eric AndersenWhen UNIX98PTY_ONLY was false, but Unix 98 ptys were...
2002-10-18 Eric AndersenThis patch, based on a patch from Stefan Allius, lets...
2002-10-18 Miles BaderDon't infinitely recurse when trying to grow __malloc_m...
2002-10-17 Eric AndersenFix malloc so it compiles and works when using pthreads
2002-10-15 Miles BaderUse __heap_[un]lock instead of __malloc_[un]lock.
2002-10-15 Miles BaderGet rid of old malloc lock stuff.
2002-10-15 Miles BaderFix locking to not deadlock when __UCLIBC_UCLINUX_BROKE...
2002-10-14 Eric AndersenPatch from Christian MICHON <christian_michon@yahoo...
2002-10-13 Eric AndersenIt turns out that __thread is now a gcc keyword. We...
2002-10-09 Eric AndersenOctal to hex
2002-10-09 Eric AndersenSupport O_STREAMING
2002-10-09 Miles Bader* Add support for uClinux's broken munmap, contingent on
2002-10-01 Eric AndersenPatch from Marshall M. Midden <m4@brecis.com> to fixup...
2002-10-01 Eric AndersenPatch from Stefan Allius <allius@atecom.com>:
2002-10-01 Eric AndersenPatch from Stefan Allius <allius@atecom.com>:
2002-10-01 Eric AndersenThis commit contains a patch from Stefan Allius <allius...
2002-09-26 Eric AndersenReplace _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__
2002-09-26 Eric AndersenA bug fix from Alexey V. Neyman:
2002-09-23 Tobias AnderbergCosmetic cleanup.
2002-09-20 Tobias Anderberg* Added clone() system call.
2002-09-20 Tobias AnderbergRemoved unused file
next