| History log of /src/games/pom | 
    | Revision | Date | Author | Comments | 
| 1.8 | 26-Jul-2009 | dholland | Remove the need for -Wno-pointer-sign. Object file unchanged. 
 | 
| 1.7 | 29-Aug-2008 | gmcgarry | Wrap compiler-specific flags with HAVE_GCC and HAVE_PCC as necessary. Add a few flags for PCC. 
 | 
| 1.6 | 12-Jul-2008 | gmcgarry | Add test for HAVE_PCC with HAVE_GCC which turn off compiler warning flags. 
 | 
| 1.5 | 11-May-2006 | mrg | branches:  1.5.20; sprinkle some -fno-strict-aliasing and -Wno-pointer-sign with GCC4.
 
 | 
| 1.4 | 23-Mar-1995 | cgd | merge with Lite, new RCS id conventions, etc. 
 | 
| 1.3 | 22-Dec-1994 | cgd | specify man pages the new way. 
 | 
| 1.2 | 01-Aug-1993 | mycroft | Add RCS identifiers. 
 | 
| 1.1 | 21-Mar-1993 | cgd | branches:  1.1.1; Initial revision
 
 | 
| 1.1.1.2 | 21-Mar-1995 | cgd | from Lite 
 | 
| 1.1.1.1 | 21-Mar-1993 | cgd | initial import of 386bsd-0.1 sources 
 | 
| 1.5.20.1 | 18-Sep-2008 | wrstuden | Sync with wrstuden-revivesa-base-2. 
 | 
| 1.13 | 15-Sep-2005 | wiz | Use standard AUTHORS section header. From YOMURA Masanori in private mail Sort sections if necessary. Use more/better markup.
 
 | 
| 1.12 | 07-Aug-2003 | agc | Move UCB-licensed code from 4-clause to 3-clause licence. 
 Patches provided by Joel Baker in PR 22269, verified by myself.
 
 | 
| 1.11 | 26-Sep-2002 | wiz | Lots of minor fixes resulting from reading these man pages in detail. 
 | 
| 1.10 | 26-Sep-2002 | wiz | New sentences begin on new lines. Patch from Richard Elz, slightly improved by yours truly.
 
 | 
| 1.9 | 08-Feb-2002 | ross | Generate <>& symbolically. I'm avoiding .../dist/... directories for now. 
 | 
| 1.8 | 02-Apr-2001 | wiz | Whitespace and/or punctuation fixes. 
 | 
| 1.7 | 14-Sep-1999 | jsm | Update pom to the third edition of Duffett-Smith's book, and clean it up somewhat.  Change time specification format to similar to that used
 by date(1) - taking a command line argument in seconds since the Epoch
 is silly.  Date parsing based on code from date(1).
 
 Based on work by Paul Janzen for OpenBSD.
 
 | 
| 1.6 | 13-Jun-1998 | jeremy | Added optional argument for calculating the phase of the moon for a specified date, rather than the current time.
 
 | 
| 1.5 | 10-Oct-1997 | lukem | WARNSify 
 | 
| 1.4 | 23-Mar-1995 | cgd | merge with Lite, new RCS id conventions, etc. 
 | 
| 1.3 | 05-Aug-1993 | jtc | Update to use new -mandoc macros. 
 | 
| 1.2 | 01-Aug-1993 | mycroft | Add RCS indentifiers. 
 | 
| 1.1 | 21-Mar-1993 | cgd | branches:  1.1.1; Initial revision
 
 | 
| 1.1.1.2 | 21-Mar-1995 | cgd | from Lite 
 | 
| 1.1.1.1 | 21-Mar-1993 | cgd | initial import of 386bsd-0.1 sources 
 | 
| 1.21 | 02-May-2021 | rillig | games: remove trailing whitespace in *.c and *.h 
 | 
| 1.20 | 05-Dec-2010 | pgoyette | Fix a few of the games to use getprogname() in their usage() functions. 
 Suggested by Joerg.
 
 XXX There are probably many more that have their progname hard-coded, but
 XXX I'm not up for a wholesale roto-till at the moment.
 
 | 
| 1.19 | 12-Aug-2009 | dholland | sprinkle static 
 | 
| 1.18 | 26-Jul-2009 | dholland | Remove the need for -Wno-pointer-sign. Object file unchanged. 
 | 
| 1.17 | 20-Jul-2008 | lukem | Remove the \n and tabs from the __COPYRIGHT() strings. 
 | 
| 1.16 | 15-Dec-2007 | perry | branches:  1.16.6; convert __attribute__s to applicable cdefs.h macros
 
 | 
| 1.15 | 12-Jan-2007 | hubertf | branches:  1.15.4; - ANSIfy
 - Use return instead of exit() in main()
 - Use EXIT_{SUCCESS,FAILURE} constants instead of 0/1
 
 No functional changes. Patch submitted in private mail by
 Slava Semushin <slava.semushin@gmail.com>
 
 | 
| 1.14 | 27-Jan-2004 | jsm | Remove uses of __P. 
 | 
| 1.13 | 07-Aug-2003 | agc | Move UCB-licensed code from 4-clause to 3-clause licence. 
 Patches provided by Joel Baker in PR 22269, verified by myself.
 
 | 
| 1.12 | 14-Sep-1999 | jsm | Update pom to the third edition of Duffett-Smith's book, and clean it up somewhat.  Change time specification format to similar to that used
 by date(1) - taking a command line argument in seconds since the Epoch
 is silly.  Date parsing based on code from date(1).
 
 Based on work by Paul Janzen for OpenBSD.
 
 | 
| 1.11 | 11-Sep-1998 | hubertf | be more precise for PI, as per PR5867 
 | 
| 1.10 | 25-Jul-1998 | hubertf | isleap expects years since Christ's birth, not the epoche) Closees PR 5833 by Joseph S. Myers <jsm28@cam.ac.uk>.
 
 | 
| 1.9 | 13-Jun-1998 | jeremy | Added optional argument for calculating the phase of the moon for a specified date, rather than the current time.
 
 | 
| 1.8 | 12-Oct-1997 | lukem | use err/warn instead of perror 
 | 
| 1.7 | 10-Oct-1997 | lukem | WARNSify 
 | 
| 1.6 | 06-Feb-1996 | jtc | Removed "extern int errno"; Added #include <errno.h> if not already present. 
 | 
| 1.5 | 07-Jun-1995 | cgd | typeof(timeval.ts_sec) != time_t 
 | 
| 1.4 | 23-Mar-1995 | cgd | merge with Lite, new RCS id conventions, etc. 
 | 
| 1.3 | 03-Feb-1995 | jtc | Changed to call exit(0) instead of falling out the bottom of main(). Changed to include <string.h> instead of defining own prototype for
 strerror().
 
 | 
| 1.2 | 01-Aug-1993 | mycroft | Add RCS identifiers. 
 | 
| 1.1 | 21-Mar-1993 | cgd | branches:  1.1.1; Initial revision
 
 | 
| 1.1.1.2 | 21-Mar-1995 | cgd | from Lite 
 | 
| 1.1.1.1 | 21-Mar-1993 | cgd | initial import of 386bsd-0.1 sources 
 | 
| 1.15.4.1 | 09-Jan-2008 | matt | sync with HEAD 
 | 
| 1.16.6.1 | 18-Sep-2008 | wrstuden | Sync with wrstuden-revivesa-base-2. 
 |