History log of /freebsd-10.0-release/usr.bin/ncal/ncal.1
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 259065 07-Dec-2013 gjb

- Copy stable/10 (r259064) to releng/10.0 as part of the
10.0-RELEASE cycle.
- Update __FreeBSD_version [1]
- Set branch name to -RC1

[1] 10.0-CURRENT __FreeBSD_version value ended at '55', so
start releng/10.0 at '100' so the branch is started with
a value ending in zero.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 223932 11-Jul-2011 edwin

Fix typo in order of markup and text.


# 223931 11-Jul-2011 edwin

ncal(1) highlights the current date (or a date provided via parameter)
even if stdout is not a tty. If stdout is not a tty the data is
normally processed by other tools and no control sequences are
expected.

PR: bin/158580
MFC after: 1 week


# 205427 21-Mar-2010 edwin

Replace -b with -C and -B (as proposed by Alexander).
Add -3, -A and -B to the usage.
Update regression test for the new parameters.


# 205071 12-Mar-2010 edwin

- With the introduction of -A, -B and -3, not all combinations of
arguments makes sense anymore. For example, what would a combination
of -3 (show three months) and -y (show the whole year) do?
We will abort on these cases.
- Move the debug option -d to -H (from highlight), while -d is now
used for setting the day of "today" so that -y and friends can
be tested.


# 204908 09-Mar-2010 edwin

- Fix the highlighting for non-terminals when the last week is not
7 days long.
- "-m <N> <YYYY>" now prints only the month, not the whole year.


# 204849 07-Mar-2010 edwin

- document the -3, -A and -B properly in Synopsis.
- add highlight of current date for non-terminals.
- fix -J option.
- code cleanup.

MFC after: 2 weeks


# 204697 04-Mar-2010 edwin

- Implement -3 option (show previous, this and next month) option.
- Add -A option (months after this month).
- Add -B option (months before this month).
- Fix highlighting of today in year overview.
- Fix aligning of "foreign" characters.

MFC after: 2 weeks


# 191737 02-May-2009 rdivacky

Mention -h in usage() and manpage. Rename term_{r,e} to term_{so,se}.

Suggested by: ru
Approved by: ed (mentor)


# 189804 14-Mar-2009 das

Multibyte character support for cal(1).

PR: 131578


# 186401 22-Dec-2008 wollman

Implement a new feature for the "-m" option: if the month number is
followed by 'f' or 'p', use the following or preceding month of that
number, respectively. Document this. Also includes other minor
grammatical and punctuation fixes to the manual page (capitalize
Easter, etc.).

MFC after: 1 month


# 151568 22-Oct-2005 tjr

Document incorrect handling of multibyte characters.

PR: 87724


# 140055 11-Jan-2005 ru

Scheduled mdoc(7) sweep.


# 138036 23-Nov-2004 wollman

Add a `-m month' flag to provide a more convenient interface for
displaying a calendar for a specific month of the current year than
`cal $(date +"%Y") month'. A few minor code cleanups. Set WARNS=1.
(This code is WARNS=5 clean except for "`O' modifier used with `%B'
strftime format", which is legal in FreeBSD but GCC doesn't know about.)

MFC after: 1 week


# 131491 02-Jul-2004 ru

Mechanically kill hard sentence breaks.


# 104369 02-Oct-2002 roam

Teach ncal(1) about month names specified on the command line.

Reviewed by: -audit
Approved by: silence on -audit
MFC after: 3 weeks


# 97773 03-Jun-2002 tjr

Correct History: cal(1) appeared in V5, not V6.


# 95124 20-Apr-2002 charnier

Use `The .Nm utility'


# 79454 09-Jul-2001 dd

mdoc(7) police: remove extraneous .Pp before and/or after .Sh.


# 71107 16-Jan-2001 ru

mdoc(7) police: fixed broken references.


# 71066 15-Jan-2001 ru

mdoc(7) police: fix the weird construct.


# 68963 20-Nov-2000 ru

mdoc(7) police: use the new features of the Nm macro.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 35458 26-Apr-1998 phk

fix ncal.1 grammar

PR: 6394
Reviewed by: phk
Submitted by: Josh Gilliam <josh@quick.net>


# 34801 23-Mar-1998 charnier

.Sh AUTHOR -> .Sh AUTHORS. Use .An/.Aq.


# 32460 12-Jan-1998 obrien

changed 1st appeared in clause -- about to import into -stable


# 32310 07-Jan-1998 charnier

Sync usage and synopsis. Add rcsid.


# 32215 03-Jan-1998 helbig

Use locale to guess the switch date.
Localize formatting of date of easter.
Suggested by: ache


# 31868 19-Dec-1997 helbig

Use '.\' and not '/* */' for troff-comments.


# 31745 15-Dec-1997 helbig

This commit was generated by cvs2svn to compensate for changes in r31744,
which included commits to RCS files with non-trunk default branches.


# 31744 15-Dec-1997 helbig

Add new command ncal.