54 İşlemeler (38050f687845741daef97938fb3af39f03e76708)

Yazar SHA1 Mesaj Tarih
  Ben Kurtovic 38050f6878 C code cleanup and speed improvements. 10 yıl önce
  Ben Kurtovic 1bf9868753 Proper sentinel handling with free links in the C tokenizer. 10 yıl önce
  Ben Kurtovic fcdc0abd22 Fix autofail contexts. 10 yıl önce
  Ben Kurtovic 2561cf5b5e Fix all bugs in C implementation of external links. 10 yıl önce
  Ben Kurtovic 7dcfa3fe92 Implement Tokenizer_really_parse_external_link(), some other fixes 10 yıl önce
  Ben Kurtovic 6ecf15cad4 Tokenizer_parse_external_link() 10 yıl önce
  Ben Kurtovic a1948b06aa Tokenizer_parse_bracketed/free_uri_scheme(), other adjustments 10 yıl önce
  Ben Kurtovic 7b84b3f0df Refactor out C's is_marker(); hooks for ext links. 10 yıl önce
  Ben Kurtovic d42e05a554 Implement improved wikilink handling. 10 yıl önce
  Ben Kurtovic 5e6e5b6301 tag_defs.py -> definitions.py; more outline stuff 10 yıl önce
  Ben Kurtovic cbf67c7842 Add hooks for some ext link stuff; add a INVALID_LINK aggregate context. 10 yıl önce
  Ben Kurtovic 8923d96a57 More unification. 10 yıl önce
  Ben Kurtovic b5ec7f3beb Fix py3k module importing; stick a bunch of macros in one place. 10 yıl önce
  Ben Kurtovic 25d53cacf8 Begin porting C tokenizer to Python 3. 10 yıl önce
  Ben Kurtovic ebf99d722c Combine emit()/emit_first() internally. 10 yıl önce
  Ben Kurtovic 51ac97de04 Make macros out of the failing/unsafe contexts. 10 yıl önce
  Ben Kurtovic df9f7388b6 emit_FAST(), emit_first_FAST(); update comment parsing 10 yıl önce
  Ben Kurtovic c20d3f2a6a handle_list_marker() and handle_list() 10 yıl önce
  Ben Kurtovic 9b98907751 Add C hooks and prototypes for wiki-markup tags. 10 yıl önce
  Ben Kurtovic 4663563ce4 Remove unnecessary markers. 10 yıl önce
  Ben Kurtovic e83f321340 Rearrange functions; remove useless prototypes. 10 yıl önce
  Ben Kurtovic e3fc27c9e3 Refactor TagData code into dedicated functions. 10 yıl önce
  Ben Kurtovic d02a6da81e Implement Tokenizer_handle_tag_space(); refactor textbuffer writing. 10 yıl önce
  Ben Kurtovic 9365fcf6e4 Implement Tokenizer_handle_tag_data(); add a read-backwards macro. 10 yıl önce
  Ben Kurtovic e636bf77cf Implement Tokenizer_push_tag_buffer() 11 yıl önce
  Ben Kurtovic 653071379b Finish porting misc changes; add prototypes for remaining functions. 11 yıl önce
  Ben Kurtovic aca0f78cd7 Port more Python tokenizer updates to C. 11 yıl önce
  Ben Kurtovic f67cf46900 Start C port of tag tokenization; refactor the init func. 11 yıl önce
  Ben a689467577 Replace broken log2 function; add a missing comment. 11 yıl önce
  Ben Kurtovic 9ede1121ba Fix tokenizer.c on Windows; add another template test (#25) 11 yıl önce
  Ben Kurtovic debcb6577e Fix recursion issues by giving up at a certain point (closes #16). 11 yıl önce
  Ben Kurtovic 054a84afe0 A bit of misc cleanup. 11 yıl önce
  Ben Kurtovic 718fcb24c8 Fix eight failing tests; all template parsing tests now passing (#25). 11 yıl önce
  Ben Kurtovic 5a0a00ba98 Change the way verify_safe() handles template params (#25). 11 yıl önce
  Ben Kurtovic 0803417901 Port CTokenizer's verify_safe method to Python to solve a failing test. 11 yıl önce
  Ben Kurtovic d6f2723a06 Fix safety checks on template params in some odd cases (closes #24). 11 yıl önce
  Ben Kurtovic 1f47e10f04 Start some Py3k compatibility stuff. 11 yıl önce
  Ben Kurtovic 4a725b7ac5 Fix another couple bugs regarding template contexts and verify_safe(). 11 yıl önce
  Ben Kurtovic 06b20dd8c0 More updates. 11 yıl önce
  Ben Kurtovic 16024494cf Mostly implement Tokenizer_really_parse_entity(). 11 yıl önce
  Ben Kurtovic 7de34ed5a6 Rewrite verify_safe completely. 11 yıl önce
  Ben Kurtovic cdef073a9b Replace textbuffer with our own datastructure. 11 yıl önce
  Ben Kurtovic f0a36f3262 Store tokens in a global variable instead of retrieving anew each time. 11 yıl önce
  Ben Kurtovic 6d73eeeab1 Replace Python list of stacks with a singly linked list. 11 yıl önce
  Ben Kurtovic ff0b4439f8 Replace Python exception machinery with a global and some macros. 11 yıl önce
  Ben Kurtovic 8e4819ea37 Fix exception implementation; some other cleanup and fixes. 11 yıl önce
  Ben Kurtovic 9993f1ba76 Fix object calls. 11 yıl önce
  Ben Kurtovic 0be18bc5b8 Fix Py_UNICODE comparisons. 11 yıl önce
  Ben Kurtovic 17a09e395a Fix some bugs. 11 yıl önce
  Ben Kurtovic 48188bfa99 Implement Tokenizer_parse_heading(), some other stuff. 11 yıl önce