aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vis
Commit message (Collapse)AuthorAgeFilesLines
* Add META_MODE support.Simon J. Gerraty2015-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 Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=266219
| * Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| | | | | | | | Notes: svn path=/projects/bmake/; revision=265802
| * sync from headSimon J. Gerraty2013-04-125-435/+4
| |\ | |/ |/| | | Notes: svn path=/projects/bmake/; revision=249429
| * Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| | | | | | | | Notes: svn path=/projects/bmake/; revision=248169
| * Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=246868
| * Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+19
| | | | | | | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> Notes: svn path=/projects/bmake/; revision=239572
* | Replace our (un)vis(1) commands with implementations from NetBSD toBrooks Davis2013-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 Notes: svn path=/head/; revision=248303
* Add missing static keywords to vis(1)Ed Schouten2011-11-061-3/+6
| | | | Notes: svn path=/head/; revision=227198
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-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 Notes: svn path=/head/; revision=216370
* Use ANSI prototype for foldit().Xin LI2009-12-131-3/+1
| | | | Notes: svn path=/head/; revision=200468
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-1/+5
| | | | | | | needed. Notes: svn path=/head/; revision=200462
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-5/+1
| | | | | | | Tested with: make universe Notes: svn path=/head/; revision=200420
* Nits.Ruslan Ermilov2006-12-231-3/+5
| | | | Notes: svn path=/head/; revision=165502
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141846
* Nit.Ruslan Ermilov2004-07-021-1/+1
| | | | Notes: svn path=/head/; revision=131494
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-6/+12
| | | | Notes: svn path=/head/; revision=131491
* Copy the warning about incorrect multibyte character handling from vis(3).Tim J. Robbins2004-06-241-1/+9
| | | | Notes: svn path=/head/; revision=131058
* ANSIify function definitions.David Malone2002-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 Notes: svn path=/head/; revision=102944
* Use `The .Nm utility'Philippe Charnier2002-04-201-2/+3
| | | | Notes: svn path=/head/; revision=95124
* remove __PWarner Losh2002-03-222-3/+3
| | | | Notes: svn path=/head/; revision=92922
* WARNS=2 fix, add externs.h to centralise external prototypes,Mark Murray2001-12-113-13/+52
| | | | | | | use __FBSDID(), kill register keyword. Notes: svn path=/head/; revision=87691
* Some warns cleanups - I think this is still not warns clean on the alpha.David Malone2001-12-032-7/+9
| | | | Notes: svn path=/head/; revision=87305
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79535
* $Id$ -> $FreeBSD$Peter Wemm1999-08-283-3/+3
| | | | Notes: svn path=/head/; revision=50477
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-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 Notes: svn path=/head/; revision=48792
* Use err(3). Add usage() and prototypes.Philippe Charnier1997-08-253-20/+42
| | | | Notes: svn path=/head/; revision=28692
* Typo.Masafumi Max NAKANE1997-04-251-1/+1
| | | | | | | | PR: 3385 Submitted by: Josh Gilliam <soil@quick.net> Notes: svn path=/head/; revision=25146
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24360
* Fix an itinerant cross-reference.Garrett Wollman1996-07-251-1/+1
| | | | Notes: svn path=/head/; revision=17283
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-261-0/+3
| | | | Notes: svn path=/head/; revision=11824
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-8/+8
| | | | Notes: svn path=/head/; revision=8874
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-274-0/+375
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590