summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-1442-42/+42
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Fix calendar so that you can run it like:mpp1997-01-121-2/+9
| | | | | | | | | calendar -t 0101 -f file Previously calendar's time processing routine directly modified the "0101" argument" which confused getopt. The time routines now make a copy of the argument to mess with.
* Remove an extra tab.mpp1997-01-081-2/+2
|
* Replace a bunch of tabs by spaces, since theympp1996-12-211-7/+7
| | | | should not be used in man page text.
* Grammar/spelling/style fixes.mpp1996-12-211-33/+24
| | | | 2.2 candidate.
* Fix Moscow timezone ruleache1996-10-052-4/+4
|
* sync copyright with /usr/share/examples/etc/bsd-style-copyrightwosch1996-08-271-4/+26
|
* Use the .At macro where appropriate.mpp1996-08-231-1/+2
|
* Add yet one holidayache1996-06-072-2/+4
|
* Describe calendar format & arguments betterache1996-05-121-18/+40
|
* Includes cleanupache1996-05-112-4/+6
| | | | Submitted by: bde
* Describe russian calendarache1996-05-101-0/+3
|
* Add russian data handlingache1996-05-101-1/+1
|
* Russian calendarache1996-05-1012-1/+272
|
* Localize even more.ache1996-05-103-15/+22
| | | | | FIx Orthodox Easter calculation Better debug output
* Fix typing errorache1996-05-101-1/+1
|
* Allow to configure national Easter names.ache1996-05-106-51/+93
| | | | Speedup my national months/days handling code.
* Localize itache1996-05-1022-41/+275
| | | | | Handle Orthodox Eastern -Wall cleanup
* Easter was one day to fast.wosch1996-04-091-3/+3
| | | | Unix use days *since* January 1 [0-365], not the 1th day of year etc.
* Change calendar to report the actual date for variable day events.mpp1996-04-066-37/+63
| | | | | | | | | | | | | | | | | | | | | | | E.g. for Easter, and entries like "04/SunFirst" calendar will now report: 04/05* Good Friday (2 days before easter) 04/07* First Sunday... instead of: Easter-2 Good Friday... 04/SunFirst First Sunday... I also modified the calendar files to use the variable day format for a lot of events so that they will be reported correctly. E.g. U.S. daylight savings time is now listed as: 04/SunFirst Daylight savings time... There are still a lot of wrong dates in there for some events that move from year to year, but I don't have a good calendar handy right now that I can use for reference.
* Removed the definition of the make variable SHAREDIR. It was clashingjdp1996-04-021-3/+2
| | | | with the definition in bsd.own.mk, causing "make world" to fall over.
* Fix some grammer problems.mpp1996-03-111-7/+4
|
* Submitted by: brucewosch1996-02-181-7/+5
| | | | replace shell loop with make(1) builtin loop
* more verbose output during install foreign calendar fileswosch1996-02-181-0/+1
|
* Submitted by: Slaven Rezic (Tomic) <eserte@cs.tu-berlin.de>wosch1996-02-097-2/+109
| | | | croatian calendar
OpenPOWER on IntegriCloud