parse_table(): optimize code a bit. |
|
More...
|
about 19 years ago
|
French translation was updated. |
|
More...
|
about 19 years ago
|
Merge with git+ssh://pasky.or.cz/srv/git/elinks.git |
|
More...
|
about 19 years ago
|
parse_table(): introduce a local variable @is_header to cache test result. |
|
More...
|
about 19 years ago
|
parse_table(): re-order code. |
|
More...
|
about 19 years ago
|
parse_table(): fix missing goto see. |
|
More...
|
about 19 years ago
|
parse_table(): optimize even more using @closing_tag. |
|
More...
|
about 19 years ago
|
parse_table(): use strlcasecmp() instead of strncasecmp(). |
|
More...
|
about 19 years ago
|
parse_table(): totally drop @t_name and @t_namelen in favor of @name and @namelen. |
|
More...
|
about 19 years ago
|
parse_table(): reorder code to optimize even more. |
|
More...
|
about 19 years ago
|
parse_table(): reduce code redundancy. |
|
More...
|
about 19 years ago
|
Regenerate Makefile.config automatically if config.status has changed. |
|
More...
|
about 19 years ago
|
parse_table(): use intermediate variables to optimize tests. |
|
More...
|
about 19 years ago
|
0.11rc0.GIT |
|
More...
|
about 19 years ago
|
0.11rc0 |
|
More...
|
about 19 years ago
|
Sync with current source tree |
|
More...
|
about 19 years ago
|
Doh, revert -Wunused-parameter arg |
|
More...
|
about 19 years ago
|
Add -Wunused-parameter to the gcc 4.* args |
|
More...
|
about 19 years ago
|
Move parser root node initialization to init_sgml_parser() |
|
More...
|
about 19 years ago
|
Remove SUFFIXES variable and .SUFFIXES rule |
|
More...
|
about 19 years ago
|
Fix elinks.1 rebuilding by changing top_srcdir with top_builddir |
|
More...
|
about 19 years ago
|
Replace struct cache_entry member with struct uri member |
|
More...
|
about 19 years ago
|
Remove document member from struct sgml_parser |
|
More...
|
about 19 years ago
|
Merge with dom-parser-stream |
|
More...
|
about 19 years ago
|
Introduce new pop_dom_state() |
|
More...
|
about 19 years ago
|
Restore highlighting of element end-tags |
|
More...
|
about 19 years ago
|
Introduce separate push/pop callbacks |
|
More...
|
about 19 years ago
|
Save the end tag token in the SGML parser state |
|
More...
|
about 19 years ago
|
Make the parser stream mode work as intended |
|
More...
|
about 19 years ago
|
Initialize the renderer before initializing the parser |
|
More...
|
about 19 years ago
|