summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Expand)Author
2006-08-09PR/34175: Zafer Aydogan: touch the window to cause a refresh after helpchristos
2006-06-24Attribute ``A language that doesn't affect the way you think abouthubertf
2006-06-17Fix typo or mispelling.reed
2006-06-07Increase username length to match modern systems, and create #defines for ajnemeth
2006-06-07Actually accept "?" argument as documented in the manpage.jnemeth
2006-06-07Don't follow symlinks on systems that have O_NOFOLLOW.jnemeth
2006-06-07prevent "stack" overflowjnemeth
2006-06-07bracket else blockjnemeth
2006-06-07WARNS=4jnemeth
2006-06-01Better check data read from tetris.scores before use as array indices etc.drochner
2006-05-25read config more strictly, from Maximillian Dornseifdan
2006-05-18don't try to switch a char and have a case of EOF - use an int.mrg
2006-05-17Remove dup Hitler fortune. One of the two fortunes I moved yesterday, waschristos
2006-05-16PR/33495: Daniel Weiss: Offensive quote in netbsd fortune packagechristos
2006-05-14Add a virtual destructor to avoid "future ABI issues". I love c++.christos
2006-05-14add virtual destructors so that g++ shuts up.christos
2006-05-14Don't use iostream just for the usage message. Use stdio instead.christos
2006-05-14XXX: GCC uninitializedchristos
2006-05-13Coverity CID 3382: Fix memory leak.christos
2006-05-13Coverity CID 3383: Fix memory leak.christos
2006-05-13Coverity CID 3508: Fix file leak.christos
2006-05-13Coverity CID 3269: Fix memory leak.christos
2006-05-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2006-05-11lrint() -> larn_lrint().mrg
2006-05-11end the argument list to exec*(3) with a NULL instead of a bare '0', asmrg
2006-05-11UC, PC and BC are provided my libtermcap, don't duplicate them.mrg
2006-05-11avoid a pointer sign difference.mrg
2006-05-09change (mostly) int to socklen_t. GCC 4 doesn't like that int andmrg
2006-04-26Credit Alan Perlis for ``give him a lollipop'' programming language quote.groo
2006-04-24Coverity CID 3032: Prevent double free: Next to the call of page_more()christos
2006-04-24It's "its."snj
2006-04-24It's "its."snj
2006-04-20fix buffer overflow (CVE-2006-1744), from Debiandrochner
2006-04-06Grammar nit. Never mind that it's still not true.groo
2006-04-02Coverity CID 2788: If no room gets returned, don't try to place a monster.christos
2006-04-02Coverity CID 2791: Fix file pointer leak.christos
2006-03-30Coverity CID 2452: possible negative array index; CID 1518 and CID 1517: poss...jnemeth
2006-03-30Coverity CID 1288: possible negative array indexjnemeth
2006-03-30Coverity CID 993: dereference of NULL pointerjnemeth
2006-03-30Coverity CID 1293: not checking for an error returnjnemeth
2006-03-30Coverity CID 1287: not checking for error returnjnemeth
2006-03-30Coverity CID 1327: check for error returnjnemeth
2006-03-30Bah! Compare, don't assign!jnemeth
2006-03-30Coverity CID 1328: check for error returnjnemeth
2006-03-30Coverity CID 1326: check for error returnjnemeth
2006-03-29Fix Coverity issue 891 -- FORWARD_NULL.jnemeth
2006-03-29Fix Coverity issues 2366 and 2365 -- REVERSE_INULL.jnemeth
2006-03-29Fix Coverity issue 2584 -- USE_AFTER_FREE and issue 889 -- FORWARD_NULL.jnemeth
2006-03-22Add missing parens.christos
2006-03-22Simplify (Masao Uebayashi)christos