Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | imp | 2014-04-13 | 1 | -1/+1 |
| | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. | ||||
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
| | | | | OK'ed by: core | ||||
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
| | | | | any fake value. | ||||
* | Use errx() instead of perror()/exit() for conciseness. | rwatson | 2004-10-23 | 1 | -25/+14 |
| | | | | Suggested by: ru (some time ago) | ||||
* | Add a very basic README for tcpstream. | rwatson | 2004-09-13 | 1 | -0/+20 |
| | |||||
* | Add tcpstream, a simple TCP stream generator that uses a pseudo-random | rwatson | 2004-09-13 | 2 | -0/+253 |
sequence to detect data corruption visible to an application. |