Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2008-07-11 | move multiple header inclusion prevention definition to top of file | Yang Tse | |
2004-01-07 | updated year in the copyright string | Daniel Stenberg | |
2003-01-16 | copyright year update in the source header | Daniel Stenberg | |
2002-09-03 | updated source code boilerplate/header | Daniel Stenberg | |
2002-03-19 | copyright string (year) update | Daniel Stenberg | |
2001-05-31 | include setup.h _before_ system includes | Daniel Stenberg | |
2001-05-31 | removed the prototype and made it include string.h instead | Daniel 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-30 | include strtok.h to get the prototype | Daniel Stenberg | |
2001-05-29 | curl_ => Curl_ | Daniel Stenberg | |
2001-05-29 | Added strtok.[ch] | Daniel Stenberg | |