... OK. I fixed it. Mikulas _______________________________________________ links-list mailing list links-list@... ...
Mikulas Patocka
mikulas@...
Jun 1, 2001 11:50 pm
736
... gettext sucks. It does not work very well on non-linux systems (last time I tried to compile lynx on irix with --with-nls and it failed). gettext cannot...
Mikulas Patocka
mikulas@...
Jun 2, 2001 12:15 am
737
... It actually displayed the file after 2 minutes :-) Yes, handling many form entries in a large table is ineffective and I'm afraid to change it in this...
Mikulas Patocka
mikulas@...
Jun 2, 2001 12:18 am
738
... So try to comment out various parts of add_default_keybindings to find out which one causes it. I can't really do anything about it (unless you give me...
Mikulas Patocka
mikulas@...
Jun 2, 2001 12:35 am
739
... I use set_bin function to set binary mode for file. Please try to fix this function instead. There are more places where links is opening files, they all...
Mikulas Patocka
mikulas@...
Jun 2, 2001 12:41 am
740
... Sadly it is hard, because html format and terminal support assume one byte~one char. Mikulas _______________________________________________ links-list...
Mikulas Patocka
mikulas@...
Jun 2, 2001 12:44 am
741
... Thanks. But where are those fixes? There is nothing new on http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/links/download/. Have a nice day. Stepan Roh ...
Stepan Roh
stepan@...
Jun 2, 2001 7:22 am
742
... I didn't upload it yet. The next release is almost complete, the only patch pending is the recoding of charsets in form entries. When I process it, I...
Mikulas Patocka
mikulas@...
Jun 2, 2001 9:13 am
743
... OK. Patch is accepted. Mikulas _______________________________________________ links-list mailing list links-list@... ...
Mikulas Patocka
mikulas@...
Jun 2, 2001 11:34 pm
744
... is released. It contains minor fixes that accumulated in few months. Mikulas _______________________________________________ links-list mailing list ...
Mikulas Patocka
mikulas@...
Jun 2, 2001 11:50 pm
745
... Isn't a line like CC=gcc missing in the OS/2 case of Makefile.gen? ... Alexander Mai st002279@... ...
Alexander Mai
st002279@...
Jun 3, 2001 9:43 am
746
... Probably yes ... I expected that make knows the compiler and sets CC correctly, but maybe it doesn't work in your case. Anyway - Makefile.gen is dirty...
Mikulas Patocka
mikulas@...
Jun 3, 2001 10:24 am
747
... OK, I see the problem. Cygwin gcc sets both UNIX and WIN32 variables (and wants to use 'real' pipes but alse setmode to binary). The following patch does...
Chris Croughton
chris@...
Jun 4, 2001 10:07 am
748
... The rest of the code is written with assumption that exactly one of OS2, WIN32, BEOS, UNIX macros is defined, so it would be best to undefine UNIX or...
Mikulas Patocka
mikulas@...
Jun 4, 2001 12:23 pm
749
... Could do that, it would need to be in a header file I guess. But you still need to distinguish between WIN32 and Cygwin because Cygwin has real pipes. ...
Chris Croughton
chris@...
Jun 4, 2001 1:10 pm
750
... Currently WIN32 means Cygwin. Links can't be compiled with Visual C or something like that. If you want to port it, do it, but I think it will be quite...
Mikulas Patocka
mikulas@...
Jun 4, 2001 1:44 pm
751
... Ah, right. OK, that can be changed easily. ... As I recall it does support PThreads (POSIX "light threads"), all in a single task. I aven't used it,...
Chris Croughton
chris@...
Jun 4, 2001 1:55 pm
752
Hello everybody. I'm new to this list, though I've been using links for some time. I would like to know something that I haven't been able to find in the...
Guillermo Pereyra Irujo
gpirujo@...
Jun 4, 2001 3:00 pm
753
... Try using the shift key. _______________________________________________ links-list mailing list links-list@... ...
Roger Burton West
roger@...
Jun 4, 2001 3:02 pm
754
... Links has some pthread support (that I wrote some times ago and then disabled, because it didn't allow dumping core). You can enable it on Win32. Mikulas ...
Mikulas Patocka
mikulas@...
Jun 4, 2001 3:35 pm
755
Hi, I just found out that Links core dumps if I go to http://www.they.com/doc/iproute/ Haven't had the chance to investigate this. -Goran -- Writing about...
Goran Koruga
goran.koruga@...
Jun 6, 2001 1:48 pm
756
Forgot to mention some details : using Links 0.95 from Debian unstable, but built for Debian stable from Debian src packages. I have tried it with Links 0.95...
Goran Koruga
goran.koruga@...
Jun 6, 2001 1:58 pm
757
... confirmed with 0.95 on som i86 linux: Program received signal SIGSEGV, Segmentation fault. 0x40063f0e in memcpy (dstpp=0xffffffff, srcpp=0x810a5b8,...
Alexander Mai
st002279@...
Jun 6, 2001 3:20 pm
758
... If it helps, I tried the site in Opera which gives security alerts; invalid certificates. Did you have SSL compiled into your version of Links? Richard ...
Richard Thrippleton
ret28@...
Jun 6, 2001 4:26 pm
759
... It was because of invalid cookie. I fixed it. Fix will be in next release. Mikulas _______________________________________________ links-list mailing list ...
Mikulas Patocka
mikulas@...
Jun 6, 2001 4:34 pm
760
hi. i made links 0.95 the other day on my newly installed openbsd 2.8 and the make went fine, but on startup the screen is cleared, the cursor homed and...
clemensF
rabat@...
Jun 6, 2001 10:04 pm
761
... Did you press ESCAPE to see the menu? Or press "g" to then enter a URL to fetch? Jeremy C. Reed ....................................................... ...
Jeremy C. Reed
reed@...
Jun 6, 2001 10:34 pm
762
... guess what? i had somehow managed to compile/configure in a default url, when it didn't show, i thought bloody murder. but it isn't so. links runs fine,...
clemensF
rabat@...
Jun 6, 2001 11:25 pm
763
... I *really* think that some sort of help screen should come up by default.. Or possibly even a pine-ish permanent menu bar (until you configure it to be off...
Matt Ackeret
mattack@...
Jun 6, 2001 11:39 pm
764
Is there any easy way to modify Links to make all its FTP transfers in passive mode? I ask this because of firewall constraints. Richard ...