aboutsummaryrefslogtreecommitdiff
path: root/lib/strtok.h
AgeCommit message (Collapse)Author
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-14removed trailing whitespaceYang Tse
2008-07-11move multiple header inclusion prevention definition to top of fileYang Tse
2004-01-07updated year in the copyright stringDaniel Stenberg
2003-01-16copyright year update in the source headerDaniel Stenberg
2002-09-03updated source code boilerplate/headerDaniel Stenberg
2002-03-19copyright string (year) updateDaniel Stenberg
2001-05-31include setup.h _before_ system includesDaniel Stenberg
2001-05-31removed the prototype and made it include string.h insteadDaniel Stenberg
If your system, such as Solaris 2.7, lacks the strtok_r() prototype in string.h, then you'll face a bunch of warnings on all instances where strtok_r() is used. There's not much we can do about it. Adding a prototype here screws everything up on other platforms! :-(
2001-05-30include strtok.h to get the prototypeDaniel Stenberg
2001-05-29curl_ => Curl_Daniel Stenberg
2001-05-29Added strtok.[ch]Daniel Stenberg