Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | 2006-07-05 | 1 | -1/+0 |
| | | | | I had clearly run search/replace on that were cluttering things up. | ||||
* | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not ↵ | Peter S. Mazinger | 2006-03-23 | 1 | -0/+1 |
| | | | | defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist | ||||
* | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | 2006-03-22 | 1 | -1/+3 |
| | |||||
* | Mark some functions as GNU, provide missing hidden memmem, remove ↵ | Peter S. Mazinger | 2006-03-22 | 4 | -7/+15 |
| | | | | _ISOC99/XOPEN_SOURCE | ||||
* | Sync w/ glibc | Peter S. Mazinger | 2006-02-28 | 4 | -5/+8 |
| | |||||
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | 2006-02-13 | 1 | -12/+9 |
| | | | | 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 | ||||
* | include stdint.h and check __intptr_t_defined to see if we need to setup ↵ | Mike Frysinger | 2006-02-07 | 1 | -1/+2 |
| | | | | uintptr_t | ||||
* | make regex a little bit smaller | Peter S. Mazinger | 2006-01-30 | 3 | -3/+7 |
| | |||||
* | Bernhard Fischer writes: remove unused variables | Mike Frysinger | 2006-01-29 | 1 | -2/+0 |
| | |||||
* | Get rid of nested warnings | Peter S. Mazinger | 2006-01-23 | 1 | -4/+4 |
| | |||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 2 | -5/+0 |
| | | | | is a useless attempt | ||||
* | fix warning when sizeof uchar_t is 8 bits | Mike Frysinger | 2006-01-20 | 1 | -0/+4 |
| | |||||
* | s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵ | Peter S. Mazinger | 2006-01-16 | 3 | -24/+24 |
| | | | | see what libpthread will do ... | ||||
* | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 1 | -0/+7 |
| | | | | gone from libc. The remaining are left as exercise for others ;-) | ||||
* | get rid of warning if UCLIBC_HAS_CTYPE_TABLES is not enabled | Peter S. Mazinger | 2006-01-15 | 1 | -0/+2 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 3 | -58/+65 |
| | | | | missing headers, other jump relocs removed | ||||
* | Apply patch used in sed for malloc(0) | Peter S. Mazinger | 2006-01-11 | 1 | -2/+3 |
| | |||||
* | Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE | Peter S. Mazinger | 2006-01-03 | 3 | -4/+4 |
| | |||||
* | Macros are no good for jump relocs, hack to get rid of one introduced my new ↵ | Peter S. Mazinger | 2005-12-16 | 1 | -0/+3 |
| | | | | regex code | ||||
* | Use hidden towupper in new regex | Peter S. Mazinger | 2005-12-16 | 1 | -0/+1 |
| | |||||
* | Make new regex build w/ WCHAR disabled, vapier, does it now work for you? | Peter S. Mazinger | 2005-12-16 | 2 | -0/+6 |
| | |||||
* | New regex as well | Peter S. Mazinger | 2005-12-16 | 1 | -0/+2 |
| | |||||
* | glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabled | Peter S. Mazinger | 2005-12-16 | 1 | -15/+23 |
| | |||||
* | make new regex code use __mempcpy | Peter S. Mazinger | 2005-12-09 | 1 | -1/+1 |
| | |||||
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 1 | -0/+1 |
| | |||||
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 1 | -2/+3 |
| | |||||
* | Hide more | Peter S. Mazinger | 2005-12-07 | 2 | -0/+2 |
| | |||||
* | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 3 | -15/+25 |
| | |||||
* | Make use internal str*casecmp/wcscoll | Peter S. Mazinger | 2005-12-06 | 2 | -0/+3 |
| | |||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -0/+4 |
| | |||||
* | Forgotten that this file is special and does not accept hidden, __mempcpy is ↵ | Peter S. Mazinger | 2005-12-01 | 1 | -1/+1 |
| | | | | hidden again | ||||
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 2 | -3/+11 |
| | |||||
* | Allow internal_function to come from libc | Peter S. Mazinger | 2005-11-28 | 2 | -2/+1 |
| | |||||
* | Correct regexec | Peter S. Mazinger | 2005-11-28 | 1 | -0/+2 |
| | |||||
* | Add new regex code from glibc, this is almost double size of the earlier ↵ | Peter S. Mazinger | 2005-11-28 | 7 | -0/+10691 |
| | | | | one, but passes sed tests (and thus allows making sed shrink from 91k to 42k | ||||
* | Rename regex.c to regex_old.c | Peter S. Mazinger | 2005-11-28 | 2 | -3/+3 |
| | |||||
* | Sync regex.h w/ glibc and make regex build w/ it | Peter S. Mazinger | 2005-11-28 | 1 | -0/+1 |
| | |||||
* | Hide some wcs* | Peter S. Mazinger | 2005-11-27 | 1 | -0/+1 |
| | |||||
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 1 | -0/+11 |
| | |||||
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
| | |||||
* | 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 | -35/+8 |
| | |||||
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | 2005-10-25 | 1 | -0/+26 |
| | | | | archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | ||||
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | 2005-10-12 | 1 | -8/+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 |
| | |||||
* | 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). | ||||
* | As released in uClibc 0.9.16, regex was being compiled without | Eric Andersen | 2002-11-14 | 1 | -2/+2 |
| | | | | | | wide char support, even when the rest of uClibc was. This led to anyone using regex segfaulting... -Erik | ||||
* | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | 2001-12-19 | 1 | -0/+1 |
| | |||||
* | Sync regex with glibc 2.2.4. I need to add an option to select | Eric Andersen | 2001-11-24 | 1 | -4300/+6942 |
| | | | | | a minamalist replacement. Coming soon... -Erik | ||||
* | The m68k-elf compiler chokes on this code when compiling for PIC as | David McCullough | 2001-06-07 | 1 | -1129/+1128 |
| | | | | | | | | | | | | | | | | compile_regex is one big function (relative function calls further than cpu32 can do). The solution was to re-order the code a little to reduce the size of these relative calls. So the total sum of the changes is: * Move compile_regex to the end of the file * make store_op1 an inline Unfortunately CVS diff doesn't show this and makes it look like the whole file has been severely hacked. It hasn't. |