NetBSD/bin
christos abc3b37046 PR/43469: Antii Kantee: test/util/sh/t_expand:strip fails.
Bring back fixes from revision 1.75:

- Fix a couple of bugs to make the following two echo statements print the
  same output as they should:

    line='#define bindir "/usr/bin" /* comment */'
    echo "${line%%/\**}"
    echo ${line%%/\**}

1. ISDBLQUOTE() was not working properly for non VSNORMAL expansions because
   varnest was incremented before the variable was completely parsed. Add
   an insub adjustment to keep track of that.
2. When we have a quoted backslash, we either need to escape twice, because
   one level of escaping will be stripped later (in the variable substitution
   case) or simply enter the backslash.
2010-11-16 18:17:32 +00:00
..
cat Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 00:52:39 +00:00
chio Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 00:52:39 +00:00
chmod Document "-f". From Andreas Wiese in PR bin/35409, slightly modified. 2010-01-22 05:41:36 +00:00
cp Re-enable support for reading files of at most 8MB via mmap(2). 2010-10-25 08:19:47 +00:00
csh Use .In instead of .Aq .Pa for signal.h. 2010-03-22 18:33:27 +00:00
date Simplify by using setenv() instead of putenv(). 2010-10-03 08:21:27 +00:00
dd Don't workaround macro argument limit in ancient troff. 2009-03-11 12:43:58 +00:00
df \\ -> \e 2010-04-05 21:16:21 +00:00
domainname Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 00:52:39 +00:00
echo Check ferror(stdout) and exit(1) if there's been a problem. 2008-09-18 05:42:08 +00:00
ed If the definition of a static function is #if DES, the declaration 2010-06-09 19:20:18 +00:00
expr Explicitly quote | and : meant as separate operator. Kill trailing 2010-05-24 00:29:30 +00:00
hostname Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 00:52:39 +00:00
kill Make sure that numerical signals and pids are in range for their types. 2009-10-01 09:24:38 +00:00
ksh PR: 39604 2010-06-05 03:02:37 +00:00
ln Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 00:52:39 +00:00
ls Fix broken indentation. No functional change. 2010-08-18 02:53:54 +00:00
mkdir Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 00:52:39 +00:00
mt Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 00:52:39 +00:00
mv Remove redundant tabs 2009-03-11 12:44:19 +00:00
pax Backout previous; it was wrong fix. 2010-08-31 05:07:09 +00:00
ps Do not check pcpu value against 100.0 but rather 99.95, to properly 2010-07-28 17:39:54 +00:00
pwd Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 00:52:39 +00:00
rcmd convert the rest of my licenses to 2-clause, extracting myself out 2008-05-30 02:29:37 +00:00
rcp Fix up seriously borked mallocing of a static buffer, which seems to 2009-08-31 07:11:16 +00:00
rm fix -Wsign-compare issues 2009-02-14 08:02:04 +00:00
rmdir Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 00:52:39 +00:00
sh PR/43469: Antii Kantee: test/util/sh/t_expand:strip fails. 2010-11-16 18:17:32 +00:00
sleep Bump date for SIGINFO. 2010-10-09 07:40:58 +00:00
stty \\ -> \e 2010-04-05 16:16:53 +00:00
sync Remove the \n and tabs from the __COPYRIGHT() strings. 2008-07-20 00:52:39 +00:00
test Correct usage for parentheses, and mark up "expression" in more places. 2009-11-10 18:19:46 +00:00
Makefile Remove systrace. Ok core@. 2007-12-31 15:31:24 +00:00
Makefile.inc Default to WARNS=4 (except for rcp & ksh) 2009-02-14 08:31:13 +00:00