History log of /freebsd/usr.bin/calendar/parsedata.c (Results 26 – 41 of 41)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# bd2228ab 19-Jul-2011 Peter Grehan <grehan@FreeBSD.org>

IFC @ r224187


# 935205e2 17-Jul-2011 Justin T. Gibbs <gibbs@FreeBSD.org>

Integrate from Head into ZFSD feature branch as of revision r224141.


# fcc2fa49 12-Jul-2011 Edwin Groothuis <edwin@FreeBSD.org>

Fix run-time breakage when encoutering invalid input-data.

PR: bin/157718


# 5a5bcf88 11-Jul-2011 Edwin Groothuis <edwin@FreeBSD.org>

Fix the interpreter for:

Jul/Sat+3 Every third saturday of July - Jul/Sat+3

which was able to be done via:

Jul/SatThird Every third saturday of July - Jul/SatThird

Add interpreters for:

Sa

Fix the interpreter for:

Jul/Sat+3 Every third saturday of July - Jul/Sat+3

which was able to be done via:

Jul/SatThird Every third saturday of July - Jul/SatThird

Add interpreters for:

SatFourth Every third saturday of each month - SatFourth
Sat+4 Every third saturday of each month - Sat+4
Sat Every saturday of each month - Sat

MFC after: 2 weeks

show more ...


Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0
# 2aa24519 09-Feb-2011 Sergey A. Osokin <osa@FreeBSD.org>

Fix Paskha and Paskha-specific holidays.


# f6db4696 25-Dec-2010 Sergey A. Osokin <osa@FreeBSD.org>

Fix typo (Pashka -> Paskha).


# b3f4d7e1 14-Sep-2010 Ed Maste <emaste@FreeBSD.org>

Remove extra ;


# c31776f0 31-Aug-2010 Edwin Groothuis <edwin@FreeBSD.org>

For calendars which don't match the solar-based Gregorian calendar,
be able to specify a year string in an entry.


Revision tags: release/8.1.0_cvs, release/8.1.0
# e86a8937 06-May-2010 Andrey A. Chernov <ache@FreeBSD.org>

While I am here, add more missing (unsigned char) casts to ctype() macros


# a4bf5fb9 28-Apr-2010 Kirk McKusick <mckusick@FreeBSD.org>

Update to current version of head.


# bb06482c 30-Mar-2010 Edwin Groothuis <edwin@FreeBSD.org>

On request of joel@:

- Remove the 3rd clause of the UC Berkeley copyrighted files.
- For the files added copyrighted by me, move the "All rights
reserved" to the next line.


# 9d5d3712 29-Mar-2010 Dag-Erling Smørgrav <des@FreeBSD.org>

size_t is not equivalent to int on 64-bit platforms.

Pointy hat to: edwin@


# 2b84020d 29-Mar-2010 Edwin Groothuis <edwin@FreeBSD.org>

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 mo

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.

MFC after: 1 month

show more ...


# bb06482c 30-Mar-2010 Edwin Groothuis <edwin@FreeBSD.org>

On request of joel@:

- Remove the 3rd clause of the UC Berkeley copyrighted files.
- For the files added copyrighted by me, move the "All rights
reserved" to the next line.


# 9d5d3712 29-Mar-2010 Dag-Erling Smørgrav <des@FreeBSD.org>

size_t is not equivalent to int on 64-bit platforms.

Pointy hat to: edwin@


# 2b84020d 29-Mar-2010 Edwin Groothuis <edwin@FreeBSD.org>

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 mo

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.

MFC after: 1 month

show more ...


12