summaryrefslogtreecommitdiffstats
path: root/extra
Commit message (Collapse)AuthorAgeFilesLines
...
* fix another corner case in unifdefDenis Vlasenko2008-12-282-2/+8
|
* patch up unifdef to recognize and remove "#if defined _LIBC && something"Denis Vlasenko2008-12-282-35/+160
| | | | | blocks too (and similar)
* ctype: remove some trivial macros from ctype.h;Denis Vlasenko2008-12-271-1/+6
| | | | | | | | | | | | remove __tolower and __toupper (they existed only in SOME configs!); remove usages of _tolower (some of them clearly buggy) from uclibc code; add a few more -U<define> options to unifdef pass over installed headers; document it on docs/wchar_and_locale.txt text data bss dec hex filename - 514963 2727 15396 533086 8225e lib/libuClibc-0.9.30-svn.so + 514888 2727 15396 533011 82213 lib/libuClibc-0.9.30-svn.so
* - sync with trunkBernhard Reutner-Fischer2008-12-231-2/+7
|
* - sync r24496 from trunkBernhard Reutner-Fischer2008-12-231-11/+35
|
* sync with trunk. Compile tested on i386Denis Vlasenko2008-12-237-453/+389
|
* Fix NPTL config option sentenceCarmelo Amoroso2008-12-201-1/+1
|
* Fix memset argsCarmelo Amoroso2008-11-261-2/+2
|
* Synch with trunk @ 24071.Carmelo Amoroso2008-11-1737-857/+1293
| | | | | Step 2 locale stuff - configuration and top Makefiles
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-3110-41/+40
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Remove .depend when doing distcleanCarmelo Amoroso2008-07-291-1/+1
|
* Handle system call names like __ARM_NR_set_tlsKhem Raj2008-07-101-6/+11
|
* BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵Carmelo Amoroso2008-07-094-5/+6
| | | | NPTL sh4 port build and work fine. All committed to allow Khem Ray working on a working branch to integrate the ARM nptl port. MIPS nptl port not tested but should still building and working fine. There are some other part non yet merged with trunk (misc/internals and some headers file that need some more work). Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Added 'locale' utilities Carmelo Amoroso2008-07-092-0/+819
|
* Synch extra/Configs with trunkCarmelo Amoroso2008-07-095-41/+385
|
* Synch extra/config with trunkCarmelo Amoroso2008-07-0938-1770/+1805
|
* .depend not under conf mgmtCarmelo Amoroso2008-07-091-12/+0
|
* Sync build machinery stuff from trunk. Some more fixed for mips nptl portKhem Raj2008-06-274-4/+1143
|
* STEP 9: synch extra directoryCarmelo Amoroso2008-04-255-316/+132
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Make script executableCarmelo Amoroso2008-03-181-0/+0
|
* Add missing file in extra/configCarmelo Amoroso2008-03-161-0/+242
|
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-1642-5237/+10241
| | | | | | Step 5: merge extra/config folder Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge nptl branch tree with trunk. Carmelo Amoroso2008-03-1652-85/+190
| | | | | | Step 4: merge extra/Configs folder Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch with trunk.Carmelo Amoroso2008-03-051-0/+27
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com
* Remove extra / from directory nameCarmelo Amoroso2008-03-051-1/+1
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Fix __uClibc_main.c to not create aliases to hidden variablesCarmelo Amoroso2007-11-221-0/+1
| | | | | | | | | | | (like __progname). This patch has been already into the trunk and it solves a segfault with openssh for example. Further needed to fix the prototype of 'program_invocation_name; into include/errno.h to avoid mismatch with definition within libc/misc/internals/__uCLibc_main.c Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Added optmized memcpy implementation for SH4Carmelo Amoroso2007-11-211-1/+5
| | | | | | | | | | | | | (backward memcpy algorithm) Modified libc/string/generic/Makefile.in to handle subtarget implementations. Fixed generic memmove code to handle backward memcpy by using a selectable config option __ARCH_HAS_BWD_MEMCPY__ This option is on for SH4 arch Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso ↵Carmelo Amoroso2007-11-202-4/+30
| | | | <carmelo.amoroso@st.com>
* More merging from trunk."Steven J. Hill"2007-01-217-19/+117
|
* Merge from trunk."Steven J. Hill"2006-12-162-7/+23
|
* When you delete a '1' does it become '0' or tri-stated?"Steven J. Hill"2006-12-161-173/+0
|
* Merge from trunk."Steven J. Hill"2006-08-215-17/+15
|
* Merge from trunk."Steven J. Hill"2006-08-211-13/+3
|
* Temporary hack."Steven J. Hill"2006-08-211-0/+2
|
* Merge from trunk."Steven J. Hill"2006-08-213-36/+66
|
* Merge from trunk."Steven J. Hill"2006-08-211-8/+10
|
* Copy from trunk."Steven J. Hill"2006-08-211-0/+3
|
* I don't even want to talk about this."Steven J. Hill"2006-08-181-0/+27
|
* Merge from trunk."Steven J. Hill"2006-02-273-30/+100
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-2517-109/+151
|
* Merge from trunk."Steven J. Hill"2006-02-2520-308/+105
|
* Copy from trunk."Steven J. Hill"2006-02-231-0/+26
|
* Copy from trunk."Steven J. Hill"2006-02-231-0/+21
|
* Add in files and necessary make targets to autogenerate header files for ↵"Steven J. Hill"2006-02-051-0/+32
| | | | various offsets needed for TLS storage access and low level locking which be used by architectures other than MIPS. (HINT: maybe I'm working other architectures for NPTL, maybe I'm not. I'll never tell.)
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-0/+14
|
* Merge from trunk."Steven J. Hill"2006-01-063-19/+67
|
* Merge from trunk."Steven J. Hill"2005-12-081-1/+2
|
* Merge from trunk."Steven J. Hill"2005-12-061-5/+10
|
* Changes for NPTL and new build system."Steven J. Hill"2005-12-021-2/+12
|
* Merge from trunk. More to come you betcha'."Steven J. Hill"2005-12-029-24/+13
|