Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-18 | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | |
sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2008-12-01 | random: use smaller data fields where appropriate | Denis Vlasenko | |
text data bss dec hex filename - 130 156 0 286 11e libc/stdlib/random.o + 130 148 0 278 116 libc/stdlib/random.o - 586 0 0 586 24a libc/stdlib/random_r.o + 570 0 0 570 23a libc/stdlib/random_r.o | |||
2008-11-20 | Last portion of libc_hidden_proto removal. | Denis Vlasenko | |
Appears to build fine (several .configs tried) | |||
2006-07-05 | fixup my copyright notice, trim stale remnants of older notices which | Eric Andersen | |
I had clearly run search/replace on that were cluttering things up. | |||
2006-01-14 | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | |
missing headers, other jump relocs removed | |||
2005-11-29 | Hiding again | Peter S. Mazinger | |
2001-04-27 | As noted by Michiel Thuys <michiel.thuys@intersil.com>, the weak alias for | Eric Andersen | |
srand was in the wrong file, causing rand.o to be needlessly included in some cases. | |||
2001-03-22 | Add in random(), make rand use that under the hood. Fix the | Eric Andersen | |
include file so folks know random is now there. | |||
2000-10-09 | Bug ugly formatting update | Eric Andersen | |
2000-07-06 | Lots and lots of cleanups. | Eric Andersen | |
-Erik | |||
2000-05-14 | Initial revision | Erik Andersen | |