summaryrefslogtreecommitdiffstats
path: root/usr.bin/calendar
Commit message (Collapse)AuthorAgeFilesLines
* calendar(1): use strlcpy instead of strncpyeadler2013-12-111-1/+1
| | | | use strlcpy instead of strncpy which avoids non-null-termination if the string is MAXPATHLEN bytes or longer.
* calendar(1): Add support for #include with absolute pathseadler2013-12-101-2/+5
| | | | | | | | Prior to the addition of cpp support into calendar itself #include </usr/share/calendar/calendar.all> was a legal construction in a calendar file. Permit this again
* - Add myself as port committer and my mentor's relationship.alexey2013-11-101-0/+1
| | | | | | - Add myself to calendar.freebsd. Approved: wg (mentor)
* Add myself to the calendar.markj2013-11-051-0/+1
|
* Add myself to the committers-src list and to the calendar.jmmv2013-11-041-0/+1
| | | | Approved by: rpaulo (mentor)
* mdoc: remove EOL whitespace.joel2013-10-041-1/+1
| | | | Approved by: re (blanket)
* Update the Dutch calendar entries:rene2013-09-301-11/+11
| | | | | | | | | | - prince Johan Friso passed away in 2013 - correct status of queen Maxima and crown princess Catharina-Amalia - language fixes Approved by: remko (mentor) Approved by: re (gjb) MFC after: 3 days
* - Add myself as port commiter and my mentors relationship.danilo2013-09-241-0/+1
| | | | | | - Add myself to calendar.freebsd. Approved by: re (gjb), wg (mentor)
* - calendar uses cpp internally, this diff removes this usage anddb2013-09-196-65/+279
| | | | | | | substitutes a limited subset cpp processor internally. PR: src/178463 Approved by: re (gjb)
* Provide UTF-8 version of russian calendars.glebius2013-08-167-1/+253
|
* Belatedly add my birthday and fix a typo.uqs2013-08-141-1/+2
|
* Adding myself to the calendar!hiren2013-06-301-0/+1
| | | | Approved by: sbruno (mentor)
* - Adding myself to the committers-ports.dotfeld2013-06-261-0/+1
| | | | | | - Adding myself to the freebsd calendar Approved by: swills (mentor)
* - add myselfrm2013-06-171-0/+1
|
* Revert revision 251648. style(9) requires an empty line here.grog2013-06-131-0/+1
| | | | Reported by: mdf@
* style(9)grog2013-06-121-1/+0
| | | | MFC after: 2 weeks
* Handle some expression regressions.grog2013-06-126-71/+113
| | | | | | | | | | | | 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
* REST IN PEACEdelphij2013-05-101-0/+1
| | | | | | | | | | Alexander Botero-Lowry Born June 2, 1986 in Austin, Texas Died August 24, 2012 in San Francisco, California Thank you for your contributions, you will be greatly missed.
* Op 30 April 2013 trad koninging Beatrix af en werd kroonprins Willemedwin2013-05-031-4/+4
| | | | | | | | | Alexander de nieuwe koning. Koningsdag is op 27 April. On 30 April 2013 queen Beatrix resigned and crownprince Willem Alexander became the new king. King's day is on 27 April. MFC after: 1 week
* Fix typo from previous commit.joel2013-04-141-1/+1
| | | | Submitted by: Ronald Klop <ronald-freebsd8@klop.yi.org>
* LSD first synthesised 16/11/38, not 7/4/43.joel2013-04-141-1/+1
| | | | | Submitted by: James J. Lippard Obtained from: OpenBSD
* Correct spelling is "Christiaan Huygens".joel2013-04-141-1/+1
| | | | | Submitted by: James J. Lippard Obtained from: OpenBSD
* Correct the path.jh2013-04-061-2/+2
| | | | | PR: 176256 Submitted by: jhs
* Add myself as a ports committer and my mentor relationship.wg2013-04-041-0/+1
| | | | | | While in the repository, add myself to calendar.freebsd. Approved by: jpaetzel (mentor)
* Due to calendar(1)'s abuse of the C preprocessor "unix" gets expanded toeadler2013-03-041-0/+1
| | | | | | | | "1". 'Fix' this. PR: bin/175790 Submitted by: ak Approved by: cperciva (mentor)
* Add myself as a port committer (with eadler@ and bdrewery@ as mentors).dbn2013-01-151-0/+1
| | | | | | While in the repository, add myself to calendar.freebsd. Approved by: eadler/bdrewery (mentor)
* 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.
* Correct date of Stanley's encounter with Livingstone.grog2012-11-111-1/+1
| | | | | Obtained from: Henry Morton Stanley, "How I met Livingstone", http://www.gutenberg.org/dirs/5/1/5/5157/5157-h/5157-h.htm MFC after: 14 days
* Correct date and spelling of encounter between Stanley andgrog2012-11-101-1/+1
| | | | | | Livingstone. MFC after: 2 weeks
* - Add my mentor relationships to committers-ports.dotgblach2012-11-041-0/+1
| | | | | | - Add myself to calendar.freebsd Approved by: tabthorpe (mentor)
* More -Wmissing-variable-declarations fixes.ed2012-10-194-12/+11
| | | | | | | | | | | | | | | | In addition to adding `static' where possible: - bin/date: Move `retval' into extern.h to make it visible to date.c. - bin/ed: Move globally used variables into ed.h. - sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings. - usr.bin/calendar: Remove unneeded variables. - usr.bin/chat: Make `line' local instead of global. - usr.bin/elfdump: Comment out unneeded function. - usr.bin/rlogin: Use _Noreturn instead of __dead2. - usr.bin/tset: Pull `Ospeed' into extern.h. - usr.sbin/mfiutil: Put global variables in mfiutil.h. - usr.sbin/pkg: Remove unused `os_corres'. - usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'.
* Remove contractions.joel2012-10-071-1/+1
|
* - Add myself as a new src committer.peterj2012-09-161-0/+1
| | | | | | | - Sort jhb's mentees - Add grog's (ex-)mentor Approved by: jhb (co-mentor), grog (co-mentor)
* - Add myself to calendar.freebsdjhale2012-09-111-0/+1
| | | | | | - Add my mentor relationships to committers-ports.dot Approved by: makc (mentor)
* - Add myself to the calendar.zont2012-08-211-0/+1
| | | | Approved by: kib (mentor)
* - Add myself to calendar.freebsdbdrewery2012-08-011-0/+1
| | | | | | - Add my mentor relationships to committers-ports.dot Approved by: eadler (mentor)
* Add myself to commiters-[doc,ports].dot and calendar.freebsdzeising2012-07-031-0/+1
| | | | Approved by: joel (doc/www mentor) kwm (ports mentor)
* Add myself to the calendar.ashish2012-06-081-0/+1
|
* Add myself as a new committer.jase2012-06-011-0/+1
| | | | Approved by: flo, culot (mentors)
* General mdoc(7) and typo fixes.gjb2012-05-101-1/+1
| | | | | | PR: 167696 Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org) MFC after: 3 days
* Add my birthday and place of birth.jlh2012-04-231-0/+1
| | | | Approved by: kib (mentor)
* Add my birth date/place to the calendar as new committer.dteske2012-04-181-0/+1
| | | | Approved by: emaste (mentor)
* Add myself to the calendarmadpilot2012-04-151-0/+1
| | | | Approved by: creees (mentor)
* Belatedly add my entry to the calendar file, now that 30 is here and gone.gjb2012-04-131-0/+1
|
* Remove trailing whitespace per mdoc lint warningeadler2012-03-291-2/+2
| | | | | | | Disussed with: gavin No objection from: doc Approved by: joel MFC after: 3 days
* Remove superfluous paragraph macro.joel2012-03-251-1/+0
|
* Replace the three spaces with one tag.davide2012-03-011-1/+1
| | | | | Reported by: pjd Approved by: gnn (mentor)
* Add underscore symbol to the end of definition stringsosa2012-02-243-9/+9
| | | | | | | to keep all calendar files are consistency. Approved by: edwin MFC after: 1 week
* Add pt_BR.ISO8859-1 and pt_BR.UTF-8 directories to install.osa2012-02-231-1/+2
| | | | | | | It was forgotten in r219937 commit. Approved by: edwin MFC after: 1 week
OpenPOWER on IntegriCloud