97
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 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... about 19 years ago
French translation was updated.
Laurent Monin
as Laurent MONIN
More... about 19 years ago
Merge with git+ssh://pasky.or.cz/srv/git/elinks.git
Laurent Monin
as Laurent MONIN
More... about 19 years ago
parse_table(): introduce a local variable @is_header to cache test result.
Laurent Monin
as Laurent MONIN
More... about 19 years ago
parse_table(): re-order code.
Laurent Monin
as Laurent MONIN
More... about 19 years ago
parse_table(): fix missing goto see.
Laurent Monin
as Laurent MONIN
More... about 19 years ago
parse_table(): optimize even more using @closing_tag.
Laurent Monin
as Laurent MONIN
More... about 19 years ago
parse_table(): use strlcasecmp() instead of strncasecmp().
Laurent Monin
as Laurent MONIN
More... about 19 years ago
parse_table(): totally drop @t_name and @t_namelen in favor of @name and @namelen.
Laurent Monin
as Laurent MONIN
More... about 19 years ago
parse_table(): reorder code to optimize even more.
Laurent Monin
as Laurent MONIN
More... about 19 years ago
parse_table(): reduce code redundancy.
Laurent Monin
as Laurent MONIN
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.
Laurent Monin
as Laurent MONIN
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