History log of /freebsd-10.1-release/usr.bin/expand/expand.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

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


# 227238 06-Nov-2011 ed

Mark global functions and/or variables in expand(1) static where possible.

This allows compilers and static analyzers to more thorough analysis.


# 216370 11-Dec-2010 joel

Remove the advertising clause from UCB copyrighted files in usr.bin. This
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


# 200462 13-Dec-2009 delphij

Revert most part of 200420 as requested, as more review and polish is
needed.


# 200420 11-Dec-2009 delphij

Remove unneeded header includes from usr.bin/ except contributed code.

Tested with: make universe


# 131051 24-Jun-2004 tjr

Add support for multibyte characters and for characters that take up
more than one column position.


# 102944 04-Sep-2002 dwmalone

ANSIify function definitions.
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


# 99112 30-Jun-2002 obrien

Consistently use FBSDID


# 98251 15-Jun-2002 tjr

Allow <blank>s to be used to separate tab stop positions with the -t
argument, not just ASCII space characters and commas. Don't count
non-printing characters when determining column position.


# 97216 24-May-2002 tjr

If processing of one file fails, try to process the remaining files and
exit non-zero instead of immediately exiting (SUSv3).


# 92920 21-Mar-2002 imp

remove __P


# 91740 06-Mar-2002 ru

Boundary check an array holding tab stops.

PR: bin/35590
Submitted by: "Tim J. Robbins" <tim@robbins.dropbear.id.au>


# 78718 24-Jun-2001 dd

Include missing header files which define functions for which gcc has
builtins (e.g., exit, strcmp).


# 78482 19-Jun-2001 dd

Don't arbitrarily limit tabstop expansions to 256 characters.

Submitted by: Oliver Fromme <oliver.fromme@heim3.tu-clausthal.de>


# 58606 26-Mar-2000 charnier

Use errx(), remove unused #include. Correct SYNOPSIS


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 41568 06-Dec-1998 archie

Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).


# 33016 02-Feb-1998 cwt

PR: bin/5529
Submitted by: Shigio Yamaguchi <shigio@wafu.netgate.net>

Do not misinterpret file names with a digit in the 2nd column as
a tab stop specification.


# 27147 01-Jul-1997 charnier

Add usage(), rcsid. Use getopt().
Obtained from: OpenBSD.


# 1591 27-May-1994 rgrimes

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


# 1590 27-May-1994 rgrimes

BSD 4.4 Lite Usr.bin Sources