Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix another corner case in unifdef | Denis Vlasenko | 2008-12-28 | 2 | -2/+8 | |
| | ||||||
* | patch up unifdef to recognize and remove "#if defined _LIBC && something" | Denis Vlasenko | 2008-12-28 | 2 | -35/+160 | |
| | | | | | blocks too (and similar) | |||||
* | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko | 2008-12-27 | 1 | -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 trunk | Bernhard Reutner-Fischer | 2008-12-23 | 1 | -2/+7 | |
| | ||||||
* | - sync r24496 from trunk | Bernhard Reutner-Fischer | 2008-12-23 | 1 | -11/+35 | |
| | ||||||
* | sync with trunk. Compile tested on i386 | Denis Vlasenko | 2008-12-23 | 7 | -453/+389 | |
| | ||||||
* | Fix NPTL config option sentence | Carmelo Amoroso | 2008-12-20 | 1 | -1/+1 | |
| | ||||||
* | Fix memset args | Carmelo Amoroso | 2008-11-26 | 1 | -2/+2 | |
| | ||||||
* | Synch with trunk @ 24071. | Carmelo Amoroso | 2008-11-17 | 37 | -857/+1293 | |
| | | | | | Step 2 locale stuff - configuration and top Makefiles | |||||
* | Synch with trunk at rev 22997. | Carmelo Amoroso | 2008-07-31 | 10 | -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 distclean | Carmelo Amoroso | 2008-07-29 | 1 | -1/+1 | |
| | ||||||
* | Handle system call names like __ARM_NR_set_tls | Khem Raj | 2008-07-10 | 1 | -6/+11 | |
| | ||||||
* | BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵ | Carmelo Amoroso | 2008-07-09 | 4 | -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 Amoroso | 2008-07-09 | 2 | -0/+819 | |
| | ||||||
* | Synch extra/Configs with trunk | Carmelo Amoroso | 2008-07-09 | 5 | -41/+385 | |
| | ||||||
* | Synch extra/config with trunk | Carmelo Amoroso | 2008-07-09 | 38 | -1770/+1805 | |
| | ||||||
* | .depend not under conf mgmt | Carmelo Amoroso | 2008-07-09 | 1 | -12/+0 | |
| | ||||||
* | Sync build machinery stuff from trunk. Some more fixed for mips nptl port | Khem Raj | 2008-06-27 | 4 | -4/+1143 | |
| | ||||||
* | STEP 9: synch extra directory | Carmelo Amoroso | 2008-04-25 | 5 | -316/+132 | |
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||||
* | Make script executable | Carmelo Amoroso | 2008-03-18 | 1 | -0/+0 | |
| | ||||||
* | Add missing file in extra/config | Carmelo Amoroso | 2008-03-16 | 1 | -0/+242 | |
| | ||||||
* | Merge nptl branch tree with trunk. | Carmelo Amoroso | 2008-03-16 | 42 | -5237/+10241 | |
| | | | | | | Step 5: merge extra/config folder Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||||
* | Merge nptl branch tree with trunk. | Carmelo Amoroso | 2008-03-16 | 52 | -85/+190 | |
| | | | | | | Step 4: merge extra/Configs folder Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||||
* | Synch with trunk. | Carmelo Amoroso | 2008-03-05 | 1 | -0/+27 | |
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com | |||||
* | Remove extra / from directory name | Carmelo Amoroso | 2008-03-05 | 1 | -1/+1 | |
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com> | |||||
* | Fix __uClibc_main.c to not create aliases to hidden variables | Carmelo Amoroso | 2007-11-22 | 1 | -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 SH4 | Carmelo Amoroso | 2007-11-21 | 1 | -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 Amoroso | 2007-11-20 | 2 | -4/+30 | |
| | | | | <carmelo.amoroso@st.com> | |||||
* | More merging from trunk. | "Steven J. Hill" | 2007-01-21 | 7 | -19/+117 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-12-16 | 2 | -7/+23 | |
| | ||||||
* | When you delete a '1' does it become '0' or tri-stated? | "Steven J. Hill" | 2006-12-16 | 1 | -173/+0 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-21 | 5 | -17/+15 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-21 | 1 | -13/+3 | |
| | ||||||
* | Temporary hack. | "Steven J. Hill" | 2006-08-21 | 1 | -0/+2 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-21 | 3 | -36/+66 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-21 | 1 | -8/+10 | |
| | ||||||
* | Copy from trunk. | "Steven J. Hill" | 2006-08-21 | 1 | -0/+3 | |
| | ||||||
* | I don't even want to talk about this. | "Steven J. Hill" | 2006-08-18 | 1 | -0/+27 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-27 | 3 | -30/+100 | |
| | ||||||
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 17 | -109/+151 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-25 | 20 | -308/+105 | |
| | ||||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-23 | 1 | -0/+26 | |
| | ||||||
* | Copy from trunk. | "Steven J. Hill" | 2006-02-23 | 1 | -0/+21 | |
| | ||||||
* | Add in files and necessary make targets to autogenerate header files for ↵ | "Steven J. Hill" | 2006-02-05 | 1 | -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-07 | 1 | -0/+14 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2006-01-06 | 3 | -19/+67 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-08 | 1 | -1/+2 | |
| | ||||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-06 | 1 | -5/+10 | |
| | ||||||
* | Changes for NPTL and new build system. | "Steven J. Hill" | 2005-12-02 | 1 | -2/+12 | |
| | ||||||
* | Merge from trunk. More to come you betcha'. | "Steven J. Hill" | 2005-12-02 | 9 | -24/+13 | |
| |