aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/calendar/sunpos.c
Commit message (Collapse)AuthorAgeFilesLines
* Handle some expression regressions.Greg Lehey2013-06-121-3/+3
| | | | | | | | | | | | | | | Explicitly use GNU cpp for preprocessing. Remove explicit debugging code. Change some variable names to be less confusing. Improve some comments. Improve indentation. PR: 162211 168785 MFC after: 2 weeks Notes: svn path=/head/; revision=251647
* Make clang happier by removing unused assignments.Edwin Groothuis2010-06-051-16/+16
| | | | Notes: svn path=/head/; revision=208829
* On request of joel@:Edwin Groothuis2010-03-301-1/+2
| | | | | | | | | - Remove the 3rd clause of the UC Berkeley copyrighted files. - For the files added copyrighted by me, move the "All rights reserved" to the next line. Notes: svn path=/head/; revision=205872
* Long awaited update to the calendar system:Edwin Groothuis2010-03-291-0/+447
- 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 Notes: svn path=/head/; revision=205821