summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar
Commit message (Collapse)AuthorAgeFilesLines
* Replace spaces by a tab after the date.culot2010-10-181-1/+1
| | | | | Reported by: gavin@, brucec@ Approved by: sahil@ (mentor)
* Add myself to calendar.freebsd.culot2010-10-171-0/+1
| | | | Approved by: sahil@ (mentor)
* Update manual with regarding to the status of calendars/calendar.judaic.edwin2010-10-142-5/+4
|
* Add myself to calendar.freebsd and committers-src.dot.pluknet2010-10-061-0/+1
| | | | Approved by: avg (mentor)
* And now the 2nd part of the patch: Also fix the year.edwin2010-09-221-1/+1
| | | | | PR: 150504 Submitted by: Douglas Berry <bitnix@bitnix.ca>
* Fix location of the Battle of the Plains of Abrahamedwin2010-09-221-1/+1
| | | | | | PR: 150504 Submitted by: Douglas Berry <bitnix@bitnix.ca> MFC after: 1 week
* Add myself as a ports committersunpoet2010-09-221-0/+1
| | | | Approved by: pgollucci (mentor)
* Remove extra ;emaste2010-09-141-1/+1
|
* Add myself to calendar.freebsd and committers-src.dot.andreast2010-09-061-0/+1
| | | | Approved by: nwhitehorn (mentor)
* Add myself to calendar.freebsdswills2010-09-051-0/+1
| | | | Approved By: pgollucci (co-mentor)
* Adding a missing firstname (Monique)edwin2010-09-021-1/+1
| | | | | PR: conf/150049 Submitted by: Thierry Thomas <thierry@pompo.net>
* For calendars which don't match the solar-based Gregorian calendar,edwin2010-08-304-37/+541
| | | | be able to specify a year string in an entry.
* Add myself to calendars.freebsd.dim2010-08-301-0/+1
| | | | Approved by: rpaulo (mentor)
* Add one more new memory day for Russian Federation: the end of Second World War.osa2010-08-251-0/+1
| | | | Obtained from: http://kremlin.ru/acts/8444
* '\0' -> 0edwin2010-08-191-2/+2
| | | | Fix silly mistake by being overly zeaolous[sp] of applying the style rules.
* Add myself as a ports committerbapt2010-07-281-0/+1
| | | | Approved by: tabthorpe@ (co-mentor)
* - Add myself to committers-src.dottijl2010-07-171-0/+1
| | | | | | - Add myself to calendar.freebsd Approved by: kib (mentor)
* Nervously welcoming myself to the family.jsa2010-07-161-0/+1
| | | | | | | Add myself to all the appropriate places, upload my pgp key, and announce my arrival to the FreeBSD world. Approved by: wxs@ (mentor)
* 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
OpenPOWER on IntegriCloud