about summary refs log tree commit diff
path: root/decode.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-09-18 22:06:16 -0400
committerJune McEnroe <june@causal.agency>2022-09-18 22:06:16 -0400
commit80020ae6e39f52dd4147c1d02b50347bed9dc9c3 (patch)
tree882c704f4ca63b7b18976a9608918174b939800d /decode.c
parentAdd thr:in-reply-to elements to Atom entries (diff)
downloadbubger-master.tar.gz
bubger-master.zip
Make copyrights and AUTHORS consistent HEAD master
Diffstat (limited to '')
-rw-r--r--decode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/decode.c b/decode.c
index 0dbed27..795ed79 100644
--- a/decode.c
+++ b/decode.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2020  C. McEnroe <june@causal.agency>
+/* Copyright (C) 2020  June McEnroe <june@causal.agency>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
224ad89128d743d92c5b121479d6dd67b6c5&follow=1'>Avoid matching ':' in make tagsJune McEnroe Otherwise a :: rule includes one of the ':'s in the tag name. 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe Otherwise the "id" in "void" matches for "void id". 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe