97
I Use This!
Inactive

Commits : Listings

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