summaryrefslogtreecommitdiff
path: root/usr.bin/calendar
AgeCommit message (Collapse)Author
2015-12-08Remove NULL-checks before free(). ok tb@mmcc
2015-12-07tweak the code a bit and add a -w option to display day of week.Marc Espie
okay jmc@, millert@
2015-11-21add "getpw" promise to calendar(1) (in doall case only)Sebastien Marie
used with -a in order to iterate on all users using getpwent(3). ok matthieu@ pascal@
2015-11-16pledge calendar:Pascal Stumpf
* "stdio rpath proc exec" in normal mode (execs cpp) * "stdio rpath tmppath fattr id proc exec" in -a mode, which is typically run as root (hint hint) ok deraadt@
2015-10-23Fix a couple of issues in Russian calendar entries:Vadim Zhukov
* Fix #ifndef safeguards (rename/add where missing); * Use consistent spelling for year when it's mentioned in day desc; * Tweak some wrong casing cases; * Remove calendar.msk since Moscow doesn't have summer time anymore, and that was the only thing this file was about; * A few other corrections. Some corrections from Mikhail on tech@, thanks! Small fix & okay from mikeb@.
2015-10-23delete ) that jumped inTheo de Raadt
2015-10-23A bit of whitespace cleanup, to make further diffs smaller.Vadim Zhukov
2015-10-23Fix BODUN handling after switch to UTF-8.Vadim Zhukov
Still wondering if this functionality should be removed, but I'll leave the decision to those who drink alcohol. Input from & okay tedu@.
2015-10-23forgot to commit makefile change for utf-8 calendarsTed Unangst
2015-10-23i assume this file needs a LANG like all the restTed Unangst
2015-10-23translate calendar files to utf-8Ted Unangst
2015-10-12Gahamas -> Bahamas;Jason McIntyre
from pgoyette (netbsd -r1.26)
2015-10-05correct picasso's birth date;Jason McIntyre
from comet (freebsd 116952), via richard
2015-09-25drop useless quotingIngo Schwarze
2015-09-14for argument placeholders for file names use .Ar, not .PaIngo Schwarze
2015-09-03append the year Zilog Z-80 8-bit microprocessor was introduced;Igor Sobrado
a nice processor, learnt assembly on a Z-80A when I was twelve years old. ok jmc@
2015-07-03vax-11/780 announced 1977, not 1978;Jason McIntyre
from john marshall, freebsd pr #200961 ok miod
2015-05-21some fixes from pjanzen;Jason McIntyre
2015-05-17Montenegrin holidaysczarkoff
OK jmc@, sthen@ (same for previous comment)
2015-05-17New Year's Dayczarkoff
2015-05-02statue [sic] day in netherlands antilles becomes kingdom day in the netherlands;Jason McIntyre
thanks paul de weerd for pointers
2015-05-01- king's birthday now celebrated in the netherlands; from einfach jemandJason McIntyre
ok, though not neccessarily endorsed, from/by otto tim van der molen further requested it be "king's day" and the removal of antilles while here i've used an article (*the* netherlands), here and in another example
2015-04-30use adolf, not adolph, for hitler, to keep it consistent;Jason McIntyre
remove his suicide entry since it's already listed, more completely, in calendar.history; from craig skinner
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
handling along the way. Reviews by Brendan MacDonell, Jeremy Devenport, florian, doug, millert
2015-03-17Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@Todd C. Miller
2015-03-15tzfile.h is an internal header that should never have been installed.Todd C. Miller
What's worse, the tzfile.h that gets installed is over 20 years old and doesn't match the real tzfile.h in libc/time. This makes the tree safe for /usr/include/tzfile.h removal. The TM_YEAR_BASE define has been moved to time.h temporarily until its usage is replaced by 1900 in the tree. Actual removal of tzfile.h is pending a ports build. Based on a diff from deraadt@
2015-03-13"It is often said that before you die your life passes before your eyes.Stuart Henderson
It is in fact true. It's called living." - Terry Pratchett
2015-03-13bye Daevid AllenStuart Henderson
2015-02-08in getopt() blocks, stop incrementing flag variable which are supposedTheo de Raadt
to just be 0/1 ok miod florian
2015-01-19mlk jr day is the third monday, and not just for new york.Ted Unangst
from richard
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol)
2015-01-02uppercase for place names, and one "t" in british;Jason McIntyre
from carson chittom
2014-08-17sync with hackathons.htmlJonathan Gray
2014-08-15admission of hawaii happened in 1959, not 1984;Jason McIntyre
from the freebsd bugs database, bug 192651: Reported: 2014-08-14 13:17 UTC by Richard
2014-07-30switch to tradcppJonathan Gray
2014-07-08mention X Window System announcement.Kirill Bychkov
OK henning@
2014-03-06add michelangelo's death (an odd addition for a birthday file, i guess);Jason McIntyre
From: patrick keshishian
2014-02-11updates for norbert wiener;Jason McIntyre
From: Martin Schr?der
2014-02-11add:Jason McIntyre
robert morris (from jan stary) karl marx and friedrich engels (from jiri b)
2013-12-29puccini entry already appears in calendar.music;Jason McIntyre
From: frantisek holop
2013-11-26fix some typos in calendars; written with lot of useful adviceIgor Sobrado
from jmc@ that helped discovering a few false positives (e.g. old or unusual but correct spelling). ok jmc@
2013-11-26unsigned char casts for ctypeTheo de Raadt
ok krw
2013-11-12deal with lack of prototypeTheo de Raadt
2013-10-27rest in peace Lou ReedStuart Henderson
2013-09-30jj cale; From: Matthew ClarkeJason McIntyre
2013-04-16bzero struct tm before use; ok millertTheo de Raadt
2013-04-12correct spelling is "Christiaan Huygens"; from James J. LippardJason McIntyre
2013-04-08lsd first synthesised 16/11/38, not 7/4/43, apparently; its wondrousJason McIntyre
properties discovered in 43, but i've left the recorded date as the first synthesised one; from James J. Lippard
2013-04-02handle large time_t in DEBUG codeTheo de Raadt
2013-03-16apostrophe for all hallows' eve (and fix a double space while here);Jason McIntyre
pointed out by Ryan Kavanagh