summaryrefslogtreecommitdiffstats
path: root/usr.bin/vis
Commit message (Collapse)AuthorAgeFilesLines
* MFC r315170:ngie2017-05-301-2/+2
| | | | | | | | | | | r315170 (by imp): Adopt SRCTOP in usr.bin Prefer ${SRCTOP}/foo over ${.CURDIR}/../../foo and ${SRCTOP}/usr.bin/foo over ${.CURDIR}/../foo for paths in Makefiles. Silence on: arch@ (twice)
* Add META_MODE support.sjg2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| |
| * Updated dependenciessjg2014-05-161-1/+0
| |
| * Updated dependenciessjg2014-05-101-0/+2
| |
| * sync from headsjg2013-04-125-435/+4
| |\ | |/ |/|
| * Updated dependenciessjg2013-03-111-0/+1
| |
| * Updated dependenciessjg2013-02-161-2/+0
| |
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+19
| | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net>
* | Replace our (un)vis(1) commands with implementations from NetBSD tobrooks2013-03-155-435/+4
|/ | | | | | | | | | match our import of the (un)vis(3) APIs. This adds support for multibyte encoding and the -h and -m flags which support HTTP and MIME encoding respectively. PR: bin/175418 Obtained from: NetBSD
* Add missing static keywords to vis(1)ed2011-11-061-3/+6
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-114-16/+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
* Use ANSI prototype for foldit().delphij2009-12-131-3/+1
|
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-1/+5
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-5/+1
| | | | Tested with: make universe
* Nits.ru2006-12-231-3/+5
|
* Expand *n't contractions.ru2005-02-131-1/+1
|
* Nit.ru2004-07-021-1/+1
|
* Mechanically kill hard sentence breaks.ru2004-07-021-6/+12
|
* Copy the warning about incorrect multibyte character handling from vis(3).tjr2004-06-241-1/+9
|
* ANSIify function definitions.dwmalone2002-09-041-8/+5
| | | | | | | | | 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
* Use `The .Nm utility'charnier2002-04-201-2/+3
|
* remove __Pimp2002-03-222-3/+3
|
* WARNS=2 fix, add externs.h to centralise external prototypes,markm2001-12-113-13/+52
| | | | use __FBSDID(), kill register keyword.
* Some warns cleanups - I think this is still not warns clean on the alpha.dwmalone2001-12-032-7/+9
|
* mdoc(7) police: removed HISTORY info from the .Os call.ru2001-07-101-1/+1
|
* $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
* Use err(3). Add usage() and prototypes.charnier1997-08-253-20/+42
|
* Typo.max1997-04-251-1/+1
| | | | | PR: 3385 Submitted by: Josh Gilliam <soil@quick.net>
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Fix an itinerant cross-reference.wollman1996-07-251-1/+1
|
* Add setlocale LC_CTYPEache1995-10-261-0/+3
|
* Remove trailing whitespace.rgrimes1995-05-302-8/+8
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-274-0/+375
OpenPOWER on IntegriCloud