Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - less verbose make clean | Bernhard Reutner-Fischer | 2008-11-07 | 1 | -4/+4 |
| | |||||
* | - fix for r23427. Thanks to psm for mentioning this and sorry for the breakage | Bernhard Reutner-Fischer | 2008-09-19 | 1 | -7/+7 |
| | |||||
* | - remove non stdc path (old style definitions). No obj-code changes | Bernhard Reutner-Fischer | 2008-09-18 | 1 | -248/+208 |
| | |||||
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 5 | -42/+42 |
| | |||||
* | - fix inline keyword | Bernhard Reutner-Fischer | 2008-07-23 | 4 | -12/+12 |
| | |||||
* | Revert revision 19347, plus libc_hidden_proto for __uc_malloc. | Bernd Schmidt | 2008-06-12 | 1 | -7/+3 |
| | | | | | Some of the code is functionally identical before and after, but for now I'm just mechanically reverting the entire mess. | ||||
* | This fixes a problem with the move of libc_hidden_proto to string.h. | Bernd Schmidt | 2008-06-04 | 1 | -1/+0 |
| | | | | | | | | | | | | | The obsolete functions bcopy, index, etc. are not supposed to be used within uClibc itself. Hence, there is no libc_hidden_def for them, but the previous patch did not just move libc_hidden_protos, it also added new ones for the legacy functions. As a result, programs which use these functions can no longer link with uClibc. This fixes it by removing the unnecessary libc_hidden_protos. I've also removed all inclusions of <strings.h> from uClibc source files: since we define _GNU_SOURCE, it is sufficient to include <string.h>. We then do not need to duplicate the libc_hidden_proto block in <strings.h>. | ||||
* | fix trivial mismatch in return type of build_wcs_upper_buffer() | Denis Vlasenko | 2008-06-03 | 1 | -1/+1 |
| | | | | | (int/enum). clases bug 3234. | ||||
* | add missing includes of unistd.h for smallint usage | Denis Vlasenko | 2008-06-01 | 1 | -0/+1 |
| | | | | | remove a few duplicate includes of unistd.h | ||||
* | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer | 2008-05-30 | 1 | -1/+1 |
| | |||||
* | replace "if (p) free(p)" by just "free(p)" - free(NULL) is safe. | Denis Vlasenko | 2008-05-20 | 1 | -7/+4 |
| | |||||
* | Introduce and use small[u]int type. Changes in size: | Denis Vlasenko | 2008-05-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | - 79 0 28 107 6b libc/inet/rpc/create_xid.o + 76 0 25 101 65 libc/inet/rpc/create_xid.o - 126 0 4 130 82 libc/misc/assert/__assert.o + 123 0 1 124 7c libc/misc/assert/__assert.o - 648 4 24 676 2a4 libc/misc/internals/__uClibc_main.o + 645 4 21 670 29e libc/misc/internals/__uClibc_main.o - 230 0 4 234 ea libc/stdlib/abort.o + 216 0 1 217 d9 libc/stdlib/abort.o - 129 0 4 133 85 libc/termios/tcgetsid.o + 126 0 1 127 7f libc/termios/tcgetsid.o | ||||
* | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko | 2008-05-19 | 2 | -16/+16 |
| | | | | | | | | | 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. | ||||
* | add hidden_proto's for __uc_malloc | Denis Vlasenko | 2008-02-12 | 1 | -0/+1 |
| | | | | | (patch by Bernd Schmidt <bernds_cb1 at t-online.de>) | ||||
* | make regex_old.c, ruserpass.c use __uc_malloc, | Denis Vlasenko | 2007-07-30 | 1 | -3/+6 |
| | | | | | | | | | | | | | 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 | ||||
* | 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 |