summaryrefslogtreecommitdiffstats
path: root/libc/string/strtok_r.c
Commit message (Expand)AuthorAgeFilesLines
* Complete split of all the string functions. Hope haven't broken too much. wcs...Peter S. Mazinger2006-01-031-9/+45
* Hide some of mem* and str*Peter S. Mazinger2005-11-271-2/+2
* Correct Warning: function declaration isn't a prototypePeter S. Mazinger2005-11-151-2/+2
* Split up wstring.c and use attribute_hiddenPeter S. Mazinger2005-11-141-0/+19
* Cleanup the mess, remove now obsolete filesEric Andersen2002-06-121-53/+0
* Use public interface, not a glibc style private oneEric Andersen2002-01-061-3/+1
* Cleanup the toploevel makefile handing of shared libs. Add weak_aliasEric Andersen2001-06-121-1/+1
* Added __strtok_r function. Change strtok to a wrapper around __strtok_r andManuel Novoa III2001-03-011-0/+55