added strsep(), which is a thread-safe replacement for strtok(),
authoraland <aland>
Fri, 28 Jul 2000 21:10:23 +0000 (21:10 +0000)
committeraland <aland>
Fri, 28 Jul 2000 21:10:23 +0000 (21:10 +0000)
commit1bee3c151ba6cbd711b05cd070adb66f8546f500
tree273e4f42fbe107ed8824d9acb74916faa602ca6a
parentb1ca16f195d5a55db11f29446602f0920f525ae8
added strsep(), which is a thread-safe replacement for strtok(),
and which also can do things that strtok() cannot.  We should
be moving away from strtok().
configure.in
src/include/autoconf.h.in
src/include/missing.h
src/lib/missing.c