summaryrefslogtreecommitdiff
path: root/games/dab
AgeCommit message (Expand)Author
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-11sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.mrg
2005-09-15Drop trailing whitespace.wiz
2005-09-15Use standard AUTHORS section header. From YOMURA Masanori in private mailwiz
2005-08-09add a new style cast to memcpy.christos
2005-08-09Pass WARNS=3christos
2005-07-02Tidy up curses state when we quit, instead of just doing exit().jdc
2004-01-05Use PROG_CXX so we don't need to include -lstdc++ explicitly. From Nick Hudson.christos
2003-12-28Const the player type variable.thorpej
2003-12-28Fix RCS IDs.thorpej
2003-12-27Format size_t values using %zd instead of %d, for archs where size_t != int.martin
2003-12-27Rename .C files to .ccchristos
2003-12-26NetBSD rcsid.christos
2003-12-26import dots+boxes games.christos