Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-18 | drop support for pre ISO-C compilers | Mike Frysinger | |
This drops __signed, __volatile, and __const. Only the latter was used in the code base, and for uClibc, not consistently. Much of the code used plain "const" which meant "__const" was useless. Really, the point of this is to stay in sync with what glibc did. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-11-18 | Replace FSF snail mail address with URLs | Mike Frysinger | |
This matches a similar change made to glibc. No functional changes here. Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2005-11-30 | Sync w/ glibc | Peter S. Mazinger | |
2005-11-03 | Sync with glibc | Peter S. Mazinger | |
2003-08-08 | Add support for personality(), prctl(), ustat(), and ulimit() | Eric Andersen | |
syscalls, which had managed to stay unimplemented thus far. -Erik | |||
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | |
2001-05-11 | Bring powerpc back into line so it compiles again. | Eric Andersen | |
2001-05-10 | Fix broken resources.h | Eric Andersen | |
2000-05-14 | Initial revision | Erik Andersen | |