From owner-cvs-src-old@FreeBSD.ORG Thu Oct 14 21:38:38 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A23201065740 for ; Thu, 14 Oct 2010 21:38:38 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 745D38FC21 for ; Thu, 14 Oct 2010 21:38:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o9ELcctl032465 for ; Thu, 14 Oct 2010 21:38:38 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o9ELccTm032464 for cvs-src-old@freebsd.org; Thu, 14 Oct 2010 21:38:38 GMT (envelope-from edwin@repoman.freebsd.org) Message-Id: <201010142138.o9ELccTm032464@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to edwin@repoman.freebsd.org using -f From: Edwin Groothuis Date: Thu, 14 Oct 2010 21:38:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/usr.bin/calendar calendar.1 calendar.h parsedata.c src/usr.bin/calendar/calendars calendar.judaic X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2010 21:38:38 -0000 edwin 2010-10-14 21:38:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) usr.bin/calendar calendar.1 calendar.h parsedata.c usr.bin/calendar/calendars calendar.judaic Log: SVN rev 213870 on 2010-10-14 21:38:20Z by edwin MFC of r211517 r212035 r211517: '\0' -> 0 Fix silly mistake by being overly zeaolous[sp] of applying the style rules. r212035: For calendars which don't match the solar-based Gregorian calendar, be able to specify a year string in an entry. Revision Changes Path 1.38.22.3 +2 -0 src/usr.bin/calendar/calendar.1 1.14.2.3 +1 -0 src/usr.bin/calendar/calendar.h 1.13.10.2 +470 -2 src/usr.bin/calendar/calendars/calendar.judaic 1.4.2.3 +68 -35 src/usr.bin/calendar/parsedata.c