Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-27 | Get rid of the special sread()+swrite() for MSDOS. Use recv() | Gisle Vanem | |
and send(). Added needed HAVE_x defines. | |||
2006-10-18 | Added ISPRINT() required for src/main.c. | Gisle Vanem | |
2006-10-18 | Tor's spell fixes | Daniel Stenberg | |
2006-10-18 | Move definition of IS*() macros to setup_once.h | Yang Tse | |
2006-08-29 | Support other MS-DOS compilers (MSDOS is a djgpp built-in define). | Gisle Vanem | |
2006-07-31 | Force compilation failure in case macros sread() or swrite() are not defined. | Yang Tse | |
2006-07-28 | First step trying to avoid the multiple header inclusion and recursion ↵ | Yang Tse | |
nightmare. Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check. |