Witold Filipczyk
cd0ec0faa9
[Makefile] DRY
2022-06-05 14:25:25 +02:00
Witold Filipczyk
acdff2e7db
[dos] compile also without nls
2022-06-05 14:08:30 +02:00
Witold Filipczyk
09e3f044da
[test] Fix building tests
...
mailcap test was too hard to build, so skip for now.
2022-06-03 15:09:12 +02:00
Witold Filipczyk
cdbcd8a762
[plain] Fix issue with displaying text on non-utf8 terminals
2022-06-02 21:18:28 +02:00
Witold Filipczyk
22e8a83472
[idn] Convert domain name to utf-8 from gettext codepage.
2022-06-01 22:24:07 +02:00
Witold Filipczyk
f7f6b35546
[configure.ac] Change order of linking libs.
...
Previously -lwatt in build.sh was added before -lz, which caused
failures of decompression.
2022-05-30 21:04:10 +02:00
Witold Filipczyk
a67c2349bc
[brotli] Initialize
2022-05-29 19:02:58 +02:00
Witold Filipczyk
4b5f18c2e3
[gzip] read similar to brotli and zstd
2022-05-29 18:59:40 +02:00
Witold Filipczyk
8d97cc7641
[brotli] brotli_read similar to zstd_read.
...
First read all data, then decompress at once.
2022-05-29 14:19:36 +02:00
Witold Filipczyk
6bd5928d8f
[configure.ac] Search for libquickjs.a in LIBRARY_PATH
...
If you want compile with quickjs, set LIBRARY_PATH accordingly if quickjs/libquickjs.a is not
in /usr/local/lib.
2022-05-26 16:04:16 +02:00
rkd77
b32f249d8b
Merge pull request #173 from mtatton/master
...
[ build ] lin64 js docker and automatic build
2022-05-26 10:30:39 +02:00
Unknown
22f3919b94
[ build ] lin64 js docker and automatic build
2022-05-25 23:59:07 +02:00
Witold Filipczyk
ca7b6ca959
[session] Maybe I'm wrong, but two draw_formatted in a row are not necessary.
2022-05-25 20:17:40 +02:00
rkd77
d9c917b1ee
Merge pull request #172 from mtatton/master
...
[ javascript ] rerender core dumps fix
2022-05-25 20:14:54 +02:00
Unknown
0d60536a09
[ javascript ] rerender core dumps fix
2022-05-25 19:53:33 +02:00
rkd77
136f9359fc
Merge pull request #170 from mtatton/master
...
[ build ] updated config.sub to 2018-02-22 version
2022-05-24 08:38:07 +02:00
Unknown
13e350a2e6
[ build ] updated config.sub to 2018-02-22 version
2022-05-24 01:05:53 +02:00
Witold Filipczyk
83a0a4b42f
[input] Fix input history under DOS.
2022-05-22 14:12:27 +02:00
Witold Filipczyk
a78f3a0891
[http] Fix issue with uploading files on DOS
2022-05-22 13:39:27 +02:00
rkd77
832953e020
Merge pull request #168 from mtatton/master
...
[ build ] openssl static binary link fix
2022-05-22 13:06:50 +02:00
Unknown
dfd3c0aa91
[ docker ] forgotten separators
2022-05-22 11:00:33 +02:00
Unknown
be1aa66a23
[ build ] docker arm32 and arm64
2022-05-22 01:46:42 +02:00
Unknown
135889d582
[ build ] openssl static binary link fix
2022-05-21 23:21:58 +02:00
Witold Filipczyk
8b1d180f8b
[dgi] Simplification.
2022-05-21 20:48:31 +02:00
Witold Filipczyk
74b1967ce7
[dgi] compilation fix
2022-05-21 20:14:12 +02:00
Witold Filipczyk
443d42608d
[dgi] Experimental DGI support.
...
Dos Gateway Interface was introduced by Arachne browser.
I tested two cases:
file/cdplayer.dgi |[7]$ecdplayer.exe $s
application/pdf pdf>txt|$epdftotext $1 $2
2022-05-21 18:18:55 +02:00
Witold Filipczyk
24c5295a28
[dgi] compilation fixes.
2022-05-18 21:20:45 +02:00
Witold Filipczyk
7af65e06a0
[dgi] Many config options
2022-05-18 21:00:12 +02:00
Witold Filipczyk
ced830020b
[dgi] Some code for cdplayer.dgi
2022-05-17 22:21:16 +02:00
Witold Filipczyk
f4979cb5a4
[dgi] Beginning. Not compilable code
2022-05-16 22:01:41 +02:00
Witold Filipczyk
2b5e274473
[configure.ac] -Wno-sign-compare
2022-05-14 22:26:12 +02:00
Witold Filipczyk
a8e2302713
[dos] another compilation fix
2022-05-13 17:09:14 +02:00
Witold Filipczyk
a2472f2cbb
[dos] include unistd.h
2022-05-13 16:54:26 +02:00
Witold Filipczyk
6446dfea82
[ssl] compilation fix
2022-05-13 16:38:52 +02:00
Witold Filipczyk
c3a3225699
[dos] init_os is init_osdep for other operating systems
2022-05-12 14:11:01 +02:00
Witold Filipczyk
a1933e8d21
[options] include unistd.h for unlink
2022-05-11 21:30:33 +02:00
Witold Filipczyk
852e024c40
[uri] Let enter c:\ in goto url dialog
2022-05-10 21:11:48 +02:00
Witold Filipczyk
0e7507b285
[dos] Do not define CONFIG_OS_UNIX for DOS
2022-05-10 20:19:42 +02:00
Witold Filipczyk
0aeb8b4c25
[mouse] enabled mouse in DOS
...
Also redefined constants in mouse.h to be consistent with links.
2022-05-10 19:19:49 +02:00
Witold Filipczyk
6bd33247f8
[ssl] Check for RAND_add
2022-05-10 16:56:46 +02:00
Witold Filipczyk
76cf90a410
[network] compilation fix when ipv6 is disabled.
2022-05-10 15:32:54 +02:00
Witold Filipczyk
86f50716fe
[lookup] cast
2022-05-10 15:29:54 +02:00
Witold Filipczyk
0de00f8555
[draw] Segfault. Refs #167
2022-05-09 20:53:35 +02:00
Witold Filipczyk
ae23e15104
Revert "[color] Revert changes related to leading and trailing spaces and colours"
...
This reverts commit 51dd9e7e6e
.
2022-05-09 20:37:08 +02:00
Witold Filipczyk
2bec2984c4
[dos] Very experimental DOS port based on links-2.26 code
...
WATT-32 and openssl you must compile yourself.
You must tweak configure options, something like:
--disable-utf-8, etc.
Only checked on dosemu with LFN. Networking lags is a bit.
2022-05-09 18:53:36 +02:00
Witold Filipczyk
75d61e5431
[test] test case for #167
2022-05-09 13:42:52 +02:00
Witold Filipczyk
ca1241585f
[lookup] Negative values were returned by --lookup
2022-05-08 20:28:36 +02:00
Witold Filipczyk
c5d321c1b5
[configure] Check for libgen.h
2022-05-08 13:59:24 +02:00
Witold Filipczyk
027d0f9800
[expand] Do not return. Refs #167
...
This bug was introduced in commit b4045ef864
.
I don't know whether it does not break blockquotes again. No test case.
2022-05-08 11:58:37 +02:00
Witold Filipczyk
bf8355dd2b
[osdep] Fix tempname declaration
2022-05-07 19:34:44 +02:00