| #
602eb66c |
| 23-Oct-2016 |
abhinav <abhinav@NetBSD.org> |
Remove unused variables. Fixes the sh(1) build when DEBUG is enabled.
|
| #
fa4e47f7 |
| 11-May-2016 |
kre <kre@NetBSD.org> |
It was twenty(-two) years ago today J.T. Conklin told us not this way Berkeley 4.4 lite's changed which file And it's traced differently all this while
|
| #
476468ab |
| 29-Feb-2016 |
christos <christos@NetBSD.org> |
Even more debugging improvements (from kre)
|
| #
0c52b5f1 |
| 28-Feb-2016 |
christos <christos@NetBSD.org> |
Bug fixes to handling of unterminated here documents (they should be, and now are, a syntax error), and miscellaneous other minor cleanups. (from kre)
|
| #
ed090bdd |
| 27-Feb-2016 |
christos <christos@NetBSD.org> |
More nodenames fixes.
|
| #
bc8cfb7d |
| 27-Feb-2016 |
christos <christos@NetBSD.org> |
Improve debugging, from kre (I hooked it to the build).
|
| #
d452d7e7 |
| 23-Aug-2011 |
christos <christos@NetBSD.org> |
- add pid to the trace file so that we don't keep overwriting ourselves - use va_copy to print the trace arguments so that we don't deplete it for the real printf
|
| #
232829f4 |
| 14-Nov-2010 |
christos <christos@NetBSD.org> |
don't core-dump if we cannot open the trace file.
|
| #
c0cf1d6b |
| 14-Nov-2003 |
dsl <dsl@NetBSD.org> |
This seems to need stdlib.h to get a prototype for abort().
|
| #
b5b29542 |
| 07-Aug-2003 |
agc <agc@NetBSD.org> |
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22249, verified by myself.
|
| #
e314f958 |
| 22-Jan-2003 |
dsl <dsl@NetBSD.org> |
Support command -p, -v and -V as posix Stop temporary PATH assigments messing up hash table Fix sh -c -e "echo $0 $*" -a x (as posix) (agreed by christos)
|
| #
c02b3bbd |
| 24-Nov-2002 |
christos <christos@NetBSD.org> |
Fixes from David Laight: - ansification - format of output of jobs command (etc) - job identiers %+, %- etc - $? and $(...) - correct quoting of output of set, export -p and readonly -p - differentia
Fixes from David Laight: - ansification - format of output of jobs command (etc) - job identiers %+, %- etc - $? and $(...) - correct quoting of output of set, export -p and readonly -p - differentiation between nornal and 'posix special' builtins - correct behaviour (posix) for errors on builtins and special builtins - builtin printf and kill - set -o debug (if compiled with DEBUG) - cd src obj (as ksh - too useful to do without) - unset -e name, remove non-readonly variable from export list. (so I could unset -e PS1 before running the test shell...)
show more ...
|
| #
0b398b28 |
| 25-May-2002 |
wiz <wiz@NetBSD.org> |
__STDC__ is always defined on NetBSD, so remove #ifdef __STDC__ (and unnecessary #else cases).
|
| #
f629aa28 |
| 15-May-2002 |
christos <christos@NetBSD.org> |
implement noclobber. From Ben Harris, with minor tweaks from me. Two unimplemented comments to go. Go Ben!
|
| #
79f9ab67 |
| 12-Feb-2002 |
ross <ross@NetBSD.org> |
back this directory up a day, systems won't even boot (rc.subr splodes)
suggested back-to-the-drawing-board test: $ echo "${PWD:-notlikely}"
|
| #
43985517 |
| 11-Feb-2002 |
christos <christos@NetBSD.org> |
Fix off by one in the display of var trees.
|
| #
8c06f48e |
| 08-Oct-1999 |
pk <pk@NetBSD.org> |
Sprinkle some `const's in DEBUG bracketed code.
|
| #
6e50d7a8 |
| 04-Feb-1999 |
christos <christos@NetBSD.org> |
PR/4966: Joel Reicher: Implement <> redirections which are documented in the man page.
|
| #
81aad049 |
| 01-Dec-1997 |
christos <christos@NetBSD.org> |
Remove local declaration of getenv();
|
| #
cd799663 |
| 04-Jul-1997 |
christos <christos@NetBSD.org> |
Fix compiler warnings.
|
| #
7ea7f895 |
| 11-Apr-1997 |
christos <christos@NetBSD.org> |
Use #ifdef __STDC__ instead of #if __STDC__
|
| #
48250187 |
| 11-Jan-1997 |
tls <tls@NetBSD.org> |
kill 'register'
|
| #
68b1dcea |
| 16-Oct-1996 |
christos <christos@NetBSD.org> |
PR/2808: Don't define DEBUG and #ifdef out functions not needed when DEBUG is not defined (from FreeBSD).
|
| #
07bae7ed |
| 11-May-1995 |
christos <christos@NetBSD.org> |
Merge in my changes from vangogh, and fix the x=`false`; echo $? == 0 bug.
|
| #
49f0ad86 |
| 21-Mar-1995 |
cgd <cgd@NetBSD.org> |
convert to new RCS id conventions.
|