Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-12 | add hidden_proto's for __uc_malloc | Denis Vlasenko | |
(patch by Bernd Schmidt <bernds_cb1 at t-online.de>) | |||
2007-07-30 | make regex_old.c, ruserpass.c use __uc_malloc, | Denis Vlasenko | |
replace "buf = malloc(BUFSIZ); if (!buf) abort();" by __uc_malloc elsewhere. With last 7 patches together uclibc has 3k of static data total with fairly big .config and with 2k being used for 2 x BUFSIZ stdio buffer: text data bss dec hex filename 114 132 2048 2294 8f6 _stdio.o (ex lib/libc.a) total data 593 total bss 3062 | |||
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | |
I had clearly run search/replace on that were cluttering things up. | |||
2006-03-23 | select needs sys/select.h, str[n]casecmp/ffs needs strings.h, if BSD is not ↵ | Peter S. Mazinger | |
defined, gettimeofday has other prototype and tm_gmtoff/tm_zone do not exist | |||
2006-03-22 | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger | |
2006-03-22 | Mark some functions as GNU, provide missing hidden memmem, remove ↵ | Peter S. Mazinger | |
_ISOC99/XOPEN_SOURCE | |||
2006-02-28 | Sync w/ glibc | Peter S. Mazinger | |
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | |
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 | |||
2006-02-07 | include stdint.h and check __intptr_t_defined to see if we need to setup ↵ | Mike Frysinger | |
uintptr_t | |||
2006-01-30 | make regex a little bit smaller | Peter S. Mazinger | |
2006-01-29 | Bernhard Fischer writes: remove unused variables | Mike Frysinger | |
2006-01-23 | Get rid of nested warnings | Peter S. Mazinger | |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | |
is a useless attempt | |||
2006-01-20 | fix warning when sizeof uchar_t is 8 bits | Mike Frysinger | |
2006-01-16 | s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵ | Peter S. Mazinger | |
see what libpthread will do ... | |||
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | |
gone from libc. The remaining are left as exercise for others ;-) | |||
2006-01-15 | get rid of warning if UCLIBC_HAS_CTYPE_TABLES is not enabled | Peter S. Mazinger | |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2006-01-11 | Apply patch used in sed for malloc(0) | Peter S. Mazinger | |
2006-01-03 | Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE | Peter S. Mazinger | |
2005-12-16 | Macros are no good for jump relocs, hack to get rid of one introduced my new ↵ | Peter S. Mazinger | |
regex code | |||
2005-12-16 | Use hidden towupper in new regex | Peter S. Mazinger | |
2005-12-16 | Make new regex build w/ WCHAR disabled, vapier, does it now work for you? | Peter S. Mazinger | |
2005-12-16 | New regex as well | Peter S. Mazinger | |
2005-12-16 | glob/ftw/regex_old reworked. regex_old did not have MBS_SUPPORT enabled | Peter S. Mazinger | |
2005-12-09 | make new regex code use __mempcpy | Peter S. Mazinger | |
2005-12-09 | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | |
2005-12-08 | Use internal versions | Peter S. Mazinger | |
2005-12-07 | Hide more | Peter S. Mazinger | |
2005-12-07 | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | |
2005-12-06 | Make use internal str*casecmp/wcscoll | Peter S. Mazinger | |
2005-12-03 | More hiding, including __mempcpy | Peter S. Mazinger | |
2005-12-01 | Forgotten that this file is special and does not accept hidden, __mempcpy is ↵ | Peter S. Mazinger | |
hidden again | |||
2005-12-01 | Hide mostly used functions | Peter S. Mazinger | |
2005-11-28 | Allow internal_function to come from libc | Peter S. Mazinger | |
2005-11-28 | Correct regexec | Peter S. Mazinger | |
2005-11-28 | Add new regex code from glibc, this is almost double size of the earlier ↵ | Peter S. Mazinger | |
one, but passes sed tests (and thus allows making sed shrink from 91k to 42k | |||
2005-11-28 | Rename regex.c to regex_old.c | Peter S. Mazinger | |
2005-11-28 | Sync regex.h w/ glibc and make regex build w/ it | Peter S. Mazinger | |
2005-11-27 | Hide some wcs* | Peter S. Mazinger | |
2005-11-27 | Hide some of mem* and str* | Peter S. Mazinger | |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger | |
2005-11-01 | Remove last unused references to libc-a-pic-, we use only the lists in ↵ | Peter S. Mazinger | |
libc-a-y for objects that go into static libs, changing their suffix to .os, of they should be PIC | |||
2005-10-29 | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | |
2005-10-25 | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other ↵ | Peter S. Mazinger | |
archs lack proper crt1. The Makefiles in extra/scripts are intended to be linked into each dir, where it is necessary to build locally. | |||
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all ↵ | Peter S. Mazinger | |
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. | |||
2005-01-25 | merge parallel build support | Mike Frysinger | |
2003-10-18 | Peter Kjellerstedt writes: | Eric Andersen | |
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). | |||
2002-11-14 | As released in uClibc 0.9.16, regex was being compiled without | Eric Andersen | |
wide char support, even when the rest of uClibc was. This led to anyone using regex segfaulting... -Erik | |||
2001-12-19 | Update my email address. I am no longer andersen@lineo.com | Eric Andersen | |