2008-02-23 |
dholland | A first stab at supporting the housing shortage rules... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | Don't increment booleans. From OpenBSD |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | Sanity fixes for input buffer handling. From OpenBSD |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | Improve the behavior of get-out-of-jail-free cards... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | Rename ->last_card to ->top_card to match OpenBSD ... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
dholland | Move ret_card() to cards.c, where it more rationally... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
dholland | A few more whitespace/KNF. I keep hoping I've found... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
dholland | Add the sizes to the extern array declarations. This... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
dholland | Use random() rather than rand(). Suggested by diffing... |
commit | commitdiff | tree | snapshot |
2008-02-20 |
dholland | Remove unused swap() macro. |
commit | commitdiff | tree | snapshot |
2008-02-20 |
dholland | Don't misuse random strings as printf formats, even... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | One more (hopefully the last) whitespace fix. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | getinp() no longer magically treats the prompt arg... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Move function heading comments to something vaguely... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | KNF/whitespace nits. No functional changes. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Fix bugs in debug printouts. From OpenBSD. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Don't use sprintf; use snprintf. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Don't use perror(); use err/warn instead. |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Fix capitalization of street names. from pjanzen@openbsd |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | More typo fixes |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Fix formatting bug apparently introduced when the page... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Remove transient thingy that wasn't supposed to see... |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Fix (another) typo in comment |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Fix typo in comment |
commit | commitdiff | tree | snapshot |
2008-02-19 |
dholland | Split some code from moreobj.c into action.c, as per... |
commit | commitdiff | tree | snapshot |
2008-02-15 |
he | Typo correction: s/than/that/ in one instance. |
commit | commitdiff | tree | snapshot |
2008-02-04 |
dholland | More assorted cleanup merged from larn 12.2. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
dholland | Once upon a time, larn 12.0 had functions named getchar... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
dholland | Don't create files mode 666 in /var. (The code in quest... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
dholland | Larn does not need its own private versions of function... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
dholland | A long time ago, larn had code to prohibit playing... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
dholland | Some assorted minor cleanups, from larn 12.2. |
commit | commitdiff | tree | snapshot |
2008-02-03 |
dholland | Make a bunch of functions static. Merged from larn... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
dholland | Use mkstemp to make the temporary files used when you... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
dholland | Since games are (now) setgid, not setuid, it is no... |
commit | commitdiff | tree | snapshot |
2008-02-03 |
wiz | Document -d. |
commit | commitdiff | tree | snapshot |
2008-02-02 |
matt | Add a -d flag so that primes will print the difference... |
commit | commitdiff | tree | snapshot |
2008-02-02 |
matt | Fix typo: sive -> sieve. |
commit | commitdiff | tree | snapshot |
2008-01-31 |
dholland | Pedanticism about time_t (not really a bug, but now... |
commit | commitdiff | tree | snapshot |
2008-01-31 |
dholland | Fix y2038 bug: time_t != int. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Make the default WARNS for games 4. The only game that... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | build with WARNS=4 |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Make hack build with WARNS=4. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Make this build with WARNS=4 by not reusing names from... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Make this build with WARNS=4 by not reusing names from... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Make this build with WARNS=4. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | make mille build with WARNS=4 |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Call srandom() as well as initializing the private... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Larn now builds with WARNS=4. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Apparently the reason the printf arguments were all... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Add gcc printf format checking, and fix the abundant... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | clean for WARNS=4 |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Work around gcc signedness warning: if you check for... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Build with WARNS=4. Sort out the game's shadowing of... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Build with WARNS=4. (All fixes are cosmetic, except... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Build with WARNS=4. |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | This builds with WARNS=4; set it in the Makefile so... |
commit | commitdiff | tree | snapshot |
2008-01-28 |
dholland | Build with WARNS=4. |
commit | commitdiff | tree | snapshot |
2008-01-25 |
he | I'm guessing that there should be no space between... |
commit | commitdiff | tree | snapshot |
2008-01-16 |
lukem | Only pull in <sys/cdefs.h> on NetBSD, to fix build... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dholland | ANSIfy. Remove unnecessary casts. Clean up for -Wsign... |
commit | commitdiff | tree | snapshot |
2008-01-14 |
dholland | Whitespace/KNF nits. |
commit | commitdiff | tree | snapshot |
2008-01-03 |
dholland | Fun with parts of speech: `stupid' here is an adjective... |
commit | commitdiff | tree | snapshot |
2007-12-27 |
dholland | Comprehensive (or at least extensive) string handling... |
commit | commitdiff | tree | snapshot |
2007-12-18 |
dogcow | more __dead fallout: these two files are built for... |
commit | commitdiff | tree | snapshot |
2007-12-15 |
perry | convert __attribute__s to applicable cdefs.h macros |
commit | commitdiff | tree | snapshot |
2007-12-15 |
perry | include sys/cdefs.h so that __attribute__ can be fixed... |
commit | commitdiff | tree | snapshot |
2007-11-17 |
dogcow | A terrible kludge: don't compile/link malloc.c if arch... |
commit | commitdiff | tree | snapshot |
2007-09-16 |
ragge | __attribute -> __attribute__ |
commit | commitdiff | tree | snapshot |
2007-08-06 |
hubertf | Teach wtf(6) about pkgsrc's help facility: |
commit | commitdiff | tree | snapshot |
2007-06-06 |
rillig | Increased WARNS to 4, since it passes both gcc333 and... |
commit | commitdiff | tree | snapshot |
2007-05-28 |
tls | Add new Makefile knob, USE_FORT, which extends USE_SSP... |
commit | commitdiff | tree | snapshot |
2007-04-22 |
mouse | Per PR 36185, OKed by martin@ |
commit | commitdiff | tree | snapshot |
2007-03-20 |
hubertf | Xref shuffle(1) from random(6), and vice versa |
commit | commitdiff | tree | snapshot |
2007-02-26 |
ad | NetBSD JIHBED |
commit | commitdiff | tree | snapshot |
2007-02-26 |
ad | NetBSD: Dead on Target |
commit | commitdiff | tree | snapshot |
2007-01-24 |
hubertf | - Don't call basename $0 at many places. Use variable... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
chuck | Update my previous commit to better match the original... |
commit | commitdiff | tree | snapshot |
2007-01-17 |
chuck | mrg's changes in 1.13 broke hack's display code. |
commit | commitdiff | tree | snapshot |
2007-01-17 |
hubertf | Replve duplicate #includes |
commit | commitdiff | tree | snapshot |
2007-01-12 |
hubertf | - ANSIfy |
commit | commitdiff | tree | snapshot |
2006-12-25 |
wiz | Fix some typos in ENIAC quote. From Zafer Aydogan and... |
commit | commitdiff | tree | snapshot |
2006-12-25 |
wiz | Spell "tomorrow" correctly. From Zafer Aydogan. |
commit | commitdiff | tree | snapshot |
2006-12-23 |
wiz | Bump date for previous. Use mdoc macros. |
commit | commitdiff | tree | snapshot |
2006-12-14 |
reed | Add example of using -w. |
commit | commitdiff | tree | snapshot |
2006-11-24 |
wiz | s/existance/existence/, from Zafer. |
commit | commitdiff | tree | snapshot |
2006-11-24 |
wiz | s/independant/independent/, from Zafer. |
commit | commitdiff | tree | snapshot |
2006-11-24 |
wiz | s/exceded/exceeded/, from Zafer. |
commit | commitdiff | tree | snapshot |
2006-11-24 |
christos | fix spelling of accommodate; from Zapher. |
commit | commitdiff | tree | snapshot |
2006-11-24 |
christos | fix spelling of accidentally; from Zapher |
commit | commitdiff | tree | snapshot |
2006-11-22 |
reed | Check that -w width is not above maximum. (It already... |
commit | commitdiff | tree | snapshot |
2006-10-22 |
mrg | don't discard const. GCC 4.1-20061021 doesn't like... |
commit | commitdiff | tree | snapshot |
2006-10-08 |
elad | Typo, from David A. Holland on #NetBSD-code, thanks! |
commit | commitdiff | tree | snapshot |
2006-10-07 |
elad | Input validation, from David A. Holland on #NetBSD... |
commit | commitdiff | tree | snapshot |
2006-10-07 |
elad | PR/18906: roskens at elfin dot net: misc. select()... |
commit | commitdiff | tree | snapshot |
2006-09-24 |
jmcneill | PR# 4305: [dM] boggle uses very incomplete wordlist. |
commit | commitdiff | tree | snapshot |
2006-08-09 |
christos | PR/34175: Zafer Aydogan: touch the window to cause... |
commit | commitdiff | tree | snapshot |
2006-06-24 |
hubertf | Attribute ``A language that doesn't affect the way... |
commit | commitdiff | tree | snapshot |
2006-06-17 |
reed | Fix typo or mispelling. |
commit | commitdiff | tree | snapshot |
2006-06-07 |
jnemeth | Increase username length to match modern systems, and... |
commit | commitdiff | tree | snapshot |
next |