Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2010 07:59:39 +0000 (UTC)
From:      Edwin Groothuis <edwin@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/calendar dates.c events.c locale.c parsedata.c pom.c sunpos.c
Message-ID:  <201008240800.o7O802Ex058129@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
edwin       2010-08-24 07:59:39 UTC

  FreeBSD src repository

  Added files:           (Branch: RELENG_8)
    usr.bin/calendar     dates.c events.c locale.c parsedata.c 
                         pom.c sunpos.c 
  Log:
  SVN rev 211734 on 2010-08-24 07:59:39Z by edwin
  
  For some reason, the new files which got merged from the head branch
  didn't get automatically added to the repository.
  
  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.2.2.2   +452 -0    src/usr.bin/calendar/dates.c (new)
  1.2.2.2   +126 -0    src/usr.bin/calendar/events.c (new)
  1.6.2.2   +166 -0    src/usr.bin/calendar/locale.c (new)
  1.4.2.2   +1009 -0   src/usr.bin/calendar/parsedata.c (new)
  1.2.2.2   +276 -0    src/usr.bin/calendar/pom.c (new)
  1.3.2.2   +448 -0    src/usr.bin/calendar/sunpos.c (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008240800.o7O802Ex058129>