aboutsummaryrefslogtreecommitdiff
path: root/games
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the path to the make.conf example file.Marc Fonvieille2002-10-191-1/+2
* So a positive time zone offset is west, right? or is it east? Um.Tony Finch2002-10-191-0/+9
* Last commit was slightly hasty: #include <string.h> is required onTony Finch2002-10-091-0/+1
* Kill obsolete #include <memory.h> which I didn't spot earlier becauseTony Finch2002-10-091-1/+0
* Mdocify and fix a load of errors dating back to the dawn of time.Tony Finch2002-10-091-58/+65
* Factorize bignums using the Pollard Rho algorithm. The code comesTony Finch2002-10-092-22/+197
* Style fixes to: #include ordering; use const and static; ANSI functions;Tony Finch2002-10-095-70/+60
* As back-out requests must be followed, back out the removal of wargames(6)Juli Mallett2002-10-094-0/+106
* Remove the wargames(6) novelty [and not the fun kind]:Juli Mallett2002-10-084-106/+0
* We're missing none of these games, they just aren't here.Juli Mallett2002-10-081-1/+0
* Correct the description of what fortunes get installed (by default, also theJens Schweikhardt2002-09-241-3/+5
* s/seems to thing/seems to thinkJens Schweikhardt2002-09-211-1/+1
* Fix spelling of Bismarck's name and remove duplicateThomas Gellekum2002-09-112-19/+3
* Add a tip about using sed(1)'s FreeBSD-specific -i option.Juli Mallett2002-09-041-0/+10
* Spell Ken Olsen's name the same way everywhere.David Malone2002-08-312-3/+3
* Rewrite wargames(6) in C. A program in C in the public domain is better thanJuli Mallett2002-08-303-46/+48
* Wargames was PG-13, not PGP 13. I just watched it with my girlfriend, andJuli Mallett2002-08-291-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-2511-27/+45
* Fix typos (s/seperat/separat/ et al); add FreeBSD ID.Jens Schweikhardt2002-08-121-7/+8
* Remove some Dijkstra quotes from fortunes that are duplicated in fortunes2.Tony Finch2002-08-092-47/+14
* Re-sort.Tony Finch2002-08-091-3/+3
* Remove spurious quotes.Tony Finch2002-08-091-2/+2
* Correctly sort previous addition.Tony Finch2002-08-091-5/+5
* Some more advice from Dijkstra.Tony Finch2002-08-091-0/+5
* Fix a couple of typos in a Dijkstra quote.Tony Finch2002-08-091-2/+2
* Drop support for COPY, -c has been the default mode of install(1)Ruslan Ermilov2002-07-2910-13/+13
* s/${INSTALL} -c/${INSTALL} ${COPY}/Ruslan Ermilov2002-07-189-12/+12
* Fix a typo.David Malone2002-07-141-1/+1
* Fix a typo.David Malone2002-07-141-1/+1
* Fix whitespace botch in previous commit.Peter Wemm2002-07-091-0/+1
* Add C code that counts the bits in a 32 bit word, right next to the C codePeter Wemm2002-07-092-0/+15
* Paraphrase a quote to remove year specific references.Mark Peek2002-07-071-1/+1
* Use varargs for syserr().Juli Mallett2002-06-231-2/+9
* syserr()'s first argument is not exit status, avoid dereferencing (char *)0Juli Mallett2002-06-231-1/+1
* Use POSIX macros for wait(2)-style status information instead of theMike Barcroft2002-06-032-4/+4
* Backout recent typo "fix". I've been enlightened that it's an obsoleteJens Schweikhardt2002-05-311-1/+1
* Typo: s/Indomptable/Indomitable/Jens Schweikhardt2002-05-311-1/+1
* Add used include of <stdlib.h>, copying style bugs from adjacent lines.Garrett Wollman2002-05-301-0/+1
* Fix preprocessor directive syntax (text after #endif).Garrett Wollman2002-05-301-1/+1
* Make almost WARNS=5 compliant:Alfred Perlstein2002-05-2813-101/+83
* Comment out comments after #endif directivesAlfred Perlstein2002-05-285-5/+5
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-282-30/+0
* Fixed lossage of the prototype for usage() in previous commit.Bruce Evans2002-05-281-3/+5
* Quiet some format string warnings by marking prototypes withKris Kennaway2002-05-283-6/+5
* Comment out extra tokens after #else and #endif.Dag-Erling Smørgrav2002-05-2339-154/+161
* Do not guess what a bool is, just use it.Peter Wemm2002-05-211-1/+2
* Correctly attribute a Douglas Adams quote, and remove a duplicate ofDoug Barton2002-05-152-5/+1
* Fix warnings by commenting out text after #else/#endif.Alfred Perlstein2002-05-113-5/+5
* It is not clear if "#endif FOO" is allowed by ANSI. Gcc 3.1 complainsDavid E. O'Brien2002-05-0810-58/+62
* It is not clear if "#endif FOO" is allowed by ANSI.David E. O'Brien2002-05-083-3/+3