Kalle Olavi Niemitalo
56d3f4ff6c
Bug 744: Consume semicolons and fix parameters of stubs.
...
Most stub protocol handlers were protocol_external_handler_T when they
should have been protocol_handler_T.
2007-07-19 17:07:28 +03:00
Jonas Fonseca
d26b7b0b23
Add stub.o to cleaned files and more protocol module and handler stubs
2007-07-19 15:46:31 +02:00
Kalle Olavi Niemitalo
a2f3ec1ef7
Bug 744: More tests and fix failures.
2007-07-19 14:28:20 +03:00
Kalle Olavi Niemitalo
273ae1ff6d
Bug 744: Add tests. There are four failures.
2007-07-19 13:46:47 +03:00
Jonas Fonseca
4f0aaa166e
Remove normalization of "//" to "/"
...
This patch changes normalize_uri() to no replace "//" with "/" in URIs. This
fixed this bug but will also lead to possibility that duplicate entries can
exist in ELinks' cache. ELinks might be able to detect in another way by
hashing the content or something.
[ From attachment 310 of bug 744. --KON ]
2007-07-19 11:22:01 +03:00
Kalle Olavi Niemitalo
b9b0088a86
Added TODO comments about TERM_EXEC_NEWWIN.
2007-07-18 18:42:54 +03:00
Kalle Olavi Niemitalo
df0f64f9e7
doc: Don't generate HTML for po/perl/
2007-07-18 15:41:16 +03:00
Kalle Olavi Niemitalo
d6481a680a
NEWS: mention MinGW
2007-07-18 00:45:32 +03:00
Kalle Olavi Niemitalo
146c42dcaa
Win32: Get socklen_t from <ws2tcpip.h>.
2007-07-18 00:41:08 +03:00
Kalle Olavi Niemitalo
f0bc5c5abe
Win32: Put .elinks in Application Data if %HOME% is undefined.
2007-07-18 00:27:08 +03:00
Kalle Olavi Niemitalo
375d8cc905
Win32: Don't check file_is_dir if name ends with backslash.
2007-07-18 00:25:07 +03:00
Kalle Olavi Niemitalo
131cf0dd73
Win32: End local subdir HREFs with "/" not "\".
...
The href attribute is supposed to be URL and so the directory
separator should not depend on the conventions of the local operating
system.
2007-07-18 00:24:09 +03:00
Kalle Olavi Niemitalo
e4c475f6df
proxy: Ignore files created via Makefile.
...
gen.c wrote "%d.txt" files, but adding "*.txt" to .gitignore might
cause future documentation to be ignored. Rename to "%d.http".
2007-07-17 14:38:43 +03:00
Kalle Olavi Niemitalo
e6a2430fb7
Rename accelerator checking scripts.
2007-07-17 14:32:07 +03:00
Kalle Olavi Niemitalo
275402f43c
CSS: Fix parent selectors broken in the previous commit.
2007-07-16 01:42:15 +03:00
Kalle Olavi Niemitalo
591ff81890
CSS bug 766: Scan ancestor elements only if needed.
...
time elinks -no-connect -no-home 'http://rss.slashdot.org/Slashdot/slashdot/to?m=5878 '
Wait until finished loading, then press q and Enter.
before 6.45user 0.17system 0:11.34elapsed 58%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3387minor)pagefaults 0swaps
after 5.51user 0.14system 0:09.85elapsed 57%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3469minor)pagefaults 0swaps
before 5.86user 0.17system 0:10.58elapsed 57%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3504minor)pagefaults 0swaps
after 5.50user 0.15system 0:10.96elapsed 51%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3645minor)pagefaults 0swaps
before 6.40user 0.14system 0:11.85elapsed 55%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3640minor)pagefaults 0swaps
after 6.17user 0.12system 0:10.80elapsed 58%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3378minor)pagefaults 0swaps
before 5.80user 0.14system 0:10.29elapsed 57%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3632minor)pagefaults 0swaps
after 5.56user 0.16system 0:10.08elapsed 56%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3569minor)pagefaults 0swaps
before 5.92user 0.14system 0:10.54elapsed 57%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3570minor)pagefaults 0swaps
after 5.52user 0.13system 0:10.10elapsed 55%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3515minor)pagefaults 0swaps
All in all, it is doubtful whether this change is worth the complexity.
Please go ahead and revert if you think it isn't.
2007-07-16 00:29:06 +03:00
Kalle Olavi Niemitalo
ace03d5093
CSS: new struct css_selector_set
2007-07-16 00:28:49 +03:00
Kalle Olavi Niemitalo
8097929290
Merge with #elinks-0.12
2007-07-16 00:18:17 +03:00
Kalle Olavi Niemitalo
6117f8a164
Name the exec_on_terminal() fg values.
2007-07-15 23:46:18 +03:00
Kalle Olavi Niemitalo
a0d7c3e7f6
NEWS: mention bug 766
2007-07-15 23:41:17 +03:00
Kalle Olavi Niemitalo
98260f7970
CSS bug 766: Parse the id and class attributes in advance.
...
time elinks -no-connect -no-home 'http://rss.slashdot.org/Slashdot/slashdot/to?m=5878 '
Wait until finished loading, then press q and Enter.
before 19.96user 0.16system 0:25.97elapsed 77%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3630minor)pagefaults 0swaps
after 6.46user 0.12system 0:12.66elapsed 52%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3630minor)pagefaults 0swaps
before 18.02user 0.19system 0:23.86elapsed 76%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3572minor)pagefaults 0swaps
after 5.73user 0.15system 0:10.02elapsed 58%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3628minor)pagefaults 0swaps
before 19.80user 0.15system 0:25.14elapsed 79%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3461minor)pagefaults 0swaps
after 6.28user 0.13system 0:11.91elapsed 53%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (0major+3626minor)pagefaults 0swaps
2007-07-15 22:19:30 +03:00
Kalle Olavi Niemitalo
5d468daf83
CSS: Document reparent_selector and make it static.
2007-07-15 19:54:22 +03:00
Kalle Olavi Niemitalo
ef815d5e25
CSS: Don't call list_empty within args of DBG.
2007-07-15 15:56:33 +03:00
Kalle Olavi Niemitalo
455432fd0b
CSS: Move /* #define DEBUG_CSS */ to stylesheet.h.
...
That's where src/document/css/README says it should be.
2007-07-15 15:56:14 +03:00
Kalle Olavi Niemitalo
4e2e8b219f
http doc: "e.g." rather than "ie." when it's an example
2007-07-12 00:22:26 +03:00
Kalle Olavi Niemitalo
a8b02bcbd3
configure.in: Actually the snapshots aren't daily.
2007-07-11 22:59:14 +03:00
Kalle Olavi Niemitalo
71a1739f82
NEWS: sync from 0.11.3.GIT
2007-07-10 17:01:09 +03:00
Kalle Olavi Niemitalo
c862cf2bce
NEWS: mention bugs 613, 714, 961
2007-07-10 15:27:30 +03:00
Witold Filipczyk
438f039bda
check_html_form_hierarchy: Old code was buggy.
...
Old code caused the assertion failure on the shutdownday's page.
2007-07-10 15:22:47 +03:00
Kalle Olavi Niemitalo
5669a14970
Don't treat spidermonkeydir="" and luadir="" as special.
...
Previously, an empty string as spidermonkeydir or luadir meant
that the LIBS and CFLAGS variables should be used unchanged. A few
commits ago however, the configure script was changed to require
test -f "$spidermonkeydir$spidermonkeyinclude/jsapi.h" and
test -f "$luadir/include/lua$suffix/lua.h" to succeed. These
commands interpret spidermonkeydir="" and luadir="" as the root
directory. This behaviour was inconsistent with the part that
decides whether to add the directory to *_LIBS and *_CFLAGS or not.
The inconsistency could be solved in two ways. Either (a) add an
exception so that the test -f is skipped if the variable is empty,
or (b) treat an empty string as the root directory throughout.
Because the Makefile of SpiderMonkey always installs to a subdirectory
of the specified include directory, and ELinks uses #include <jsapi.h>
without specifying that subdirectory in source code, it seems unlikely
that the SpiderMonkey header files would ever be in the default
include path. I am therefore implementing solution (b) here.
I suppose similar considerations apply to Lua but did not check that
carefully.
2007-07-10 13:53:18 +03:00
Witold Filipczyk
899df61a9c
Autoupdated configure.in and config/m4/*.m4. Obsolete macros removed.
2007-07-10 13:21:16 +03:00
Witold Filipczyk
6bbd8e1686
configure.in: X11 - try link an executable using -lX11.
...
[ For bug 959. --KON ]
2007-07-10 13:20:42 +03:00
Witold Filipczyk
7a3f947a50
configure.in: Speedup lua finding.
2007-07-10 13:16:53 +03:00
Kalle Olavi Niemitalo
eccc8c23f0
Merge with http://elinks.cz/elinks.git#elinks-0.12
2007-07-09 16:03:06 +03:00
Kalle Olavi Niemitalo
028145ac10
Define BITTORRENT_NULL_ID in common.c; declare extern in common.h.
...
This change avoids linker warnings when building with Debian tcc
0.9.23-4 + patch from Debian bug 418360:
[LD] src/protocol/bittorrent/lib.o
bittorrent.o: 'BITTORRENT_NULL_ID' defined twice
common.o: 'BITTORRENT_NULL_ID' defined twice
connection.o: 'BITTORRENT_NULL_ID' defined twice
dialogs.o: 'BITTORRENT_NULL_ID' defined twice
peerconnect.o: 'BITTORRENT_NULL_ID' defined twice
peerwire.o: 'BITTORRENT_NULL_ID' defined twice
piececache.o: 'BITTORRENT_NULL_ID' defined twice
tracker.o: 'BITTORRENT_NULL_ID' defined twice
2007-07-09 15:55:42 +03:00
Witold Filipczyk
0ff55c3ac2
configure.in: Faster lookup for SpiderMonkey.
2007-07-06 02:14:16 +03:00
Kalle Olavi Niemitalo
9ef3dd5e29
Debian bug 431211: Correct GNU GPL version in debian/copyright.
2007-07-06 02:08:22 +03:00
Kalle Olavi Niemitalo
b727c55786
NEWS: sync with 0.11.3.GIT
2007-07-02 23:56:25 +03:00
Kalle Olavi Niemitalo
c377f54230
NEWS: mention bug 960
...
[ From commit e1e81db035
in ELinks
0.11.3.GIT. --KON ]
2007-07-02 23:49:06 +03:00
Kalle Olavi Niemitalo
69e9a586ba
Bug 960: Redefine LOADMSGCAT_USE_MMAP instead of HAVE_MMAP.
...
And add a prominent notice as stipulated in GNU GPL version 2 section 2a.
[ From commit ba54124f16
in ELinks
0.11.3.GIT. --KON ]
2007-07-02 23:48:03 +03:00
Kalle Olavi Niemitalo
1ea44dcda5
Bug 957: if_assert_failed in ecmascript_put_interpreter.
...
[ Forward ported from commit 566039624f
in ELinks 0.11.3.GIT. --KON ]
2007-07-02 23:46:54 +03:00
Kalle Olavi Niemitalo
c1e89ee375
NEWS: mention bug 936
2007-07-02 21:11:47 +03:00
Kalle Olavi Niemitalo
045c5509f5
Bug 936: Allow Autoconf 2.59 too, for elinks.cz compatibility.
2007-07-02 21:05:03 +03:00
Kalle Olavi Niemitalo
b2d95b11f5
Bug 936: Require Autoconf 2.61 or later.
2007-07-02 20:19:33 +03:00
Kalle Olavi Niemitalo
6572a506f2
Bug 936: Create stamp-h.in in autogen.sh.
2007-07-02 20:08:57 +03:00
Witold Filipczyk
e1a4414ad7
configure.in: Do not check for SEE without --enable-see.
...
Use #error instead of choke_on_see(), because choke_on_see could
be defined by some library (very unlikely).
2007-07-02 19:58:45 +03:00
Witold Filipczyk
d791854f52
configure: Check for see-2.0 or later.
2007-07-02 19:57:23 +03:00
Kalle Olavi Niemitalo
2002e245d6
Bug 755: Document that SpiderMonkey 1.5 RC3 no longer works.
...
The SpiderMonkey support in ELinks now uses JS_GetReservedSlot,
which was added in SpiderMonkey 1.5 RC3a, released on 2001-05-11.
So ELinks no longer supports earlier versions of SpiderMonkey.
However, be careful not to claim that ELinks needs "SpiderMonkey
1.5 RC3a or later", because we haven't tested 1.5 RC3a.
(I guess we didn't test zlib 1.2.0.2 either... oh, well.)
2007-06-27 23:40:41 +03:00
Witold Filipczyk
ba7ed23424
Bug 755: Check for JS_GetReservedSlot in configure.in
...
I'm not sure if JS_GetReservedSlot exists in all versions of the SpiderMonkey.
IMHO the configure script should check for JS_GetReservedSlot.
The patch in the attachment.
2007-06-27 23:16:37 +03:00
Kalle Olavi Niemitalo
871a1befad
Bug 755: Save the form_state index in a reserved slot, not as private data.
...
The previous code cast the integer (long actually) to void * and gave
that to JS_SetPrivate. This did not work because JS_SetPrivate
expects pointers to be aligned and replaces the least significant bit
with a tag. By using JS_SetReservedSlot instead, we get control of
the jsval conversions and can store the integer properly.
2007-06-24 18:46:22 +03:00