Age | Commit message (Expand) | Author |
2008-06-12 | Revert revision 19344 plus the libc_hidden_proto for __uc_malloc. | Bernd Schmidt |
2008-05-30 | - Avoid warning about undefined preprocessor token. No obj-code changes. | Bernhard Reutner-Fischer |
2008-05-19 | Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block | Denis Vlasenko |
2008-02-12 | add hidden_proto's for __uc_malloc | Denis Vlasenko |
2007-08-01 | sgetspent: add missing free/__uc_malloc calls | Denis Vlasenko |
2007-07-30 | make pwd_grp.c use __uc_malloc | Denis Vlasenko |
2007-04-13 | Patch by Ricard Wanderlof <ricardw at axis dot com>: | Peter Kjellerstedt |
2006-12-07 | Major cleanup of internal mutex locking. Be more consistant in how we do | Eric Andersen |
2006-08-23 | fix from psm: add UCLIBC_ prefix to HAS_SHADOW option | Mike Frysinger |
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen |
2006-07-05 | remove __ from function names as pointed out by Peter S. Mazinger | Mike Frysinger |
2006-07-05 | sync with glibc | Mike Frysinger |
2006-03-24 | s/staticly/statically/, thx Bernhard Fischer | Peter S. Mazinger |
2006-03-23 | Mark some functions as BSD only | Peter S. Mazinger |
2006-03-22 | Mark SVID functions | Peter S. Mazinger |
2006-03-22 | Correct build if UCLIBC_HAS_CTYPE_TABLES is not defined | Peter S. Mazinger |
2006-02-13 | libc-{a,so,multi}-y replaced by libc-y covering common objects both in libc.a... | Peter S. Mazinger |
2006-02-13 | Update some copyrights | Peter S. Mazinger |
2006-02-13 | Add files for IMA. Yes, I know it's a hack and no, I won't split the affected... | Peter S. Mazinger |
2006-01-26 | Get rid of missing prototype warnings | Peter S. Mazinger |
2006-01-22 | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ... | Peter S. Mazinger |
2006-01-16 | Last relocs jump and global data, (even locales) that I could remove are gone... | Peter S. Mazinger |
2006-01-14 | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger |
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some m... | Peter S. Mazinger |
2005-12-16 | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ... | Peter S. Mazinger |
2005-12-13 | Convert all users of earlier hiddens | Peter S. Mazinger |
2005-12-10 | fix some warnings | Mike Frysinger |
2005-12-09 | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger |
2005-12-08 | mmap/mremap/socket/rewind gone | Peter S. Mazinger |
2005-12-08 | Convert the rest of users to hidden | Peter S. Mazinger |
2005-12-08 | Use internal versions | Peter S. Mazinger |
2005-12-07 | Hide more | Peter S. Mazinger |
2005-12-06 | macro out the thread funcs in libc if threading is disabled | Mike Frysinger |
2005-12-03 | More hiding, including __mempcpy | Peter S. Mazinger |
2005-12-01 | Hide mostly used functions | Peter S. Mazinger |
2005-11-26 | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger |
2005-11-21 | Remove TOPDIR | Peter S. Mazinger |
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 libc-a... | Peter S. Mazinger |
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 arch... | Peter S. Mazinger |
2005-10-21 | Workaround to allow this directory to IMA compile. Someone w/ better understa... | Peter S. Mazinger |
2005-10-21 | Move GETXXKEY_R_FUNC into a separate file to allow IMA compiling | Peter S. Mazinger |
2005-10-20 | Remove duplicate locking defines for IMA compiling. | Peter S. Mazinger |
2005-10-12 | Rewrote almost all Makefiles: do not use strip $(x),y; run strip on all objec... | Peter S. Mazinger |
2005-09-21 | include headers only if the related option is enabled | Peter S. Mazinger |
2005-01-25 | merge parallel build support | Mike Frysinger |
2004-07-15 | Cleanup some cruft | Eric Andersen |
2004-07-15 | Cleanup a few of the more egregiously broken sysconf values to | Eric Andersen |
2004-02-11 | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III |