summaryrefslogtreecommitdiffstats
path: root/pom/pom.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix a few of the games to use getprogname() in their usage() functions.pgoyette2010-12-051-3/+4
| | | | | | 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.
* sprinkle staticdholland2009-08-121-12/+12
|
* Remove the need for -Wno-pointer-sign. Object file unchanged.dholland2009-07-261-4/+4
|
* Remove the \n and tabs from the __COPYRIGHT() strings.lukem2008-07-201-4/+4
|
* convert __attribute__s to applicable cdefs.h macrosperry2007-12-151-3/+3
|
* - ANSIfyhubertf2007-01-121-16/+11
| | | | | | | - 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>
* Remove uses of __P.jsm2004-01-271-8/+8
|
* Move UCB-licensed code from 4-clause to 3-clause licence.agc2003-08-071-7/+3
| | | Patches provided by Joel Baker in PR 22269, verified by myself.
* Update pom to the third edition of Duffett-Smith's book, and clean itjsm1999-09-141-45/+131
| | | | | | | 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.
* be more precise for PI, as per PR5867hubertf1998-09-111-3/+5
|
* isleap expects years since Christ's birth, not the epoche)hubertf1998-07-251-4/+4
| | | Closees PR 5833 by Joseph S. Myers <jsm28@cam.ac.uk>.
* Added optional argument for calculating the phase of the moon for a specifiedjeremy1998-06-131-4/+10
| | | date, rather than the current time.
* use err/warn instead of perrorlukem1997-10-121-6/+5
|
* WARNSifylukem1997-10-101-11/+17
|
* Removed "extern int errno"; Added #include <errno.h> if not already present.jtc1996-02-061-3/+3
|
* typeof(timeval.ts_sec) != time_tcgd1995-06-071-3/+5
|
* merge with Lite, new RCS id conventions, etc.cgd1995-03-231-7/+12
|
* Changed to call exit(0) instead of falling out the bottom of main().jtc1995-02-031-2/+3
| | | | Changed to include <string.h> instead of defining own prototype for strerror().
* Add RCS identifiers.mycroft1993-08-011-1/+2
|
* initial import of 386bsd-0.1 sourcescgd1993-03-211-0/+178