freebsd-nq/usr.bin
Hidetoshi Shimokawa dd81f3b0a0 Replace 'long int' with 'int' for Alpha.
This change should have no effect on i386.

Pointed out by: Steve Kargl <sgk@troutmask.apl.washington.edu>

Quote from http://www.netlib.org/f2c/readme:

NOTE:   f2c.h defines several types, e.g., real, integer, doublereal.
        The definitions in f2c.h are suitable for most machines, but if
        your machine has sizeof(double) > 2*sizeof(long), you may need
        to adjust f2c.h appropriately.  f2c assumes
                sizeof(doublecomplex) = 2*sizeof(doublereal)
                sizeof(doublereal) = sizeof(complex)
                sizeof(doublereal) = 2*sizeof(real)
                sizeof(real) = sizeof(integer)
                sizeof(real) = sizeof(logical)
                sizeof(real) = 2*sizeof(shortint)
        EQUIVALENCEs may not be translated correctly if these
        assumptions are violated.

        On machines, such as those using a DEC Alpha processor, on
        which sizeof(short) == 2, sizeof(int) == sizeof(float) == 4,
        and sizeof(long) == sizeof(double) == 8, it suffices to
        modify f2c.h by removing the first occurrence of "long "
        on each line containing "long ", e.g., by issuing the
        commands
                mv f2c.h f2c.h0
                sed 's/long //' f2c.h0 >f2c.h
        On such machines, one can enable INTEGER*8 by uncommenting
        the typedef of longint in f2c.h, so it reads
                typedef long longint;
        by compiling libI77 with -DAllow_TYQUAD, and by adjusting
        libF77/makefile as described in libF77/README.
1999-01-19 06:48:44 +00:00
..
apply Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
ar Eliminate compiler warnings from -Wall 1998-12-06 07:36:44 +00:00
at Eliminate compiler warnings from -Wall 1998-12-06 07:42:09 +00:00
banner Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
basename Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
biff Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
brandelf Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
c89
calendar Fixed gratuitous unformatting in rev.1.8. 1998-10-22 18:17:30 +00:00
cap_mkdb Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
chat Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
checknr Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
chflags Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
chkey
chpass Allow two digit years 1969-2068 1999-01-18 22:15:09 +00:00
cksum Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
cmp Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
col Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
colcrt Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
colldef Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
colrm Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
column Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
comm Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
compile_et Unbreak K&R support, and generate code that works in K&R C as well as 1998-12-18 14:29:51 +00:00
compress Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
cpp
ctags Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
cut Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
dig
dirname Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
dnsquery
doscmd
du Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
ee Typo. 1999-01-15 02:38:33 +00:00
enigma Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
env Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
error Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
expand Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
f2c Replace 'long int' with 'int' for Alpha. 1999-01-19 06:48:44 +00:00
false
fetch Fix logic error in RFC 850 kluge. 1999-01-15 17:10:31 +00:00
file Add Hitachi SH-3, SH-4, ARM, PPC, 68k PA-ARCH and a few others to PE 1999-01-09 00:43:27 +00:00
file2c
find Typo - "the -delete primary do not.." -> "the -delete primary does not.." 1998-12-31 16:21:51 +00:00
finger
fmt
fold
fpr
from
fsplit
fstat
ftp Better error checking. 1998-12-09 20:49:20 +00:00
gcore Fix errors detected by -Wformat. 1998-11-01 06:35:36 +00:00
gencat Updated gencat(1) page from T. Lambert: 1998-11-18 04:30:53 +00:00
gensetdefs
getopt
global Fixed breakage of `make checkdpadd' in previous commit. 1999-01-19 00:23:25 +00:00
gprof
gprof4
head
hexdump PR: bin/9016 1998-12-13 06:40:18 +00:00
host
id
indent PR: 7583 1998-10-18 04:46:24 +00:00
ipcrm
ipcs
join
jot
kdump Generate code to interpret ioctl numbers for all ioctls defined in 1998-10-16 15:33:17 +00:00
key
keyinfo
keyinit
keylogin
keylogout
killall
ktrace
kzip
lam
last
lastcomm
ldd
leave
lex
limits
locate Set TMPDIR to /tmp 1998-11-29 14:46:35 +00:00
lock
lockf
logger
login Move nologin from /etc to /var/run. This means one less file that has 1999-01-11 09:07:42 +00:00
logname
look
lorder
lsvfs
m4 Change the wording to reflect that only the first character of the two 1998-12-13 23:15:50 +00:00
mail Allocate aligned memory according to sizeof(char *). 1999-01-13 10:37:22 +00:00
make Don't allow pointer underrun in loop. 1999-01-08 18:37:34 +00:00
makewhatis
mesg
minigzip
mk_cmds
mkdep
mkfifo
mklocale Added support for DIS 8859-15 based locales using patch 1998-12-14 02:59:15 +00:00
mkstr
mktemp
modstat
more
msgs
mt Print out latched cdb's correlated to latched errors in MTIOCERRSTAT case. 1998-12-22 17:28:25 +00:00
ncal
netstat Fix "make world" breakage because MT_RTABLE was still referenced here. 1999-01-18 12:40:44 +00:00
newkey
nfsstat Backout out previous commit. The bug was in the kernel. 1998-10-25 10:59:44 +00:00
nice
nm
nohup
objformat Link objformat statically by default. This makes it possible to 1998-11-01 02:37:40 +00:00
opieinfo
opiekey
opiepasswd
pagesize
passwd We use login.conf, not login.cap 1998-11-30 22:41:58 +00:00
paste
pr
printenv
printf Fixed warnx format errors in printf and csh, and snprintf format errors 1998-12-07 12:14:04 +00:00
quota
ranlib
rdist Fix formatting bug. 1998-10-15 05:04:28 +00:00
renice
rev
rlogin
rpcgen Backed out previous commit. The bug was in rev.1.49 of src/Makefile.inc1, 1999-01-04 12:36:23 +00:00
rpcinfo
rs
rsh
rup
ruptime
rusers
rwall PR: bin/8680 1998-12-13 03:44:19 +00:00
rwho Fixed typo. 1998-12-20 02:52:30 +00:00
sasc Removed all `vector xxxintr' specifications. Interrupt handlers are now 1998-10-22 15:53:06 +00:00
script
sed Fix a new bug introduced by the previous bug fix 1998-12-08 21:29:22 +00:00
shar
showmount
size
soelim
split
strings
strip
su
symorder
systat revert to rev 1.29. (floppy drives will be gotten rid of another way) 1999-01-09 06:03:54 +00:00
tail
talk
tconv
tcopy Update tcopy for CAM. (/dev/rst0 -> /dev/rsa0) 1998-11-16 00:05:46 +00:00
tee
telnet Add "-N" option to supress reverse name lookup. 1998-12-14 22:40:39 +00:00
tftp Rename a function name so that it doesn't conflict with a future system call. 1998-10-30 16:17:50 +00:00
time
tip
tn3270
top uptime display more in style with original code 1999-01-09 20:25:02 +00:00
touch Merge from 2_2 man page change. 1999-01-05 10:13:54 +00:00
tput
tr
true
truss Flush the output file before exiting; short-lived programs don't even fill 1998-12-21 06:34:50 +00:00
tset
tsort
tty
ul
uname
unexpand
unifdef
uniq
units
unvis
users
uudecode
uuencode
vacation
vgrind
vi The perlinterp option builds and works, but I'm not so sure how it'll go 1998-12-16 04:02:56 +00:00
vis
vmstat Back out previous work-around for "vmstat -i" failing on ELF 1998-10-28 06:41:24 +00:00
w Fix the annoying bug introduced in rev 1.18 that caused each line to be 1999-01-10 15:28:37 +00:00
wall PR: bin/8680 1998-12-13 03:42:51 +00:00
wc
what
whereis
which
who
whois
window
write
xargs
xinstall Free memory from setmode. 1998-12-16 04:51:27 +00:00
xlint
xstr
yacc "19%02", tm.year -> "%d", tm.year+1900 1999-01-18 22:42:05 +00:00
yes
ypcat
ypmatch
ypwhich
Makefile Fixed disorder. 1998-11-10 12:19:26 +00:00
Makefile.inc