date | project | content | link |
|---|
| 08:09 Tuesday | ELinks | Commit by witekfl :: r6c7fbaeeaa9e elinks/src/ (5 files in 4 dirs): Unification of protocol handler names. | # |
| 07:45 Tuesday | ELinks | Commit by witekfl :: r98a7ca3635bd elinks/src/scripting/lua/ (core.c hooks.c): Silent lua warnings. | # |
| 18:33 Sunday | ELinks | Commit by aelmahmoudy :: rdfd399c370be elinks/src/ (3 files in 2 dirs): Fixes to make test target to work | # |
| 18:15 Sunday | ELinks | Commit by witekfl :: r685cd47c2ee1 elinks/configure.in: Ubuntu has liblua5.1.so, so added 5.1 to the "search path".
Reported by Ahmed El-Mahmoudy. | # |
| 12:44 Sunday | ELinks | Commit by witekfl :: r1f98df36a66f elinks/src/session/download.c: copiousoutput: Temporary file is deleted by /bin/rm -f
added with ; at the of the command.
I commented also the line with file_download->delete = 0 because
it left temporary files. | # |
| 11:55 Sunday | ELinks | Commit by witekfl :: r47e5bec81f59 elinks/src/protocol/file/mailcap.c: Some misleading comments were deleted. | # |
| 11:51 Sunday | ELinks | Commit by witekfl :: r11f8f65b293e elinks/src/protocol/file/ (mailcap.c mailcap.h): Missing mailcap related files. | # |
| 16:15 Saturday | ELinks | Commit by witekfl :: r29da03197544 elinks/src/protocol/file/file.c: Treat /dev/stdin special. Read it in nonblock mode.
Previosly ELinks read /dev/stdin in blocking mode.
export PAGER=elinks
and compare git log before and after this commit. | # |
| 15:10 Saturday | ELinks | Commit by witekfl :: r7dfb20d11fbf elinks/src/ (8 files in 6 dirs): Handle mailcap's copiousoutput without an external pager.
I tested it only on local PDFs.
I don't know if temporary files are deleted or not. | # |
| 11:46 Saturday | ELinks | Commit by witekfl :: r19bf7cada2ca elinks/NEWS: NEWS entry about iconv. | # |
| 10:37 Saturday | ELinks | Commit by witekfl :: rd74b9b932fc9 elinks/src/intl/codepage.inc: More charsets. | # |
| 08:44 Saturday | ELinks | Commit by witekfl :: r90b37ff15fd8 elinks/src/intl/charsets.c: Reset iconv_cp when switching from Big5 -> UTF-8 to UTF-8 -> UTF-8.
After viewing a page with Big5 charset and next a page with UTF-8
charset iconv was used, so slows down a bit.
Now iconv is used only for those charsets, which has the iconv
bitfield set. | # |
| 08:44 Saturday | ELinks | Commit by witekfl :: r958cc8dbbcb6 elinks/src/intl/codepage.inc: Treat Big5 as Big5-hkscs. | # |
| 08:44 Saturday | ELinks | Commit by witekfl :: r7c9e85872309 elinks/src/intl/codepage.inc: Added Shift-JIS charset. | # |
| 07:32 Saturday | ELinks | Commit by witekfl :: r4ec7aeafe094 elinks/ (NEWS configure.in): configure options --with-xulrunner_includes= and --with-xulrunner_libs=
The first option specifies the directory of xulrunner includes, eg.
--with-xulrunner_includes=/usr/include/xulrunner
The second: compiler options to find library, eg.
--with-xulrunner_libs="-Wl,-R/usr/lib/xulrunner -L/usr/lib/xulrunner -lmozjs" | # |
| 07:32 Saturday | ELinks | Commit by witekfl :: r331a4dc62b0d elinks/ (4 files in 2 dirs): Link against lua51, not lua50. | # |
| 07:32 Saturday | ELinks | Commit by witekfl :: rb50fd4e8e22a elinks/src/intl/ (charsets.c codepage.inc): codepage_desc: added the iconv bitfield.
I'm going to use it later for multibyte encodings, such as Big5. | # |
| 07:32 Saturday | ELinks | Commit by witekfl :: rd157890c0cf2 elinks/src/encoding/lzma.c: lzma code requires xz-4.999beta or later. | # |
| 07:32 Saturday | ELinks | Commit by witekfl :: r6d567bb8ce9b elinks/src/intl/ (charsets.c charsets.h codepage.inc): Support for multibyte encodings using iconv.
New charsets must be added by analogy to Big5. | # |
| 18:56 on Jul 18 | ELinks | Commit by witekfl :: r13f1c878aca2 elinks/src/mime/mime.c: text/plain mime type for pager mode. | # |