summaryrefslogtreecommitdiff
path: root/lib/strtok.c
Commit message (Collapse)AuthorAgeFilesLines
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* if () => if()Daniel Stenberg2007-11-071-11/+11
| | | | | while () => while() and some other minor re-indentings
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-0/+2
| | | | warnings. Minor edits by me.
* 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
| | | | way for emacs, and vim users should provide a similar non-polluting style
* 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
| | | | somewhat easier to understand if I may say so. It is slightly slower.
* 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