summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar
Commit message (Collapse)AuthorAgeFilesLines
* The patch for the new calendar contained spaces instead of tabs.dwmalone2001-01-151-184/+184
| | | | I only noticed when I went to check that it worked OK in RELENG_3.
* /usr/libexec/cpp -> /usr/bin/cppache2001-01-131-1/+1
| | | | because of new rename to /usr/libexec/cpp0
* Update for 2001.dwmalone2001-01-041-138/+186
| | | | | PR: 23456 Submitted by: jgrosch@mooseriver.com
* Use a slightly better documented way of calculating easter anddwmalone2001-01-022-61/+38
| | | | | | | include a reference to the Calendar FAQ. Also make argument parsing a little more robust. PR: 23881
* Prepare for mdoc(7)NG.ru2000-12-271-1/+1
|
* mdoc(7) police: use the new features of the Nm macro.ru2000-11-201-3/+3
|
* List the -t option in usage().alex2000-10-061-1/+1
| | | | | PR: 21734 Submitted by: Giorgos Keramidas <keramida@ceid.upatras.gr>
* List the options in alphabetic order.alex2000-10-061-1/+1
| | | | | PR: 21734 Submitted by: Johan Karlsson <k@numeri.campus.luth.se>
* These files are located under usr.bin/calendar/calendars/ru_RU.KOI8-R nowphantom2000-05-045-131/+0
|
* Rename calendars/ru_SU.KOI8-R to calendars/ru_RU.KOI8-R to reflectphantom2000-05-042-2/+2
| | | | | | locale name change (ru_SU.KOI8-R -> ru_RU.KOI8-R) Not objected to by: ache
* Correct comments and variable names left since repo-copyphantom2000-05-045-23/+23
|
* Add missing $FreeBSD$ tagsphantom2000-05-044-0/+7
|
* Remove single-space hard sentence breaks. These degrade the qualitysheldonh2000-03-011-1/+2
| | | | | of the typeset output, tend to make diffs harder to read and provide bad examples for new-comers to mdoc.
* Adapt to the new `ccp' now that the traditional-behaving /usr/bin/cppobrien2000-01-102-5/+6
| | | | | | | | script is gone. PR: 15932 Submitted by: Jos Backus <Jos.Backus@nl.origin-it.com> Tested by: brian, Manfred Antar <mantar@pacbell.net>
* Replace calendar with 2000 calendar.grog2000-01-041-128/+140
| | | | | Supplied-by: Josef Grosch <jgrosch@MooseRiver.com> PR: docs/15429
* Remove duplicate entrycpiazza1999-12-181-1/+0
|
* Spelling fixes. first change from openbsd second from netbsdcpiazza1999-12-181-2/+2
|
* spellingcharnier1999-10-084-10/+10
|
* Correct the information about Lincoln's assasination (shot on 14-4, diednik1999-09-031-3/+3
| | | | | | | | on 15-4). The Nagasaki bomb was dropped on August 9th, not August 8th. Submitted by: Tony Sumner <solon@macaulay.demon.co.uk>
* $Id$ -> $FreeBSD$peter1999-08-2845-45/+45
|
* Richard the Lionheart was crowned on 3rd September 1189, not the 27thnik1999-08-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | February. If you do a web search for "lionheart crowned" you'll get lots of conflicting information. Some sites say 3rd September, while others say 27th February. Most of the "27th February" crowd seem to take their information from other incarnations of this file on other operating systems. After a very pleasant afternoon spent lunching with my girlfriend's parents, I availed myself of their extensive reference library. You'd be surprised how hard it is to get concrete information about this. The _Encyclopedia Brittanica_ doesn't mention the date, only the year, as does _Brewer's Dictionary of Phrase and Fable_, as do all the other printed sources I tried. One of them even said July 7th 1189! Microsoft's (yeah, so sue me) Encarta '95 has quite a comprehensive entry, but again, no day and month information In desperation, I tried the web once more, and finally stumbled upon http://www.btinternet.com/~timeref/hsttime2.htm. This revealed that Henry II died on 6th July 1189 (presumably the source of the 7th July entry in another reference), and that Richard was crowned on 3rd September. Best of all, this site gives references. So if any of you have a copy of _The Life and Times of Richard I_, John Gillingham, pub. George Weidenfeld and Nicholson Limited, 1974, then you can confirm this for yourselves. For completenesses sake, I tried to find an ISBN number for the above book. But Amazon and Barnes and Noble don't appear to stock it (although it looks like a revised version, by the same author, is due out in October 1999, in case anyone's interested). PR: docs/10488 Submitted by: solon@macaulay.demon.co.uk
* Correct a typo (22th -> 22nd)n_hibma1999-07-241-33/+34
| | | | | | | | | Remove some whitespace Fix a problem where any event on the Last whatever of the month was duplicated after the last day of the month (e.g. 32oct.) PR: 4907 Submitted by: Mikhail Teterin mi@aldan.algebra.com
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Don't add '?' to getopt's options.imp1999-06-241-1/+1
|
* More egcs warning fixes:imp1999-04-251-2/+2
| | | | | | | | | | o main returns int not void o use return 0 at end of main when needed o use braces to avoid potentially ambiguous else o don't default to type int o #ifdef 0 -> #if 0 Reviewed by: obrien and chuckr
* Fixed gratuitous unformatting in rev.1.8.bde1998-10-221-1/+2
|
* oops, forgot to add his birthdaytorstenb1998-10-221-1/+2
|
* Add Jon Postel's birth/deathtorstenb1998-10-221-2/+2
| | | | PR: 8402
* Missed one in the previous commit.des1998-10-131-3/+3
|
* Update to reflect the current Jewish calendar.steve1998-02-081-12/+12
| | | | | PR: 5683 Submitted by: jgrosch@MooseRiver.com
* Update for new common calendar.steve1998-01-121-25/+125
| | | | Submitted by: Josef Grosch <jgrosch@superior.mooseriver.com>
* Something important happened last year. And this file was last updatedcharnier1998-01-071-1/+2
| | | | | in 82. PR: misc/5416
* typo.wosch1997-10-261-2/+2
|
* Use croation week day name. This avoid a name clashwosch1997-10-262-6/+6
| | | | | | | between `Subota' and `Sunday'. ^^ ^^ Submitted by: Slaven Rezic <eserte@cs.tu-berlin.de>
* Many places in the code NULL is used in integer context, wherephk1997-09-181-3/+3
| | | | | | | | | plain 0 should be used. This happens to work because we #define NULL to 0, but is stylistically wrong and can cause problems for people trying to port bits of code to other environments. PR: 2752 Submitted by: Arne Henrik Juul <arnej@imf.unit.no>
* Typo fix: Alan Turning is aka Alan Turing.charnier1997-06-231-2/+2
|
* Use err(3). Abort if strdup() returns NULL.charnier1997-06-232-22/+27
|
* Add yet one holidayache1997-06-112-2/+4
|
* Change holiday name to official oneache1997-05-012-6/+6
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Added calendar entries from OpenBSD and NetBSD that we were missing.mpp1997-02-254-11/+20
|
* Add the date of Carl Sagan's death, since we list his birthday.mpp1997-02-251-1/+2
| | | | Obtained from: NetBSD PR# 3235
* Holiday renamedache1997-02-242-4/+4
| | | | Should go into 2.2
* Revert $FreeBSD$ to $Id$peter1997-02-2242-42/+42
|
* Don't call sendmail with "-f root" when run with "-a". Thismpp1997-02-161-1/+1
| | | | | | | eliminates the "X-authentication-warning" header line that has been coming out since I made it so that sendmail is run totally as the user whose calendar file is currently being processed.
* Fix a couple of typos.mpp1997-02-111-4/+4
| | | | Submitted by: bde
* Really fix calendar to drop all permissions whenmpp1997-02-091-4/+28
| | | | | | | run with "calendar -a". Also don't ignore the return values from the setuid/setgid calls. Thanks to bde for making me this about this.
* Initialize the group list when we switch uids when run asmpp1997-02-062-0/+5
| | | | | | | root with "calendar -a". Drop all privs when execing other programs. Obtained from: OpenBSD
* Fix calendar so that it doesn't report strange results onmpp1997-02-021-2/+8
| | | | | | | | | | | | | | | Jan 1st (and probably other dates as well) for some variable events. E.g. 01/SunThird whatever... Was being printed as: Jan 0 Whatever when calendar was run on January 1st. Closes PR#2461.
* Correct the year that Sydney Australia was settled.mpp1997-01-311-1/+1
| | | | | Submitted by: <stephen.ma@jtec.com.au> Obtained from: NetBSD-bugs PR#3115
OpenPOWER on IntegriCloud