summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-06 17:04:20 -0500
committerJune McEnroe <june@causal.agency>2019-11-06 17:04:20 -0500
commitc7223d7e0cd74562255eb80d02d659e6901d43b9 (patch)
tree49297092a9978385e79fb492e5dd5ab511b650cb /Makefile
parentDefine one CERTBOT_PATH rather than two format strings (diff)
downloadpounce-c7223d7e0cd74562255eb80d02d659e6901d43b9.tar.gz
pounce-c7223d7e0cd74562255eb80d02d659e6901d43b9.zip
Declare more missing functions and deal with lack of SO_NOSIGPIPE
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 465a2e9..265781e 100644
--- a/Makefile
+++ b/Makefile
@@ -33,6 +33,8 @@ pounce: ${OBJS}
 
 ${OBJS}: bounce.h compat.h
 
+dispatch.o: compat.h
+
 tags: *.c *.h
 	ctags -w *.c *.h
 
2d9a68bcce'>Always #include corresponding .h in .c filesJohn Keeping2013-04-08 * Mark several functions/variables staticLukas Fleischer2013-03-04 * White space around control verbs.Jason A. Donenfeld2013-03-04 * Format git diff headers correctly when adding or removing files.Michael Halstead2012-11-15 * ui-ssdiff.c: set correct diffmode in "control panel"Tim Chen2012-01-03 * Merge branch 'stable'Lars Hjemli2012-01-03 |\ | * Fix diff mode switching when side-by-side-diffs=1Tim Chen2012-01-03 * | Merge branch 'stable'Lars Hjemli2011-07-22 |\| | * Fix potential XSS vulnerability in rename hintLukas Fleischer2011-07-22 * | Merge branch 'lh/panel'Lars Hjemli2011-05-23 |\ \ | |/ |/| | * ui-diff.c: create a control panel for diff optionsLars Hjemli2011-03-06 * | Avoid null pointer dereference in cgit_print_diff().Lukas Fleischer2011-05-23 |/ * ui-diff.c: avoid html injectionLukasz Janyst2011-03-05 * ssdiff: anchors for ssdiffBernhard Reutner-Fischer2011-02-19 * fix errors in printf-style format stringsMark Lodato2010-09-04 * ui-diff: Add link to ignore/show whitespace changes in diffsJohan Herland2010-07-18 * Add URL parameter 'ignorews' for optionally ignoring whitespace in diffsJohan Herland2010-07-18 * ui-diff: Add links to increase/decrease number of context lines in diffsJohan Herland2010-06-19 * Add URL parameter 'context' for changing the number of context lines in diffsJohan Herland2010-06-19 * ui-diff: Teach diffstat to obey path limitJohan Herland2010-06-19 * Fixed side-by-side diff bugs related to binary diff and more.Ragnar Ouchterlony2009-09-16 * Polishing of how the side-by-side diff looks.Ragnar Ouchterlony2009-09-16 * Add possibility to switch between unidiff and side-by-side-diff.Ragnar Ouchterlony2009-09-16 * First version of side-by-side diff.Ragnar Ouchterlony2009-09-16 * Handle binary files in diffsLars Hjemli2009-01-31 * ui-diff: make diffstat header a link to the full diffLars Hjemli2008-09-23 * ui-diff: fix links from diffstatLars Hjemli2008-09-23 * Include commit-id in link from diff-statLars Hjemli2008-05-18 * ui-diff: remove test on object typeLars Hjemli2008-04-24 * Integrate diffstat with diffLars Hjemli2008-04-24 * Add ui-shared.hLars Hjemli2008-03-24 * Introduce html.hLars Hjemli