aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/calendar/parsedata.c
Commit message (Expand)AuthorAgeFilesLines
* Add file names and line numbers to calendar format error messagesStefan Eßer2020-10-311-4/+1
* Fix calculation of the recurring weekdaysOleksandr Tymoshenko2020-04-031-3/+9
* Add extremely useful calendar(1) application to FreeBSDConrad Meyer2020-03-031-0/+1118
* Fix typo in r278616Conrad Meyer2020-03-021-1118/+0
* various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix a ton of speelling errorsEitan Adler2015-10-211-1/+1
* Handle some expression regressions.Greg Lehey2013-06-121-46/+88
* Use even more conventional conversion routines.Greg Lehey2012-12-131-1/+1
* Reluctantly remove one of the most extraordinary numeric conversionGreg Lehey2012-12-131-7/+5
* Tidy up command line processing:Greg Lehey2011-11-091-10/+13
* Fix run-time breakage when encoutering invalid input-data.Edwin Groothuis2011-07-111-0/+2
* Fix the interpreter for:Edwin Groothuis2011-07-111-0/+28
* Fix Paskha and Paskha-specific holidays.Sergey A. Osokin2011-02-091-0/+1
* Fix typo (Pashka -> Paskha).Sergey A. Osokin2010-12-251-1/+1
* Remove extra ;Ed Maste2010-09-141-1/+1
* For calendars which don't match the solar-based Gregorian calendar,Edwin Groothuis2010-08-301-35/+68
* While I am here, add more missing (unsigned char) casts to ctype() macrosAndrey A. Chernov2010-05-061-1/+1
* On request of joel@:Edwin Groothuis2010-03-301-1/+2
* size_t is not equivalent to int on 64-bit platforms.Dag-Erling Smørgrav2010-03-291-4/+4
* Long awaited update to the calendar system:Edwin Groothuis2010-03-291-0/+1008