Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-12-16 | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | |
it back | |||
2005-12-13 | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger | |
2005-12-08 | Use internal versions | Peter S. Mazinger | |
2005-12-03 | Rename newly created __libc_x (reserved for libpthread overwrites) w/ ↵ | Peter S. Mazinger | |
x_internal, do not use cascading aliases | |||
2005-11-26 | 100 JUMP relocs less (remaining 431) by hiding internally used ones | Peter S. Mazinger | |
2004-12-22 | Make certain that the prototype for fgets_unlocked is defined | Eric Andersen | |
2002-11-21 | Oops. As Pavel Roskin notes, I forgot to conditionally include | Eric Andersen | |
the __fsetlocking call in libc/unistd/usershell.c. It should be wrapped and only included if __UCLIBC_HAS_THREADS__ is defined. | |||
2002-11-20 | Rework usershell.c, as the old one was packed full of unhandled | Eric Andersen | |
failures, returned stack allocated memory, and misbehaved itself in a number of other annoying ways, -Erik | |||
2002-05-31 | Patch from Robert Griebl <griebl@gmx.de> to support | Eric Andersen | |
getusershell() and friends. |