lrzsz
lrzsz copied to clipboard
the lrzsz suite of x/y/z-modem tools.
Code from old website does not compile on modern C compilers. All the function definitions need the types specified in the top line. I have a huge patch file that...
I would expect that -O does not re-send "ready to receive", or whatever it's called. But I do expect it to send it *once*. With `-O` it seems that both...
zglobal.h checks `HAVE_LOCALE_H`, but the header is not checked in configure.ac.
Check locale.h to avoid a build failure with NLS Fix #1
The relevant section reads: > 9.5 Segmented Streaming > > If the receiver cannot overlap serial and disk I/O, it uses the > ZRINIT frame to specify a buffer length...
Fixes the following error (compiled with GCC 14.x): ``` long-options.c:70:11: error: implicit declaration of function ‘exit’ [-Wimplicit-function-declaration] 70 | exit (0); | ^~~~ ```
required by LC_ALL
This is collection of changes needed to get compiling with gcc-15 which switched to use C23 as default std.