| Commit message (Expand) | Author | Age | Files | Lines |
* | Work better with how make/bmake works: | marcel | 2012-05-24 | 1 | -1/+1 |
* | sh: Import arithmetic expression code from dash. | jilles | 2011-02-08 | 1 | -5/+5 |
* | sh: Add kill builtin. | jilles | 2010-12-21 | 1 | -1/+2 |
* | sh: Add printf builtin. | jilles | 2010-11-19 | 1 | -2/+3 |
* | We only need to look as far as '..' to find 'test/'. | obrien | 2010-10-13 | 1 | -1/+1 |
* | In the spirit of r90111, depend on c89 and remove the "STATIC" macro | obrien | 2010-10-13 | 1 | -1/+1 |
* | If one wishes to set breakpoints of static the functions here, they | obrien | 2010-10-13 | 1 | -1/+1 |
* | Suggest that DEBUG_FLAGS be used to enable extra debugging rather than | jhb | 2010-10-13 | 1 | -1/+1 |
* | If DEBUG is 3 or greater, disable STATICization of functions. | obrien | 2010-10-12 | 1 | -1/+1 |
* | Allow one to regression test 'sh' changes without having to install | obrien | 2010-10-12 | 1 | -0/+3 |
* | Reduce the WARNS level to avoid a compiler warning about a variable | jb | 2007-11-18 | 1 | -1/+1 |
* | Whitespace nits. | schweikh | 2006-04-17 | 1 | -1/+1 |
* | Recent cleanups made it possible to bump WARNS to 3. | stefanf | 2005-08-14 | 1 | -1/+1 |
* | Install /bin/sh safely. This allows a shell script to be used | ru | 2004-03-18 | 1 | -0/+1 |
* | style.Makefile: | johan | 2004-02-23 | 1 | -1/+1 |
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | ru | 2004-02-05 | 1 | -2/+2 |
* | Removed duplicate y.tab.h from SRCS and CLEANFILES. | ru | 2004-01-20 | 1 | -1/+1 |
* | The is_name and is_in_name macros are FUBAR'ed. | obrien | 2003-05-02 | 1 | -0/+2 |
* | It is now safe to remove WARNS=0 and WFORMAT=0. | mux | 2002-10-01 | 1 | -2/+0 |
* | Add back WARNS=0 and WFORMAT=0; gcc is finding nonexistent format string | tjr | 2002-10-01 | 1 | -0/+2 |
* | Remove WARNS=0 and WFORMAT=0. The shell compiles cleanly at WARNS=2 | tjr | 2002-10-01 | 1 | -2/+0 |
* | Lock down with WFORMAT=1 except those directories with unfixed warnings. | kris | 2002-02-04 | 1 | -0/+1 |
* | Default to WARNS=2. Binary builds that cannot handle this must explicitly | obrien | 2001-12-04 | 1 | -0/+1 |
* | Remove the printf builtin command from sh(1), which command is not | knu | 2001-11-20 | 1 | -3/+2 |
* | Make test(1) a builtin command of our sh(1) for efficiency. The | knu | 2001-11-17 | 1 | -2/+4 |
* | Improve shell documentation: | sheldonh | 1999-09-08 | 1 | -0/+4 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
* | Added a `build-tools' target for internal tools. | bde | 1998-07-07 | 1 | -4/+3 |
* | Backed out previous backout. Put y.tab.h back in SRCS. | bde | 1998-05-06 | 1 | -10/+6 |
* | Backed out previous commit. It was tested, but not for the case where | bde | 1998-05-05 | 1 | -4/+8 |
* | Fixed races in `make -jN' using new yacc rules. | bde | 1998-05-04 | 1 | -8/+4 |
* | Backed out most of rev.1.19 (explicit dependencies of object files | bde | 1998-04-26 | 1 | -19/+1 |
* | Changes to support full make parallelism (-j<n>) in the world | jkh | 1997-10-05 | 1 | -6/+9 |
* | Restored clobbered parts of rev.1.15 (build intermediate object files | bde | 1997-08-25 | 1 | -2/+14 |
* | Remove y.tab.h from the beforedepend target. Also add a | steve | 1997-05-21 | 1 | -2/+3 |
* | Add explicit y.tab.h rule so that 'make depend clean all' does | steve | 1997-05-19 | 1 | -2/+4 |
* | Miscellaneous sorting and addition of rules for object files that | steve | 1997-05-19 | 1 | -11/+25 |
* | Shamelessly pilfer most of NetBSD's Makefile so that the | steve | 1997-04-28 | 1 | -28/+16 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Build intermediate object files for mkinit, mknodes and mksyntax | bde | 1996-10-25 | 1 | -6/+19 |
* | oops, I didn't mean for the unconditional DEBUG code to go in, it's been | peter | 1996-09-01 | 1 | -1/+3 |
* | Merge of 4.4-Lite2 sh source, plus some gcc -Wall cleaning. This is a | peter | 1996-09-01 | 1 | -38/+26 |
* | Bring in my changes for removing the pestilent obj links (unless you | jkh | 1996-06-24 | 1 | -2/+2 |
* | Backup yacc changes. | phk | 1996-06-02 | 1 | -4/+3 |
* | Use new yacc rules. (I'm fixing the tree as fast as I can :-) | phk | 1996-05-30 | 1 | -4/+5 |
* | Fix the borokeness that crept in with rev 1.10 of parser.c, the sh | joerg | 1996-02-03 | 1 | -1/+4 |
* | Make the shell handle a null command in a &&/|| sequence correctly. | joerg | 1995-08-27 | 1 | -1/+3 |
* | libcompat removed | ache | 1994-10-02 | 1 | -3/+3 |
* | Added $Id$ | dg | 1994-09-24 | 1 | -0/+1 |