Simon Tatham
bdeebc992f
64-bit cleanliness in int64.c. This is all hideous; really I ought
...
to be trying harder to find a 32-bit type rather than making a
uint64 structure out of two potentially 64-bit unsigned longs. And
really I ought to be using the C99 64-bit integers anyway if they're
available. But this should do for the moment.
[originally from svn r8184]
2008-09-16 18:21:33 +00:00
Owen Dunn
3d522cfd08
Some extra int64 functions.
...
[originally from svn r6778]
2006-08-05 13:48:53 +00:00
Jacob Nevins
d609e1f7f8
uint64_decimal() incorrectly output 0 as "" instead of "0". This only affected
...
PSFTP's "reput" chat. Spotted by Greg Parker.
[originally from svn r4904]
2004-11-25 13:40:01 +00:00
Simon Tatham
9c5951ed35
More upgrades to psftp: it now supports mv, chmod, reget and reput.
...
[originally from svn r1203]
2001-08-26 11:35:11 +00:00
Simon Tatham
3730ada5ce
Run entire source base through GNU indent to tidy up the varying
...
coding styles of the various contributors! Woohoo!
[originally from svn r1098]
2001-05-06 14:35:20 +00:00
Simon Tatham
af83203852
64-bit integer routines
...
[originally from svn r937]
2001-02-23 18:21:06 +00:00