putty/unix
Simon Tatham 92e75acbb5 Shifts left and right by 32 were tripping a gcc warning (fatal with
-Werror, of course) about shifting by more than the range of a data
type. They only appeared in `if' statements testing sizeof(off_t),
but gcc warns even when the code is unreachable. I've removed the
conditional code (the general case should still work even on 32-bit
machines), and hacked each shift by 32 into a pair of shifts by 16.

Note that the gcc warning is not just a helpful indication that you
may be using the wrong data type; it's actually pointing out ANSI-
undefined behaviour in shifting a signed integer beyond the size of
its type.

[originally from svn r6789]
2006-08-15 20:29:02 +00:00
..
configure.ac
gtkcfg.c
gtkcols.c
gtkcols.h
gtkdlg.c It's a new year. 2006-01-08 18:18:11 +00:00
gtkpanel.c
gtkpanel.h
gtkwin.c Fix minor memory leak. 2006-03-14 22:01:27 +00:00
unix.h
ux_x11.c
uxagentc.c
uxcfg.c
uxcons.c Revamp SSH authentication code so that user interaction is more 2005-10-30 20:24:09 +00:00
uxgen.c
uxmisc.c
uxnet.c Failure to connect to a Unix-domain socket could cause a segfault. Fixed. 2006-02-11 18:29:55 +00:00
uxnoise.c
uxplink.c Fix up documentation/usage messages for r6572. 2006-02-19 12:52:28 +00:00
uxprint.c
uxproxy.c
uxpterm.c
uxpty.c pty_init should put _something_ into realhost 2006-05-12 11:02:28 +00:00
uxputty.c
uxsel.c
uxsftp.c Shifts left and right by 32 were tripping a gcc warning (fatal with 2006-08-15 20:29:02 +00:00
uxsignal.c
uxstore.c
uxucs.c
xkeysym.c