Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | trim Experimentally off and uncommented hidden | Austin Foxley | 2009-09-18 | 2 | -19/+1 |
| | | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-19 | 1 | -0/+2 |
| | | | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com> | ||||
* | Synch with trunk @ 24165 | Carmelo Amoroso | 2008-11-27 | 2 | -12/+12 |
| | | | | | 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 | 2 | -4/+4 |
| | | | | Step 10: libc_hidden_removal | ||||
* | Synch with trunk @ 24075. | Carmelo Amoroso | 2008-11-17 | 1 | -4/+4 |
| | | | | | Step 5 Various Makefile.in | ||||
* | BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly ↵ | Carmelo Amoroso | 2008-07-09 | 2 | -3/+16 |
| | | | | 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 the whole build system. Also including recent fix on testsuite build ↵ | Carmelo Amoroso | 2008-07-09 | 1 | -1/+7 |
| | | | | system | ||||
* | Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso ↵ | Carmelo Amoroso | 2007-11-20 | 1 | -2/+0 |
| | | | | <carmelo.amoroso@st.com> | ||||
* | Merge from trunk and bring in NPTL code in the various 'misc' subsystems. | "Steven J. Hill" | 2006-08-24 | 3 | -7/+4 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2006-02-27 | 3 | -63/+72 |
| | |||||
* | Big fricking merge from trunk. | "Steven J. Hill" | 2006-01-07 | 2 | -9/+9 |
| | |||||
* | Merge from trunk. | "Steven J. Hill" | 2005-12-10 | 2 | -23/+34 |
| | |||||
* | Merge from trunk. More to come you betcha'. | "Steven J. Hill" | 2005-12-02 | 2 | -34/+11 |
| | |||||
* | Massive merge from trunk. | "Steven J. Hill" | 2005-11-17 | 1 | -1/+0 |
| | |||||
* | Copy from trunk. | "Steven J. Hill" | 2005-10-30 | 1 | -0/+25 |
| | |||||
* | Finalize the merge from the trunk. There are more files to be | "Steven J. Hill" | 2005-07-30 | 1 | -1/+1 |
| | | | | merged, but they will be done manually. | ||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
| | |||||
* | Rewrite the err/warn functions as they were broken (__noreturn__ funcs | Manuel Novoa III | 2004-03-11 | 3 | -76/+111 |
| | | | | | were returning). Anyway, also make them threadsafe and smaller. The error.c file still needs work. | ||||
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
| | | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM). | ||||
* | Patch from Rob McMullen: | Eric Andersen | 2003-10-09 | 1 | -0/+74 |
| | | | | | | | | Here's a patch... Since they aren't SUSv3 functions, I don't know if they'll ever get officially added, but it helps with BSD porting and allows quite a few Gentoo ebuilds to compile without changing anything. Rob | ||||
* | Add a fun pointer to make apps happy | Eric Andersen | 2002-04-05 | 1 | -1/+5 |
| | |||||
* | Support gnu error(), patch contributed by Andrew Ip <aip@cwlinux.com> | Eric Andersen | 2002-03-15 | 2 | -0/+137 |