Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Mark some functions as GNU, provide missing hidden memmem, remove ↵ | Peter S. Mazinger | 2006-03-22 | 15 | -2/+41 | |
| | | | | _ISOC99/XOPEN_SOURCE | |||||
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | 2006-03-10 | 2 | -3/+0 | |
| | | | | most of global data relocations are back | |||||
* | wcscoll_l.o does not exist | Peter S. Mazinger | 2006-02-22 | 1 | -1/+1 | |
| | ||||||
* | exclude 2 more files from multi | Peter S. Mazinger | 2006-02-22 | 1 | -0/+2 | |
| | ||||||
* | strcoll for non-locale | Peter S. Mazinger | 2006-02-15 | 1 | -0/+5 | |
| | ||||||
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | 2006-02-13 | 1 | -45/+37 | |
| | | | | 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 | |||||
* | fix building | Mike Frysinger | 2006-02-04 | 13 | -13/+13 | |
| | ||||||
* | import files from glibc for an ia64/static port | Mike Frysinger | 2006-02-04 | 17 | -0/+2836 | |
| | ||||||
* | unify duplicated code cause i get tired of updating this stuff | Mike Frysinger | 2006-02-03 | 19 | -271/+71 | |
| | ||||||
* | remove hidden versions of bzero, unused in libc.so | Peter S. Mazinger | 2006-02-01 | 4 | -5/+0 | |
| | ||||||
* | Khem Raj says: | Mike Frysinger | 2006-01-31 | 6 | -12/+52 | |
| | | | | add support for using BX instruction for THUMB aware architectures | |||||
* | Too many sparc versions ;-(, another hidden bcopy removed | Peter S. Mazinger | 2006-01-30 | 1 | -1/+0 | |
| | ||||||
* | Remove arch specific hidden bcopy | Peter S. Mazinger | 2006-01-30 | 3 | -4/+0 | |
| | ||||||
* | Change the only bcopy user to memmove and remove internal version of bcopy | Peter S. Mazinger | 2006-01-30 | 1 | -2/+0 | |
| | ||||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 4 | -1/+6 | |
| | ||||||
* | Correct memcpy use | Peter S. Mazinger | 2006-01-23 | 1 | -1/+3 | |
| | ||||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 12 | -13/+1 | |
| | | | | is a useless attempt | |||||
* | check for signal existence rather than using arch defines | Mike Frysinger | 2006-01-18 | 4 | -14/+13 | |
| | ||||||
* | update strcoll stuff | Mike Frysinger | 2006-01-17 | 1 | -2/+2 | |
| | ||||||
* | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 5 | -0/+14 | |
| | | | | gone from libc. The remaining are left as exercise for others ;-) | |||||
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 7 | -5/+9 | |
| | ||||||
* | get rid of strcmp jump reloc | Peter S. Mazinger | 2006-01-14 | 1 | -2/+1 | |
| | ||||||
* | DODEBUG=y and XLOCALE as well | Peter S. Mazinger | 2006-01-14 | 1 | -2/+2 | |
| | ||||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 46 | -51/+60 | |
| | ||||||
* | s/libc_hidden_proto/libc_hidden_def/ | Peter S. Mazinger | 2006-01-14 | 1 | -1/+1 | |
| | ||||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 140 | -688/+708 | |
| | | | | missing headers, other jump relocs removed | |||||
* | add aliases for strcoll when needed | Mike Frysinger | 2006-01-11 | 1 | -0/+5 | |
| | ||||||
* | copy strcoll aliases from arm | Mike Frysinger | 2006-01-09 | 1 | -0/+3 | |
| | ||||||
* | add missing __strcoll alias | Mike Frysinger | 2006-01-09 | 1 | -0/+1 | |
| | ||||||
* | hide internal _string_syssigmsgs symbol | Mike Frysinger | 2006-01-08 | 3 | -2/+3 | |
| | ||||||
* | hide internal _string_syserrmsgs | Mike Frysinger | 2006-01-08 | 3 | -2/+3 | |
| | ||||||
* | Congratulations! You get the stupid award for not including <signal.h> to | "Steven J. Hill" | 2006-01-07 | 1 | -0/+1 | |
| | | | | pull in the signal #define's. How did this compile for you again? | |||||
* | Lost wcschr() | Peter S. Mazinger | 2006-01-03 | 1 | -1/+1 | |
| | ||||||
* | Get rid of tolower/toupper jump reloc, correct tow* for XLOCALE | Peter S. Mazinger | 2006-01-03 | 1 | -2/+2 | |
| | ||||||
* | Provide __tolower and use it | Peter S. Mazinger | 2006-01-03 | 2 | -2/+2 | |
| | ||||||
* | Revert a change until I find the textrel cause | Peter S. Mazinger | 2006-01-03 | 2 | -2/+2 | |
| | ||||||
* | Complete split of all the string functions. Hope haven't broken too much. ↵ | Peter S. Mazinger | 2006-01-03 | 93 | -3702/+3253 | |
| | | | | wcscoll/strcoll needs some love ... | |||||
* | Use strong_alias everywhere instead of .global/.set. Correct some cases ↵ | Peter S. Mazinger | 2006-01-03 | 95 | -326/+213 | |
| | | | | where the non-hidden version was used. | |||||
* | Remove all trailing ; after *_alias and change 2 to use weak_alias instead ↵ | Peter S. Mazinger | 2005-12-16 | 1 | -2/+2 | |
| | | | | of __attribute__ ... | |||||
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | 2005-12-16 | 1 | -3/+4 | |
| | | | | it back | |||||
* | Fixup byte order handling. Not all architectures define __BIG_ENDIAN__ so i.e. | Eric Andersen | 2005-12-14 | 2 | -3/+7 | |
| | | | | | | on big endian mips the code is compiled as little-endian and the wrong half of the 64-bit point value is examined to check for NaN, etc. This bug also broke fpclassify(), isfinite(), isnormal(), isinf(), finite(), and signbit(). | |||||
* | locale.h can't be included | Peter S. Mazinger | 2005-12-08 | 1 | -2/+2 | |
| | ||||||
* | Hidden __xpg|glibc_strerror_r | Peter S. Mazinger | 2005-12-08 | 1 | -6/+9 | |
| | ||||||
* | Use hidden_strong_alias for alias(__x,__y), do not use recursive aliases | Peter S. Mazinger | 2005-12-08 | 6 | -12/+12 | |
| | ||||||
* | Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ... | Peter S. Mazinger | 2005-12-07 | 2 | -2/+2 | |
| | ||||||
* | Correct syntax now... | Peter S. Mazinger | 2005-12-06 | 1 | -4/+1 | |
| | ||||||
* | Use correct syntax, correct weak/strong for [__]strxfrm | Peter S. Mazinger | 2005-12-06 | 1 | -1/+2 | |
| | ||||||
* | Hide str*casecmp/*coll/*xfrm and make use of the internal versions | Peter S. Mazinger | 2005-12-06 | 1 | -23/+45 | |
| | ||||||
* | Guard __strcoll/strcoll for C locales and use the same logic as elsewhere | Peter S. Mazinger | 2005-12-06 | 1 | -2/+6 | |
| | ||||||
* | Sync w/ glibc and disable everything uClibc does not provide | Peter S. Mazinger | 2005-12-05 | 1 | -0/+4 | |
| |