Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MFC r317583: | pfg | 2017-05-04 | 1 | -3/+3 |
| | | | | | | Fix some cases where an index was used before its limits check. Obtained from: DragonFlyBSD (git 799ba435) | ||||
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -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_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 |
| | | |||||
| * | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 |
| | | |||||
| * | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 |
| | | |||||
| * | Merge head | sjg | 2014-04-28 | 1 | -1/+1 |
| |\ | |/ |/| | |||||
| * | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 |
| | | |||||
| * | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 |
| | | |||||
| * | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+19 |
| | | | | | | | | Requested by: Simon Gerraty <sjg@juniper.net> | ||||
* | | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | imp | 2014-04-13 | 1 | -1/+1 |
|/ | | | | | | and finish the job. ncurses is now the only Makefile in the tree that uses it since it wasn't a simple mechanical change, and will be addressed in a future commit. | ||||
* | Add missing static keywords to unexpand(1) | ed | 2011-11-06 | 1 | -3/+3 |
| | |||||
* | Remove the advertising clause from UCB copyrighted files in usr.bin. This | joel | 2010-12-11 | 1 | -4/+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 | ||||
* | Revert most part of 200420 as requested, as more review and polish is | delphij | 2009-12-13 | 1 | -0/+2 |
| | | | | needed. | ||||
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -2/+0 |
| | | | | Tested with: make universe | ||||
* | Document that unexpand(1)'s -a and -t options are exclusive. | ru | 2006-10-13 | 1 | -1/+1 |
| | | | | PR: docs/85063 | ||||
* | Start the dreaded NOFOO -> NO_FOO conversion. | ru | 2004-12-21 | 1 | -1/+1 |
| | | | | OK'ed by: core | ||||
* | For variables that are only checked with defined(), don't provide | ru | 2004-10-24 | 1 | -1/+1 |
| | | | | any fake value. | ||||
* | Add support for multibyte characters and for characters that take up | tjr | 2004-06-24 | 1 | -19/+27 |
| | | | | more than one column position. | ||||
* | Fix off-by-one error processing the line after an empty line when the | tjr | 2002-10-04 | 1 | -0/+1 |
| | | | | | | | -a option is not specified. Submitted by: schweikh MFC after: 1 week | ||||
* | ANSIify function definitions. | dwmalone | 2002-09-04 | 1 | -7/+4 |
| | | | | | | | | | 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 | ||||
* | Allow <blank>s to be used to separate tab stop positions with the -t | tjr | 2002-06-15 | 1 | -2/+7 |
| | | | | | argument, not just ASCII space characters and commas. Don't count non-printing characters when determining column position. | ||||
* | Some minor nits exposed by the Open Group's VSC Lite verification suite: | tjr | 2002-04-25 | 1 | -18/+25 |
| | | | | | | | | | - When an error occurs processing one file, we must continue to process the remaining files. - Convert trailing whitespace to tabs as appropriate. - Align backspace handling with what the verification suite expects. Reviewed by: mike | ||||
* | Add the -t option, which allows tab stop positions to be specified similarly | tjr | 2002-04-23 | 1 | -51/+118 |
| | | | | | | | | to the way expand(1) allows. This brings unexpand(1) up to SUSv3 conformance, and it now passes all relevant parts of the GNU textutils test suite. PR: 35621 Reviewed by: mike | ||||
* | remove __P | imp | 2002-03-22 | 1 | -2/+2 |
| | |||||
* | WARNS=2 is to become the default, so remove. Use __FBSDID(). | markm | 2001-12-11 | 2 | -7/+6 |
| | |||||
* | Set WARNS=2 on programs that compile cleanly with it; add $FreeBSD$ | dd | 2001-06-30 | 1 | -1/+3 |
| | | | | | | where necessary. Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | Include missing header files which define functions for which gcc has | dd | 2001-06-24 | 1 | -0/+1 |
| | | | | | | builtins (e.g., exit). Submitted by: Mike Barcroft <mike@q9media.com> | ||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Add #include <string.h> to get prototypes. | jb | 1998-02-20 | 1 | -1/+2 |
| | |||||
* | Main() returns int. | charnier | 1997-08-26 | 1 | -2/+2 |
| | |||||
* | Use err(3) and add usage(). | charnier | 1997-08-20 | 1 | -9/+22 |
| | |||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 2 | -0/+137 |