summaryrefslogtreecommitdiff
path: root/lib/strtok.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-2/+2
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+66
* build: rename 93 lib/*.c filesYang Tse2013-01-031-66/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-1/+0
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* if () => if()Daniel Stenberg2007-11-071-11/+11
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-0/+2
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+7
* we should be using start here.Sterling Hughes2001-08-261-1/+1
* Added #include <string.h> and removed a silly mistakenly added ,Daniel Stenberg2001-08-261-1/+2
* rewrite to work around BSD announcement license issues, this is alsoDaniel Stenberg2001-08-241-91/+29
* re-indented to follow "project curl"-style, renamed curl_ prefix to Curl_Daniel Stenberg2001-05-291-53/+44
* Added strtok.[ch]Daniel Stenberg2001-05-291-0/+137