2005-02-15 |
jsm | Don't presume phantasia's internal bool (char) is the... |
commit | commitdiff | tree | snapshot |
2005-02-15 |
jsm | Cast last argument of execl to (char *). |
commit | commitdiff | tree | snapshot |
2005-02-15 |
jsm | Avoid arrays of incomplete types (required to build... |
commit | commitdiff | tree | snapshot |
2005-02-03 |
perry | A preprocessor macro named "srand" was defined which... |
commit | commitdiff | tree | snapshot |
2005-01-30 |
jsm | Correct typos in German fortune. Reported by Charles... |
commit | commitdiff | tree | snapshot |
2004-12-14 |
nathanw | Convert from libc/threadlib-style mutex protection... |
commit | commitdiff | tree | snapshot |
2004-12-09 |
jmc | Redo how void gets init'd. |
commit | commitdiff | tree | snapshot |
2004-11-13 |
christos | Slimy worms are clean enough for level 3. |
commit | commitdiff | tree | snapshot |
2004-11-05 |
dsl | Add (unsigned char) cast to ctype functions |
commit | commitdiff | tree | snapshot |
2004-09-12 |
christos | Don't try to catch SIGSTOP... |
commit | commitdiff | tree | snapshot |
2004-09-09 |
wiz | Indent header description (from jmc@openbsd). |
commit | commitdiff | tree | snapshot |
2004-09-09 |
wiz | Some improvements from jmc@openbsd: |
commit | commitdiff | tree | snapshot |
2004-09-07 |
jrf | Replaced strncpy with strlcpy. Thanks to Peter Postma who |
commit | commitdiff | tree | snapshot |
2004-08-27 |
christos | - sleep a little in autobot mode so that we can see... |
commit | commitdiff | tree | snapshot |
2004-08-27 |
christos | describe the algorithm better. |
commit | commitdiff | tree | snapshot |
2004-08-20 |
mjl | Fix typo |
commit | commitdiff | tree | snapshot |
2004-06-01 |
wiz | Grammar fix, from ray at raylai org via jmc@openbsd. |
commit | commitdiff | tree | snapshot |
2004-05-22 |
mjl | Had fun with a spell checker. |
commit | commitdiff | tree | snapshot |
2004-05-02 |
christos | - don't catch STOP, TSTP, QUIT; the first you cannot... |
commit | commitdiff | tree | snapshot |
2004-04-23 |
simonb | s/the the/the/ (only in sources that aren't regularly... |
commit | commitdiff | tree | snapshot |
2004-04-11 |
he | Undef bool before including <curses.h>, since it tries... |
commit | commitdiff | tree | snapshot |
2004-04-07 |
ross | Rework to use curses.h only on the target, not on the... |
commit | commitdiff | tree | snapshot |
2004-04-06 |
jdc | If the current player has no cards, skip to the other... |
commit | commitdiff | tree | snapshot |
2004-03-29 |
hubertf | Properly handle -d 1000, OK'd by jsm |
commit | commitdiff | tree | snapshot |
2004-03-29 |
snj | It's "its". |
commit | commitdiff | tree | snapshot |
2004-03-29 |
snj | Spell "political" correctly and capitalize a last name. |
commit | commitdiff | tree | snapshot |
2004-03-28 |
snj | s/feal/feel/ |
commit | commitdiff | tree | snapshot |
2004-03-28 |
snj | s/venomenous/venomous/ |
commit | commitdiff | tree | snapshot |
2004-02-24 |
wiz | becuase -> because. From Peter Postma. |
commit | commitdiff | tree | snapshot |
2004-02-13 |
jsm | Encode and decode more characters. Don't put commas... |
commit | commitdiff | tree | snapshot |
2004-02-13 |
wiz | Uppercase CPU, plural is CPUs. |
commit | commitdiff | tree | snapshot |
2004-02-09 |
wiz | |fmt; add single quotes around a plus. |
commit | commitdiff | tree | snapshot |
2004-02-08 |
jsm | Mark unused parameters, nonreturning functions and... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
jsm | Hide the cursor if possible. From OpenBSD. |
commit | commitdiff | tree | snapshot |
2004-02-08 |
lukem | Fix race in parallel make when creating multiple target... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
jsm | Separate primes manpage from that of factor. Correct... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
jsm | Check large factor for being prime before applying... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
jsm | Control -d by #ifdef DEBUG; adjust usage message accord... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
jsm | Use standard C abs function rather than local macro. |
commit | commitdiff | tree | snapshot |
2004-02-08 |
jsm | Mark variables changed between setjmp and longjmp as... |
commit | commitdiff | tree | snapshot |
2004-02-08 |
jsm | Fix grammar (bug reported by Thomas Bushnell BSG <tb... |
commit | commitdiff | tree | snapshot |
2004-01-27 |
jsm | Remove uses of __P. |
commit | commitdiff | tree | snapshot |
2004-01-27 |
jsm | Include <sys/stat.h>. |
commit | commitdiff | tree | snapshot |
2004-01-27 |
jsm | Include <sys/types.h>. |
commit | commitdiff | tree | snapshot |
2004-01-27 |
jsm | Include <sys/endian.h>. |
commit | commitdiff | tree | snapshot |
2004-01-27 |
jsm | Include <limits.h> instead of <machine/limits.h>. |
commit | commitdiff | tree | snapshot |
2004-01-27 |
jsm | Include <sys/endian.h>. |
commit | commitdiff | tree | snapshot |
2004-01-27 |
jsm | Include <sys/endian.h> instead of <machine/endian.h... |
commit | commitdiff | tree | snapshot |
2004-01-27 |
jsm | Include <sys/endian.h>. |
commit | commitdiff | tree | snapshot |
2004-01-27 |
jsm | Use int for wait status. |
commit | commitdiff | tree | snapshot |
2004-01-26 |
jsm | Rename yn to yncoms to avoid conflict with GCC 3.4... |
commit | commitdiff | tree | snapshot |
2004-01-26 |
jsm | Rename rint to receive_intr to avoid conflict with... |
commit | commitdiff | tree | snapshot |
2004-01-05 |
christos | Use PROG_CXX so we don't need to include -lstdc++ expli... |
commit | commitdiff | tree | snapshot |
2004-01-03 |
wiz | Move AUTHORS section directly before BUGS section. |
commit | commitdiff | tree | snapshot |
2004-01-01 |
mjl | Typo fixes. |
commit | commitdiff | tree | snapshot |
2004-01-01 |
wiz | Bump date for previous. Remove superfluous .Pp. |
commit | commitdiff | tree | snapshot |
2004-01-01 |
jsm | Score is in upper right corner, not upper left corner... |
commit | commitdiff | tree | snapshot |
2004-01-01 |
jsm | Fix typo. Patch from Joey Hess <joeyh@debian.org>. |
commit | commitdiff | tree | snapshot |
2004-01-01 |
jsm | Don't use -fwritable-strings. Add one more const. |
commit | commitdiff | tree | snapshot |
2004-01-01 |
jsm | When cleaning up, only close files that have been opene... |
commit | commitdiff | tree | snapshot |
2004-01-01 |
jsm | Refer to 'O' rather than 'o' as command to set options... |
commit | commitdiff | tree | snapshot |
2004-01-01 |
jsm | Return proper fortune length from fortlen for fortune... |
commit | commitdiff | tree | snapshot |
2004-01-01 |
jsm | Show residual probability rather than non-residual... |
commit | commitdiff | tree | snapshot |
2004-01-01 |
jsm | Make dot and winnerdot of type double. Patch from... |
commit | commitdiff | tree | snapshot |
2004-01-01 |
jsm | Only score as a Gammon or a Backgammon if the opponent... |
commit | commitdiff | tree | snapshot |
2004-01-01 |
jsm | Make tutorial text match actual moves. From FreeBSD... |
commit | commitdiff | tree | snapshot |
2004-01-01 |
jsm | Fix capitalisation of compass directions. |
commit | commitdiff | tree | snapshot |
2004-01-01 |
jsm | Document that pressing return allows you to "fast forwa... |
commit | commitdiff | tree | snapshot |
2003-12-28 |
thorpej | Const the player type variable. |
commit | commitdiff | tree | snapshot |
2003-12-28 |
thorpej | Fix RCS IDs. |
commit | commitdiff | tree | snapshot |
2003-12-27 |
martin | Format size_t values using %zd instead of %d, for archs... |
commit | commitdiff | tree | snapshot |
2003-12-27 |
christos | Rename .C files to .cc |
commit | commitdiff | tree | snapshot |
2003-12-26 |
christos | NetBSD rcsid. |
commit | commitdiff | tree | snapshot |
2003-12-26 |
christos | Add dots+boxes |
commit | commitdiff | tree | snapshot |
2003-12-26 |
christos | import dots+boxes games. |
commit | commitdiff | tree | snapshot |
2003-11-17 |
wiz | Various typo fixes from Jonathon Gray via jmc@openbsd. |
commit | commitdiff | tree | snapshot |
2003-11-16 |
lukem | Improve how various "simple" host tools are built and... |
commit | commitdiff | tree | snapshot |
2003-10-29 |
jmc | Hobbes was misspelled. PR#23301 |
commit | commitdiff | tree | snapshot |
2003-10-21 |
lukem | Rework how MAKEVERBOSE operates: |
commit | commitdiff | tree | snapshot |
2003-10-21 |
agc | Don't redefine NULL |
commit | commitdiff | tree | snapshot |
2003-10-19 |
lukem | rework to use the newer _MKMSGCREATE (et al) macros |
commit | commitdiff | tree | snapshot |
2003-10-19 |
lukem | Support MAKEVERBOSE. (Some host tools still generate... |
commit | commitdiff | tree | snapshot |
2003-10-18 |
lukem | rework to use BUILDSYMLINKS and the <bsd.sys.mk> rule... |
commit | commitdiff | tree | snapshot |
2003-09-30 |
lukem | remove unnecessary / |
commit | commitdiff | tree | snapshot |
2003-09-20 |
jdolecek | sort recently added entries |
commit | commitdiff | tree | snapshot |
2003-09-20 |
jdolecek | add mine: |
commit | commitdiff | tree | snapshot |
2003-09-19 |
itojun | off-by-one. aaron@openbsd |
commit | commitdiff | tree | snapshot |
2003-09-19 |
itojun | off-by-one. aaron@openbsd |
commit | commitdiff | tree | snapshot |
2003-09-18 |
salo | Add missing ". From Tim Goodwin via PR misc/22843. |
commit | commitdiff | tree | snapshot |
2003-09-14 |
uwe | M-x sort-paragraphs |
commit | commitdiff | tree | snapshot |
2003-09-14 |
uwe | "NetBSD - We sell rope." |
commit | commitdiff | tree | snapshot |
2003-08-07 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence. |
commit | commitdiff | tree | snapshot |
2003-08-01 |
lukem | Rework how dependency generation is performed: |
commit | commitdiff | tree | snapshot |
2003-07-31 |
lukem | simplify and use ${DEPENDSRCS} as a target as appropriate |
commit | commitdiff | tree | snapshot |
2003-07-26 |
salo | netbsd.org->NetBSD.org |
commit | commitdiff | tree | snapshot |
2003-07-10 |
lukem | Rename a large chunk of the make(1) variables which... |
commit | commitdiff | tree | snapshot |
2003-07-01 |
wiz | Sy Aq -> Aq Sy so both work. |
commit | commitdiff | tree | snapshot |
2003-06-27 |
wiz | Quote question mark. |
commit | commitdiff | tree | snapshot |
2003-06-27 |
wiz | Fix macro order, and quote question mark. |
commit | commitdiff | tree | snapshot |
2003-06-26 |
wiz | Use only one of -literal and -unfilled with Bd. |
commit | commitdiff | tree | snapshot |
next |