CVS commit: src/games

2010-12-04 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sun Dec 5 04:34:23 UTC 2010 Modified Files: src/games/boggle/boggle: bog.c src/games/pom: pom.c src/games/snake/snake: snake.c src/games/tetris: tetris.c Log Message: Fix a few of the games to use getpro

CVS commit: src/games

2011-08-25 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Aug 26 06:18:18 UTC 2011 Modified Files: src/games/backgammon/common_source: back.h save.c src/games/backgammon/teachgammon: tutor.h src/games/battlestar: extern.h src/games/boggle/boggle: bog.c

CVS commit: src/games

2011-08-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon Aug 29 20:30:37 UTC 2011 Modified Files: src/games/banner: banner.c src/games/dab: board.h src/games/larn: bill.c extern.h src/games/ppt: ppt.c src/games/sail: extern.h src/games/trek: mai

CVS commit: src/games

2011-10-03 Thread Roy Marples
Module Name:src Committed By: roy Date: Mon Oct 3 12:32:29 UTC 2011 Modified Files: src/games/hack: hack.terminfo.c src/games/larn: io.c src/games/tetris: screen.c Log Message: Use tiparm instead of vtparm. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/games

2012-02-17 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 18 06:57:23 UTC 2012 Modified Files: src/games/gomoku: bdisp.c src/games/larn: global.c Log Message: Fix conflicting variable definitions To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/games/gomo

CVS commit: src/games

2012-06-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Jun 6 00:16:01 UTC 2012 Modified Files: src/games: Makefile Log Message: add colorbars To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/games/Makefile Please note that diffs are not public domain; they a

CVS commit: src/games

2012-06-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Tue Jun 19 05:46:09 UTC 2012 Modified Files: src/games: Makefile.inc src/games/arithmetic: arithmetic.c src/games/battlestar: command1.c command5.c src/games/fortune/fortune: fortune.c src/games/fo

CVS commit: src/games

2013-09-01 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 1 18:37:06 UTC 2013 Modified Files: src/games: Makefile Log Message: hook cgram to the build To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/games/Makefile Please note that diffs are not public doma

CVS commit: src/games

2014-10-02 Thread Adrian Steinmann
Module Name:src Committed By: ast Date: Thu Oct 2 21:36:37 UTC 2014 Modified Files: src/games/factor: factor.6 factor.c src/games/primes: Makefile pattern.c pr_tbl.c primes.6 primes.c primes.h Added Files: src/games/primes: spsp.c Log Message:

CVS commit: src/games

2014-10-17 Thread Soren Jacobsen
Module Name:src Committed By: snj Date: Sat Oct 18 06:40:18 UTC 2014 Modified Files: src/games/fortune/datfiles: fortunes2 limerick-o.real src/games/hack: rumors Log Message: 1) "It's its" 2) Whitespace 3) You're all too old to be confusing "your" with "you're" T

CVS commit: src/games

2018-02-04 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Feb 4 08:48:05 UTC 2018 Modified Files: src/games/battlestar: command3.c command7.c src/games/tetris: scores.c Log Message: fix issues found by GCC 6.4: battlestar was missing some {} in its insane printf()+puts() usage

CVS commit: src/games

2021-01-01 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Sat Jan 2 03:21:39 UTC 2021 Modified Files: src/games: Makefile Added Files: src/games/testpat: Makefile testpat.6 testpat.c Log Message: Add testpat(6) to games. Testpat displays a test pattern in curses(3). To generate

CVS commit: src/games

2021-05-02 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun May 2 12:50:47 UTC 2021 Modified Files: src/games/adventure: init.c io.c main.c setup.c subr.c vocab.c wizard.c src/games/atc: extern.h graphics.c input.c list.c log.c main.c update.c src/games/backgammon/backg

CVS commit: src/games

2013-10-19 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Oct 19 17:23:09 UTC 2013 Modified Files: src/games/backgammon/teachgammon: ttext2.c src/games/boggle/boggle: prtable.c src/games/gomoku: pickmove.c src/games/hunt/huntd: driver.c src/games/sail

CVS commit: src/games

2014-03-22 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Mar 23 00:17:40 UTC 2014 Modified Files: src/games: Makefile.inc Log Message: Add note cautioning against bothering with WARNS=6 until gcc improves (or -Wconversion is removed from WARNS=6) as it produces loads of false posi

CVS commit: src/games/atc

2015-07-22 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 23 01:19:20 UTC 2015 Modified Files: src/games/atc: atc.6 Log Message: Sync descriptive text with actual game definition. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/games/atc/atc.6 Please note t

CVS commit: src/games/atc

2015-07-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Jul 26 22:22:24 UTC 2015 Modified Files: src/games/atc: atc.6 Log Message: Use An in AUTHORS section. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/games/atc/atc.6 Please note that diffs are not public doma

CVS commit: src/games/worm

2015-08-17 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Aug 17 17:17:01 UTC 2015 Modified Files: src/games/worm: worm.c Log Message: remove cpp abuse To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/games/worm/worm.c Please note that diffs are not public domai

CVS commit: src/games/tetris

2015-11-06 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 6 19:53:37 UTC 2015 Modified Files: src/games/tetris: screen.c tetris.c Log Message: PR/50411: Rin Okuyama: fix two bugs: - clear blocks in the 0 row, otherwise the pile up forever. - black (white) blocks are not shown

CVS commit: src/games/tetris

2016-03-03 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Thu Mar 3 21:38:55 UTC 2016 Modified Files: src/games/tetris: screen.c tetris.c tetris.h Log Message: Center game board on screen. OK from christos@. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 src/games/tetris/

CVS commit: src/games/tetris

2016-03-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Mar 12 03:14:59 UTC 2016 Modified Files: src/games/tetris: tetris.6 Log Message: tetris(6) is not limited to CRT displays. noted by tnn To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/games/tetris/tetris.

CVS commit: src/games/mille

2016-06-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 5 18:39:02 UTC 2016 Modified Files: src/games/mille: varpush.c Log Message: get rid of gets To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/games/mille/varpush.c Please note that diffs are not publi

CVS commit: src/games/gomoku

2016-06-11 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jun 12 02:15:26 UTC 2016 Modified Files: src/games/gomoku: main.c Log Message: Fix the out-of-memory behavior so the message doesn't disappear under endwin(). Related to PR 3126. To generate a diff of this commit: cvs rdif

CVS commit: src/games/factor

2010-04-21 Thread David A. Holland
Module Name:src Committed By: dholland Date: Thu Apr 22 04:42:21 UTC 2010 Modified Files: src/games/factor: factor.6 Log Message: Sync with reality. Bump date. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/games/factor/factor.6 Please note that diffs

CVS commit: src/games/factor

2010-04-21 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Apr 22 06:57:13 UTC 2010 Modified Files: src/games/factor: factor.6 Log Message: Add backslash before a dash to get a minus. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/games/factor/factor.6 Please note t

CVS commit: src/games/factor

2010-04-22 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Thu Apr 22 14:28:48 UTC 2010 Modified Files: src/games/factor: factor.c Log Message: fix an obvious flaw in bounds check: the array of precomputed primes could be overrun if its last entry (65537) was a factor of the input (this

CVS commit: src/games/battlestar

2010-04-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 24 00:38:30 UTC 2010 Modified Files: src/games/battlestar: command6.c Log Message: fflush the score file while signals are blocked to decrease the chance of it getting corrupted. To generate a diff of this commit: cvs

CVS commit: src/games/larn

2010-04-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 24 00:56:14 UTC 2010 Modified Files: src/games/larn: scores.c Log Message: Handle the "diedtime" field of the player log (which is not the high scores file, the append-only log of all games) as int32_t instead of time_t.

CVS commit: src/games/larn

2010-04-23 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Apr 24 01:13:37 UTC 2010 Modified Files: src/games/larn: larn.6 Log Message: Document the options that actually exist, instead of some other completely unrelated set. Bump date. (first time since 1993!) To generate a diff

CVS commit: src/games/factor

2010-04-27 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Tue Apr 27 18:11:19 UTC 2010 Modified Files: src/games/factor: factor.c Log Message: -Fix an old bug in the "pollard" code: it gets its argument passed by reference, and changes the value behind the pointer under some circumst

CVS commit: src/games/factor

2010-04-28 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Apr 28 18:04:31 UTC 2010 Modified Files: src/games/factor: factor.c Log Message: rename pollard_pminus1->pollard_rho for consistency To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/games/factor/factor.c

CVS commit: src/games/banner

2010-05-14 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri May 14 19:02:28 UTC 2010 Modified Files: src/games/banner: banner.6 Log Message: \\ -> \e To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/games/banner/banner.6 Please note that diffs are not public domain;

CVS commit: src/games/factor

2010-05-15 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat May 15 21:22:39 UTC 2010 Modified Files: src/games/factor: factor.6 factor.c Log Message: Follow the Fundamental Theory of Algebra. Disallow factorising of numbers less than 2 as it is not - naturally unique (negative numbers)

CVS commit: src/games/wump

2010-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 29 22:53:49 UTC 2010 Modified Files: src/games/wump: wump.c Log Message: Fix dog-Latin. The plural of wumpus could be wumpi, wumpus, or even wumpora, but not 'wumpii'. Where does this -ii crap come from? To generate a

CVS commit: src/games/wump

2010-05-29 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat May 29 22:56:01 UTC 2010 Modified Files: src/games/wump: wump.c Log Message: Fix some additional typos/grammar slips. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/games/wump/wump.c Please note that di

CVS commit: src/games/sail

2010-08-05 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Aug 6 03:10:27 UTC 2010 Modified Files: src/games/sail: pl_7.c Log Message: Don't define esc-[ as a custom key sequence because it steps on vt function keys. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 s

CVS commit: src/games/sail

2010-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Fri Aug 6 09:14:40 UTC 2010 Modified Files: src/games/sail: dr_main.c extern.h globals.c lo_main.c main.c pl_7.c pl_main.c Log Message: Rework the game startup so it uses curses nicely. There are now menus and stuff

CVS commit: src/games/monop

2010-09-26 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Sep 26 21:12:24 UTC 2010 Modified Files: src/games/monop: cards.c Log Message: Avoid undefined behavior, from Chris Spiegel in PR 43860. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/games/monop/cards.c

CVS commit: src/games/sail

2010-12-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Dec 8 17:06:35 UTC 2010 Modified Files: src/games/sail: array.h Removed Files: src/games/sail: inlinedefs.h Log Message: Use __c99inline from sys/cdefs.h To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 sr

CVS commit: src/games/dab

2010-12-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Dec 8 17:08:07 UTC 2010 Modified Files: src/games/dab: gamescreen.h Log Message: Don't use the same name for two parameters. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/games/dab/gamescreen.h Please note

CVS commit: src/games/tetris

2011-01-05 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jan 5 15:48:01 UTC 2011 Modified Files: src/games/tetris: scores.c Log Message: Fix fd leak in error cases. Found by cppcheck. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/games/tetris/scores.c Please not

CVS commit: src/games/atc

2011-02-15 Thread Ignatios Souvatzis
Module Name:src Committed By: is Date: Tue Feb 15 08:25:26 UTC 2011 Modified Files: src/games/atc: update.c Log Message: Bug fix: in a game with 26 planes, the last one to be allocated wouldn't be allocated if it was the only eligible one. >From Jonathan David Amery via De

CVS commit: src/games/battlestar

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 22:44:18 UTC 2011 Modified Files: src/games/battlestar: room.c Log Message: Don't use return value of a function as format string. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/games/battlestar/room

CVS commit: src/games/cribbage

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 22:47:22 UTC 2011 Modified Files: src/games/cribbage: io.c Log Message: ANSIfy To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/games/cribbage/io.c Please note that diffs are not public domain; they a

CVS commit: src/games/cribbage

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 22:48:52 UTC 2011 Modified Files: src/games/cribbage: io.c Log Message: Don't use variables as format strings. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/games/cribbage/io.c Please note that dif

CVS commit: src/games/factor

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 22:49:59 UTC 2011 Modified Files: src/games/factor: factor.c Log Message: Properly print string. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/games/factor/factor.c Please note that diffs are not p

CVS commit: src/games/hack

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 22:53:25 UTC 2011 Modified Files: src/games/hack: hack.apply.c hack.eat.c hack.invent.c hack.main.c hack.options.c hack.pager.c hack.potion.c hack.rumors.c hack.timeout.c Log Message: Correctly pr

CVS commit: src/games/mille

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 22:59:27 UTC 2011 Modified Files: src/games/mille: print.c Log Message: ANSIfy To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/games/mille/print.c Please note that diffs are not public domain; they a

CVS commit: src/games/rogue

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 23:01:17 UTC 2011 Modified Files: src/games/rogue: move.c pack.c rogue.h spec_hit.c throw.c Log Message: Kill some pointer indirections. Don't use variables as format strings. To generate a diff of this commit: cvs rdi

CVS commit: src/games/sail

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 23:02:07 UTC 2011 Modified Files: src/games/sail: assorted.c Log Message: Don't use variables as format string. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/games/sail/assorted.c Please note that

CVS commit: src/games/worm

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 23:03:38 UTC 2011 Modified Files: src/games/worm: worm.c Log Message: ANSIfy To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/games/worm/worm.c Please note that diffs are not public domain; they are s

CVS commit: src/games/dab

2011-05-23 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 23 23:06:41 UTC 2011 Modified Files: src/games/dab: defs.h Log Message: Map RCSID to __RCSID To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/games/dab/defs.h Please note that diffs are not public domain;

CVS commit: src/games/hack

2011-05-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Mon May 30 03:11:15 UTC 2011 Modified Files: src/games/hack: extern.h hack.mon.c Log Message: Use consistent sign in compare, the function is only called with constants as third argument anyway. To generate a diff of this commit:

CVS commit: src/games/hack

2011-07-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 02:09:09 UTC 2011 Modified Files: src/games/hack: hack.wield.c Log Message: rename a variable from "time" to "stime" (it's a string) To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/games/hack/hack.wield.c

CVS commit: src/games/hack

2011-07-01 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 02:10:33 UTC 2011 Modified Files: src/games/hack: hack.h Log Message: include sys/time.h earlier (rather than implicitly via fcntl.h) so that the "u" variable doesn't shadow stuff, found later in time.h inlines. kind of a

CVS commit: src/games/trek

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sun Jul 3 06:44:02 UTC 2011 Modified Files: src/games/trek: move.c Log Message: use DBL_MIN from instead of a hard coded small value (that becomes zero for vax fp.) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 sr

CVS commit: src/games/hack

2011-07-20 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jul 20 07:04:30 UTC 2011 Modified Files: src/games/hack: hack.bones.c hack.do.c Log Message: Include system headers before private headers. Avoids various possible symbol conflicts. To generate a diff of this commit: cvs r

CVS commit: src/games/hack

2011-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 6 19:23:38 UTC 2011 Modified Files: src/games/hack: def.objclass.h Log Message: Don't refer to index() in comments; use strchr(). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/games/hack/def.objclass

CVS commit: src/games/hack

2011-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 6 19:32:59 UTC 2011 Modified Files: src/games/hack: config.h hack.u_init.c Log Message: Remove the PYRAMID_BUG code. I don't think Pyramids are coming back, nor do we care if their compiler vomits trying to decrement a

CVS commit: src/games/hack

2011-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 6 19:47:54 UTC 2011 Modified Files: src/games/hack: config.h hack.h Log Message: abolish references to index/rindex To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/games/hack/config.h cvs rdiff -u -r1.

CVS commit: src/games/hack

2011-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 6 19:53:24 UTC 2011 Modified Files: src/games/hack: config.h hack.pager.c Log Message: is standard, so just use it instead of fiddling about with ifdefs for long-dead systems. While here, remove union wait. To genera

CVS commit: src/games/hack

2011-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 6 20:00:33 UTC 2011 Modified Files: src/games/hack: extern.h hack.engrave.c hack.lev.c hack.o_init.c hack.save.c Log Message: Remove silly casts. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.

CVS commit: src/games/hack

2011-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 6 20:18:26 UTC 2011 Modified Files: src/games/hack: alloc.c def.gen.h def.gold.h def.monst.h def.obj.h def.trap.h def.wseg.h extern.h hack.end.c hack.engrave.c hack.h hack.o_init.c hack.pager.c ha

CVS commit: src/games/hack

2011-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 6 20:24:35 UTC 2011 Modified Files: src/games/hack: hack.mon.c Log Message: drop private (and wrong) definition of NULL To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/hack/hack.mon.c Please n

CVS commit: src/games/hack

2011-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 6 20:29:37 UTC 2011 Modified Files: src/games/hack: hack.do.c hack.do_name.c hack.end.c hack.engrave.c hack.invent.c hack.lev.c hack.mon.c hack.pager.c hack.read.c hack.shk.c hack.steal.c hack.top

CVS commit: src/games/hack

2011-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 6 20:32:25 UTC 2011 Modified Files: src/games/hack: hack.lev.c hack.o_init.c Log Message: Remove *another* set of useless casts. sheesh To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/games/hack/hack

CVS commit: src/games/hack

2011-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Aug 6 20:42:44 UTC 2011 Modified Files: src/games/hack: hack.apply.c hack.cmd.c hack.eat.c hack.end.c hack.engrave.c hack.invent.c hack.ioctl.c hack.main.c hack.mklev.c hack.o_init.c hack.pager.c hack

CVS commit: src/games/hack

2011-08-06 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Aug 7 06:03:45 UTC 2011 Modified Files: src/games/hack: hack.apply.c hack.c hack.do_name.c hack.dog.c hack.eat.c hack.engrave.c hack.invent.c hack.mkobj.c hack.mkshop.c hack.mon.c hack.objnam.c hack.s

CVS commit: src/games/hack

2011-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 09:26:22 UTC 2011 Modified Files: src/games/hack: Makefile def.monst.h hack.monst.c hack.vault.c Log Message: - document non-literal format strings - avoid strict aliasing violations, but adding an intermediate functi

CVS commit: src/games/atc

2011-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 10:14:40 UTC 2011 Modified Files: src/games/atc: Makefile Log Message: document non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/games/atc/Makefile Please note that diffs

CVS commit: src/games/gomoku

2011-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 11:10:54 UTC 2011 Modified Files: src/games/gomoku: main.c Log Message: avoid non-literal format strings. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/games/gomoku/main.c Please note that diffs

CVS commit: src/games/mille

2011-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 11:14:05 UTC 2011 Modified Files: src/games/mille: extern.c mille.h print.c Log Message: eliminate non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/games/mille/extern.c cv

CVS commit: src/games/larn

2011-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 11:19:41 UTC 2011 Modified Files: src/games/larn: Makefile movem.c Log Message: eliminate/document non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/games/larn/Makefile cvs

CVS commit: src/games/sail

2011-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 11:26:16 UTC 2011 Modified Files: src/games/sail: assorted.c Log Message: avoid non-literal format string To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/games/sail/assorted.c Please note that dif

CVS commit: src/games/trek

2011-08-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Aug 16 11:28:18 UTC 2011 Modified Files: src/games/trek: Makefile Log Message: document non-literal string formats To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/games/trek/Makefile Please note that dif

CVS commit: src/games/mille

2011-08-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 21 08:50:08 UTC 2011 Modified Files: src/games/mille: print.c Log Message: use const char [] for format. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/games/mille/print.c Please note that diffs are

CVS commit: src/games/hack

2011-08-24 Thread Iain Hibbert
Module Name:src Committed By: plunky Date: Wed Aug 24 17:39:32 UTC 2011 Modified Files: src/games/hack: Makefile Log Message: -Wno-shadow is no longer needed for HAVE_PCC, here To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/games/hack/Makefile Please

CVS commit: src/games/sail

2011-08-25 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Aug 25 15:50:45 UTC 2011 Modified Files: src/games/sail: Makefile Log Message: Uses non-literal format strings To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/games/sail/Makefile Please note that diffs are

CVS commit: src/games/sail

2011-08-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Aug 25 16:18:29 UTC 2011 Modified Files: src/games/sail: pl_7.c Log Message: add printf attributes. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/games/sail/pl_7.c Please note that diffs are not public

CVS commit: src/games/mille

2011-08-26 Thread Matthias Scheler
Module Name:src Committed By: tron Date: Fri Aug 26 09:01:07 UTC 2011 Modified Files: src/games/mille: save.c varpush.c Log Message: Avoid non-literal format strings. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/games/mille/save.c cvs rdiff -u -r1.10

CVS commit: src/games/hack

2011-08-27 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Aug 27 23:42:33 UTC 2011 Modified Files: src/games/hack: extern.h Log Message: Mark error() as dead, so that validation for setclipped works correctly. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/games/h

CVS commit: src/games/primes

2011-08-29 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Tue Aug 30 02:58:04 UTC 2011 Modified Files: src/games/primes: primes.c Log Message: No need to cast double to ubig (aka uintmax_t) through int. This change prevents a modulo by zero in a invocation such as: primes 184467440737

CVS commit: src/games/factor

2011-11-09 Thread Matthias Drochner
Module Name:src Committed By: drochner Date: Wed Nov 9 20:17:44 UTC 2011 Modified Files: src/games/factor: factor.c Log Message: remove duplicated #defines (in a usually unused part of the code) To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/games/fac

CVS commit: src/games/monop

2011-11-30 Thread Adam Hoka
Module Name:src Committed By: ahoka Date: Thu Dec 1 07:05:52 UTC 2011 Modified Files: src/games/monop: misc.c monop.c Log Message: handle EOF in input To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/games/monop/misc.c cvs rdiff -u -r1.25 -r1.26 src/gam

CVS commit: src/games/adventure

2012-01-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jan 7 18:08:35 UTC 2012 Modified Files: src/games/adventure: crc.c Log Message: Make this not crash on machines that are (a) 64 bit, or (b) have signed chars by default (i.e., almost all machines). Makes it possible to save

CVS commit: src/games/adventure

2012-01-07 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jan 7 22:23:16 UTC 2012 Modified Files: src/games/adventure: save.c Log Message: Redo save file handling. The old save files were unportable, had no magic number or versioning, relied on random(3) never changing to a differ

CVS commit: src/games/adventure

2012-01-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 8 18:16:00 UTC 2012 Modified Files: src/games/adventure: crc.c extern.h save.c Log Message: Oops, I forgot to actually implement the checksumming code for the new savefile format, so any savefiles generated yesterday ca

CVS commit: src/games/adventure

2012-01-08 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Jan 8 18:17:41 UTC 2012 Modified Files: src/games/adventure: extern.h Log Message: grumble. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/games/adventure/extern.h Please note that diffs are not public

CVS commit: src/games/banner

2012-02-26 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Feb 26 21:06:59 UTC 2012 Modified Files: src/games/banner: banner.6 banner.c Log Message: Man page and usage cleanups from Bug Hunting in PR 46103. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/games/banner/

CVS commit: src/games/dab

2012-02-29 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Feb 29 23:39:53 UTC 2012 Modified Files: src/games/dab: algor.cc board.h Log Message: Fix various format string mismatches. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/games/dab/algor.cc cvs rdiff -u -r1.3

CVS commit: src/games/wtf

2012-04-25 Thread Jan Schaumann
Module Name:src Committed By: jschauma Date: Thu Apr 26 01:55:14 UTC 2012 Modified Files: src/games/wtf: wtf Log Message: allow multiple '-f acronyms' arguments to be given, which makes this behave more consistently with ACRONYMSDB, which may also point to multiple files

CVS commit: src/games/wtf

2012-04-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Apr 26 03:16:13 UTC 2012 Modified Files: src/games/wtf: wtf Log Message: use modern shell constructs To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/games/wtf/wtf Please note that diffs are not public do

CVS commit: src/games/backgammon

2010-03-21 Thread matthew green
Module Name:src Committed By: mrg Date: Mon Mar 22 05:10:19 UTC 2010 Modified Files: src/games/backgammon/backgammon: main.c text.c src/games/backgammon/common_source: back.h table.c src/games/backgammon/teachgammon: teach.c ttext2.c tutor.c Log Message: re

CVS commit: src/games/gomoku

2010-03-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 29 02:21:04 UTC 2010 Modified Files: src/games/gomoku: bdisp.c Log Message: Don't exit(0) on failure. Use errx() instead of fprintf. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/games/gomoku/bdisp.

CVS commit: src/games/gomoku

2010-03-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 29 02:32:45 UTC 2010 Modified Files: src/games/gomoku: gomoku.6 Log Message: Fix typo. From OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/games/gomoku/gomoku.6 Please note that diffs are n

CVS commit: src/games/gomoku

2010-03-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 29 02:34:50 UTC 2010 Modified Files: src/games/gomoku: gomoku.6 Log Message: fix quote markup, spotted in openbsd diffs To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/games/gomoku/gomoku.6 Please no

CVS commit: src/games/gomoku

2010-03-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 29 02:46:05 UTC 2010 Modified Files: src/games/gomoku: main.c Log Message: Allow saved game filenames up to PATH_MAX. From OpenBSD. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/games/gomoku/main.c

CVS commit: src/games/gomoku

2010-03-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 29 02:48:17 UTC 2010 Modified Files: src/games/gomoku: main.c Log Message: Spell "versus" right. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/games/gomoku/main.c Please note that diffs are not pub

CVS commit: src/games/gomoku

2010-03-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 29 03:51:55 UTC 2010 Modified Files: src/games/gomoku: bdisp.c gomoku.6 gomoku.h main.c Log Message: Better user interface. From OpenBSD, written by Paul Janzen quite a long time ago. A few minor adjustments by yours tru

CVS commit: src/games/gomoku

2010-03-28 Thread David A. Holland
Module Name:src Committed By: dholland Date: Mon Mar 29 04:00:03 UTC 2010 Modified Files: src/games/gomoku: gomoku.6 Log Message: reorg for clarity and exposition. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/games/gomoku/gomoku.6 Please note that d

  1   2   3   4   5   >