Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | note that posix marks this utility xsi; | 2014-01-25 | 1 | -2/+3 | |
| | | | | | millert, guenther, sobrado, and schwarze have all contributed to how to word this... | ||||
* | cal appeared in v1; found by millert | 2014-01-25 | 1 | -3/+3 | |
| | | | | ok sobrado | ||||
* | for STANDARDS, not that the ability to specify a month name as a single | 2014-01-15 | 1 | -3/+4 | |
| | | | | | | argument is also an extension; ok sobrado | ||||
* | unsigned char casts are needed for these isdigit & isprint calls | 2013-11-20 | 1 | -3/+3 | |
| | | | | ok benno | ||||
* | after some thought, i think it unlikely that we will need to specify | 2011-09-16 | 1 | -2/+2 | |
| | | | | | | | | | | a revision number for ISO 8601; in addition, the revision number makes the text unwieldy when discussing the standard in a casual manner. therefore change the macro from -8601-4 to simply -8601, which will output "ISO 8601". i'll get kristaps or ingo to make the change upstream to mandoc. discussed with/ok millert | ||||
* | use .St here for ISO 8601 references; ok millert | 2011-09-16 | 1 | -3/+5 | |
| | |||||
* | add an EXIT STATUS section for /usr/bin; | 2010-09-03 | 1 | -3/+3 | |
| | |||||
* | document exit returns; from daniel dickman | 2010-07-22 | 1 | -2/+4 | |
| | |||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -12/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | STANDARDS: | 2009-02-10 | 1 | -3/+3 | |
| | | | | | | | | mark these utilities as being either optional (SD/FR/UP); or as being compliant only with XPG4 (XSI); strip.1 and talk.1 are tweaked purely for consistency; thanks otto for feedback | ||||
* | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | 2009-02-08 | 1 | -3/+3 | |
| | | | | updates to follow; | ||||
* | Fix iso weekno calculation by using a different algorithm. Still hard | 2009-01-01 | 1 | -25/+38 | |
| | | | | | to follow, but this one has a documented origin at least; ok pyr@ jasper@ | ||||
* | tweaks; | 2008-04-18 | 1 | -4/+4 | |
| | |||||
* | Allow cal to show week numbers. Switch between sunday based week numbering | 2008-04-18 | 2 | -20/+116 | |
| | | | | | | | | | and ISO 8601 monday based week numbering with overlapping weeks if the -m flag is present. many positive feedback received. ok mbalmer@, jasper@, simon@ input from todd@ | ||||
* | Introduce the -m flag which shows weeks as starting on mondays. | 2008-04-10 | 2 | -20/+59 | |
| | | | | | input from tom@ through markus@ ok henning@, mbalmer@ and jmc@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | - use a consistent text for STANDARDS | 2007-05-30 | 1 | -4/+8 | |
| | | | | - note which options are extensions to POSIX | ||||
* | Optimise a couple of printf()s; originally from Han Boetes. | 2006-10-29 | 1 | -5/+4 | |
| | | | | Reminded by, and ok, otto@. | ||||
* | atoi/strtonum from han boetes | 2006-04-25 | 1 | -3/+5 | |
| | |||||
* | KNF, no binary change. | 2006-03-24 | 1 | -5/+5 | |
| | | | | From Han Boetes. | ||||
* | oops - forgot to remind tom to update usage(); | 2005-12-08 | 1 | -3/+3 | |
| | |||||
* | Tweak synopsis | 2005-12-07 | 1 | -5/+3 | |
| | | | | ok jmc@ | ||||
* | Tidy up month parsing: don't accept "mayor" for "may", or "4x" for "4". | 2005-12-07 | 1 | -9/+8 | |
| | | | | | | | And strptime(3) %b and %B conversions are the same, so don't bother trying both. ok otto@ | ||||
* | Clarify: `month' can always be specified as either full or | 2005-12-06 | 1 | -4/+5 | |
| | | | | | | abbreviated month name. ok jmc@ tedu@ | ||||
* | cal now (well, has done for a while) accepts a single argument | 2005-09-25 | 2 | -10/+19 | |
| | | | | | | | | | | | | of the abbreviated month name: update SYNOPSIS, usage(), and DESCRIPTION to reflect this; remove a sentence that was repeated in the text - replace it with something marginally more useful; be clear that both numerical and string arguments are now accepted; escape some hyphens whilst here; | ||||
* | range check months 1-12; ok tedu millert others | 2005-08-24 | 1 | -10/+12 | |
| | |||||
* | spacing | 2005-07-06 | 1 | -5/+5 | |
| | |||||
* | warning clean and constiness | 2005-07-06 | 1 | -16/+14 | |
| | |||||
* | drop in parsemonth from freebsd. | 2005-07-06 | 1 | -6/+33 | |
| | | | | | | use it to parse month, so "cal june 2005" works as expected. if only one arg is given, see if it could be a month ok deraadt | ||||
* | do not trust snprintf return value; ok otto mickey | 2005-04-13 | 1 | -3/+4 | |
| | |||||
* | Cm Ar -> Ar | 2003-07-13 | 1 | -2/+2 | |
| | |||||
* | mostly ansi cleanup; pval ok | 2003-06-10 | 1 | -28/+13 | |
| | |||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 2 | -13/+5 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | more snprintf | 2002-05-29 | 1 | -5/+6 | |
| | |||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -12/+12 | |
| | |||||
* | Move some misplaced periods outside of the parentheses. | 2000-04-17 | 1 | -2/+2 | |
| | |||||
* | Many improvements and general cleanup/standardization. | 2000-03-04 | 1 | -3/+6 | |
| | |||||
* | correct use of .Nm; some other formatting nits | 1999-07-04 | 1 | -3/+3 | |
| | |||||
* | - remove trailing white space | 1999-06-05 | 1 | -2/+2 | |
| | | | | | | | - remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | ||||
* | usr.bin/ man page repairs, a - e | 1998-09-23 | 1 | -2/+2 | |
| | |||||
* | nothing important... | 1998-04-25 | 1 | -3/+3 | |
| | |||||
* | Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places | 1998-03-30 | 1 | -5/+7 | |
| | |||||
* | correct documentation on the Gregorian Reformation change | 1997-12-12 | 1 | -3/+3 | |
| | |||||
* | $OpenBSD$ | 1997-09-21 | 1 | -2/+1 | |
| | |||||
* | Note POSIX 10003.2 conformance. | 1997-08-19 | 1 | -1/+7 | |
| | |||||
* | cal [-jy] [[month] year]; k-horik@yk.rim.or.jp | 1997-06-02 | 1 | -2/+5 | |
| | |||||
* | getopt(3) returns -1 when out of args, not EOF, whee! | 1997-01-15 | 1 | -3/+3 | |
| | |||||
* | use 2-char day names; from wosch@cs.tu-berlin.de | 1996-08-11 | 1 | -4/+4 | |
| | |||||
* | rcsid | 1996-06-26 | 3 | -2/+4 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 4 | -0/+565 | |