summaryrefslogtreecommitdiff
path: root/libc/misc
AgeCommit message (Expand)Author
2005-12-10Remove fread/fwrite/vfprintf redefines, the only user is iconv, being an exte...Peter S. Mazinger
2005-12-10Remove trailing ';' from strong_alias, thx Bernhard FischerPeter S. Mazinger
2005-12-10fix warningMike Frysinger
2005-12-10macro away the last parameter since we dont actually utilize it (saves a few ...Mike Frysinger
2005-12-10Switch fread/fwrite/fclose/pipe/sigsetmask usersPeter S. Mazinger
2005-12-09make new regex code use __mempcpyPeter S. Mazinger
2005-12-09Do __nl_langinfo, partly sync header w/ glibc, add missing nl_langinfo_l, cha...Peter S. Mazinger
2005-12-09Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger
2005-12-08mmap/mremap/socket/rewind gonePeter S. Mazinger
2005-12-08Convert the rest of users to hiddenPeter S. Mazinger
2005-12-08Use internal \*_strerror_rPeter S. Mazinger
2005-12-08Use internal versionsPeter S. Mazinger
2005-12-08Implement __tfind/__lfind and use themPeter S. Mazinger
2005-12-08Reorder and remove prototypesPeter S. Mazinger
2005-12-08Reorder so that no prototype is needed. Is there a better way to get rid of g...Peter S. Mazinger
2005-12-08Enable __iswctype_l prototypePeter S. Mazinger
2005-12-08Implement __x versionsPeter S. Mazinger
2005-12-08Hide __syscall_ipcPeter S. Mazinger
2005-12-07Hide morePeter S. Mazinger
2005-12-07Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger
2005-12-06Correct typo, iconv binary does not use the internal versionsPeter S. Mazinger
2005-12-06Make use internal str*casecmp/wcscollPeter S. Mazinger
2005-12-06Add prototype for __time, #define time __time is not usable herePeter S. Mazinger
2005-12-06Hide strftime/strptime/wcsftime and make use of internalsPeter S. Mazinger
2005-12-06Add needed prototypes removed from generic headerPeter S. Mazinger
2005-12-06Yeah, suck it up. I'm tired of merging stuff."Steven J. Hill"
2005-12-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2005-12-04More hiding, 300 leftPeter S. Mazinger
2005-12-03Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...Peter S. Mazinger
2005-12-03_uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma...Peter S. Mazinger
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2005-12-02add some notes (thanks to mjn3) as to why we need these weaks, remove all the...Mike Frysinger
2005-12-01Forgotten that this file is special and does not accept hidden, __mempcpy is ...Peter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-29Correct typoPeter S. Mazinger
2005-11-29Paul Brook writes:Mike Frysinger
2005-11-29Hiding againPeter S. Mazinger
2005-11-28Allow internal_function to come from libcPeter S. Mazinger
2005-11-28Correct regexecPeter S. Mazinger
2005-11-28Add new regex code from glibc, this is almost double size of the earlier one,...Peter S. Mazinger
2005-11-28Rename regex.c to regex_old.cPeter S. Mazinger
2005-11-28Sync regex.h w/ glibc and make regex build w/ itPeter S. Mazinger
2005-11-28Implement and hide __wctypePeter S. Mazinger
2005-11-28Create and hide __btowc, __mbrtowc, __wcrtombPeter S. Mazinger
2005-11-27Hide some wcs*Peter S. Mazinger
2005-11-27Hide some of mem* and str*Peter S. Mazinger
2005-11-26100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger
2005-11-26Some more hidden internalsPeter S. Mazinger
2005-11-25Integrate locales into new build system, move everything locale related to ex...Peter S. Mazinger
2005-11-22Forgotten to commitPeter S. Mazinger