Updated footer comment
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 16 Jan 2009 12:43:54 +0000 (13:43 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 16 Jan 2009 12:43:54 +0000 (13:43 +0100)
42 files changed:
src/charsets.c
src/charsets.h
src/client.c
src/client.h
src/connection.c
src/connection.h
src/database.c
src/dirent.c
src/direntz.h
src/eventl.c
src/getaddrinfo.c
src/host.h
src/http.c
src/http.h
src/http_command.c
src/logic.c
src/normalize7bit.c
src/parameters.h
src/pazpar2.c
src/pazpar2.h
src/pazpar2_config.c
src/pazpar2_config.h
src/reclists.c
src/reclists.h
src/record.c
src/record.h
src/relevance.c
src/relevance.h
src/sel_thread.c
src/sel_thread.h
src/settings.c
src/settings.h
src/termlists.c
src/termlists.h
src/test_config.c
src/test_normalize.c
src/test_reclists.c
src/test_record.c
src/test_relevance.c
src/test_sel_thread.c
src/zeerex.c
src/zeerex.h

index ae3bde1..39ede26 100644 (file)
@@ -248,7 +248,9 @@ static const char *pp2_get_sort_icu(pp2_relevance_token_t prt,
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 7889320..ef7e333 100644 (file)
@@ -56,7 +56,9 @@ pp2_charset_normalize_t pp2_charset_metadata_norm;
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 0cb4761..1d35d95 100644 (file)
@@ -718,7 +718,9 @@ const char *client_get_url(struct client *cl)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 9496e9e..7db53d6 100644 (file)
@@ -90,7 +90,9 @@ const char *client_get_url(struct client *cl);
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index d1e1b87..2b1c3d3 100644 (file)
@@ -479,7 +479,9 @@ int client_prep_connection(struct client *cl)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 703df8e..ceb7269 100644 (file)
@@ -48,7 +48,9 @@ void connection_continue(struct connection *co);
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index d6cdb2e..0370e89 100644 (file)
@@ -293,7 +293,9 @@ int predef_grep_databases(void *context, struct database_criterion *cl,
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index d9c8777..16d24f4 100644 (file)
@@ -80,6 +80,7 @@ void closedir(DIR *dd)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index a465796..6b9574d 100644 (file)
@@ -49,6 +49,7 @@ YAZ_END_CDECL
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
index cc7e0ff..f2608cd 100644 (file)
@@ -189,7 +189,9 @@ int event_loop(IOCHAN *iochans)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index b504ec7..01cb15b 100644 (file)
@@ -207,7 +207,9 @@ int host_getaddrinfo(struct host *host)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 22eac11..180d55a 100644 (file)
@@ -34,7 +34,9 @@ struct host {
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 10b9948..86f8dc2 100644 (file)
@@ -1294,7 +1294,9 @@ void http_observer_set_data2(http_channel_observer_t obs, void *data2)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 3eb1c1a..cacabb0 100644 (file)
@@ -128,7 +128,9 @@ struct http_channel *http_channel_observer_chan(http_channel_observer_t obs);
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 16c890a..610daee 100644 (file)
@@ -919,7 +919,9 @@ void http_command(struct http_channel *c)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 52868ec..4f811a4 100644 (file)
@@ -1228,7 +1228,9 @@ struct record *ingest_record(struct client *cl, const char *rec,
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index f9aaa3e..1f993c9 100644 (file)
@@ -124,7 +124,9 @@ int extract7bit_dates(const char *buf, int *first, int *last, int longdate)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 3ecd8cb..3a73c31 100644 (file)
@@ -49,7 +49,9 @@ extern struct parameters global_parameters;
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index e9c22c2..3352fa0 100644 (file)
@@ -208,7 +208,9 @@ int main(int argc, char **argv)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index c1d6e65..2d01cf6 100644 (file)
@@ -205,7 +205,9 @@ void pull_terms(NMEM nmem, struct ccl_rpn_node *n, char **termlist, int *num);
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index ab84f54..b209f78 100644 (file)
@@ -632,7 +632,9 @@ int read_config(const char *fname)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 3fa68aa..233b557 100644 (file)
@@ -190,7 +190,9 @@ xsltStylesheet *conf_load_stylesheet(const char *fname);
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 20ac387..afb4e3c 100644 (file)
@@ -340,7 +340,9 @@ struct record_cluster *reclist_insert( struct reclist *l,
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 038d2d6..51653b1 100644 (file)
@@ -77,7 +77,9 @@ struct reclist_sortparms *reclist_parse_sortparms(NMEM nmem, const char *parms);
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 723f170..08b73f5 100644 (file)
@@ -187,7 +187,9 @@ union data_types * record_assign_sortkey(NMEM nmem,
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 0c9dff9..08ce3f4 100644 (file)
@@ -121,7 +121,9 @@ struct record_cluster
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index fbbd4fd..8690763 100644 (file)
@@ -331,7 +331,9 @@ void relevance_prepare_read(struct relevance *rel, struct reclist *reclist)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 45e3817..4fba31e 100644 (file)
@@ -41,7 +41,9 @@ void relevance_prepare_read(struct relevance *rel, struct reclist *rec);
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 040dc4c..358ab3a 100644 (file)
@@ -216,7 +216,9 @@ void *sel_thread_result(sel_thread_t p)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index fe3f904..5253f01 100644 (file)
@@ -68,7 +68,9 @@ YAZ_END_CDECL
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 05d760f..cbe8baf 100644 (file)
@@ -423,7 +423,9 @@ void init_settings(void)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 26cec98..971c474 100644 (file)
@@ -59,7 +59,9 @@ void init_settings(void);
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index fd49cfa..619fe3c 100644 (file)
@@ -186,7 +186,9 @@ struct termlist_score **termlist_highscore(struct termlist *tl, int *len)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 63d24fc..1bd27b1 100644 (file)
@@ -39,7 +39,9 @@ struct termlist_score **termlist_highscore(struct termlist *tl, int *len);
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 17c6381..c0b43d3 100644 (file)
@@ -157,7 +157,9 @@ int main(int argc, char **argv)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 2867706..e0dd7df 100644 (file)
@@ -76,7 +76,9 @@ int main(int argc, char **argv)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 89ea7dd..859a88b 100644 (file)
@@ -95,7 +95,9 @@ int main(int argc, char **argv)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index d38f4fa..58da9e3 100644 (file)
@@ -151,7 +151,9 @@ int main(int argc, char **argv)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 9b72b97..7de25c3 100644 (file)
@@ -217,7 +217,9 @@ int main(int argc, char **argv)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index a92dff4..971f2d2 100644 (file)
@@ -135,7 +135,9 @@ int main(int argc, char **argv)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index 66856e7..e72fe53 100644 (file)
@@ -701,7 +701,9 @@ struct zr_explain *zr_read_file(NMEM m, const char *fn)
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
+
index fa83a8a..bcb7be9 100644 (file)
@@ -223,12 +223,14 @@ struct zr_explain *zr_read_xml(NMEM m, xmlNode *n);
 struct zr_explain *zr_read_file(NMEM m, const char *fn);
 const char *zr_langstr(Zr_langstr *s, const char *lang);
 
+#endif
+
 /*
  * Local variables:
  * c-basic-offset: 4
+ * c-file-style: "Stroustrup"
  * indent-tabs-mode: nil
  * End:
  * vim: shiftwidth=4 tabstop=8 expandtab
  */
 
-#endif