Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prettify make clean | Bernhard Reutner-Fischer | 2010-03-25 | 1 | -2/+2 |
| | | | | Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | ftw() is obsolescent in SUSv4 | Bernhard Reutner-Fischer | 2009-10-08 | 2 | -2/+5 |
| | | | | | | Apps should switch to nftw() Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | convert // comments to /**/; remove empty #if/#endif pairs. no code changes | Denys Vlasenko | 2009-09-18 | 1 | -3/+0 |
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | ||||
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -19/+0 |
| | | | | | | | | 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: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | support building out-of-tree | Bernhard Reutner-Fischer | 2009-08-17 | 1 | -0/+2 |
| | | | | | | Handle O= Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | heed compiler warnings about checking non-defined variables in #if directives | Denis Vlasenko | 2008-12-14 | 1 | -3/+3 |
| | |||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -12/+12 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -2/+2 |
| | |||||
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+4 |
| | |||||
* | - fix inline keyword | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -3/+3 |
| | |||||
* | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer | 2008-05-20 | 1 | -19/+4 |
| | |||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 1 | -5/+5 |
| | | | | | | | | | in string.h and strings.h. This caught unguarded string ops in libc/inet/ethers.c __ether_line_w() function. I will wait for fallout reports for a week or so, then continue converting more libc_hidden_proto's. | ||||
* | Mark some functions as GNU, provide missing hidden memmem, remove ↵ | Peter S. Mazinger | 2006-03-22 | 1 | -1/+0 |
| | | | | _ISOC99/XOPEN_SOURCE | ||||
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | 2006-02-13 | 1 | -9/+6 |
| | | | | libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore | ||||
* | no point in declaring save_err locally | Mike Frysinger | 2006-01-29 | 1 | -1/+1 |
| | |||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 1 | -1/+0 |
| | | | | is a useless attempt | ||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 2 | -30/+39 |
| | | | | missing headers, other jump relocs removed | ||||
* | Sync ftw w/ glibc, splitting ftw and ftw64 | Peter S. Mazinger | 2005-12-30 | 3 | -460/+640 |
| | |||||
* | glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabled | Peter S. Mazinger | 2005-12-16 | 1 | -5/+13 |
| | |||||
* | Convert all users of earlier hiddens | Peter S. Mazinger | 2005-12-13 | 1 | -2/+2 |
| | |||||
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 1 | -0/+5 |
| | |||||
* | Hide more | Peter S. Mazinger | 2005-12-07 | 1 | -0/+1 |
| | |||||
* | More hiding, 300 left | Peter S. Mazinger | 2005-12-04 | 1 | -0/+1 |
| | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -0/+2 |
| | |||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -6/+9 |
| | |||||
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 1 | -0/+1 |
| | |||||
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 1 | -0/+2 |
| | |||||
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
| | |||||
* | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 ↵ | Peter S. Mazinger | 2005-11-03 | 1 | -5/+2 |
| | | | | with my config (no locale, the rest enabled). Not tested if libc is complete and usable. All the files listed in *_NO_MULTI need love, best would be to replace all multisources w/ single sources. | ||||
* | Enable IMA | Peter S. Mazinger | 2005-11-03 | 1 | -1/+4 |
| | |||||
* | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger | 2005-11-01 | 1 | -1/+4 |
| | |||||
* | Remove last unused references to libc-a-pic-, we use only the lists in ↵ | Peter S. Mazinger | 2005-11-01 | 1 | -1/+0 |
| | | | | libc-a-y for objects that go into static libs, changing their suffix to .os, of they should be PIC | ||||
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -32/+8 |
| | |||||
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | 2005-10-25 | 1 | -0/+38 |
| | | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | ||||
* | Kill warning if IMA compiled | Peter S. Mazinger | 2005-10-21 | 1 | -0/+2 |
| | |||||
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | 2005-10-12 | 1 | -10/+7 |
| | | | | objects at once; use :=//$</$^; use CRT_SRC/CRT_OBJ/SCRT_OBJ/CSRC/COBJ/SSRC/SOBJ/MSRC/MOBJ where no more is needed, if only CSRC is present use OBJS directly instead of COBJ; CTOR_TARGETS are created directly in lib; remove unused/unneeded parts. Hope I haven't broken too much. | ||||
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
| | |||||
* | Fix up several errors related to filename length and errno that | Eric Andersen | 2003-11-08 | 1 | -2/+5 |
| | | | | | showed up while running the latest LTP testsuite. -Erik | ||||
* | 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). | ||||
* | oops. ftw would blow chunks if UCLIBC_HAS_LFS was disabled. | Eric Andersen | 2003-09-06 | 1 | -4/+1 |
| | |||||
* | fixup ftw and ftw64. Unfortunately, adding ftw64 doubles the | Eric Andersen | 2003-09-06 | 2 | -20/+51 |
| | | | | size... :-( | ||||
* | Fix the bugs I stupidly added | Eric Andersen | 2003-09-06 | 1 | -1/+1 |
| | |||||
* | Add support for ftw and nftw | Eric Andersen | 2003-09-05 | 2 | -0/+660 |