about summary refs log tree commit diff
path: root/tests/valgrind
diff options
context:
space:
mode:
authorJohn Keeping <john@keeping.me.uk>2013-03-04 21:58:51 +0000
committerJason A. Donenfeld <Jason@zx2c4.com>2013-03-04 19:41:26 -0500
commitd5a43b429a4248a02e3a403f76fff0cbae92ef32 (patch)
tree26f7977b14caf49f9dadea06421aa09981d802cf /tests/valgrind
parenttests: make whitespace consistent (diff)
downloadcgit-pink-d5a43b429a4248a02e3a403f76fff0cbae92ef32.tar.gz
cgit-pink-d5a43b429a4248a02e3a403f76fff0cbae92ef32.zip
t0107-snapshot: add tests for ZIP archives
Signed-off-by: John Keeping <john@keeping.me.uk>
Diffstat (limited to 'tests/valgrind')
0 files changed, 0 insertions, 0 deletions
title='2020-12-29 22:39:16 -0500'>2020-12-29Add 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