| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger | 2006-01-16 | 1 | -2/+11 |
* | make tzset jump reloc free if UCLIBC_HAS_CTYPE_CTABLES is not enabled | Peter S. Mazinger | 2006-01-15 | 1 | -0/+4 |
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 1 | -23/+15 |
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger | 2006-01-14 | 3 | -113/+134 |
* | hide internal __time_tm/_time_tzinfo symbols | Mike Frysinger | 2006-01-08 | 1 | -2/+2 |
* | Remove all trailing ; after *_alias and change 2 to use weak_alias instead of... | Peter S. Mazinger | 2005-12-16 | 1 | -1/+1 |
* | Do __nl_langinfo, partly sync header w/ glibc, add missing nl_langinfo_l, cha... | Peter S. Mazinger | 2005-12-09 | 1 | -6/+10 |
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 1 | -1/+1 |
* | Use internal versions | Peter S. Mazinger | 2005-12-08 | 2 | -2/+12 |
* | Hide more | Peter S. Mazinger | 2005-12-07 | 1 | -5/+7 |
* | Hide strftime/strptime/wcsftime and make use of internals | Peter S. Mazinger | 2005-12-06 | 1 | -10/+23 |
* | macro out the thread funcs in libc if threading is disabled | Mike Frysinger | 2005-12-06 | 1 | -11/+2 |
* | _uintmaxtostr is only internally used, we do not need a rename, uClibc_uintma... | Peter S. Mazinger | 2005-12-03 | 1 | -1/+0 |
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 2 | -10/+20 |
* | Hide mostly used functions | Peter S. Mazinger | 2005-12-01 | 1 | -22/+21 |
* | Hiding again | Peter S. Mazinger | 2005-11-29 | 1 | -5/+13 |
* | Hide some of mem* and str* | Peter S. Mazinger | 2005-11-27 | 1 | -0/+3 |
* | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | 2005-11-26 | 1 | -9/+9 |
* | Remove TOPDIR | Peter S. Mazinger | 2005-11-21 | 1 | -3/+1 |
* | Remove duplicate ifdefs | Peter S. Mazinger | 2005-11-04 | 1 | -2/+0 |
* | Correct XLOCALE enabled builds pointed out by nitinkg | Peter S. Mazinger | 2005-11-04 | 1 | -3/+3 |
* | Last bits for IMA, now everything can be built w/ DOMULTI=y on gcc-3.4.4 with... | Peter S. Mazinger | 2005-11-03 | 1 | -5/+2 |
* | Enable IMA | Peter S. Mazinger | 2005-11-03 | 1 | -2/+5 |
* | Only because of multi sources I had to touch up these and add code duplication | Peter S. Mazinger | 2005-11-01 | 1 | -2/+8 |
* | Remove last unused references to libc-a-pic-, we use only the lists in libc-a... | Peter S. Mazinger | 2005-11-01 | 1 | -2/+0 |
* | Replace all Makefiles for new build infrastucture | Peter S. Mazinger | 2005-10-29 | 1 | -64/+8 |
* | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64 are done, the other arch... | Peter S. Mazinger | 2005-10-25 | 1 | -0/+69 |
* | More IMA compiling | Peter S. Mazinger | 2005-10-21 | 1 | -4/+4 |
* | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger | 2005-10-12 | 1 | -12/+10 |
* | weaks moved after the related function so gcc4 won't warn | Peter S. Mazinger | 2005-09-22 | 1 | -4/+4 |
* | Frank Mehnert writes: | Mike Frysinger | 2005-08-26 | 1 | -1/+1 |
* | Fix 2 bugs in strftime related to glibc struct tm extensions. | Manuel Novoa III | 2005-07-25 | 1 | -1/+24 |
* | tweak to get rid of warning when TZ is disabled | Mike Frysinger | 2005-06-29 | 1 | -0/+2 |
* | Change strptime so that it only modifies struct tm fields specified. | Manuel Novoa III | 2005-05-10 | 1 | -1/+3 |
* | Added support for clock_getres() and clock_settime() in addition to | Peter Kjellerstedt | 2005-04-28 | 2 | -41/+1 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -5/+4 |
* | Revert Peter's __lib_gettimeofday patch. There's the minor issue of | Manuel Novoa III | 2004-10-31 | 3 | -3/+3 |
* | Peter S. Mazinger writes: | Eric Andersen | 2004-10-19 | 3 | -3/+3 |
* | Obligatory forgotten file... | Manuel Novoa III | 2004-05-08 | 1 | -1/+2 |
* | Change clock() to allow wrapping. | Manuel Novoa III | 2004-05-08 | 1 | -86/+145 |
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 1 | -1/+1 |
* | Add a dummy (always fails) wcsftime. This is needed for the libstdc++ locale | Manuel Novoa III | 2004-01-14 | 2 | -0/+36 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 1 | -2/+2 |
* | Fix some dst issues in _time_mktime(). | Manuel Novoa III | 2003-12-14 | 1 | -5/+12 |
* | I forgot to update the thread locking in the last dst fix. | Manuel Novoa III | 2003-11-16 | 1 | -2/+4 |
* | Add clock_gettime() submitted by Justus Pendleton <uc@ryoohki.net>. | Manuel Novoa III | 2003-11-07 | 2 | -1/+41 |
* | Hopefully fix the struct tm extension problem once and for all. | Manuel Novoa III | 2003-11-02 | 1 | -22/+65 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | Apply a trivial patch that doesn't change anything, but which is alledged to | Eric Andersen | 2003-10-08 | 1 | -1/+1 |
* | Fix a few bugs in the new extended locale functions. | Manuel Novoa III | 2003-08-24 | 1 | -2/+6 |