History log of /freebsd-10.1-release/usr.bin/xstr/xstr.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


# 227247 06-Nov-2011 ed

Mark global functions and/or variables in xstr(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


# 178973 13-May-2008 kevlo

Improve temporary file handling

Obtained from: OpenBSD


# 146467 21-May-2005 ru

Sync program's usage() with manpage's SYNOPSIS.


# 132182 15-Jul-2004 tjr

Use err() instead of perror(), exit().


# 106296 01-Nov-2002 tjr

Another buffer overflow similar to the recent one in mkstr(1).


# 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


# 92922 21-Mar-2002 imp

remove __P


# 87687 11-Dec-2001 markm

WARNS=2 fixes, use __FBSDID(), kill register keyword.


# 50477 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 28855 28-Aug-1997 charnier

Use err(3). Add usage and prototypes. Use getopt(). Document -v flag.


# 8874 30-May-1995 rgrimes

Remove trailing whitespace.


# 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