Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-21 | s/UCLIBC_INTERNAL/_LIBC/g | Denys Vlasenko | |
Undo my old mistake. I added UCLIBC_INTERNAL define, but later I realized _LIBC is doing exactly the same thing. This change converts all usages of UCLIBC_INTERNAL to _LIBC, removing all instances of UCLIBC_INTERNAL. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> | |||
2008-12-01 | rpc: constify data, localize unnecessarily static data | Denis Vlasenko | |
text+data text+rodata rwdata bss filename - 2308 2284 24 24 libc/inet/rpc/clnt_unix.o + 2308 2308 0 0 libc/inet/rpc/clnt_unix.o | |||
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2005-11-04 | Sync up w/ glibc | Peter S. Mazinger | |
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | |
2001-01-15 | Makeheader files be more like GNU | Eric Andersen | |
2000-08-03 | Make some of the rpc stuff compile | Eric Andersen | |
-Erik | |||
2000-07-06 | Some more major updates to further superate ucLibc from the kernel | Eric Andersen | |
headers (the way it has been done in GNU libc). -Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |