0
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Refactor TagData code into dedicated functions. More... about 12 years ago
Correctly set TagOpenData's default values. More... about 12 years ago
Reset routes properly. More... about 12 years ago
Implement Tokenizer_handle_single_only_tag_end(), Tokenizer_handle_single_tag_end() More... about 12 years ago
Implement Tokenizer_handle_invalid_tag_start() More... about 12 years ago
Implement Tokenizer_handle_tag_close_close() More... about 12 years ago
Implement Tokenizer_handle_tag_open_close() More... about 12 years ago
Implement Tokenizer_handle_tag_close_open() More... about 12 years ago
Implement Tokenizer_handle_tag_text(), Tokenizer_handle_blacklisted_tag() More... about 12 years ago
Implement Tokenizer_handle_tag_space(); refactor textbuffer writing. More... about 12 years ago
Implement Tokenizer_handle_tag_data(); add a read-backwards macro. More... about 12 years ago
Implement Tokenizer_push_tag_buffer() More... about 12 years ago
Implement Tokenizer_parse_tag(), Tokenizer_really_parse_tag() More... about 12 years ago
Finish porting misc changes; add prototypes for remaining functions. More... about 12 years ago
Port more Python tokenizer updates to C. More... about 12 years ago
Start C port of tag tokenization; refactor the init func. More... about 12 years ago
Make showtag=True implicit. More... about 12 years ago
Correctly tokenize single-only HTML tags, part two. More... about 12 years ago
Correctly tokenize single-only HTML tags, part one. More... about 12 years ago
Tokenizer support for implicitly self-closing tags. More... about 12 years ago
Support single and single-only tags like <br>. More... about 12 years ago
Tests for single and single_only tags. More... about 12 years ago
Improve/fix the way padding is handled. More... about 12 years ago
Support parser-blacklisted tags like <nowiki> More... about 12 years ago
Four tests for <nowiki> + friends. More... about 12 years ago
Clean up the way contexts are defined. More... about 12 years ago
Adding a test for triple backslashes. More... about 12 years ago
Support backslash-escaped quotes in tags; CX_NEED_* -> CX_NOTE_* More... about 12 years ago
Fix broken tests. More... about 12 years ago
Add seven tests related to backslashes before quotes. More... about 12 years ago