Off: I've just created another fork: https://github.com/lzsiga/yasql-fx Not because of the version-incompatibility, but to solve an actual problem (test: https://github.com/lzsiga/yasql-fx/blob/main/test/test0001.sh )
Unix line-end in PPK files
Mind you, the fork uses Java8+ features, while the original can be compiled with Java5
Hi, I suggest you create a patch from git version based on version 2.2.1 (from files/UNIX/2.2.1 CVS20161117/rhtvision_2.2.1-4.tar.gz) -- I'am attaching sample patch.
Well, the version I downloaded from git does compile without this problem ( git clone https://git.code.sf.net/p/tvision/code tvision-code )
I've just found the problem of 'abs'; I suggest using the following macro: #define abs_diff(i,j) ((i)>=(j)?(i)-(j):(j)-(i)) Should interest arise, I could send patch(es).
Working on keyboard/clipboard incompatibility
How to use this file to test dtelnet
Initial commit
Initial commit
<Originally, it="" was="" a="" letter="" which="" I="" couldn't="" send,="" so="" I'm="" trying="" here=""> Hi, I'd like to ask you to merge the attached patch into Eterm-0.9.6/src/command.c -- the problem it fixes occurs when ulimit -n >= 65536, and the 16-bit cycle variable overflows. Yours: Lőrinczy Zsigmond --- command.corig 2011-03-16 07:05:03.000000000 +0100 +++ command.c 2017-04-26 11:13:11.292718329 +0200 @@ -1561,7 +1561,7 @@ * child processes remain alive upon deletion of the window. */...
copyright year 2016
documentation upgrade
'make clean' improved
Updating documentation
Fixing a bug
New: FtpLoginAcct
using 'socklen_t' instead of 'unsigned int'
First addition
Minor fixes
Original state
Add initial directories
We should add UTF8 support -- that seems possible, as Windows32 supports UTF16 (*W...
A late reply: This feature was added in version 1.2.9 -- if it doesn't work, please...