rse
803dcdc836
DEBUG is either defined or not defined for the 'calender' sources, so use #ifdef and not just #if -- both to be semantically correct and also to be aligned with the rest of the 'calendar' sources
2009-12-17 08:41:06 +00:00
delphij
1d2fa62026
- Remove times.h from C programs that does not manipulate with time at
...
all.
- Remove pathnames.h from all but io.c since it's the only module that
used these definations.
2009-12-13 04:50:11 +00:00
delphij
0842b7d53f
Revert most part of 200420 as requested, as more review and polish is
...
needed.
2009-12-13 03:14:06 +00:00
delphij
b963db4652
Remove unneeded header includes from usr.bin/ except contributed code.
...
Tested with: make universe
2009-12-11 23:35:38 +00:00
edwin
8a75d14908
style(9)ify usr.bin/calendar
...
PR: bin/118644
Approved by: bde@ (mentor)
MFC after: 1 week
2008-08-05 08:11:54 +00:00
dwmalone
dda0e5cbe4
ANSIfy function definitions.
...
Move some extern declarations to a header file.
Remove an unneeded extern declaration for optarg.
2007-05-07 11:18:30 +00:00
dwmalone
d9613ea383
Style improvements recommended by Bruce as a follow up to some
...
of the recent WARNS commits. The idea is:
1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.
2001-12-10 21:13:08 +00:00
markm
18cc007439
WARNS=2 fixup (mostly. Some are Hard To Fix(tm), so NO_WERROR is set)
...
Use __FBSDID().
Sort some headers.
2001-12-02 22:44:14 +00:00
dwmalone
53a3f56764
Use a slightly better documented way of calculating easter and
...
include a reference to the Calendar FAQ. Also make argument parsing
a little more robust.
PR: 23881
2001-01-02 11:35:57 +00:00
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
peter
ca6ca83982
Revert $FreeBSD$ to $Id$
1997-02-22 19:29:21 +00:00
jkh
808a36ef65
Make the long-awaited change from $Id$ to $FreeBSD$
...
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.
1997-01-14 07:20:47 +00:00
wosch
0210175107
sync copyright with /usr/share/examples/etc/bsd-style-copyright
1996-08-27 20:04:45 +00:00
ache
3683fd396b
Includes cleanup
...
Submitted by: bde
1996-05-11 20:44:21 +00:00
ache
df58ec580d
Allow to configure national Easter names.
...
Speedup my national months/days handling code.
1996-05-10 17:32:06 +00:00
ache
e187821820
Localize it
...
Handle Orthodox Eastern
-Wall cleanup
1996-05-10 16:30:22 +00:00
wosch
f351e4d35e
- handle events that move around from year to year, i.e.,
...
``the last Monday in April'
- handle easter
new options
-f calendarfile
-A days
-B days
Calendar HOME directory ~/.calendar
don't sent mail if ~/.calendar/nomail exist
1996-02-02 06:02:41 +00:00