summaryrefslogtreecommitdiffstats
path: root/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* Rename newly created __libc_x (reserved for libpthread overwrites) w/ x_inte...Peter S. Mazinger2005-12-036-22/+18
* _uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma...Peter S. Mazinger2005-12-033-4/+1
* More hiding, including __mempcpyPeter S. Mazinger2005-12-035-7/+11
* Hide mostly used functionsPeter S. Mazinger2005-12-0118-45/+45
* Hiding againPeter S. Mazinger2005-11-293-0/+6
* Hide some wcs*Peter S. Mazinger2005-11-273-0/+5
* Hide some of mem* and str*Peter S. Mazinger2005-11-275-1/+8
* Adapt to renamed internal __f{ge.pu}tc_unlockedPeter S. Mazinger2005-11-261-2/+2
* 100 JUMP relocs less (remaining 431) by hiding internally used onesPeter S. Mazinger2005-11-266-4/+13
* Use internal version of *_unlockedPeter S. Mazinger2005-11-252-0/+4
* Change internal name __f[ge,pu]tc_unlocked to __libc_xPeter S. Mazinger2005-11-252-11/+13
* tabs -> spacesMike Frysinger2005-11-211-2/+2
* tabs -> spacesMike Frysinger2005-11-211-2/+2
* Hide some morePeter S. Mazinger2005-11-211-2/+2
* Hide somePeter S. Mazinger2005-11-2120-45/+53
* Remove TOPDIRPeter S. Mazinger2005-11-211-3/+1
* Don't build empty objects, remove unused vars, update copyrightPeter S. Mazinger2005-11-217-47/+36
* fix tab issue properly by not using tabsMike Frysinger2005-11-206-12/+12
* You included the wrong file. Check your work better next time. You get a big ..."Steven J. Hill"2005-11-201-2/+2
* Tab clean-up."Steven J. Hill"2005-11-205-5/+5
* dont want to delete the 64.c files anymoreMike Frysinger2005-11-191-1/+1
* simplify Makefile rules for handling of LFS files by tweaking the way we comp...Mike Frysinger2005-11-1913-80/+99
* touchup whitespaceMike Frysinger2005-11-191-43/+49
* make sure we pull in features.hMike Frysinger2005-11-191-0/+1
* Hide more of stdio,getdents, use internal __raisePeter S. Mazinger2005-11-1517-52/+52
* Update copyright noticePeter S. Mazinger2005-11-152-4/+4
* Hide some internally used functionsPeter S. Mazinger2005-11-152-10/+10
* Remove #define _STDIO_UTILITY, can't find any use of itPeter S. Mazinger2005-11-082-2/+0
* make cp silentMike Frysinger2005-11-081-2/+2
* Change comment size_t _fpmaxtostr to ssize_tPeter S. Mazinger2005-11-051-1/+1
* Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with...Peter S. Mazinger2005-11-031-8/+18
* tweak rules so we dont have to copy the .c files to get 64bit versionsMike Frysinger2005-11-021-3/+2
* Only because of multi sources I had to touch up these and add code duplicationPeter S. Mazinger2005-11-011-3/+12
* Remove last unused references to libc-a-pic-, we use only the lists in libc-a...Peter S. Mazinger2005-11-011-1/+0
* Replace all Makefiles for new build infrastucturePeter S. Mazinger2005-10-291-143/+8
* All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch...Peter S. Mazinger2005-10-251-0/+143
* Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec...Peter S. Mazinger2005-10-121-19/+12
* Clean up pthread include mess. Some of these will be needed to support NPTL, ..."Steven J. Hill"2005-10-041-0/+4
* weaks moved after the related function so gcc4 won't warnPeter S. Mazinger2005-09-2223-130/+126
* enable flockfile and friends if threads are not enabledPeter S. Mazinger2005-09-211-2/+0
* Sigh... I wasn't checking for output errors. NIST/PCTS caught it.Manuel Novoa III2005-07-302-217/+279
* Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibcManuel Novoa III2005-07-283-3/+3
* Forgot to change name of builtin buffer during last rewrite.Manuel Novoa III2005-03-211-3/+2
* Revert last commit. If I had wanted to include that patch, I would have doneManuel Novoa III2005-03-171-3/+3
* http://bugs.uclibc.org/view.php?id=165Mike Frysinger2005-03-161-3/+3
* When I broke up the stdio code, the "support pre C99 compilers" va_copy compatManuel Novoa III2005-02-142-34/+2
* Define va_copy for pre-C99 compilers (code taken from vfprintf.c).Peter Kjellerstedt2005-02-091-0/+13
* merge parallel build supportMike Frysinger2005-01-251-7/+5
* Avoid compiler warnings.Peter Kjellerstedt2005-01-192-0/+8
* Fix a couple of issues in configurations I hadn't tested.Manuel Novoa III2004-05-071-0/+2