summaryrefslogtreecommitdiffstats
path: root/libc/string/strtok_r.c
Commit message (Collapse)AuthorAgeFilesLines
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-5/+0
| | | | | | | | 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: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-2/+2
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* 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.