Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-19 | 4 | -0/+8 |
| | | | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Merged revisions 25821,25823-25824,25836 via svnmerge from | Khem Raj | 2009-03-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | svn+ssh://svn.uclibc.org/svn/trunk/uClibc ........ r25821 | aldot | 2009-03-25 12:27:56 -0700 (Wed, 25 Mar 2009) | 2 lines - do not pass -Wl with -shared in LDFLAGS_NOSTRIP (Peter S. Mazinger) ........ r25823 | aldot | 2009-03-25 13:28:19 -0700 (Wed, 25 Mar 2009) | 8 lines - Add strtouq alias (to strtoul) for 64bit The strtouq alias was only available on 32bit, breaking compilation of stuff using strtouq on 64bit machines. At the same time use the correct return type (u_quad_t). Signed-of-by: Peter Korsgaard <jacmet@sunsite.dk> ........ r25824 | aldot | 2009-03-26 01:51:47 -0700 (Thu, 26 Mar 2009) | 2 lines - ignore objects ........ r25836 | landley | 2009-03-26 21:03:20 -0700 (Thu, 26 Mar 2009) | 3 lines 32/64 bit sparc got unified in 2.6.29 the way x86/x86_64 did in 2.6.28. The new guard symbol is "__SPARC_POSIX_TYPES_H". ........ | ||||
* | *: remove __UCLIBC_CURLOCALE_DATA, __UCLIBC_CURLOCALE_DATA.x | Denis Vlasenko | 2009-01-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | is always equivalent to __UCLIBC_CURLOCALE->x. remove typedef __uclibc_locale_t, it used only in a few places, it is lees confusing to use struct __uclibc_locale_struct everywhere. xlocale.h: hide __global_locale back under _LIBC, bug 53 is wrong in claiming it should be exported. Also hide under _LIBC: extern __locale_t __curlocale_var; extern __locale_t __curlocale(void); extern __locale_t __curlocale_set(__locale_t newloc); # define __UCLIBC_CURLOCALE # define __XL_NPP(N) # define __LOCALE_PARAM # define __LOCALE_ARG # define __LOCALE_PTR | ||||
* | libc/stdlib/_strtod.c: add parens around a | b | Denis Vlasenko | 2008-12-29 | 1 | -1/+1 |
| | |||||
* | - pull r24593:24596 from trunk | Bernhard Reutner-Fischer | 2008-12-29 | 1 | -2/+2 |
| | |||||
* | ctype: remove some trivial macros from ctype.h; | Denis Vlasenko | 2008-12-27 | 1 | -17/+11 |
| | | | | | | | | | | | | 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 | ||||
* | Synch with trunk @ 24379 | Carmelo Amoroso | 2008-12-11 | 1 | -120/+105 |
| | | | | Step 24: miscellaneous merge from trunk. | ||||
* | Synch with trunk @ 24242 | Carmelo Amoroso | 2008-12-03 | 5 | -33/+21 |
| | | | | | Step 18: some more synch: hidden_proto, size reduction and signal handling changes. | ||||
* | Synch with trunk @ 24165 | Carmelo Amoroso | 2008-11-27 | 46 | -117/+115 |
| | | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character) | ||||
* | Synch with trunk @ 24087 | Carmelo Amoroso | 2008-11-18 | 9 | -13/+13 |
| | | | | Step 10: libc_hidden_removal | ||||
* | Synch with trunk @ 24075. | Carmelo Amoroso | 2008-11-17 | 16 | -128/+148 |
| | | | | Step 7: libc/stdlib and malloc | ||||
* | Synch with trunk @ 24075. | Carmelo Amoroso | 2008-11-17 | 4 | -16/+16 |
| | | | | | Step 5 Various Makefile.in | ||||
* | Synch with trunk at rev 22997. | Carmelo Amoroso | 2008-07-31 | 20 | -32/+32 |
| | | | | | | | 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> | ||||
* | Signed-off-by: Khem Raj <raj.khem@gmail.com> | Khem Raj | 2008-07-11 | 1 | -0/+1 |
| | | | | | | | | | | | | Hush compiler for extern inline warnings by using __extern_inline macro, this also makes gcc 4.3 happy. warning: C99 inline functions are not supported; using GNU89 warning: to disable this warning use -fgnu89-inline or the gnu Also fix this other warning. warning: missing braces around initializer warning: (near initialization for '_stdio_streams[0].__lock.__ | ||||
* | BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵ | Carmelo Amoroso | 2008-07-09 | 39 | -499/+553 |
| | | | | 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> | ||||
* | SYnch with trunk: new files | Carmelo Amoroso | 2008-07-09 | 1 | -0/+48 |
| | |||||
* | Synch the whole build system. Also including recent fix on testsuite build ↵ | Carmelo Amoroso | 2008-07-09 | 1 | -2/+8 |
| | | | | system | ||||
* | Sync build machinery stuff from trunk. Some more fixed for mips nptl port | Khem Raj | 2008-06-27 | 1 | -1/+0 |
| | |||||
* | Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso ↵ | Carmelo Amoroso | 2007-11-20 | 13 | -27/+48 |
| | | | | <carmelo.amoroso@st.com> | ||||
* | More merging from trunk. | "Steven J. Hill" | 2007-01-21 | 2 | -6/+4 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-08-22 | 18 | -70/+31 |
| | |||||
* | Merge from trunk. Going pretty good so far. Kind of. Okay, not really. | "Steven J. Hill" | 2006-02-25 | 126 | -1603/+2286 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2006-01-12 | 1 | -0/+208 |
| | |||||
* | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 18 | -32/+47 |
| | |||||
* | Finish merge from trunk, again, no really. | "Steven J. Hill" | 2005-12-10 | 1 | -3/+3 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 21 | -99/+138 |
| | |||||
* | Fix 'sigaction' for NPTL and other thread models. | "Steven J. Hill" | 2005-12-08 | 1 | -2/+0 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-08 | 4 | -4/+10 |
| | |||||
* | Big merge from trunk. Stop the madness! | "Steven J. Hill" | 2005-12-06 | 31 | -65/+69 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-02 | 30 | -346/+113 |
| | |||||
* | Mini-merge from trunk. Not as fun as a Mini Cooper, but oh well. | "Steven J. Hill" | 2005-12-01 | 2 | -67/+69 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-18 | 1 | -1/+2 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-17 | 4 | -18/+34 |
| | |||||
* | Remove '__libc_fatal' function and usage of it. Remove and disable 'freeres' ↵ | "Steven J. Hill" | 2005-11-16 | 2 | -63/+0 |
| | | | | code having to do with internal library memory usage and GDB. uClibc homey don't play that. | ||||
* | Merge from trunk. | "Steven J. Hill" | 2005-10-30 | 2 | -20/+12 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+33 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+31 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+42 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+125 |
| | |||||
* | Fix up build system for NPTL. I admit it is much cleaner now, but I lost my ↵ | "Steven J. Hill" | 2005-10-04 | 1 | -2/+8 |
| | | | | entire Saturday fixing this $!#$!#@$T! up. | ||||
* | Big, huge fricking merge. Peter, if you touch the build system again I'm ↵ | "Steven J. Hill" | 2005-10-04 | 2 | -78/+184 |
| | | | | going to smash your keyboard. | ||||
* | Rename option PTHREADS_NATIVE to be UCLIBC_HAS_THREADS_NATIVE instead. What ↵ | "Steven J. Hill" | 2005-09-24 | 1 | -1/+1 |
| | | | | a stupid name to start with. What idiot thought of that? | ||||
* | Big sync with trunk. | "Steven J. Hill" | 2005-09-24 | 1 | -68/+68 |
| | |||||
* | Finish merge from trunk. | "Steven J. Hill" | 2005-09-13 | 1 | -2/+1 |
| | |||||
* | Sync with trunk. | "Steven J. Hill" | 2005-08-25 | 4 | -9/+136 |
| | |||||
* | Sync with trunk. | "Steven J. Hill" | 2005-08-18 | 1 | -2/+2 |
| | |||||
* | Sync with trunk. | "Steven J. Hill" | 2005-08-18 | 1 | -0/+42 |
| | |||||
* | Compile cleanups for NPTL support. | "Steven J. Hill" | 2005-08-09 | 2 | -4/+14 |
| | |||||
* | Disable compilation of 'thread-freeres.c' until we sort out the start | "Steven J. Hill" | 2005-07-31 | 1 | -4/+4 |
| | | | | and stop functions lists for threads. | ||||
* | Finalize the merge from the trunk. There are more files to be | "Steven J. Hill" | 2005-07-30 | 4 | -160/+165 |
| | | | | merged, but they will be done manually. |