Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-08 | Hide some of the f* *printf, use them as well | 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 | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | |
2005-12-04 | More hiding, 300 left | Peter S. Mazinger | |
2005-12-03 | Rename newly created __libc_x (reserved for libpthread overwrites) w/ ↵ | Peter S. Mazinger | |
x_internal, do not use cascading aliases | |||
2005-12-03 | _uintmaxtostr is only internally used, we do not need a rename, ↵ | Peter S. Mazinger | |
uClibc_uintmaxtostr.h is only internal header, remove from target | |||
2005-12-03 | More hiding, including __mempcpy | Peter S. Mazinger | |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger | |
2005-11-29 | Hiding again | 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-26 | Adapt to renamed internal __f{ge.pu}tc_unlocked | Peter S. Mazinger | |
2005-11-26 | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | |
2005-11-25 | Use internal version of *_unlocked | Peter S. Mazinger | |
2005-11-25 | Change internal name __f[ge,pu]tc_unlocked to __libc_x | Peter S. Mazinger | |
2005-11-21 | tabs -> spaces | Mike Frysinger | |
2005-11-21 | tabs -> spaces | Mike Frysinger | |
2005-11-21 | Hide some more | Peter S. Mazinger | |
2005-11-21 | Hide some | Peter S. Mazinger | |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger | |
2005-11-21 | Don't build empty objects, remove unused vars, update copyright | Peter S. Mazinger | |
2005-11-20 | fix tab issue properly by not using tabs | Mike Frysinger | |
2005-11-20 | You included the wrong file. Check your work better next time. You get a big ↵ | "Steven J. Hill" | |
fat "F" for this one. | |||
2005-11-20 | Tab clean-up. | "Steven J. Hill" | |
2005-11-19 | dont want to delete the 64.c files anymore | Mike Frysinger | |
2005-11-19 | simplify Makefile rules for handling of LFS files by tweaking the way we ↵ | Mike Frysinger | |
compile the source files as suggested by psm | |||
2005-11-19 | touchup whitespace | Mike Frysinger | |
2005-11-19 | make sure we pull in features.h | Mike Frysinger | |
2005-11-15 | Hide more of stdio,getdents, use internal __raise | Peter S. Mazinger | |
2005-11-15 | Update copyright notice | Peter S. Mazinger | |
2005-11-15 | Hide some internally used functions | Peter S. Mazinger | |
2005-11-08 | Remove #define _STDIO_UTILITY, can't find any use of it | Peter S. Mazinger | |
2005-11-08 | make cp silent | Mike Frysinger | |
2005-11-05 | Change comment size_t _fpmaxtostr to ssize_t | Peter S. Mazinger | |
2005-11-03 | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 ↵ | Peter S. Mazinger | |
with my config (no locale, the rest enabled). Not tested if libc is complete and usable. All the files listed in *_NO_MULTI need love, best would be to replace all multisources w/ single sources. | |||
2005-11-02 | tweak rules so we dont have to copy the .c files to get 64bit versions | Mike Frysinger | |
2005-11-01 | Only because of multi sources I had to touch up these and add code duplication | 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-10-04 | Clean up pthread include mess. Some of these will be needed to support NPTL, ↵ | "Steven J. Hill" | |
but they do no harm for the linuxthreads case. Yes, I tested this. | |||
2005-09-22 | weaks moved after the related function so gcc4 won't warn | Peter S. Mazinger | |
2005-09-21 | enable flockfile and friends if threads are not enabled | Peter S. Mazinger | |
2005-07-30 | Sigh... I wasn't checking for output errors. NIST/PCTS caught it. | Manuel Novoa III | |
Hack in some temporary fixes until I have time to clean it up a bit more. Also rework _fpmaxtostr to reduce the size a bit and (hopefully) allow it to build for m68k (vapier tested an earlier version a while back). | |||
2005-07-28 | Fix string.h. Change our _susv3_strerror_r to __xpg_strerror_r for glibc | Manuel Novoa III | |
compatibility. Also change _glibc_strerror_r to __glibc_strerror_r for consistency. | |||
2005-03-21 | Forgot to change name of builtin buffer during last rewrite. | Manuel Novoa III | |
2005-03-17 | Revert last commit. If I had wanted to include that patch, I would have done | Manuel Novoa III | |
it myself at least a year and a half ago. | |||
2005-03-16 | http://bugs.uclibc.org/view.php?id=165 | Mike Frysinger | |
d1mag writes: Compilation of _fpmaxtostr.c generate an internal error by m68k-elf-gcc, and this patch has been used in uClinux-dist to fix it. |