about summary refs log tree commit diff
path: root/ui-snapshot.c
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2018-08-28 18:22:26 +0200
committerChristian Hesse <mail@eworm.de>2018-09-11 08:47:12 +0200
commit0899eb644fab415e9a3b304f53da9da50aaf91aa (patch)
tree3660c115fff77d75e07d92b39bb54c1440ee5b42 /ui-snapshot.c
parentui-shared: ban strcat() (diff)
downloadcgit-pink-0899eb644fab415e9a3b304f53da9da50aaf91aa.tar.gz
cgit-pink-0899eb644fab415e9a3b304f53da9da50aaf91aa.zip
ui-ssdiff: ban strncpy()
Git upstream bans strncpy() with commit:

  banned.h: mark strncpy() as banned
  e488b7aba743d23b830d239dcc33d9ca0745a9ad

Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'ui-snapshot.c')
0 files changed, 0 insertions, 0 deletions
d 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