about summary refs log tree commit diff
path: root/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'cache.c')
-rw-r--r--cache.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/cache.c b/cache.c
index 1be1ea4..b034c48 100644
--- a/cache.c
+++ b/cache.c
@@ -1,3 +1,11 @@
+/* cache.c: cache management
+ *
+ * Copyright (C) 2006 Lars Hjemli
+ *
+ * Licensed under GNU General Public License v2
+ *   (see COPYING for full license text)
+ */
+
 #include "cgit.h"
 
 const int NOLOCK = -1;
b1dbcfba&follow=1'>[VAR] Document local command behaviour changeHerbert Xu 2010-05-27[VAR] Fix poplocalvar on abnormal exit from functionHerbert Xu 2010-05-26[VAR] Replace cmdenviron with localvarsHerbert Xu 2010-05-26[VAR] Move unsetvar functionality into setvareqHerbert Xu 2010-05-26[VAR] Fix poplocalvar leakHerbert Xu 2010-05-26[VAR] Add localvars nestingHerbert Xu 2010-05-03[EVAL] Fix command -- crashGerrit Pape 2010-04-15[JOBS] Fix for job control off warningH. Peter Anvin 2010-04-02[BUILTIN] Use faccessat if availableHerbert Xu 2010-04-02Release 0.5.6.Herbert Xu 2010-04-02[BUILTIN] Make trap signal name/number errors non-fatal.Herbert Xu 2010-04-02[BUILTIN] Use TMPDIR in mkbuiltinsmaximilian attems 2010-03-10[ARITH] Fix logical or result valueJilles Tjoelker 2010-03-09[REDIR] Do not truncate file for FROMTO redirectionHerbert Xu 2010-03-09[ARITH] Fix binary operator parsingHerbert Xu 2010-03-09[BUILD] Fix changelog entryHerbert Xu 2009-11-26[BUILTIN] Fix off-by-one recordregion in readcmd