Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2011-03-03 | add missing prototypes | Peter S. Mazinger | |
Add some missing prototypes Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> | |||
2009-11-19 | move extend_alloca macro to alloca.h | Peter S. Mazinger | |
guard it by _LIBC. __MAX_ALLOCA_CUTOFF is not needed on target either Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2006-01-06 | Merge from NPTL branch. | "Steven J. Hill" | |
2001-09-27 | Rev all the header files to sync things with glibc 2.2.4 | Eric Andersen | |
2001-03-22 | Add some missing headers needed by ld.so-1.9.11. | Manuel Novoa III | |
2000-10-04 | Fix all the makefiles. Clean up some warnings, cleanup some headers. | Eric Andersen | |
-Erik | |||
2000-08-21 | + added alloca() support for all architectures | John Beppu | |
by way of gcc's __builtin_alloca(). I think I did it right, but we'll see. |