NetBSD/bin
jdolecek 3a4441e3d4 reimplement expr using lexical parser generated by yacc
highlights:
* / is treated correctly depending upon context (addresses PR # 10995)
* use 64 bit arithmetic, so expr is able to process integer values from
	-(2**63) to (2**63 - 1)
* checks for integer over- & underflows added
* error messages improved, more error checking added

add AUTHOR section to manpage
add BUGS section, and mention possible drawbacks with other expr implementations

XXX the old expr treated empty string in arithmetic expressions as if it was 0
XXX this behaviour has been retained
2000-09-19 17:20:00 +00:00
..
cat For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
chio Report vendor-specific data length, if any. 1999-09-09 23:32:10 +00:00
chmod Remove a hack to prevent unwanted gcc -Wuninitialized warning; it's now 2000-09-06 13:37:14 +00:00
cp For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
csh fix globbing problem when importing $PATH from environment. Reported by 2000-09-04 17:48:14 +00:00
date Don't declare 'extern opt*' getopt variables. 2000-04-14 05:52:56 +00:00
dd For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
df Add -a flag now that we have support for MNT_IGNORE 2000-06-26 21:16:15 +00:00
domainname
echo For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
ed Add MK... variables to enable/disable various aspects of building 2000-06-23 06:01:10 +00:00
expr reimplement expr using lexical parser generated by yacc 2000-09-19 17:20:00 +00:00
hostname
kill s/exit_status/signal_number/ 2000-05-13 17:04:04 +00:00
ksh $(CPP) -> $(CC) -E 2000-06-26 06:18:07 +00:00
ln Move symlink.7 to share/man/man7/, where it belongs 1999-09-27 17:44:49 +00:00
ls For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
mkdir For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
mt For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
mv For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
pax Elaborate a bit on -t. 2000-09-04 07:26:38 +00:00
ps Update description of process flag 0x20000 to match reality: 2000-08-28 13:06:42 +00:00
pwd For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
rcmd
rcp Add MK... variables to enable/disable various aspects of building 2000-06-23 06:01:10 +00:00
rm For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
rmdir For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
sh For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
sleep For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
stty For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
sync include <stdlib.h>, <string.h>, or whatever as appropriate to shut up 2000-07-03 03:26:17 +00:00
test For commands and utilities, use EXIT STATUS rather than RETURN VALUES as 2000-09-04 07:30:07 +00:00
Makefile move rcorder to sbin. 1999-11-23 05:28:15 +00:00
Makefile.inc