summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Cleanup patch from Simon RoweEric Andersen2002-11-061-1/+12
|
* Forgot to change btowc and wctob when I changed the wc<->mb functions yesterday.Manuel Novoa III2002-11-051-9/+25
|
* For now, leave the "Oddly enough, __fsetlocking() is NOT threadsafe."Eric Andersen2002-11-051-0/+2
| | | | comment as an mjn3 only item.
* Cleanup soft-float supportEric Andersen2002-11-052-1/+6
|
* Fixup handling of disabled optionsEric Andersen2002-11-053-4/+4
|
* Fix gcc-uClibc.h dependanciesEric Andersen2002-11-051-1/+1
|
* Massive scrubbing of the shared lib loader error handling.Eric Andersen2002-11-0513-265/+282
| | | | | Move all configuration options into the new config system. -Erik
* A patch from Danny Lepage so that we do not setting on symlinksEric Andersen2002-11-051-2/+2
| | | | | when looking for a device match, and instead keep looking till we find the correct device.
* Expand NIS commentsEric Andersen2002-11-051-1/+2
|
* Standardize LIBGCC_DIREric Andersen2002-11-054-13/+10
|
* Kill legacy DOPIC=true assignmentEric Andersen2002-11-051-1/+0
|
* Patch from Stefan Allius -- export LIBGCCEric Andersen2002-11-051-1/+1
|
* Patch from Stefan Allius. Include CPU_CFLAGS when compilingEric Andersen2002-11-051-1/+1
| | | | initfini
* Patch from M. R. Brown to fix 'make defconfig'Eric Andersen2002-11-051-0/+7
|
* Export TARGET_ARCHEric Andersen2002-11-051-5/+4
|
* Hit the highlights of glibc differences in my code. Not yet complete though.Manuel Novoa III2002-11-041-1/+72
|
* Add printf wchar support for %lc (%C) and %ls (%S).Manuel Novoa III2002-11-042-29/+140
| | | | | | | | | | | | | Require printf format strings to be valid multibyte strings beginning and ending in their initial shift state, as per the stds. Fixed a bug in _wchar_wcsntoutf8s(). Don't store wcs position if dst is NULL. Also, introduce an awful hack into _wchar_wcsntoutf8s() and wcsrtombs() in order to support %ls in printf. See comments below for details. Change behaviour of wc<->mb functions when in the C locale. Now they do a 1-1 map for the range 0x80-UCHAR_MAX. This is for backwards compatibility and consistency with the stds requirements that a printf format string by a valid multibyte string beginning and ending in it's initial shift state.
* This fixes a broken build for me.Manuel Novoa III2002-11-041-1/+1
|
* Fixup so we use soft-float when HAS_FPU is disabled.Eric Andersen2002-11-041-3/+11
| | | | -Erik
* I dunno why there were align 5, but align 4 is much more sensible.Eric Andersen2002-11-046-6/+6
|
* Kill sysdep.h and fixup the SH asm to not use it.Eric Andersen2002-11-047-114/+48
| | | | -Erik
* Don't use ENTRY(), make the asm explicitEric Andersen2002-11-041-1/+5
| | | | -Erik
* Add link to search google's uclibc archiveEric Andersen2002-11-041-4/+10
|
* Oops. Fix compilation on arm.Eric Andersen2002-11-041-1/+4
| | | | -Erik
* A patch from Vincent Sanders to fix the arm implementation ofEric Andersen2002-11-033-88/+247
| | | | ioperm() and iopl()
* It was easy enough to respect locale-specific decimal point for printfManuel Novoa III2002-11-031-2/+15
| | | | | floating point output, so at least implement that. But grouping will have to wait for the rewrite of _dtostr.
* Implement locale-specific grouping in printf for base 10 integer conversionsManuel Novoa III2002-11-033-5/+95
| | | | | when the grouping flag "'" is specified. Grouping for floating point values may wait until I do a rewrite of the floating pt to string code...
* Several SH lib loader patches by Stefan Allius <allius@atecom.com>Eric Andersen2002-11-035-3/+8
| | | | and "M. R. Brown" <mrbrown@0xd6.org>
* Another update to initfini.awk and initfini.c from Stefan AlliusEric Andersen2002-11-032-13/+34
| | | | | to hopefully address SH wierdness. Now works on other architecture properly as well.
* Properly prefix some symbolsEric Andersen2002-11-034-36/+11
|
* Yet more config system updating.Eric Andersen2002-11-0316-126/+51
|
* Patch from M. R. Brown <mrbrown@0xd6.org> to get rid ofEric Andersen2002-11-034-122/+122
| | | | "depreciated multi-line string literals" warnings
* Patch from "Cho, Seong-Myun" <smcho@xecurenexus.com> to limitEric Andersen2002-11-031-1/+3
| | | | things to the lower 16 bits of 'id'.
* Use "include_config" not "include-config"Eric Andersen2002-11-032-4/+4
|
* kill some ancient stuff that appears to be lingeringEric Andersen2002-11-021-8/+8
|
* Default to SH4Eric Andersen2002-11-021-1/+1
|
* update all the Config files for the various arches so they work with the newEric Andersen2002-11-0217-2464/+411
| | | | | config system. Hopefully I got everything here correct... -Erik
* Update TODO itemsEric Andersen2002-11-021-15/+7
|
* A few cosmetic adjustments, and fixup the makefile a bitEric Andersen2002-11-024-13/+15
|
* Fix PIC configuration, so shared libraries once again workEric Andersen2002-11-023-3/+4
| | | | -Erik
* It looks like I lost DEVEL_TOOL_PREFIX. Put it back.Eric Andersen2002-11-021-0/+10
| | | | -Erik
* Fix a stupid bug.Manuel Novoa III2002-11-011-0/+1
|
* Reworked setlocale() return values and locale arg processing toManuel Novoa III2002-11-011-89/+166
| | | | | | | be more like glibc. Applications expecting to be able to query locale settings should now work... at the cost of almost doubling the size of the setlocale object code. Fixed a bug in the internal fixed-size-string locale specifier code.
* Add a few more entries.Manuel Novoa III2002-11-011-0/+16
|
* Work around glibc brain-damage regarding nl_langinfo and {mon_}groupingManuel Novoa III2002-11-011-2/+85
| | | | entries.
* Fix udhcp linkEric Andersen2002-11-011-2/+2
|
* Don't assume i386Eric Andersen2002-11-011-1/+0
|
* Make it so arch specific stuff can be simpler. Initial attempt atEric Andersen2002-10-314-295/+172
| | | | | | making CPU_CFLAGS, which should allow things to be optimized per-CPU and/or per-system. -Erik
* Oops. Kill generated binaries.Eric Andersen2002-10-319-5227/+7
|
* Skip the dependancy on .config for nowEric Andersen2002-10-311-1/+1
|