summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar/calendar.h
Commit message (Collapse)AuthorAgeFilesLines
* Include <sys/uio.h> for the complete type of struct iovec.stefanf2004-05-281-0/+2
| | | | Approved by: das (mentor)
* Add two new options:grog2002-06-131-0/+1
| | | | | | | | | -W is like -A (number of days in the future to consider, but also specifies that we don't want special treatment at weekends. -F changes our notion of "Friday" (the day before the weekend). Arguably, calendar(1) is broken to have special treatment of weekends by default, but this method maintains POLA.
* remove __Pimp2002-03-221-15/+15
|
* WARNS=2 fixup (mostly. Some are Hard To Fix(tm), so NO_WERROR is set)markm2001-12-021-1/+1
| | | | | Use __FBSDID(). Sort some headers.
* Add missing $FreeBSD$ tagsphantom2000-05-041-0/+2
|
* 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
* Allow to configure national Easter names.ache1996-05-101-0/+6
| | | | Speedup my national months/days handling code.
* Localize itache1996-05-101-1/+3
| | | | | Handle Orthodox Eastern -Wall cleanup
* Change calendar to report the actual date for variable day events.mpp1996-04-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Submitted by: pstwosch1996-02-031-0/+65
add forgotten file calendar.h. Sorry.
OpenPOWER on IntegriCloud