summaryrefslogtreecommitdiff
path: root/usr.bin/calendar/day.c
AgeCommit message (Expand)Author
2019-08-12In isnow(), always validate the value of the month variable beforeTodd C. Miller
2019-02-01Fix regresion that prevented -A0 from working as before.Todd C. Miller
2019-01-29Fix a bug with -flag where later events may be shown when they should not be.Todd C. Miller
2016-09-14Fix bug introduced in the fix for days outside the target month.Todd C. Miller
2016-07-13When matching a day in the month, make sure that the date is stillTodd C. Miller
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
2015-10-23A bit of whitespace cleanup, to make further diffs smaller.Vadim Zhukov
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
2013-11-26unsigned char casts for ctypeTheo de Raadt
2013-11-12deal with lack of prototypeTheo de Raadt
2013-04-16bzero struct tm before use; ok millertTheo de Raadt
2013-04-02handle large time_t in DEBUG codeTheo de Raadt
2010-04-28shuffle extern decl of header[] so gcc4 doesn't complain aboutJonathan Gray
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2008-04-13Use arc4random_buf() when requesting more than a single word of outputDamien Miller
2005-11-16knf & cleanup; mickey okTheo de Raadt
2005-08-09handle -A0 correctly; from koen@egelink.nlMichael Shalayeff
2004-12-10define pesach (by gauss) and fix judaic calendarMichael Shalayeff
2004-12-10cleanup extra includes and -WallMichael Shalayeff
2004-12-10allow calendar files in julianMichael Shalayeff
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2001-11-19kill more registersMike Pechkin
2001-09-27some fixes and cleanups some from dfa@solo.ee, some pointedMichael Shalayeff
2001-09-26special procesing for cyrillic calendars (.ru, .ua, .by for now).Michael Shalayeff
2001-06-05errx->err where errno is setPaul Janzen
1999-11-25Parse dates only before the first <tab> character; otherwise, weekly eventsPaul Janzen
1999-04-25Fixed bug involving offsets from yearly "special events" (i.e Easter).Paul Janzen
1999-03-04Correctly handle yearly events occurring on fixed weekdays in all cases.Paul Janzen
1998-12-13Show periodic events the correct number of times.Paul Janzen
1998-11-08Sort output by date; include framework for showing periodic events more thanPaul Janzen
1998-11-04Various fixes, including closing user/630.Paul Janzen
1998-03-30Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various placesTheo de Raadt
1998-02-23Avoid a few strlen's as strftime(3) returns the len.Todd C. Miller
1997-08-26Make -t option use a date string like date(1).Todd C. Miller
1996-12-05FreeBSD calendar(1) + OpenBSD changes.Todd C. Miller