Date: Mon, 23 Aug 2010 22:09:25 +0000 (UTC) From: Edwin Groothuis <edwin@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/calendar Makefile calendar.1 calendar.c calendar.h day.c io.c ostern.c paskha.c pathnames.h src/usr.bin/calendar/calendars calendar.australia calendar.dutch calendar.freebsd src/usr.bin/calendar/calendars/ru_RU.KOI8-R calendar.common Message-ID: <201008232209.o7NM9i2N083305@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2010-08-23 22:09:25 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_8)
usr.bin/calendar Makefile calendar.1 calendar.c calendar.h
day.c io.c ostern.c paskha.c pathnames.h
usr.bin/calendar/calendars calendar.australia calendar.dutch
calendar.freebsd
usr.bin/calendar/calendars/ru_RU.KOI8-R calendar.common
Log:
SVN rev 211723 on 2010-08-23 22:09:25Z by edwin
MFC of r205821 r205827 r205828 r205862 r205872 r205937 r206568
MFC of r208825 r208826 r208827 r208828 r208829 r208943
r205821:
Long awaited update to the calendar system:
- Repeating events which span multiple years (because of -A, -B or
just the three days before the end of the year).
- Support for lunar events (full moon, new moon) and solar events
(equinox and solstice, chinese new year). Because of this, the
options -U (UTC offset) and -l (longitude) are available to
compensate if reality doesn't match the calculated values.
r205828:
Use local names for calendar.dutch
r205862:
Fix DST thingies in calendar.australia
r205872:
Make licenses 3 clause instead of 4 clause
r205937:
Make the dates in the Tasmanian part of calendar.australia properly
variable.
r206568:
Typo in Allerheiligen in calendar.dutch
r208825, r208826, r208827, r208828, r208829, r208943:
Coverity Prevent related fixes.
Revision Changes Path
1.31.10.2 +5 -1 src/usr.bin/calendar/Makefile
1.38.22.2 +69 -17 src/usr.bin/calendar/calendar.1
1.21.2.2 +91 -20 src/usr.bin/calendar/calendar.c
1.14.2.2 +150 -34 src/usr.bin/calendar/calendar.h
1.7.10.2 +43 -29 src/usr.bin/calendar/calendars/calendar.australia
1.4.2.3 +45 -45 src/usr.bin/calendar/calendars/calendar.dutch
1.251.2.7 +7 -0 src/usr.bin/calendar/calendars/calendar.freebsd
1.14.2.2 +17 -2 src/usr.bin/calendar/calendars/ru_RU.KOI8-R/calendar.common
1.28.2.2 +25 -394 src/usr.bin/calendar/day.c
1.26.2.2 +113 -271 src/usr.bin/calendar/io.c
1.13.2.2 +2 -45 src/usr.bin/calendar/ostern.c
1.9.2.2 +5 -39 src/usr.bin/calendar/paskha.c
1.4.36.2 +1 -5 src/usr.bin/calendar/pathnames.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008232209.o7NM9i2N083305>
