summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar/parsedata.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r289677:bdrewery2016-01-071-1/+1
| | | | Fix a ton of speelling errors
* Handle some expression regressions.grog2013-06-121-46/+88
| | | | | | | | | | | | 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
* Use even more conventional conversion routines.grog2012-12-131-1/+1
| | | | Reported by: peterj@
* Reluctantly remove one of the most extraordinary numeric conversiongrog2012-12-131-7/+5
| | | | routines I have ever seen and replace with something far more boring.
* Tidy up command line processing:grog2011-11-091-10/+13
| | | | | | | | | | | | | | - Add ? option to optstring. - Sort options alphabetically. - Vertical space. Tidy up usage() function. Bring man page in sync with source. Ensure that debug code is only executed with the -d option. Submitted by: Christiane Yeardley
* Fix run-time breakage when encoutering invalid input-data.edwin2011-07-111-0/+2
| | | | PR: bin/157718
* Fix the interpreter for:edwin2011-07-111-0/+28
| | | | | | | | | | | | | | | | Jul/Sat+3 Every third saturday of July - Jul/Sat+3 which was able to be done via: Jul/SatThird Every third saturday of July - Jul/SatThird Add interpreters for: SatFourth Every third saturday of each month - SatFourth Sat+4 Every third saturday of each month - Sat+4 Sat Every saturday of each month - Sat MFC after: 2 weeks
* Fix Paskha and Paskha-specific holidays.osa2011-02-091-0/+1
|
* Fix typo (Pashka -> Paskha).osa2010-12-251-1/+1
|
* Remove extra ;emaste2010-09-141-1/+1
|
* For calendars which don't match the solar-based Gregorian calendar,edwin2010-08-301-35/+68
| | | | be able to specify a year string in an entry.
* While I am here, add more missing (unsigned char) casts to ctype() macrosache2010-05-061-1/+1
|
* On request of joel@:edwin2010-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.
* size_t is not equivalent to int on 64-bit platforms.des2010-03-291-4/+4
| | | | Pointy hat to: edwin@
* Long awaited update to the calendar system:edwin2010-03-291-0/+1008
- 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
OpenPOWER on IntegriCloud