summaryrefslogtreecommitdiff
path: root/usr.bin/calendar
AgeCommit message (Collapse)Author
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
2013-03-15canadian holidays, from Ryan KavanaghJason McIntyre
2013-01-04no more ussr; diff originally from Jeff RossJason McIntyre
2012-11-11david livingstone, not livingston;Jason McIntyre
i picked this up from greg lehey's commit in freebsd, -r242849: that commit also changes the date of stanley's encounter from 10th nov. to 27th of oct. since the internet doesn;t seem to agree and not having anything authorative to hand, i have left the date untouched (i.e. 10th nov.).
2012-09-18The place name we visited was not "sake" but "Sakae".YASUOKA Masahiko
ok claudio henning
2012-01-31also kill descendants on child timeout; from pjantzen@Otto Moerbeek
2011-10-16+10/12 Dennis Ritchie died, 2011Jason McIntyre
2011-10-04add many missing hackathon dates, and uniform formatting while hereIngo Schwarze
started by a diff from Sergey Bronnikov <estetus at gmail dot com> checked and tweaked myself, c2k3 date confirmed by naddy@
2011-09-13as per date(1) and touch(1), document default values used when "yy" isJason McIntyre
given, but not "cc"; ok millert
2011-09-12- (-t) use macros instead of punctuation, to avoid marking up theJason McIntyre
whole argument as an Ar block - (-t) remove a superfluous set of [] around "mm" ok sobrado millert
2011-07-07spell leo sowerby's name correctly; from Jeff RossJason McIntyre
2011-03-01add missing word; Jeff RossTheo de Raadt
2010-09-23"British defeat the French at the Plains of Abraham" was 1759, not 1788;Jason McIntyre
from Douglas Berry, freebsd pr misc/150504
2010-04-28shuffle extern decl of header[] so gcc4 doesn't complain aboutJonathan Gray
incomplete types. ok deraadt@ 'Looks acceptable' miod@
2010-01-12two corrections from David A. Holland (netbsd -r1.24 of calendar.history);Jason McIntyre
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
2009-08-25Paragual -> Paraguay; (sort of) from frantisek holopJason McIntyre
2009-07-10billenium was in september, apparently;Jason McIntyre
from Mikolaj Kucharski
2009-06-26add jackson's death. ok\with sthen@Martynas Venckus
2009-06-10Fix Canadian Victoria day; Hugo VilleneuveTheo de Raadt
2009-06-06Swedens National Day is today. ok jj@, halex@ and art@. -mojMats O Jansson
2008-12-05- fix Albert Hofmann's name and add his deathJacob Meuser
- add Ken Kesey's birth/death ok sthen@
2008-10-19chuck berry was born in st. louis, not san jose, apparently;Jason McIntyre
from comet--berkeley, freebsd pr 128215;
2008-08-04right spelling for Guinea-Bissau and Songkran;Igor Sobrado
from comet-berkeley <comet@transbay.net> on FreeBSD PR conf/126199, and Frantisek Holop. fixes PR #5794. ok jmc@
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
Use arc4random_uniform() when the desired random number upper bound is not a power of two ok deraadt@ millert@