summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar
Commit message (Collapse)AuthorAgeFilesLines
* fix memset() calls.edwin2010-06-091-2/+2
| | | | | Found with: Coverity Prevent(tm) CID: 8531
* Make clang happier by removing unused assignments.edwin2010-06-051-16/+16
|
* Fix warnings about uninitialized variables.edwin2010-06-051-0/+2
| | | | | | | It was mostly harmless since strftime() only used %a and %b anyway. Found with: Coverity Prevent(tm) CID: 7769
* Fix: when unable to parse the sequence string, erase everything.edwin2010-06-051-2/+2
| | | | | Found with: Coverity Prevent(tm) CID: 7888
* Fix memory-leak at the processing of multiple calendars.edwin2010-06-051-1/+4
| | | | | Found with: Coverity Prevent(tm) CID: 7085
* Properly check the return value of chdir, even if it is a "thisedwin2010-06-051-1/+2
| | | | | | | should not happen" case. Found with: Coverity Prevent(tm) CID: 4932
* - Add myself to committers-src.dotmdf2010-06-041-0/+1
| | | | | | - Add myself to calendar.freebsd Approved by: zml (mentor)
* - Add myself to committers-src.dotae2010-06-031-0/+1
| | | | | | - Add myself to calendar.freebsd Approved by: kib (mentor)
* Add new memory days for Russian Federation.osa2010-05-201-2/+17
| | | | | | | | | Fix date and description. Obtained from: http://pda.lenta.ru/news/2010/05/19/baptism/ http://www.garant.ru/doc/busref/spr_prazdn/ Thanks to: maxim
* Remove duplicatedougb2010-05-141-1/+0
|
* While I am here, add more missing (unsigned char) casts to ctype() macrosache2010-05-062-2/+2
|
* Fix recent space skipping:ache2010-05-061-2/+2
| | | | | 1) add missing (unsigned char) cast to ctype() macro 2) fix off-by-one error causing last letter always doubled
* Allerheilingen -> Allerheiligenedwin2010-04-131-1/+1
| | | | Submitted by: Ronald Klop <ronald at realworks dot nl>
* - Add my birthday to the calendardecke2010-04-011-0/+1
| | | | Approved by: miwi (mentor), beat (co-mentor)
* For where possible, make the dates of the Tasmanian holidays properlyedwin2010-03-301-8/+22
| | | | | variable. The leftover ones are the Thursday before the Fourth Saturday of October (Oct/SatFourth-2) which is not possible yet.
* On request of joel@:edwin2010-03-3012-36/+8
| | | | | | - 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.
* Update the Australian calendar WRT DST.edwin2010-03-291-28/+28
| | | | Layout changes.
* calendar.freebsd: add my entryavg2010-03-291-0/+1
| | | | MFC after: 4 days
* Add myself.trasz2010-03-291-0/+1
| | | | MFC after: 2 weeks
* size_t is not equivalent to int on 64-bit platforms.des2010-03-291-4/+4
| | | | Pointy hat to: edwin@
* Use new syntax for the dutch calendar: Use local month names insteadedwin2010-03-291-45/+45
| | | | of english ones.
* Bump WARNS to 7edwin2010-03-291-1/+1
|
* Long awaited update to the calendar system:edwin2010-03-2915-792/+2928
| | | | | | | | | | | | - 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
* Add my birthday.brucec2010-01-291-0/+1
| | | | Approved by: rrs (mentor)
* Add my birthday to the calendar.beat2010-01-261-0/+1
|
* Add myself.avilla2010-01-261-0/+1
| | | | Approved by: tabthorpe (mentor)
* - Add myself. I forgot to do this when I got my commit bit.wxs2010-01-261-0/+1
|
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* Nationalise Easter -> Pasenedwin2009-12-171-15/+16
| | | | MFC after: 1 week
* rewind(3) is already declared to return 'void', so no need for an explicit castrse2009-12-171-1/+1
|
* DEBUG is either defined or not defined for the 'calender' sources, so use ↵rse2009-12-171-1/+1
| | | | #ifdef and not just #if -- both to be semantically correct and also to be aligned with the rest of the 'calendar' sources
* Add Australian, New Zealand and Ukraian calendars to the "all" target".edwin2009-12-171-1/+4
| | | | MFC after: 1 week
* - Remove times.h from C programs that does not manipulate with time atdelphij2009-12-134-4/+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-134-0/+4
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-114-4/+0
| | | | Tested with: make universe
* Add my birthday.gavin2009-12-091-0/+1
| | | | Approved by: ed (mentor)
* Belatedly add my calendar entry.bcr2009-10-051-0/+1
| | | | | Discussed with: remko Approved by: remko, jkois (mentor)
* Add my birthdayfluffy2009-08-151-0/+1
| | | | Approved by: re (rwatson) miwi (mentor)
* - Add my birthdayyzlin2009-07-211-0/+1
| | | | | | - Add myself to ports committers and to lwhsu's mentee list Approved by: re (kib), lwhsu (mentor)
* [patch] calendar.music: Chuck Berry was born in St. Louis, Missouri, not ↵edwin2009-06-041-1/+1
| | | | | | | | | | | | | | | | | California The /usr/bin/calendar program reports that Chuck Berry was born in San Jose California but he was not born in California. Chuck Berry was born in St. Louis, Missouri in 1926 on October 18. http://www.chuckberry.com/about/bio.htm http://www.khaldea.com/charts/chuckberry.shtml http://en.wikipedia.org/wiki/Chuck_Berry PR: conf/128215 Submitted by: comet--berkeley (aka Pablo Picasso) <comet@transbay.net> MFC after: 2 days
* Add my birthdayskreuzer2009-05-071-0/+1
| | | | Approved by: wxs (mentor)
* Add my birthday to the calendar.rene2009-05-051-0/+1
| | | | Approved by: remko
* Add myself as a mentee of dwmalone for the committers graph. Also add mysnb2009-05-051-0/+1
| | | | | | birthday to the calendar. Approved by: dwmalone (mentor)
* Add information about me as a new committer to the src treefabient2009-03-171-0/+1
| | | | Approved by: jkoshy (mentor)
* Add myself.rdivacky2009-03-121-0/+1
| | | | Approved by: ed (mentor)
* Add myself.makc2009-02-191-0/+1
|
* Add myselfpho2008-11-181-0/+1
| | | | Approved by: kib (mentor)
* Move functions which are only locally used into their C files andedwin2008-08-053-23/+23
| | | | | | | | | | make them static. usage() in calendar.c event_*() in io.c PR: bin/118644 Approved by: bde@ (mentor)
* style(9)ify usr.bin/calendaredwin2008-08-056-290/+324
| | | | | | PR: bin/118644 Approved by: bde@ (mentor) MFC after: 1 week
* calendar.holiday: Buinea-bissau should be Guinea-Bissauedwin2008-08-031-1/+1
| | | | | | PR: conf/126199 Submitted by: comet--berkeley (aka Pablo Picasso) <comet@transbay.net> Approved by: bde@
OpenPOWER on IntegriCloud