summaryrefslogtreecommitdiffstats
path: root/libc/string/strtok_r.c
Commit message (Collapse)AuthorAgeFilesLines
* libc_hidden_proto moved to string.hCarmelo Amoroso2008-06-191-3/+3
|
* Merge from trunk. Going pretty good so far. Kind of. Okay, not really."Steven J. Hill"2006-02-251-8/+13
|
* Big fricking merge from trunk."Steven J. Hill"2006-01-071-9/+45
|
* Merge from trunk."Steven J. Hill"2005-12-021-2/+2
|
* Copy from trunk."Steven J. Hill"2005-11-171-0/+19
|
* Cleanup the mess, remove now obsolete filesEric Andersen2002-06-121-53/+0
| | | | -Erik
* Use public interface, not a glibc style private oneEric Andersen2002-01-061-3/+1
| | | | -Erik
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-121-1/+1
| | | | | | define, and set things up so nasty old coff toolchains can now compile things and should actually work again. -Erik
* Added __strtok_r function. Change strtok to a wrapper around __strtok_r andManuel Novoa III2001-03-011-0/+55
add a weak alias of __strtok_r for strtok_r since optional. Also reduced code size.