Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-10-27 | Fix Pelles C Win32 target compilation issues | Yang Tse | |
2007-11-07 | if () => if() | Daniel Stenberg | |
while () => while() and some other minor re-indentings | |||
2007-08-09 | fixed warning with gcc 4.x (hopefully); dynamincally imported ↵ | Gunter Knauf | |
UseAccurateCaseForPaths() for CLIB port to be stonetime-compatible (NW 3.x). | |||
2007-08-08 | moved ugly CLIB define to nwos.c. | Gunter Knauf | |
2007-07-11 | added NetWare-own file to provide some init functions (for now only CLIB); | Gunter Knauf | |
added call to netware_init() in curl_global_init() to make sure it gets called before any library functions get used. |