about summary refs log tree commit diff
path: root/filters/html-converters
diff options
context:
space:
mode:
authorLukas Fleischer <cgit@cryptocrack.de>2015-03-03 13:00:07 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2015-03-03 16:47:30 +0100
commit936295c4e4de8da83701c67377a911a0aefbcbd6 (patch)
tree8a7d0f56bc0faaca7f68eab0037bb2bb7dd4579c /filters/html-converters
parentgit: update to v2.3.1 (diff)
downloadcgit-pink-936295c4e4de8da83701c67377a911a0aefbcbd6.tar.gz
cgit-pink-936295c4e4de8da83701c67377a911a0aefbcbd6.zip
Simplify commit and tag parsing
* Use skip_prefix to avoid magic numbers in the code.
* Use xcalloc() instead of xmalloc(), followed by manual initialization.
* Split out line splitting.

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>
Diffstat (limited to 'filters/html-converters')
0 files changed, 0 insertions, 0 deletions
s='nohover-highlight'> 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe Their %-prefixed directives should probably be highlighted Macro. 2019-05-10Use val instead of suboptargJune McEnroe suboptarg doesn't exist in GNU. Hopefully BSD getsubopt also sets val on failure? 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe Need to do some stuff in the Makefile for lex and yacc and generating HTML pages for it. 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe