cvs commit: src/usr.bin/calendar calendar.c calendar.h day.c io.c
ostern.c paskha.c
Edwin Groothuis
edwin at FreeBSD.org
Tue Aug 5 00:21:33 UTC 2008
edwin 2008-08-05 00:21:21 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
usr.bin/calendar calendar.c calendar.h day.c io.c ostern.c
paskha.c
Log:
SVN rev 181316 on 2008-08-05 00:21:21Z by edwin
MFCs of all fixes to calendar(1) submitted last year:
r170447 - Sort events by date.
r170447 - Correct long-standing off-by-one error in -W option.
r170230 - Fix various bugs in the -A and -B options.
r173169 - Never use getenv("HOME") without checking for NULL and non-zero
r175002 - If we can't open a calendar file, don't guess why. Check the error
return and print a useful message.
Revision Changes Path
1.18.14.1 +2 -4 src/usr.bin/calendar/calendar.c
1.10.8.1 +17 -2 src/usr.bin/calendar/calendar.h
1.21.2.3 +32 -27 src/usr.bin/calendar/day.c
1.19.14.1 +109 -19 src/usr.bin/calendar/io.c
1.11.14.1 +3 -6 src/usr.bin/calendar/ostern.c
1.7.14.1 +2 -7 src/usr.bin/calendar/paskha.c
More information about the cvs-src
mailing list