NetBSD/bin/sh
cgd 84d782a52f __CONCAT does token pasting, not string concatnation. if something like:
__CONCAT("PATH=",_PATH_STDPATH);
actually works to concantate strings, it's because the preprocessor expands
it into "PATH=""whatever _PATH_STDPATH is" as separate strings, and then
ANSI string concatenation is performed on that.  It's more straightforward
to just use ANSI string concatenation directly, and newer GCCs complain
(rightly) about mis-use of token pasting.
2000-12-20 00:15:10 +00:00
..
bltin More and more .Os cleanups. .Os is defined in the tmac.doc-common file, 1999-03-22 18:25:43 +00:00
funcs
Makefile PR/9847: Geoff C. Wing: Make test(1) a builtin. 2000-04-09 23:27:03 +00:00
TOUR
alias.c Fix dangling else warning. 1998-05-20 00:27:56 +00:00
alias.h
arith.y compile with WARNS = 2 1999-07-09 03:05:49 +00:00
arith_lex.l PR/5577: Craig M. Chase: sh does not build with PARALLEL set. 1999-02-05 07:52:51 +00:00
builtins.def PR/9847: Geoff C. Wing: Make test(1) a builtin. 2000-04-09 23:27:03 +00:00
cd.c compile with WARNS = 2 1999-07-09 03:05:49 +00:00
cd.h Fix compiler warnings. 1997-07-04 21:01:48 +00:00
error.c include <stdlib.h>, <string.h>, or whatever as appropriate to shut up 2000-07-03 03:26:17 +00:00
error.h compile with WARNS = 2 1999-07-09 03:05:49 +00:00
eval.c Back out previous vfork changes. 2000-05-22 10:18:46 +00:00
eval.h Fix bin/9184, bin/9194, bin/9265, bin/9266 2000-01-27 23:39:38 +00:00
exec.c handle type command on names that contain slashes, and print a : in the not 2000-11-01 19:21:41 +00:00
exec.h Back out previous vfork changes. 2000-05-22 10:18:46 +00:00
expand.c Fix doubled 'the' in comment. 2000-03-13 22:46:59 +00:00
expand.h compile with WARNS = 2 1999-07-09 03:05:49 +00:00
histedit.c Call el_source() to use .editrc. 2000-11-06 04:21:14 +00:00
init.h
input.c Back out previous vfork changes. 2000-05-22 10:18:46 +00:00
input.h Back out previous vfork changes. 2000-05-22 10:18:46 +00:00
jobs.c Back out previous vfork changes. 2000-05-22 10:18:46 +00:00
jobs.h Back out previous vfork changes. 2000-05-22 10:18:46 +00:00
machdep.h
mail.c include <stdlib.h>, <string.h>, or whatever as appropriate to shut up 2000-07-03 03:26:17 +00:00
mail.h
main.c PR/11283: Hubert Feyrer: random memory corruption executing commands: 2000-11-01 19:56:01 +00:00
main.h
memalloc.c PR/11283: Hubert Feyrer: random memory corruption executing commands: 2000-11-01 19:56:01 +00:00
memalloc.h PR/11283: Hubert Feyrer: random memory corruption executing commands: 2000-11-01 19:56:01 +00:00
miscbltin.c error message cleanup: 2000-11-22 19:20:31 +00:00
miscbltin.h Fix compiler warnings. 1997-07-04 21:01:48 +00:00
mkbuiltins compile with WARNS = 2 1999-07-09 03:05:49 +00:00
mkinit.c host program portability: don't use <sys/cdefs.h>, __COPYRIGHT(), 2000-07-18 19:13:20 +00:00
mknodes.c host program portability: set infp to stdin at runtime, since apparently 2000-07-27 04:06:49 +00:00
mksyntax.c host program portability: don't use <sys/cdefs.h>, __COPYRIGHT(), 2000-07-18 19:13:20 +00:00
mktokens compile with WARNS = 2 1999-07-09 03:05:49 +00:00
myhistedit.h compile with WARNS = 2 1999-07-09 03:05:49 +00:00
mystring.c compile with WARNS = 2 1999-07-09 03:05:49 +00:00
mystring.h
nodes.c.pat
nodetypes PR/4966: Joel Reicher: Implement <> redirections which are documented in 1999-02-04 16:17:39 +00:00
options.c compile with WARNS = 2 1999-07-09 03:05:49 +00:00
options.h compile with WARNS = 2 1999-07-09 03:05:49 +00:00
output.c - Add gcc attributes to printf like functions 1998-01-31 12:37:55 +00:00
output.h - Add gcc attributes to printf like functions 1998-01-31 12:37:55 +00:00
parser.c un-__P functions declared in parser.h. host programs include parser.h, 2000-07-27 04:09:27 +00:00
parser.h un-__P functions declared in parser.h. host programs include parser.h, 2000-07-27 04:09:27 +00:00
redir.c Back out previous vfork changes. 2000-05-22 10:18:46 +00:00
redir.h Back out previous vfork changes. 2000-05-22 10:18:46 +00:00
sh.1 fix typo. 2000-11-20 17:48:05 +00:00
shell.h Back out previous vfork changes. 2000-05-22 10:18:46 +00:00
show.c Sprinkle some `const's in DEBUG bracketed code. 1999-10-08 21:10:44 +00:00
show.h Sprinkle some `const's in DEBUG bracketed code. 1999-10-08 21:10:44 +00:00
trap.c Back out previous vfork changes. 2000-05-22 10:18:46 +00:00
trap.h Back out previous vfork changes. 2000-05-22 10:18:46 +00:00
var.c __CONCAT does token pasting, not string concatnation. if something like: 2000-12-20 00:15:10 +00:00
var.h Back out previous vfork changes. 2000-05-22 10:18:46 +00:00