History log of /freebsd-11.0-release/usr.bin/mkstr/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
303975 11-Aug-2016 gjb

Copy stable/11@r303970 to releng/11.0 as part of the 11.0-RELEASE
cycle.

Prune svn:mergeinfo from the new branch, and rename it to RC1.

Update __FreeBSD_version.

Use the quarterly branch for the default FreeBSD.conf pkg(8) repo and
the dvd1.iso packages population.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

302408 08-Jul-2016 gjb

Copy head@r302406 to stable/11 as part of the 11.0-RELEASE cycle.
Prune svn:mergeinfo from the new branch, as nothing has been merged
here.

Additional commits post-branch will follow.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


284345 13-Jun-2015 sjg

Add META_MODE support.

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


284097 06-Jun-2015 bapt

Readd the warning level gcc 4.2 still complains


284063 06-Jun-2015 bapt

Make global variables static
Remove WARNS from Makefile


284060 06-Jun-2015 bapt

Fix HISTORY and add AUTHORS section

Obtained from: OpenBSD (by schwarze@)


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


201386 02-Jan-2010 ed

Build usr.bin/ with WARNS=6 by default.

Also add some missing $FreeBSD$ to keep svn happy.


167195 04-Mar-2007 ru

More markup fixes.


167194 04-Mar-2007 ru

Markup fixes.


126960 14-Mar-2004 bde

Fixed a misspelling of 0 as NULL.


119319 22-Aug-2003 dds

- Document gencat(1)
- Fix grammar error and rationale for not using the command

Approved by: schweikh (mentor)
MFC after: 2 weeks


106295 01-Nov-2002 tjr

Remove claim that pi and ex use mkstr; pi is long gone, and nex doesn't
use it.


106294 01-Nov-2002 tjr

Zap another buffer overflow, this time in the parser.

MFC after: 2 weeks


106293 01-Nov-2002 tjr

Avoid buffer overflow when constructing filenames.


95642 28-Apr-2002 markm

warns fixes; ANSIfy, deregister, constify.


95124 20-Apr-2002 charnier

Use `The .Nm utility'


94503 12-Apr-2002 charnier

Add FBSDID. Do not put spaces inside [] in usage string. Test memory allocation
return code. Correct and update C example in man page. Uppercase program name
(.Nm) after a dot.


92921 22-Mar-2002 imp

remove __P


90415 08-Feb-2002 markm

Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.


87628 10-Dec-2001 dwmalone

Style improvements recommended by Bruce as a follow up to some
of the recent WARNS commits. The idea is:

1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.


87289 03-Dec-2001 dwmalone

Warns cleanup. Add FreeBSD ID to Makefile.


72432 13-Feb-2001 ru

mdoc(7) police: use the default ``file ...'' feature of the .Ar macro.


57670 01-Mar-2000 sheldonh

Remove single-space hard sentence breaks. These degrade the quality
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.


50477 28-Aug-1999 peter

$Id$ -> $FreeBSD$


48792 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
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


33648 20-Feb-1998 jb

Add #include <string.h> to get prototypes.


27648 24-Jul-1997 charnier

Use err(3), add usage(), silent -Wall.


21748 15-Jan-1997 wosch

Sort cross references.


13744 30-Jan-1996 mpp

Fix a bunch of spelling errors in a bunch of man pages.


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.