summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar/paskha.c
Commit message (Collapse)AuthorAgeFilesLines
* Long awaited update to the calendar system:edwin2010-03-291-38/+5
| | | | | | | | | | | | - Repeating events which span multiple years (because of -A, -B or just the three days before the end of the year). - Support for lunar events (full moon, new moon) and solar events (equinox and solstice, chinese new year). Because of this, the options -U (UTC offset) and -l (longitude) are available to compensate if reality doesn't match the calculated values. MFC after: 1 month
* - Remove times.h from C programs that does not manipulate with time atdelphij2009-12-131-1/+0
| | | | | | all. - Remove pathnames.h from all but io.c since it's the only module that used these definations.
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
| | | | Tested with: make universe
* style(9)ify usr.bin/calendaredwin2008-08-051-19/+17
| | | | | | PR: bin/118644 Approved by: bde@ (mentor) MFC after: 1 week
* ANSIfy function definitions.dwmalone2007-05-071-7/+2
| | | | | Move some extern declarations to a header file. Remove an unneeded extern declaration for optarg.
* Style improvements recommended by Bruce as a follow up to somedwmalone2001-12-101-1/+0
| | | | | | | | 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.
* WARNS=2 fixup (mostly. Some are Hard To Fix(tm), so NO_WERROR is set)markm2001-12-021-2/+6
| | | | | Use __FBSDID(). Sort some headers.
* Add missing $FreeBSD$ tagsphantom2000-05-041-0/+2
|
* Includes cleanupache1996-05-111-1/+2
| | | | Submitted by: bde
* Localize even more.ache1996-05-101-1/+1
| | | | | FIx Orthodox Easter calculation Better debug output
* Allow to configure national Easter names.ache1996-05-101-8/+9
| | | | Speedup my national months/days handling code.
* Localize itache1996-05-101-0/+91
Handle Orthodox Eastern -Wall cleanup
OpenPOWER on IntegriCloud