about summary refs log tree commit diff
path: root/tests/valgrind
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2015-10-12 16:42:48 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2015-10-12 16:42:54 +0200
commitccb4254104ad6faa9225ce91b9a0610f24958022 (patch)
tree88e0e6dfd8d23db874e8903ea81d5550c63c0a04 /tests/valgrind
parentcache: fix resource leak: close file handle before return (diff)
downloadcgit-pink-ccb4254104ad6faa9225ce91b9a0610f24958022.tar.gz
cgit-pink-ccb4254104ad6faa9225ce91b9a0610f24958022.zip
md2html: use pure python
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tests/valgrind')
0 files changed, 0 insertions, 0 deletions
src/commit/bin/hilex/make.l?id=7c70322c7c8e88af93375b89146b0cd6cb8cc7f0&follow=1'>Add make lexerJune McEnroe This is kind of a mess and needs to be cleaned up against more careful reading of the make grammar. 2020-12-29Clean up C lexerJune McEnroe This ordering of rules feels much cleaner. 2020-12-29Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe