summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add (unsigned char) cast to ctype functionsdsl2004-11-0524-111/+109
* Don't try to catch SIGSTOP...christos2004-09-121-3/+2
* Indent header description (from jmc@openbsd).wiz2004-09-091-6/+6
* Some improvements from jmc@openbsd:wiz2004-09-091-19/+34
* Replaced strncpy with strlcpy. Thanks to Peter Postma whojrf2004-09-073-17/+12
* - sleep a little in autobot mode so that we can see what is happening.christos2004-08-271-5/+9
* describe the algorithm better.christos2004-08-271-10/+8
* Fix typomjl2004-08-201-1/+1
* Grammar fix, from ray at raylai org via jmc@openbsd.wiz2004-06-011-2/+2
* Had fun with a spell checker.mjl2004-05-221-58/+57
* - don't catch STOP, TSTP, QUIT; the first you cannot catch and the other twochristos2004-05-021-22/+24
* s/the the/the/ (only in sources that aren't regularly imported fromsimonb2004-04-232-4/+4
* Undef bool before including <curses.h>, since it tries to typedefhe2004-04-116-6/+12
* Rework to use curses.h only on the target, not on the host.ross2004-04-079-11/+19
* If the current player has no cards, skip to the other player.jdc2004-04-061-2/+15
* Properly handle -d 1000, OK'd by jsmhubertf2004-03-291-3/+8
* It's "its".snj2004-03-291-1/+1
* Spell "political" correctly and capitalize a last name.snj2004-03-291-1/+1
* s/feal/feel/snj2004-03-281-1/+1
* s/venomenous/venomous/snj2004-03-281-1/+1
* becuase -> because. From Peter Postma.wiz2004-02-241-2/+2
* Encode and decode more characters. Don't put commas after everyjsm2004-02-131-74/+88
* Uppercase CPU, plural is CPUs.wiz2004-02-134-14/+11
* |fmt; add single quotes around a plus.wiz2004-02-091-3/+5
* Mark unused parameters, nonreturning functions and format functions injsm2004-02-089-33/+35
* Hide the cursor if possible. From OpenBSD.jsm2004-02-082-4/+6
* Fix race in parallel make when creating multiple targets in one operation.lukem2004-02-081-3/+6
* Separate primes manpage from that of factor. Correct DIAGNOSTICSjsm2004-02-084-49/+96
* Check large factor for being prime before applying Pollard'sjsm2004-02-081-6/+14
* Control -d by #ifdef DEBUG; adjust usage message accordingly. Bugjsm2004-02-081-3/+7
* Use standard C abs function rather than local macro.jsm2004-02-082-4/+4
* Mark variables changed between setjmp and longjmp as volatile ratherjsm2004-02-082-14/+7
* Fix grammar (bug reported by Thomas Bushnell BSG <tb@MIT.EDU> injsm2004-02-081-2/+2
* Remove uses of __P.jsm2004-01-27114-2349/+2349
* Include <sys/stat.h>.jsm2004-01-271-2/+4
* Include <sys/types.h>.jsm2004-01-271-1/+3
* Include <sys/endian.h>.jsm2004-01-271-1/+2
* Include <limits.h> instead of <machine/limits.h>.jsm2004-01-271-3/+3
* Include <sys/endian.h>.jsm2004-01-271-1/+2
* Include <sys/endian.h> instead of <machine/endian.h>. Includejsm2004-01-271-3/+4
* Include <sys/endian.h>.jsm2004-01-271-2/+3
* Use int for wait status.jsm2004-01-271-4/+4
* Rename yn to yncoms to avoid conflict with GCC 3.4 built-in XSIjsm2004-01-263-7/+7
* Rename rint to receive_intr to avoid conflict with GCC 3.4 built-in C99jsm2004-01-263-8/+8
* Use PROG_CXX so we don't need to include -lstdc++ explicitly. From Nick Hudson.christos2004-01-051-4/+4
* Move AUTHORS section directly before BUGS section.wiz2004-01-031-4/+4
* Typo fixes.mjl2004-01-012-4/+4
* Bump date for previous. Remove superfluous .Pp.wiz2004-01-011-3/+2
* Score is in upper right corner, not upper left corner. Patch fromjsm2004-01-011-2/+2
* Fix typo. Patch from Joey Hess <joeyh@debian.org>.jsm2004-01-011-2/+2