summaryrefslogtreecommitdiffstats
path: root/usr.bin/leave
Commit message (Collapse)AuthorAgeFilesLines
* Build last(1) and leave(1) with WARNS=6.ed2011-10-141-1/+1
| | | | | These ports were only built with WARNS=1, because they use certain format extensions. We can use NO_WFORMAT for that instead.
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-112-8/+0
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-0/+2
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* Static'ify signal handler which is not called from outside.delphij2009-11-031-1/+1
|
* Fixed the abuses of .Ql visible on stderr in troff mode.ru2002-12-231-1/+1
| | | | PR: docs/37176
* ANSIify function definitions.dwmalone2002-09-041-10/+7
| | | | | | | | | Add some constness to avoid some warnings. Remove use register keyword. Deal with missing/unneeded extern/prototypes. Some minor type changes/casts to avoid warnings. Reviewed by: md5
* Consistently use FBSDIDobrien2002-06-301-2/+2
|
* Use `The .Nm utility'charnier2002-04-201-2/+3
|
* remove __Pimp2002-03-221-2/+2
|
* Remove leaf node WARNS?=2 (that mainly I added). This shouldmarkm2002-02-081-1/+0
| | | | help the GCC3 transition and CURRENT in general.
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-5/+5
| | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms>
* Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$dd2001-06-301-1/+1
| | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com>
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | | | builtins (e.g., exit). Submitted by: Mike Barcroft <mike@q9media.com>
* Don't claim to ignore interrupts.dd2001-05-301-3/+3
| | | | | PR: 27747 Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net>
* Remove home-grown prototypes of time() and localtime().dd2001-05-301-3/+3
| | | | Reviewed by: md5(1)
* Call usage() if given more than 1 argument.kris2001-04-241-2/+4
| | | | | Submitted by: "Andrew R. Reiter" <arr@watson.org> Obtained from: OpenBSD
* mdoc(7) police: simplify construct.ru2001-02-061-6/+1
|
* Get rid of hard sentence breakcharnier2000-03-271-1/+2
| | | | Asked by: Sheldon
* Add .Nm.charnier2000-03-261-5/+5
| | | | Options: -> The following options are available:
* $Id$ -> $FreeBSD$peter1999-08-283-3/+3
|
* Add $Id$, to make it simpler for members of the translation teams tonik1999-07-121-0/+1
| | | | | | | | | | | | | | | | | track. The $Id$ line is normally at the bottom of the main comment block in the man page, separated from the rest of the manpage by an empty comment, like so; .\" $Id$ .\" If the immediately preceding comment is a @(#) format ID marker than the the $Id$ will line up underneath it with no intervening blank lines. Otherwise, an additional blank line is inserted. Approved by: bde
* Don't let secs variable wrap if <= 2.steve1998-04-141-2/+3
| | | | | PR: 6290 Submitted by: Ruslan Ermilov <ru@ucb.crimea.ua>
* 1. Don't reject 0145 if started at 22XX.helbig1998-01-062-14/+37
| | | | | | | | | | | | | | | Applied suggested fix from Andrew Andrew <andrew@ugh.net.au> with some stylistic changes. Thanks. 2. #include <sys/time.h> -> #include <time.h> 3. Removed #include <sys/param.h> 4. Use setlocale(3) and strftime(3) instead of ctime(3). 5. Clean up -Wall warnings. 6. Make sure, time to leave are integral minutes if the argument is absolute. (i. e. without "+"). If started at 10:10:55 with argument "1020" it computed time to leave as 10:20:55 instead of 10:20:00. PR: 5395
* Check fgets' return value, silent -Wall.charnier1997-07-212-11/+22
| | | | Obtained from: OpenBSD
* Import Lite2's src/usr.bin/leave. The man page is still on the vendorbde1997-07-061-3/+3
| | | | branch and this import just makes a cosmetic change.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-273-0/+270
OpenPOWER on IntegriCloud