compat: add strtok_r()
authorJonathan Nieder <redacted>
Fri, 13 Aug 2010 23:59:40 +0000 (18:59 -0500)
committerJunio C Hamano <redacted>
Sun, 15 Aug 2010 02:35:38 +0000 (19:35 -0700)
commit78457bc0ccc1af8b9eb776a0b17986ebd50442bc
tree4db7155097fa10d0e56656c6afeef36cd4ec5c61
parent6ad263ce7afc6c21c3ada1691f4772993b8ae46b
compat: add strtok_r()

Windows does not have strtok_r (and while it does have an identical
strtok_s, but it is not obvious how to use it).  Grab an
implementation from glibc.

The svn-fe tool uses strtok_r to parse paths.

Acked-by: Johannes Sixt <redacted>
Helped-by: Jakub Narebski <redacted>
Signed-off-by: Jonathan Nieder <redacted>
Signed-off-by: Junio C Hamano <redacted>
Makefile
compat/strtok_r.c [new file with mode: 0644]
config.mak.in
configure.ac
git-compat-util.h
git clone https://git.99rst.org/PROJECT