From: Adam Dickmeiss Date: Wed, 10 May 2006 08:13:17 +0000 (+0000) Subject: Put local variables footer in all c, h files. X-Git-Tag: before.bug.529~127 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e Put local variables footer in all c, h files. --- diff --git a/bfile/bfile.c b/bfile/bfile.c index 3006249..a4b5353 100644 --- a/bfile/bfile.c +++ b/bfile/bfile.c @@ -1,4 +1,4 @@ -/* $Id: bfile.c,v 1.46 2006-05-05 09:14:02 adam Exp $ +/* $Id: bfile.c,v 1.47 2006-05-10 08:13:17 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -454,3 +454,11 @@ int bfs_shadow_directory_stat(BFiles bfs, int no, const char **directory, return mf_area_directory_stat(bfs->commit_area, no, directory, used_bytes, max_bytes); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/bfile/cfile.c b/bfile/cfile.c index 94875e6..8e7e860 100644 --- a/bfile/cfile.c +++ b/bfile/cfile.c @@ -1,4 +1,4 @@ -/* $Id: cfile.c,v 1.35 2005-04-15 10:47:47 adam Exp $ +/* $Id: cfile.c,v 1.36 2006-05-10 08:13:17 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -521,3 +521,11 @@ int cf_close (CFile cf) return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/bfile/cfile.h b/bfile/cfile.h index c162aa6..50736a1 100644 --- a/bfile/cfile.h +++ b/bfile/cfile.h @@ -1,4 +1,4 @@ -/* $Id: cfile.h,v 1.17 2005-01-15 19:38:17 adam Exp $ +/* $Id: cfile.h,v 1.18 2006-05-10 08:13:17 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -86,3 +86,11 @@ void cf_commit (CFile cf); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/bfile/commit.c b/bfile/commit.c index 992f4dd..f0dfd37 100644 --- a/bfile/commit.c +++ b/bfile/commit.c @@ -1,4 +1,4 @@ -/* $Id: commit.c,v 1.26 2006-04-05 02:02:36 adam Exp $ +/* $Id: commit.c,v 1.27 2006-05-10 08:13:17 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -248,3 +248,11 @@ void cf_commit (CFile cf) cf_commit_flat (cf); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/bfile/mfile.c b/bfile/mfile.c index 7a437c0..b5b125e 100644 --- a/bfile/mfile.c +++ b/bfile/mfile.c @@ -1,4 +1,4 @@ -/* $Id: mfile.c,v 1.64 2006-05-05 09:14:02 adam Exp $ +/* $Id: mfile.c,v 1.65 2006-05-10 08:13:17 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -633,3 +633,11 @@ int mf_area_directory_stat(MFile_area ma, int no, const char **directory, *used_bytes = d->max_bytes - d->avail_bytes; return 1; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/bfile/mfile.h b/bfile/mfile.h index dee394f..7f653cb 100644 --- a/bfile/mfile.h +++ b/bfile/mfile.h @@ -1,4 +1,4 @@ -/* $Id: mfile.h,v 1.4 2006-05-05 09:14:02 adam Exp $ +/* $Id: mfile.h,v 1.5 2006-05-10 08:13:17 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -165,3 +165,11 @@ int mf_area_directory_stat(MFile_area ma, int no, const char **directory, YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/bfile/tstbfile1.c b/bfile/tstbfile1.c index 4566566..6972674 100644 --- a/bfile/tstbfile1.c +++ b/bfile/tstbfile1.c @@ -1,4 +1,4 @@ -/* $Id: tstbfile1.c,v 1.2 2005-09-19 09:37:31 adam Exp $ +/* $Id: tstbfile1.c,v 1.3 2006-05-10 08:13:17 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -185,3 +185,11 @@ int main(int argc, char **argv) bfs_destroy(bfs); exit(0); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_absyn.c b/data1/d1_absyn.c index 4a008df..1df3e3f 100644 --- a/data1/d1_absyn.c +++ b/data1/d1_absyn.c @@ -1,4 +1,4 @@ -/* $Id: d1_absyn.c,v 1.23 2006-02-07 00:17:44 adam Exp $ +/* $Id: d1_absyn.c,v 1.24 2006-05-10 08:13:17 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -1227,3 +1227,11 @@ data1_absyn *data1_read_absyn (data1_handle dh, const char *file, yaz_log(YLOG_DEBUG, "%s: data1_read_absyn end", file); return res; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_attset.c b/data1/d1_attset.c index f42c2f5..bcd3484 100644 --- a/data1/d1_attset.c +++ b/data1/d1_attset.c @@ -1,4 +1,4 @@ -/* $Id: d1_attset.c,v 1.7 2005-01-15 19:38:18 adam Exp $ +/* $Id: d1_attset.c,v 1.8 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -191,3 +191,11 @@ data1_attset *data1_read_attset(data1_handle dh, const char *file) fclose(f); return res; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_doespec.c b/data1/d1_doespec.c index 066952a..9b56b07 100644 --- a/data1/d1_doespec.c +++ b/data1/d1_doespec.c @@ -1,4 +1,4 @@ -/* $Id: d1_doespec.c,v 1.8 2005-02-08 00:36:08 adam Exp $ +/* $Id: d1_doespec.c,v 1.9 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -371,3 +371,11 @@ int data1_doespec1 (data1_handle dh, data1_node *n, Z_Espec1 *e) } return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_espec.c b/data1/d1_espec.c index 8a1b6e0..d170d8a 100644 --- a/data1/d1_espec.c +++ b/data1/d1_espec.c @@ -1,4 +1,4 @@ -/* $Id: d1_espec.c,v 1.9 2005-03-05 11:35:18 adam Exp $ +/* $Id: d1_espec.c,v 1.10 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -365,3 +365,11 @@ Z_Espec1 *data1_read_espec1 (data1_handle dh, const char *file) fclose (f); return res; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_expout.c b/data1/d1_expout.c index f51cab0..51048fa 100644 --- a/data1/d1_expout.c +++ b/data1/d1_expout.c @@ -1,4 +1,4 @@ -/* $Id: d1_expout.c,v 1.6 2005-01-15 19:38:18 adam Exp $ +/* $Id: d1_expout.c,v 1.7 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -1418,3 +1418,11 @@ Z_ExplainRecord *data1_nodetoexplain (data1_handle dh, data1_node *n, yaz_log(YLOG_WARN, "No category in Explain record"); return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_grs.c b/data1/d1_grs.c index e295a25..0cbfb46 100644 --- a/data1/d1_grs.c +++ b/data1/d1_grs.c @@ -1,4 +1,4 @@ -/* $Id: d1_grs.c,v 1.7 2005-01-15 19:38:18 adam Exp $ +/* $Id: d1_grs.c,v 1.8 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -403,3 +403,11 @@ Z_GenericRecord *data1_nodetogr(data1_handle dh, data1_node *n, } return data1_nodetogr_r(dh, n, select, o, len, wellknown_tag); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_handle.c b/data1/d1_handle.c index 25cbb76..f6ea2d7 100644 --- a/data1/d1_handle.c +++ b/data1/d1_handle.c @@ -1,4 +1,4 @@ -/* $Id: d1_handle.c,v 1.10 2006-05-05 17:18:50 adam Exp $ +/* $Id: d1_handle.c,v 1.11 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -160,3 +160,11 @@ int data1_is_xmlmode(data1_handle dh) { return 1; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_if.c b/data1/d1_if.c index 6d56b49..741bf41 100644 --- a/data1/d1_if.c +++ b/data1/d1_if.c @@ -1,4 +1,4 @@ -/* $Id: d1_if.c,v 1.7 2005-06-02 11:59:53 adam Exp $ +/* $Id: d1_if.c,v 1.8 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -292,3 +292,11 @@ int data1_CountOccurences(data1_node* node, char* pTagPath) return iRetVal; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_map.c b/data1/d1_map.c index a7fea67..4039dc5 100644 --- a/data1/d1_map.c +++ b/data1/d1_map.c @@ -1,4 +1,4 @@ -/* $Id: d1_map.c,v 1.8 2005-01-15 19:38:18 adam Exp $ +/* $Id: d1_map.c,v 1.9 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -352,3 +352,11 @@ data1_node *data1_map_record (data1_handle dh, data1_node *n, return res; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_marc.c b/data1/d1_marc.c index a7d8a7b..7299506 100644 --- a/data1/d1_marc.c +++ b/data1/d1_marc.c @@ -1,4 +1,4 @@ -/* $Id: d1_marc.c,v 1.13 2006-02-10 15:19:55 adam Exp $ +/* $Id: d1_marc.c,v 1.14 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -485,3 +485,11 @@ char *data1_nodetomarc(data1_handle dh, data1_marctab *p, data1_node *n, *len = nodetomarc(dh, p, n, selected, buf, size); return *buf; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_prtree.c b/data1/d1_prtree.c index 77d67c3..0044093 100644 --- a/data1/d1_prtree.c +++ b/data1/d1_prtree.c @@ -1,4 +1,4 @@ -/* $Id: d1_prtree.c,v 1.7 2005-01-15 19:38:18 adam Exp $ +/* $Id: d1_prtree.c,v 1.8 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -135,3 +135,11 @@ void data1_pr_tree (data1_handle dh, data1_node *n, FILE *out) { pr_tree (dh, n, out, 0); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_read.c b/data1/d1_read.c index 91bea6c..f5aa467 100644 --- a/data1/d1_read.c +++ b/data1/d1_read.c @@ -1,4 +1,4 @@ -/* $Id: d1_read.c,v 1.17 2005-04-28 08:12:28 adam Exp $ +/* $Id: d1_read.c,v 1.18 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -1178,3 +1178,11 @@ void data1_concat_text(data1_handle dh, NMEM m, data1_node *n) data1_concat_text(dh, m, n->child); } } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_soif.c b/data1/d1_soif.c index 6b1a078..e6dfc03 100644 --- a/data1/d1_soif.c +++ b/data1/d1_soif.c @@ -1,4 +1,4 @@ -/* $Id: d1_soif.c,v 1.4 2005-01-15 19:38:18 adam Exp $ +/* $Id: d1_soif.c,v 1.5 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -89,3 +89,11 @@ char *data1_nodetosoif (data1_handle dh, data1_node *n, int select, int *len) *len = wrbuf_len(b); return wrbuf_buf(b); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_sumout.c b/data1/d1_sumout.c index 0168ff8..9dda172 100644 --- a/data1/d1_sumout.c +++ b/data1/d1_sumout.c @@ -1,4 +1,4 @@ -/* $Id: d1_sumout.c,v 1.6 2005-01-15 19:38:18 adam Exp $ +/* $Id: d1_sumout.c,v 1.7 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -114,3 +114,11 @@ Z_BriefBib *data1_nodetosummary (data1_handle dh, data1_node *n, } return res; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_sutrs.c b/data1/d1_sutrs.c index d66ce23..75810b6 100644 --- a/data1/d1_sutrs.c +++ b/data1/d1_sutrs.c @@ -1,4 +1,4 @@ -/* $Id: d1_sutrs.c,v 1.4 2005-01-15 19:38:18 adam Exp $ +/* $Id: d1_sutrs.c,v 1.5 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -149,3 +149,11 @@ char *data1_nodetobuf (data1_handle dh, data1_node *n, int select, int *len) *len = wrbuf_len(b); return wrbuf_buf(b); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_tagset.c b/data1/d1_tagset.c index 2e32ef4..6277032 100644 --- a/data1/d1_tagset.c +++ b/data1/d1_tagset.c @@ -1,4 +1,4 @@ -/* $Id: d1_tagset.c,v 1.6 2005-01-15 19:38:18 adam Exp $ +/* $Id: d1_tagset.c,v 1.7 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -260,3 +260,11 @@ data1_tagset *data1_read_tagset (data1_handle dh, const char *file, int type) fclose(f); return res; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_varset.c b/data1/d1_varset.c index 907ce46..b369b33 100644 --- a/data1/d1_varset.c +++ b/data1/d1_varset.c @@ -1,4 +1,4 @@ -/* $Id: d1_varset.c,v 1.7 2005-04-23 16:30:58 adam Exp $ +/* $Id: d1_varset.c,v 1.8 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -156,3 +156,11 @@ data1_varset *data1_read_varset (data1_handle dh, const char *file) fclose(f); return res; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/data1/d1_write.c b/data1/d1_write.c index cdaf1b8..9ff3199 100644 --- a/data1/d1_write.c +++ b/data1/d1_write.c @@ -1,4 +1,4 @@ -/* $Id: d1_write.c,v 1.7 2006-03-29 10:43:23 adam Exp $ +/* $Id: d1_write.c,v 1.8 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -250,3 +250,11 @@ char *data1_nodetoidsgml (data1_handle dh, data1_node *n, int select, int *len) *len = wrbuf_len(b); return wrbuf_buf(b); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dfa/agrep.c b/dfa/agrep.c index 71e7b37..77592bf 100644 --- a/dfa/agrep.c +++ b/dfa/agrep.c @@ -1,4 +1,4 @@ -/* $Id: agrep.c,v 1.16 2005-06-14 20:28:53 adam Exp $ +/* $Id: agrep.c,v 1.17 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -299,3 +299,11 @@ char **argv; dfa_delete (&dfa); return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dfa/bset.c b/dfa/bset.c index 3634774..d71fd45 100644 --- a/dfa/bset.c +++ b/dfa/bset.c @@ -1,4 +1,4 @@ -/* $Id: bset.c,v 1.8 2005-03-30 09:25:23 adam Exp $ +/* $Id: bset.c,v 1.9 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -274,3 +274,11 @@ void pr_charBSet (BSetHandle *sh, BSet src, void (*f) (int)) } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dfa/dfa.c b/dfa/dfa.c index 5c3d376..8ad7f82 100644 --- a/dfa/dfa.c +++ b/dfa/dfa.c @@ -1,4 +1,4 @@ -/* $Id: dfa.c,v 1.34 2005-03-30 09:25:23 adam Exp $ +/* $Id: dfa.c,v 1.35 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -1151,3 +1151,11 @@ void dfa_delete (struct DFA **dfap) ifree (*dfap); *dfap = NULL; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dfa/dfap.h b/dfa/dfap.h index b37aa21..8fe3e32 100644 --- a/dfa/dfap.h +++ b/dfa/dfap.h @@ -1,4 +1,4 @@ -/* $Id: dfap.h,v 1.12 2005-01-15 21:45:42 adam Exp $ +/* $Id: dfap.h,v 1.13 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -91,3 +91,11 @@ void add_DFA_tran (struct DFA_states *, struct DFA_state *, } #endif #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dfa/grepper.c b/dfa/grepper.c index 94a13ad..590d78c 100644 --- a/dfa/grepper.c +++ b/dfa/grepper.c @@ -1,4 +1,4 @@ -/* $Id: grepper.c,v 1.14 2005-04-15 10:47:47 adam Exp $ +/* $Id: grepper.c,v 1.15 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -419,3 +419,11 @@ int main (int argc, char **argv) dfa_delete (&dfa); return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dfa/imalloc.c b/dfa/imalloc.c index cf1e504..ad2b5f6 100644 --- a/dfa/imalloc.c +++ b/dfa/imalloc.c @@ -1,4 +1,4 @@ -/* $Id: imalloc.c,v 1.13 2005-04-15 10:47:47 adam Exp $ +/* $Id: imalloc.c,v 1.14 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -126,3 +126,11 @@ void imemstat (void) fputc( '\n', stdout ); } #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dfa/imalloc.h b/dfa/imalloc.h index 627b0d0..90c8525 100644 --- a/dfa/imalloc.h +++ b/dfa/imalloc.h @@ -1,4 +1,4 @@ -/* $Id: imalloc.h,v 1.7 2005-01-15 19:38:19 adam Exp $ +/* $Id: imalloc.h,v 1.8 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -44,3 +44,11 @@ extern int free_calls; } #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dfa/lexer.c b/dfa/lexer.c index c6e1d85..1a8bd30 100644 --- a/dfa/lexer.c +++ b/dfa/lexer.c @@ -1,4 +1,4 @@ -/* $Id: lexer.c,v 1.14 2005-03-30 09:25:23 adam Exp $ +/* $Id: lexer.c,v 1.15 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -137,3 +137,11 @@ int main (int argc, char **argv) return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dfa/lexer.h b/dfa/lexer.h index af42998..8465b4f 100644 --- a/dfa/lexer.h +++ b/dfa/lexer.h @@ -1,4 +1,4 @@ -/* $Id: lexer.h,v 1.6 2005-01-15 19:38:19 adam Exp $ +/* $Id: lexer.h,v 1.7 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -35,3 +35,11 @@ extern int ccluse; } #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dfa/readfile.c b/dfa/readfile.c index 7682ea5..ce66db9 100644 --- a/dfa/readfile.c +++ b/dfa/readfile.c @@ -1,4 +1,4 @@ -/* $Id: readfile.c,v 1.11 2005-03-30 09:25:23 adam Exp $ +/* $Id: readfile.c,v 1.12 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -164,3 +164,11 @@ int read_file (const char *s, struct DFA *dfa) fclose (inf); return err_no; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dfa/set.c b/dfa/set.c index f13e307..bcbcf9e 100644 --- a/dfa/set.c +++ b/dfa/set.c @@ -1,4 +1,4 @@ -/* $Id: set.c,v 1.10 2005-01-15 21:45:42 adam Exp $ +/* $Id: set.c,v 1.11 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -253,3 +253,11 @@ int eq_DFASet (DFASetType st, DFASet s1, DFASet s2) return 0; return s1 == s2; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dfa/states.c b/dfa/states.c index 76cf6cf..51638d1 100644 --- a/dfa/states.c +++ b/dfa/states.c @@ -1,4 +1,4 @@ -/* $Id: states.c,v 1.9 2005-01-15 21:45:42 adam Exp $ +/* $Id: states.c,v 1.10 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -196,3 +196,11 @@ void sort_DFA_states (struct DFA_states *dfas) ifree (dfas->hasharray); dfas->hasharray = NULL; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dict/close.c b/dict/close.c index be53165..d2cde9f 100644 --- a/dict/close.c +++ b/dict/close.c @@ -1,4 +1,4 @@ -/* $Id: close.c,v 1.10 2006-03-26 14:02:49 adam Exp $ +/* $Id: close.c,v 1.11 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -46,3 +46,11 @@ int dict_close (Dict dict) return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dict/dclose.c b/dict/dclose.c index d61e87e..9ef33b4 100644 --- a/dict/dclose.c +++ b/dict/dclose.c @@ -1,4 +1,4 @@ -/* $Id: dclose.c,v 1.8 2005-01-15 19:38:21 adam Exp $ +/* $Id: dclose.c,v 1.9 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -41,3 +41,11 @@ int dict_bf_close (Dict_BFile dbf) xfree (dbf); return i; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dict/dcompact.c b/dict/dcompact.c index e68e7d2..ba57c82 100644 --- a/dict/dcompact.c +++ b/dict/dcompact.c @@ -1,4 +1,4 @@ -/* $Id: dcompact.c,v 1.13 2005-01-15 19:38:21 adam Exp $ +/* $Id: dcompact.c,v 1.14 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -142,3 +142,11 @@ int dict_copy_compact (BFiles bfs, const char *from_name, const char *to_name) dict_close (dict_to); return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dict/delete.c b/dict/delete.c index d943a45..52169bc 100644 --- a/dict/delete.c +++ b/dict/delete.c @@ -1,4 +1,4 @@ -/* $Id: delete.c,v 1.11 2005-01-15 19:38:21 adam Exp $ +/* $Id: delete.c,v 1.12 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -229,3 +229,11 @@ int dict_delete_subtree (Dict dict, const char *p, void *client, return dict_del_string (dict, (const Dict_char*) p, dict->head.root, 1, client, f); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dict/dict-p.h b/dict/dict-p.h index e43532c..7df6ba0 100644 --- a/dict/dict-p.h +++ b/dict/dict-p.h @@ -1,4 +1,4 @@ -/* $Id: dict-p.h,v 1.3 2005-01-15 19:38:21 adam Exp $ +/* $Id: dict-p.h,v 1.4 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -111,3 +111,11 @@ void dict_bf_compact (Dict_BFile dbf); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dict/dictext.c b/dict/dictext.c index b2bda3a..a04b057 100644 --- a/dict/dictext.c +++ b/dict/dictext.c @@ -1,4 +1,4 @@ -/* $Id: dictext.c,v 1.13 2005-04-15 10:47:48 adam Exp $ +/* $Id: dictext.c,v 1.14 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -108,3 +108,11 @@ int main (int argc, char **argv) +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dict/dicttest.c b/dict/dicttest.c index 331f5f5..dbebc8d 100644 --- a/dict/dicttest.c +++ b/dict/dicttest.c @@ -1,4 +1,4 @@ -/* $Id: dicttest.c,v 1.35 2005-09-13 11:51:05 adam Exp $ +/* $Id: dicttest.c,v 1.36 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -319,3 +319,11 @@ int main (int argc, char **argv) res_close (my_resource); return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dict/dopen.c b/dict/dopen.c index 80f80e8..89b7085 100644 --- a/dict/dopen.c +++ b/dict/dopen.c @@ -1,4 +1,4 @@ -/* $Id: dopen.c,v 1.12 2005-06-14 20:28:53 adam Exp $ +/* $Id: dopen.c,v 1.13 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -89,3 +89,11 @@ void dict_bf_compact (Dict_BFile dbf) { dbf->compact_flag = 1; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dict/drdwr.c b/dict/drdwr.c index 463b941..0909717 100644 --- a/dict/drdwr.c +++ b/dict/drdwr.c @@ -1,4 +1,4 @@ -/* $Id: drdwr.c,v 1.17 2005-06-14 20:28:53 adam Exp $ +/* $Id: drdwr.c,v 1.18 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -252,3 +252,11 @@ int dict_bf_touch (Dict_BFile dbf, int no) return -1; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dict/insert.c b/dict/insert.c index 1b295d6..b12124b 100644 --- a/dict/insert.c +++ b/dict/insert.c @@ -1,4 +1,4 @@ -/* $Id: insert.c,v 1.25 2005-01-15 19:38:21 adam Exp $ +/* $Id: insert.c,v 1.26 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -449,3 +449,11 @@ int dict_insert (Dict dict, const char *str, int userlen, void *userinfo) userlen, userinfo); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dict/lookgrep.c b/dict/lookgrep.c index 03193ed..2767ba8 100644 --- a/dict/lookgrep.c +++ b/dict/lookgrep.c @@ -1,4 +1,4 @@ -/* $Id: lookgrep.c,v 1.30 2005-11-01 10:16:08 adam Exp $ +/* $Id: lookgrep.c,v 1.31 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -441,3 +441,11 @@ void dict_grep_cmap (Dict dict, void *vp, dict->grep_cmap = cmap; dict->grep_cmap_data = vp; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dict/lookup.c b/dict/lookup.c index f220542..4fa725f 100644 --- a/dict/lookup.c +++ b/dict/lookup.c @@ -1,4 +1,4 @@ -/* $Id: lookup.c,v 1.13 2005-01-15 19:38:23 adam Exp $ +/* $Id: lookup.c,v 1.14 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -103,3 +103,11 @@ char *dict_lookup (Dict dict, const char *p) return NULL; return dict_look (dict, (const Dict_char *) p, dict->head.root); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dict/lookupec.c b/dict/lookupec.c index 7e9ef54..5791ffa 100644 --- a/dict/lookupec.c +++ b/dict/lookupec.c @@ -1,4 +1,4 @@ -/* $Id: lookupec.c,v 1.12 2005-01-15 19:38:23 adam Exp $ +/* $Id: lookupec.c,v 1.13 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -170,3 +170,11 @@ int dict_lookup_ec (Dict dict, char *pattern, int range, return i; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dict/open.c b/dict/open.c index 27ff9da..07cf10d 100644 --- a/dict/open.c +++ b/dict/open.c @@ -1,4 +1,4 @@ -/* $Id: open.c,v 1.24 2006-03-26 14:03:18 adam Exp $ +/* $Id: open.c,v 1.25 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -105,3 +105,11 @@ int dict_strlen (const Dict_char *s) { return strlen((const char *) s); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dict/scan.c b/dict/scan.c index 2e300b6..02d3361 100644 --- a/dict/scan.c +++ b/dict/scan.c @@ -1,4 +1,4 @@ -/* $Id: scan.c,v 1.19 2005-01-15 19:38:24 adam Exp $ +/* $Id: scan.c,v 1.20 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -226,3 +226,11 @@ int dict_scan (Dict dict, char *str, int *before, int *after, void *client, return dict_scan_r (dict, dict->head.root, 0, (Dict_char *) str, before, after, client, f); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/dict/scantest.c b/dict/scantest.c index f9de000..732aab5 100644 --- a/dict/scantest.c +++ b/dict/scantest.c @@ -1,4 +1,4 @@ -/* $Id: scantest.c,v 1.4 2005-04-29 18:43:30 adam Exp $ +/* $Id: scantest.c,v 1.5 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -186,3 +186,11 @@ int main(int argc, char **argv) exit(1); exit(0); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/bset.h b/include/bset.h index de9eea7..78b9957 100644 --- a/include/bset.h +++ b/include/bset.h @@ -1,4 +1,4 @@ -/* $Id: bset.h,v 1.6 2005-01-15 21:45:42 adam Exp $ +/* $Id: bset.h,v 1.7 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -60,3 +60,11 @@ void pr_charBSet (BSetHandle *sh, BSet src, void (*f)(int)); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/charmap.h b/include/charmap.h index ed248e1..518d30f 100644 --- a/include/charmap.h +++ b/include/charmap.h @@ -1,4 +1,4 @@ -/* $Id: charmap.h,v 1.14 2005-06-15 21:31:45 adam Exp $ +/* $Id: charmap.h,v 1.15 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -52,3 +52,11 @@ YAZ_EXPORT const char *chr_map_output(chrmaptab t, const char **from, int len); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/d1_absyn.h b/include/d1_absyn.h index 80556ed..00804f1 100644 --- a/include/d1_absyn.h +++ b/include/d1_absyn.h @@ -1,4 +1,4 @@ -/* $Id: d1_absyn.h,v 1.2 2005-06-29 16:52:27 adam Exp $ +/* $Id: d1_absyn.h,v 1.3 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -60,3 +60,11 @@ struct data1_absyn }; #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/dfa.h b/include/dfa.h index 345109d..f0de59c 100644 --- a/include/dfa.h +++ b/include/dfa.h @@ -1,4 +1,4 @@ -/* $Id: dfa.h,v 1.12 2005-01-15 21:45:42 adam Exp $ +/* $Id: dfa.h,v 1.13 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -102,3 +102,11 @@ extern unsigned short YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/dfaset.h b/include/dfaset.h index 1f52be7..4254cd8 100644 --- a/include/dfaset.h +++ b/include/dfaset.h @@ -1,4 +1,4 @@ -/* $Id: dfaset.h,v 1.1 2005-01-15 21:45:42 adam Exp $ +/* $Id: dfaset.h,v 1.2 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -55,3 +55,11 @@ int eq_DFASet (DFASetType s, DFASet s1, DFASet s2); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/direntz.h b/include/direntz.h index 1b2035a..656eba8 100644 --- a/include/direntz.h +++ b/include/direntz.h @@ -1,4 +1,4 @@ -/* $Id: direntz.h,v 1.11 2005-01-15 22:13:14 adam Exp $ +/* $Id: direntz.h,v 1.12 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -46,3 +46,11 @@ YAZ_END_CDECL #include #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/api.h b/include/idzebra/api.h index 622469d..e6ce250 100644 --- a/include/idzebra/api.h +++ b/include/idzebra/api.h @@ -1,4 +1,4 @@ -/* $Id: api.h,v 1.33 2006-04-04 00:09:51 adam Exp $ +/* $Id: api.h,v 1.34 2006-05-10 08:13:19 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -571,3 +571,11 @@ YAZ_END_CDECL */ #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/api_swig.h b/include/idzebra/api_swig.h index edd3e09..74ed40a 100644 --- a/include/idzebra/api_swig.h +++ b/include/idzebra/api_swig.h @@ -110,3 +110,11 @@ void args_use (IDZebraSession sess, if (local) res_close(local); \ #endif /* API_SWIG_H */ +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/bfile.h b/include/idzebra/bfile.h index d61e651..9a4ff67 100644 --- a/include/idzebra/bfile.h +++ b/include/idzebra/bfile.h @@ -1,4 +1,4 @@ -/* $Id: bfile.h,v 1.8 2006-05-05 09:15:11 adam Exp $ +/* $Id: bfile.h,v 1.9 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -220,3 +220,11 @@ int bfs_shadow_directory_stat(BFiles bfs, int no, const char **directory, YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/data1.h b/include/idzebra/data1.h index dfdcd03..eda8ea4 100644 --- a/include/idzebra/data1.h +++ b/include/idzebra/data1.h @@ -1,4 +1,4 @@ -/* $Id: data1.h,v 1.11 2006-03-29 10:43:24 adam Exp $ +/* $Id: data1.h,v 1.12 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -590,3 +590,11 @@ YAZ_EXPORT void data1_absyn_destroy(data1_handle dh); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/dict.h b/include/idzebra/dict.h index a620165..8a2828b 100644 --- a/include/idzebra/dict.h +++ b/include/idzebra/dict.h @@ -1,4 +1,4 @@ -/* $Id: dict.h,v 1.4 2005-05-01 20:43:11 adam Exp $ +/* $Id: dict.h,v 1.5 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -98,3 +98,11 @@ int dict_copy_compact (BFiles bfs, const char *from, const char *to); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/flock.h b/include/idzebra/flock.h index a45b603..8e52e9f 100644 --- a/include/idzebra/flock.h +++ b/include/idzebra/flock.h @@ -1,4 +1,4 @@ -/* $Id: flock.h,v 1.2 2006-03-23 12:06:37 adam Exp $ +/* $Id: flock.h,v 1.3 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -48,3 +48,11 @@ int zebra_lock_r (ZebraLockHandle h); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/isam-codec.h b/include/idzebra/isam-codec.h index 8223e0b..bca1591 100644 --- a/include/idzebra/isam-codec.h +++ b/include/idzebra/isam-codec.h @@ -1,4 +1,4 @@ -/* $Id: isam-codec.h,v 1.2 2005-01-15 19:38:24 adam Exp $ +/* $Id: isam-codec.h,v 1.3 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -32,3 +32,11 @@ typedef struct { } ISAM_CODEC; #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/isam.h b/include/idzebra/isam.h index 000178c..250184a 100644 --- a/include/idzebra/isam.h +++ b/include/idzebra/isam.h @@ -1,4 +1,4 @@ -/* $Id: isam.h,v 1.2 2005-01-15 19:38:24 adam Exp $ +/* $Id: isam.h,v 1.3 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -220,3 +220,11 @@ ISAM isam_open (BFiles bfs, #endif #endif /* ISAM_H */ +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/isamb.h b/include/idzebra/isamb.h index 142bd3f..1f89e56 100644 --- a/include/idzebra/isamb.h +++ b/include/idzebra/isamb.h @@ -1,4 +1,4 @@ -/* $Id: isamb.h,v 1.5 2005-04-13 13:03:47 adam Exp $ +/* $Id: isamb.h,v 1.6 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -75,3 +75,11 @@ void isamb_dump(ISAMB b, ISAM_P pos, void (*pr)(const char *str)); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/isamc.h b/include/idzebra/isamc.h index 7b7aeba..bafee88 100644 --- a/include/idzebra/isamc.h +++ b/include/idzebra/isamc.h @@ -1,4 +1,4 @@ -/* $Id: isamc.h,v 1.4 2005-04-15 10:47:48 adam Exp $ +/* $Id: isamc.h,v 1.5 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -96,3 +96,11 @@ int isamc_block_size (ISAMC is, int type); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/isams.h b/include/idzebra/isams.h index 8f85bf0..65b35af 100644 --- a/include/idzebra/isams.h +++ b/include/idzebra/isams.h @@ -1,4 +1,4 @@ -/* $Id: isams.h,v 1.3 2005-04-13 13:03:47 adam Exp $ +/* $Id: isams.h,v 1.4 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -63,3 +63,11 @@ int isams_pp_num (ISAMS_PP pp); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/recctrl.h b/include/idzebra/recctrl.h index 3600245..fddb08a 100644 --- a/include/idzebra/recctrl.h +++ b/include/idzebra/recctrl.h @@ -1,4 +1,4 @@ -/* $Id: recctrl.h,v 1.18 2006-05-05 09:12:21 adam Exp $ +/* $Id: recctrl.h,v 1.19 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -169,3 +169,11 @@ RecType recType_byName(RecTypes rts, Res res, const char *name, YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/recgrs.h b/include/idzebra/recgrs.h index 2e0b3a3..0a6d7ce 100644 --- a/include/idzebra/recgrs.h +++ b/include/idzebra/recgrs.h @@ -1,4 +1,4 @@ -/* $Id: recgrs.h,v 1.3 2005-01-15 19:38:24 adam Exp $ +/* $Id: recgrs.h,v 1.4 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -54,3 +54,11 @@ int grs_extract_tree(struct recExtractCtrl *p, data1_node *n); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/res.h b/include/idzebra/res.h index fb2662a..797286f 100644 --- a/include/idzebra/res.h +++ b/include/idzebra/res.h @@ -1,4 +1,4 @@ -/* $Id: res.h,v 1.8 2005-09-15 09:27:18 pop Exp $ +/* $Id: res.h,v 1.9 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -94,3 +94,11 @@ void res_dump (Res r, int level); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/snippet.h b/include/idzebra/snippet.h index 4766927..6e527d0 100644 --- a/include/idzebra/snippet.h +++ b/include/idzebra/snippet.h @@ -1,4 +1,4 @@ -/* $Id: snippet.h,v 1.4 2005-08-26 10:13:30 adam Exp $ +/* $Id: snippet.h,v 1.5 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -66,3 +66,11 @@ zebra_snippets *zebra_snippets_window(zebra_snippets *doc, zebra_snippets *hit, YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/util.h b/include/idzebra/util.h index ea7baec..b0f54f3 100644 --- a/include/idzebra/util.h +++ b/include/idzebra/util.h @@ -1,4 +1,4 @@ -/* $Id: util.h,v 1.5 2005-11-09 11:51:29 adam Exp $ +/* $Id: util.h,v 1.6 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -88,3 +88,11 @@ YAZ_END_CDECL #define NATTR 0 #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/version.h b/include/idzebra/version.h index fe80f34..cc624b8 100644 --- a/include/idzebra/version.h +++ b/include/idzebra/version.h @@ -1,4 +1,4 @@ -/* $Id: version.h,v 1.3 2005-03-30 09:25:23 adam Exp $ +/* $Id: version.h,v 1.4 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -24,6 +24,14 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA #define ZEBRAVER "1.4.0" -#define ZEBRADATE "$Date: 2005-03-30 09:25:23 $" +#define ZEBRADATE "$Date: 2006-05-10 08:13:20 $" #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/idzebra/zebramap.h b/include/idzebra/zebramap.h index 0349316..a7ef2f7 100644 --- a/include/idzebra/zebramap.h +++ b/include/idzebra/zebramap.h @@ -1,4 +1,4 @@ -/* $Id: zebramap.h,v 1.5 2006-03-28 12:39:07 adam Exp $ +/* $Id: zebramap.h,v 1.6 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -75,3 +75,11 @@ WRBUF zebra_replace(ZebraMaps zms, unsigned reg_id, const char *ex_list, YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/passwddb.h b/include/passwddb.h index 2d86782..f6b8015 100644 --- a/include/passwddb.h +++ b/include/passwddb.h @@ -1,4 +1,4 @@ -/* $Id: passwddb.h,v 1.7 2005-05-30 13:27:08 adam Exp $ +/* $Id: passwddb.h,v 1.8 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -40,3 +40,11 @@ YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/rset.h b/include/rset.h index 7c33116..12e2e07 100644 --- a/include/rset.h +++ b/include/rset.h @@ -1,4 +1,4 @@ -/* $Id: rset.h,v 1.57 2005-06-22 19:42:37 adam Exp $ +/* $Id: rset.h,v 1.58 2006-05-10 08:13:18 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -268,3 +268,11 @@ void rset_visit(RSET rset, int level); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/sortidx.h b/include/sortidx.h index d77ca12..ff27d6b 100644 --- a/include/sortidx.h +++ b/include/sortidx.h @@ -1,4 +1,4 @@ -/* $Id: sortidx.h,v 1.8 2005-01-15 21:45:42 adam Exp $ +/* $Id: sortidx.h,v 1.9 2006-05-10 08:13:19 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -43,3 +43,11 @@ void sortIdx_read (SortIdx si, char *buf); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/zebra-lock.h b/include/zebra-lock.h index 43f68da..2312f57 100644 --- a/include/zebra-lock.h +++ b/include/zebra-lock.h @@ -1,4 +1,4 @@ -/* $Id: zebra-lock.h,v 1.8 2005-01-15 19:38:24 adam Exp $ +/* $Id: zebra-lock.h,v 1.9 2006-05-10 08:13:19 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -89,3 +89,11 @@ YAZ_EXPORT int zebra_mutex_cond_signal (Zebra_mutex_cond *p); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/include/zebra_xpath.h b/include/zebra_xpath.h index 20a876a..3ab9f6c 100644 --- a/include/zebra_xpath.h +++ b/include/zebra_xpath.h @@ -37,3 +37,11 @@ void dump_xp_steps (struct xpath_location_step *xpath, int no); #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/api_swig.c b/index/api_swig.c index 4bb9ab3..f453abd 100644 --- a/index/api_swig.c +++ b/index/api_swig.c @@ -336,3 +336,11 @@ void free_array(const char **args) xfree (args); } } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/apitest.c b/index/apitest.c index 6c27a32..d655f92 100644 --- a/index/apitest.c +++ b/index/apitest.c @@ -1,4 +1,4 @@ -/* $Id: apitest.c,v 1.24 2006-03-31 15:58:04 adam Exp $ +/* $Id: apitest.c,v 1.25 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -287,3 +287,11 @@ int main (int argc, char **argv) zebra_stop (zs); return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/attribute.c b/index/attribute.c index cfeb007..a637f99 100644 --- a/index/attribute.c +++ b/index/attribute.c @@ -1,4 +1,4 @@ -/* $Id: attribute.c,v 1.21 2006-02-22 08:42:16 adam Exp $ +/* $Id: attribute.c,v 1.22 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -69,3 +69,11 @@ int att_getentbyatt(ZebraHandle zi, attent *res, oid_value set, int att, res->local_attributes = r->locals; return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/compact.c b/index/compact.c index be24030..08c880c 100644 --- a/index/compact.c +++ b/index/compact.c @@ -1,4 +1,4 @@ -/* $Id: compact.c,v 1.4 2005-01-15 19:38:24 adam Exp $ +/* $Id: compact.c,v 1.5 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -32,3 +32,11 @@ void inv_compact (BFiles bfs) { dict_copy_compact (bfs, FNAME_DICT, "out"); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/dir.c b/index/dir.c index 44b22cb..eb468ae 100644 --- a/index/dir.c +++ b/index/dir.c @@ -1,4 +1,4 @@ -/* $Id: dir.c,v 1.32 2006-04-04 00:09:00 adam Exp $ +/* $Id: dir.c,v 1.33 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -154,3 +154,11 @@ void dir_free (struct dir_entry **e_p) xfree (e); *e_p = NULL; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/dirs.c b/index/dirs.c index aa466a7..c5416ee 100644 --- a/index/dirs.c +++ b/index/dirs.c @@ -1,4 +1,4 @@ -/* $Id: dirs.c,v 1.23 2005-05-09 19:57:35 adam Exp $ +/* $Id: dirs.c,v 1.24 2006-05-10 08:13:20 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -222,3 +222,11 @@ void dirs_free (struct dirs_info **pp) *pp = NULL; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/extract.c b/index/extract.c index 10ff2bf..3f21862 100644 --- a/index/extract.c +++ b/index/extract.c @@ -1,4 +1,4 @@ -/* $Id: extract.c,v 1.208 2006-05-09 11:31:37 marc Exp $ +/* $Id: extract.c,v 1.209 2006-05-10 08:13:21 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -2159,3 +2159,11 @@ void encode_key_flush (struct encode_info *i, FILE *outf) i->prevseq=0; } #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/index.h b/index/index.h index 82480b5..588f96c 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.159 2006-05-03 09:31:26 marc Exp $ +/* $Id: index.h,v 1.160 2006-05-10 08:13:21 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -491,3 +491,11 @@ void zebra_term_untrans(ZebraHandle zh, int reg_type, YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/invstat.c b/index/invstat.c index 905e961..40fc02a 100644 --- a/index/invstat.c +++ b/index/invstat.c @@ -1,4 +1,4 @@ -/* $Id: invstat.c,v 1.49 2006-05-05 09:14:03 adam Exp $ +/* $Id: invstat.c,v 1.50 2006-05-10 08:13:21 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -299,3 +299,11 @@ int zebra_register_statistics (ZebraHandle zh, int dumpdict) return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/kcompare.c b/index/kcompare.c index d05ad2a..83f5af5 100644 --- a/index/kcompare.c +++ b/index/kcompare.c @@ -1,4 +1,4 @@ -/* $Id: kcompare.c,v 1.57 2005-05-31 07:29:10 adam Exp $ +/* $Id: kcompare.c,v 1.58 2006-05-10 08:13:21 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -338,3 +338,11 @@ int key_SU_decode (int *ch, const unsigned char *out) return len; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/kcontrol.c b/index/kcontrol.c index ad7f81f..e5d2b6b 100644 --- a/index/kcontrol.c +++ b/index/kcontrol.c @@ -1,4 +1,4 @@ -/* $Id: kcontrol.c,v 1.1 2005-05-03 09:11:34 adam Exp $ +/* $Id: kcontrol.c,v 1.2 2006-05-10 08:13:21 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -74,3 +74,11 @@ struct rset_key_control *zebra_key_control_create(ZebraHandle zh) return kc; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/kdump.c b/index/kdump.c index ce273be..6103bca 100644 --- a/index/kdump.c +++ b/index/kdump.c @@ -1,4 +1,4 @@ -/* $Id: kdump.c,v 1.30 2005-08-05 10:40:13 adam Exp $ +/* $Id: kdump.c,v 1.31 2006-05-10 08:13:21 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -195,3 +195,11 @@ int main (int argc, char **argv) exit (0); } #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/kinput.c b/index/kinput.c index f98c0d5..899c5d5 100644 --- a/index/kinput.c +++ b/index/kinput.c @@ -1,4 +1,4 @@ -/* $Id: kinput.c,v 1.73 2006-05-09 08:12:22 adam Exp $ +/* $Id: kinput.c,v 1.74 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -885,3 +885,11 @@ void zebra_index_merge (ZebraHandle zh) key_heap_destroy (hi, nkeys); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/limit.c b/index/limit.c index 972d77e..f431cfb 100644 --- a/index/limit.c +++ b/index/limit.c @@ -1,4 +1,4 @@ -/* $Id: limit.c,v 1.6 2005-11-29 09:37:04 adam Exp $ +/* $Id: limit.c,v 1.7 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -123,3 +123,11 @@ void zebra_limit_for_rset(struct zebra_limit *zl, } } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/main.c b/index/main.c index ae942ed..6ccc1f5 100644 --- a/index/main.c +++ b/index/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.128 2006-03-31 15:58:04 adam Exp $ +/* $Id: main.c,v 1.129 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -304,3 +304,11 @@ int main (int argc, char **argv) return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/orddict.c b/index/orddict.c index e93d04f..f53f0d1 100644 --- a/index/orddict.c +++ b/index/orddict.c @@ -1,4 +1,4 @@ -/* $Id: orddict.c,v 1.2 2006-02-09 08:31:02 adam Exp $ +/* $Id: orddict.c,v 1.3 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -72,3 +72,11 @@ int dict_delete_subtree_ord(Dict d, int ord, void *client, wrbuf_free(w, 1); return r; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/orddict.h b/index/orddict.h index db9a455..d630ad6 100644 --- a/index/orddict.h +++ b/index/orddict.h @@ -1,4 +1,4 @@ -/* $Id: orddict.h,v 1.2 2006-02-09 08:31:02 adam Exp $ +/* $Id: orddict.h,v 1.3 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -39,3 +39,11 @@ int dict_delete_subtree_ord(Dict d, int ord, void *client, YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/rank.h b/index/rank.h index 4ef5aa1..93632e6 100644 --- a/index/rank.h +++ b/index/rank.h @@ -1,4 +1,4 @@ -/* $Id: rank.h,v 1.1 2006-05-03 09:31:26 marc Exp $ +/* $Id: rank.h,v 1.2 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -61,3 +61,11 @@ extern struct rank_control *rank_similarity_class; YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/rank1.c b/index/rank1.c index 5bfae86..d9153b5 100644 --- a/index/rank1.c +++ b/index/rank1.c @@ -1,4 +1,4 @@ -/* $Id: rank1.c,v 1.29 2006-05-03 13:26:12 marc Exp $ +/* $Id: rank1.c,v 1.30 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -246,3 +246,11 @@ static struct rank_control rank_control = { }; struct rank_control *rank_1_class = &rank_control; +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/ranksimilarity.c b/index/ranksimilarity.c index 5394b30..c740de2 100644 --- a/index/ranksimilarity.c +++ b/index/ranksimilarity.c @@ -1,4 +1,4 @@ -/* $Id: ranksimilarity.c,v 1.6 2006-05-10 07:54:41 marc Exp $ +/* $Id: ranksimilarity.c,v 1.7 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -403,3 +403,11 @@ static struct rank_control rank_control = { }; struct rank_control *rank_similarity_class = &rank_control; +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/rankstatic.c b/index/rankstatic.c index a937ad7..5ba63ef 100644 --- a/index/rankstatic.c +++ b/index/rankstatic.c @@ -1,4 +1,4 @@ -/* $Id: rankstatic.c,v 1.5 2006-05-03 09:31:26 marc Exp $ +/* $Id: rankstatic.c,v 1.6 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -181,3 +181,11 @@ static struct rank_control rank_control = { }; struct rank_control *rank_static_class = &rank_control; +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/recindex.c b/index/recindex.c index bef5034..b9cd407 100644 --- a/index/recindex.c +++ b/index/recindex.c @@ -1,4 +1,4 @@ -/* $Id: recindex.c,v 1.47 2006-03-26 14:17:01 adam Exp $ +/* $Id: recindex.c,v 1.48 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -977,3 +977,11 @@ char *rec_strdup(const char *s, size_t *len) return p; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/recindex.h b/index/recindex.h index 0e6f2a6..a3c808c 100644 --- a/index/recindex.h +++ b/index/recindex.h @@ -1,4 +1,4 @@ -/* $Id: recindex.h,v 1.26 2006-03-26 14:17:01 adam Exp $ +/* $Id: recindex.h,v 1.27 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -72,3 +72,11 @@ enum { YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/recindxp.h b/index/recindxp.h index 1a18b97..dbc2e29 100644 --- a/index/recindxp.h +++ b/index/recindxp.h @@ -1,4 +1,4 @@ -/* $Id: recindxp.h,v 1.17 2005-01-15 19:38:26 adam Exp $ +/* $Id: recindxp.h,v 1.18 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -81,3 +81,11 @@ struct record_index_entry { }; YAZ_END_CDECL +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/reckeys.c b/index/reckeys.c index 346fd28..067de6b 100644 --- a/index/reckeys.c +++ b/index/reckeys.c @@ -1,4 +1,4 @@ -/* $Id: reckeys.c,v 1.3 2005-11-09 11:51:29 adam Exp $ +/* $Id: reckeys.c,v 1.4 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -251,3 +251,11 @@ int zebra_rec_keys_read(zebra_rec_keys_t keys, } return 1; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/reckeys.h b/index/reckeys.h index 2fc05a0..42348ea 100644 --- a/index/reckeys.h +++ b/index/reckeys.h @@ -1,4 +1,4 @@ -/* $Id: reckeys.h,v 1.3 2005-11-09 11:51:29 adam Exp $ +/* $Id: reckeys.h,v 1.4 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -47,3 +47,11 @@ void zebra_rec_keys_set_buf(zebra_rec_keys_t p, char *buf, size_t sz, int copy_buf); #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/recstat.c b/index/recstat.c index edab221..48f890d 100644 --- a/index/recstat.c +++ b/index/recstat.c @@ -1,4 +1,4 @@ -/* $Id: recstat.c,v 1.14 2005-06-14 20:28:54 adam Exp $ +/* $Id: recstat.c,v 1.15 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -58,3 +58,11 @@ void rec_prstat (Records records) "Total size with overhead %8" ZINT_FORMAT0, total_bytes); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/retrieve.c b/index/retrieve.c index 675f7e0..16ae27a 100644 --- a/index/retrieve.c +++ b/index/retrieve.c @@ -1,4 +1,4 @@ -/* $Id: retrieve.c,v 1.39 2006-05-02 08:27:43 marc Exp $ +/* $Id: retrieve.c,v 1.40 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -320,3 +320,11 @@ int zebra_record_fetch (ZebraHandle zh, SYSNO sysno, int score, *addinfo = retrieveCtrl.addinfo; return retrieveCtrl.diagnostic; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/sortidx.c b/index/sortidx.c index d9c3fb8..413e251 100644 --- a/index/sortidx.c +++ b/index/sortidx.c @@ -1,4 +1,4 @@ -/* $Id: sortidx.c,v 1.15 2005-08-18 19:20:38 adam Exp $ +/* $Id: sortidx.c,v 1.16 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -144,3 +144,11 @@ void sortIdx_read (SortIdx si, char *buf) if (!r) memset (buf, 0, SORT_IDX_ENTRYSIZE); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/symtab.c b/index/symtab.c index 1c6fde4..5103d5d 100644 --- a/index/symtab.c +++ b/index/symtab.c @@ -1,4 +1,4 @@ -/* $Id: symtab.c,v 1.8 2005-01-15 19:38:27 adam Exp $ +/* $Id: symtab.c,v 1.9 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -90,3 +90,11 @@ void strtab_del (struct strtab *t, } xfree (t); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/trav.c b/index/trav.c index a2786fc..17f961d 100644 --- a/index/trav.c +++ b/index/trav.c @@ -1,4 +1,4 @@ -/* $Id: trav.c,v 1.50 2006-04-05 02:11:44 adam Exp $ +/* $Id: trav.c,v 1.51 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -447,3 +447,11 @@ void repositoryDelete (ZebraHandle zh, const char *path) repositoryExtractG (zh, path, 1); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/trunc.c b/index/trunc.c index 00f453c..297795c 100644 --- a/index/trunc.c +++ b/index/trunc.c @@ -1,4 +1,4 @@ -/* $Id: trunc.c,v 1.64 2005-10-22 17:32:09 adam Exp $ +/* $Id: trunc.c,v 1.65 2006-05-10 08:13:22 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -465,3 +465,11 @@ RSET rset_trunc(ZebraHandle zi, ISAM_P *isam_p, int no, return result; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/zebraapi.c b/index/zebraapi.c index 9a88ead..c40bce8 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -1,4 +1,4 @@ -/* $Id: zebraapi.c,v 1.216 2006-05-05 07:34:25 adam Exp $ +/* $Id: zebraapi.c,v 1.217 2006-05-10 08:13:23 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -2473,3 +2473,11 @@ void zebra_lock_prefix (Res res, char *path) strcat (path, "/"); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/zebrash.c b/index/zebrash.c index 462bfda..e1f6ede 100644 --- a/index/zebrash.c +++ b/index/zebrash.c @@ -1,4 +1,4 @@ -/* $Id: zebrash.c,v 1.36 2005-12-09 11:33:32 adam Exp $ +/* $Id: zebrash.c,v 1.37 2006-05-10 08:13:23 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -861,3 +861,11 @@ int main (int argc, char ** argv) shell(); return 0; } /* main */ +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/zinfo.c b/index/zinfo.c index a61dac1..8551e90 100644 --- a/index/zinfo.c +++ b/index/zinfo.c @@ -1,4 +1,4 @@ -/* $Id: zinfo.c,v 1.57 2006-03-30 09:52:15 adam Exp $ +/* $Id: zinfo.c,v 1.58 2006-05-10 08:13:23 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -1667,3 +1667,11 @@ void zebraExplain_loadAttsets (data1_handle dh, Res res) If the database doesn't exist globally (in TargetInfo) an AttributeSetInfo must be added (globally). */ +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/zinfo.h b/index/zinfo.h index 981353d..a0cfacc 100644 --- a/index/zinfo.h +++ b/index/zinfo.h @@ -1,4 +1,4 @@ -/* $Id: zinfo.h,v 1.29 2006-03-30 09:52:15 adam Exp $ +/* $Id: zinfo.h,v 1.30 2006-05-10 08:13:23 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -88,3 +88,11 @@ RecordAttr *rec_init_attr (ZebraExplainInfo zei, Record rec); YAZ_END_CDECL #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/zrpn.c b/index/zrpn.c index b72d4d2..2a25753 100644 --- a/index/zrpn.c +++ b/index/zrpn.c @@ -1,4 +1,4 @@ -/* $Id: zrpn.c,v 1.211 2006-05-09 10:46:56 adam Exp $ +/* $Id: zrpn.c,v 1.212 2006-05-10 08:13:23 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -3127,3 +3127,11 @@ ZEBRA_RES rpn_scan(ZebraHandle zh, ODR stream, Z_AttributesPlusTerm *zapt, return ZEBRA_OK; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/zserver.c b/index/zserver.c index 565e652..8989087 100644 --- a/index/zserver.c +++ b/index/zserver.c @@ -1,4 +1,4 @@ -/* $Id: zserver.c,v 1.145 2006-03-31 15:58:04 adam Exp $ +/* $Id: zserver.c,v 1.146 2006-05-10 08:13:23 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -841,3 +841,11 @@ int main (int argc, char **argv) return statserv_main (argc, argv, bend_init, bend_close); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/zserver.h b/index/zserver.h index 138f777..08b7149 100644 --- a/index/zserver.h +++ b/index/zserver.h @@ -1,4 +1,4 @@ -/* $Id: zserver.h,v 1.59 2005-01-15 19:38:29 adam Exp $ +/* $Id: zserver.h,v 1.60 2006-05-10 08:13:25 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -29,3 +29,11 @@ Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA YAZ_BEGIN_CDECL YAZ_END_CDECL +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/zsets.c b/index/zsets.c index 98fd1dc..a223a7a 100644 --- a/index/zsets.c +++ b/index/zsets.c @@ -1,4 +1,4 @@ -/* $Id: zsets.c,v 1.100 2006-05-03 09:31:26 marc Exp $ +/* $Id: zsets.c,v 1.101 2006-05-10 08:13:26 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -1202,3 +1202,11 @@ ZEBRA_RES zebra_snippets_hit_vector(ZebraHandle zh, const char *setname, return ZEBRA_OK; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/index/zvrank.c b/index/zvrank.c index 88433bf..c2fc218 100644 --- a/index/zvrank.c +++ b/index/zvrank.c @@ -1,4 +1,4 @@ -/* $Id: zvrank.c,v 1.20 2006-05-03 09:31:26 marc Exp $ +/* $Id: zvrank.c,v 1.21 2006-05-10 08:13:26 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -842,3 +842,11 @@ static struct rank_control rank_control_vsm = { struct rank_control *rank_zv_class = &rank_control_vsm; +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/isamb/isamb.c b/isamb/isamb.c index 57e05bd..151960e 100644 --- a/isamb/isamb.c +++ b/isamb/isamb.c @@ -1,4 +1,4 @@ -/* $Id: isamb.c,v 1.81 2005-08-19 12:58:01 adam Exp $ +/* $Id: isamb.c,v 1.82 2006-05-10 08:13:26 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -1947,3 +1947,11 @@ again: } return 1; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/isamb/tstisamb.c b/isamb/tstisamb.c index 048e6cb..a85b276 100644 --- a/isamb/tstisamb.c +++ b/isamb/tstisamb.c @@ -1,4 +1,4 @@ -/* $Id: tstisamb.c,v 1.22 2005-10-27 09:09:52 adam Exp $ +/* $Id: tstisamb.c,v 1.23 2006-05-10 08:13:27 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -581,3 +581,11 @@ int main(int argc, char **argv) exit(0); return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/isamc/isamc-p.h b/isamc/isamc-p.h index c03894f..ca82daa 100644 --- a/isamc/isamc-p.h +++ b/isamc/isamc-p.h @@ -1,4 +1,4 @@ -/* $Id: isamc-p.h,v 1.15 2005-04-19 08:44:30 adam Exp $ +/* $Id: isamc-p.h,v 1.16 2006-05-10 08:13:27 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -104,3 +104,11 @@ int isamc_write_block (ISAMC is, int cat, zint pos, char *src); YAZ_END_CDECL +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/isamc/isamc.c b/isamc/isamc.c index 61949c4..a736e42 100644 --- a/isamc/isamc.c +++ b/isamc/isamc.c @@ -1,4 +1,4 @@ -/* $Id: isamc.c,v 1.30 2005-04-13 13:03:48 adam Exp $ +/* $Id: isamc.c,v 1.31 2006-05-10 08:13:27 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -574,3 +574,11 @@ zint isamc_pp_num (ISAMC_PP pp) return pp->numKeys; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/isamc/merge.c b/isamc/merge.c index 68fc2e5..072e5ae 100644 --- a/isamc/merge.c +++ b/isamc/merge.c @@ -1,4 +1,4 @@ -/* $Id: merge.c,v 1.30 2005-04-13 13:03:48 adam Exp $ +/* $Id: merge.c,v 1.31 2006-05-10 08:13:27 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -479,3 +479,11 @@ void isamc_merge (ISAMC is, ISAM_P *ipos, ISAMC_I *data) *ipos = cat + firstpos * 8; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/isams/isams.c b/isams/isams.c index 9ddc0f0..f60771f 100644 --- a/isams/isams.c +++ b/isams/isams.c @@ -1,4 +1,4 @@ -/* $Id: isams.c,v 1.12 2005-04-13 13:03:48 adam Exp $ +/* $Id: isams.c,v 1.13 2006-05-10 08:13:28 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -251,3 +251,11 @@ int isams_read_item (ISAMS_PP pp, char **dst) } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/recctrl/alvis.c b/recctrl/alvis.c index fd35eae..1a28b76 100644 --- a/recctrl/alvis.c +++ b/recctrl/alvis.c @@ -1,4 +1,4 @@ -/* $Id: alvis.c,v 1.10 2006-05-02 08:27:43 marc Exp $ +/* $Id: alvis.c,v 1.11 2006-05-10 08:13:28 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -679,3 +679,11 @@ idzebra_filter &filter_type, 0, }; +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/recctrl/csvread.c b/recctrl/csvread.c index cbf73e1..6e2b064 100644 --- a/recctrl/csvread.c +++ b/recctrl/csvread.c @@ -1,4 +1,4 @@ -/* $Id: csvread.c,v 1.4 2006-04-26 11:12:31 adam Exp $ +/* $Id: csvread.c,v 1.5 2006-05-10 08:13:28 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -334,3 +334,11 @@ idzebra_filter &grs_type_csv, 0, }; +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/recctrl/danbibr.c b/recctrl/danbibr.c index d949124..92e1d18 100644 --- a/recctrl/danbibr.c +++ b/recctrl/danbibr.c @@ -1,4 +1,4 @@ -/* $Id: danbibr.c,v 1.10 2005-03-31 12:42:06 adam Exp $ +/* $Id: danbibr.c,v 1.11 2006-05-10 08:13:28 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -238,3 +238,11 @@ idzebra_filter +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/recctrl/inline.c b/recctrl/inline.c index be1a1de..30c04d9 100644 --- a/recctrl/inline.c +++ b/recctrl/inline.c @@ -1,5 +1,5 @@ /* - $Id: inline.c,v 1.5 2004-12-13 20:51:32 adam Exp $ + $Id: inline.c,v 1.6 2006-05-10 08:13:28 adam Exp $ */ #include #include @@ -123,3 +123,11 @@ int inline_parse(inline_field *pif, const char *tag, const char *s) } return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/recctrl/inline.h b/recctrl/inline.h index a171bbc..a9ea93e 100644 --- a/recctrl/inline.h +++ b/recctrl/inline.h @@ -1,5 +1,5 @@ /* - $Id: inline.h,v 1.3 2003-11-24 12:54:57 mike Exp $ + $Id: inline.h,v 1.4 2006-05-10 08:13:28 adam Exp $ */ #ifndef INLINE_H #define INLINE_H @@ -35,3 +35,11 @@ void inline_destroy_field(inline_field *p); #endif #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/recctrl/marcomp.c b/recctrl/marcomp.c index 23b4044..276bfdc 100644 --- a/recctrl/marcomp.c +++ b/recctrl/marcomp.c @@ -1,5 +1,5 @@ /* - $Id: marcomp.c,v 1.5 2005-01-03 19:27:53 adam Exp $ + $Id: marcomp.c,v 1.6 2006-05-10 08:13:28 adam Exp $ marcomp.c - compiler of MARC statements. */ @@ -403,3 +403,11 @@ mc_subfield *mc_getsubfields(mc_context *c, mc_subfield *parent) } return psf; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/recctrl/marcomp.h b/recctrl/marcomp.h index 48a90f8..4c34023 100644 --- a/recctrl/marcomp.h +++ b/recctrl/marcomp.h @@ -1,5 +1,5 @@ /* - $Id: marcomp.h,v 1.1 2003-02-28 12:33:39 oleg Exp $ + $Id: marcomp.h,v 1.2 2006-05-10 08:13:28 adam Exp $ */ #ifndef MARCOMP_H #define MARCOMP_H @@ -107,3 +107,11 @@ const char *mc_error(mc_errcode no); #endif #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/recctrl/marcread.c b/recctrl/marcread.c index 320cbde..5d74c35 100644 --- a/recctrl/marcread.c +++ b/recctrl/marcread.c @@ -1,4 +1,4 @@ -/* $Id: marcread.c,v 1.33 2006-04-26 11:12:31 adam Exp $ +/* $Id: marcread.c,v 1.34 2006-05-10 08:13:28 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -889,3 +889,11 @@ idzebra_filter 0, }; +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/recctrl/recctrl.c b/recctrl/recctrl.c index 586a187..410effc 100644 --- a/recctrl/recctrl.c +++ b/recctrl/recctrl.c @@ -1,4 +1,4 @@ -/* $Id: recctrl.c,v 1.24 2006-05-05 07:34:26 adam Exp $ +/* $Id: recctrl.c,v 1.25 2006-05-10 08:13:28 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -299,3 +299,11 @@ RecType recType_byName (RecTypes rts, Res res, const char *name, return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/recctrl/recgrs.c b/recctrl/recgrs.c index da1ad60..55bdaa5 100644 --- a/recctrl/recgrs.c +++ b/recctrl/recgrs.c @@ -1,4 +1,4 @@ -/* $Id: recgrs.c,v 1.108 2006-02-07 00:17:44 adam Exp $ +/* $Id: recgrs.c,v 1.109 2006-05-10 08:13:28 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -1553,3 +1553,11 @@ int zebra_grs_retrieve(void *clientData, struct recRetrieveCtrl *p, return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/recctrl/rectext.c b/recctrl/rectext.c index e984f84..ba618d6 100644 --- a/recctrl/rectext.c +++ b/recctrl/rectext.c @@ -1,4 +1,4 @@ -/* $Id: rectext.c,v 1.30 2006-04-26 11:12:31 adam Exp $ +/* $Id: rectext.c,v 1.31 2006-05-10 08:13:30 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -255,3 +255,11 @@ idzebra_filter &filter_type, 0, }; +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/recctrl/regxread.c b/recctrl/regxread.c index 4ec6a2c..5658f65 100644 --- a/recctrl/regxread.c +++ b/recctrl/regxread.c @@ -1,4 +1,4 @@ -/* $Id: regxread.c,v 1.60 2006-04-26 11:12:31 adam Exp $ +/* $Id: regxread.c,v 1.61 2006-05-10 08:13:30 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -2013,3 +2013,11 @@ idzebra_filter #endif 0, }; +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/recctrl/safari.c b/recctrl/safari.c index 3d73553..432b2dc 100644 --- a/recctrl/safari.c +++ b/recctrl/safari.c @@ -1,4 +1,4 @@ -/* $Id: safari.c,v 1.11 2006-04-26 11:12:32 adam Exp $ +/* $Id: safari.c,v 1.12 2006-05-10 08:13:31 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -269,3 +269,11 @@ idzebra_filter &filter_type, 0, }; +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/recctrl/sgmlread.c b/recctrl/sgmlread.c index 2fa0f93..dd9167e 100644 --- a/recctrl/sgmlread.c +++ b/recctrl/sgmlread.c @@ -1,4 +1,4 @@ -/* $Id: sgmlread.c,v 1.19 2006-04-26 11:12:32 adam Exp $ +/* $Id: sgmlread.c,v 1.20 2006-05-10 08:13:31 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -135,3 +135,11 @@ idzebra_filter &grs_type_sgml, 0, }; +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/recctrl/xmlread.c b/recctrl/xmlread.c index 4a05b57..6311668 100644 --- a/recctrl/xmlread.c +++ b/recctrl/xmlread.c @@ -1,4 +1,4 @@ -/* $Id: xmlread.c,v 1.20 2005-06-14 18:27:23 adam Exp $ +/* $Id: xmlread.c,v 1.21 2006-05-10 08:13:31 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -539,3 +539,11 @@ idzebra_filter #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/recctrl/xslt.c b/recctrl/xslt.c index cb9b8a9..cced009 100644 --- a/recctrl/xslt.c +++ b/recctrl/xslt.c @@ -1,4 +1,4 @@ -/* $Id: xslt.c,v 1.20 2006-05-02 08:27:43 marc Exp $ +/* $Id: xslt.c,v 1.21 2006-05-10 08:13:31 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -725,3 +725,11 @@ idzebra_filter &filter_type, 0, }; +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/rset/rsbetween.c b/rset/rsbetween.c index 2117dc8..71de9c6 100644 --- a/rset/rsbetween.c +++ b/rset/rsbetween.c @@ -1,4 +1,4 @@ -/* $Id: rsbetween.c,v 1.42 2005-06-22 19:42:39 adam Exp $ +/* $Id: rsbetween.c,v 1.43 2006-05-10 08:13:32 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -323,3 +323,11 @@ static void r_get_terms(RSET ct, TERMID *terms, int maxterms, int *curterm) } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/rset/rsbool.c b/rset/rsbool.c index d4683fa..8d18751 100644 --- a/rset/rsbool.c +++ b/rset/rsbool.c @@ -1,4 +1,4 @@ -/* $Id: rsbool.c,v 1.57 2005-05-24 20:40:15 adam Exp $ +/* $Id: rsbool.c,v 1.58 2006-05-10 08:13:33 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -512,3 +512,11 @@ static void r_get_terms(RSET ct, TERMID *terms, int maxterms, int *curterm) rset_getterms(info->rset_r, terms, maxterms, curterm); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/rset/rset.c b/rset/rset.c index b71fe78..ef3696d 100644 --- a/rset/rset.c +++ b/rset/rset.c @@ -1,4 +1,4 @@ -/* $Id: rset.c,v 1.52 2005-06-22 19:42:39 adam Exp $ +/* $Id: rset.c,v 1.53 2006-05-10 08:13:33 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -403,3 +403,11 @@ void rset_visit(RSET rset, int level) rset_visit(rset->children[i], level+1); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/rset/rsisamb.c b/rset/rsisamb.c index 6dd65ed..1c10438 100644 --- a/rset/rsisamb.c +++ b/rset/rsisamb.c @@ -1,4 +1,4 @@ -/* $Id: rsisamb.c,v 1.35 2005-09-16 09:58:39 adam Exp $ +/* $Id: rsisamb.c,v 1.36 2006-05-10 08:13:33 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -186,3 +186,11 @@ static int r_write(RSFD rfd, const void *buf) yaz_log(YLOG_FATAL, "ISAMB set type is read-only"); return -1; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/rset/rsisamc.c b/rset/rsisamc.c index b0c9201..beecdc5 100644 --- a/rset/rsisamc.c +++ b/rset/rsisamc.c @@ -1,4 +1,4 @@ -/* $Id: rsisamc.c,v 1.40 2005-05-24 11:35:43 adam Exp $ +/* $Id: rsisamc.c,v 1.41 2006-05-10 08:13:33 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -141,3 +141,11 @@ static void r_pos (RSFD rfd, double *current, double *total) +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/rset/rsisams.c b/rset/rsisams.c index 5fd70cf..6b5f41c 100644 --- a/rset/rsisams.c +++ b/rset/rsisams.c @@ -1,4 +1,4 @@ -/* $Id: rsisams.c,v 1.23 2005-05-24 11:35:43 adam Exp $ +/* $Id: rsisams.c,v 1.24 2006-05-10 08:13:33 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -127,3 +127,11 @@ static void r_pos (RSFD rfd, double *current, double *total) } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/rset/rsmultiandor.c b/rset/rsmultiandor.c index b810c54..ccf57de 100644 --- a/rset/rsmultiandor.c +++ b/rset/rsmultiandor.c @@ -1,4 +1,4 @@ -/* $Id: rsmultiandor.c,v 1.19 2005-05-24 11:35:43 adam Exp $ +/* $Id: rsmultiandor.c,v 1.20 2006-05-10 08:13:33 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -622,3 +622,11 @@ static void r_get_terms(RSET ct, TERMID *terms, int maxterms, int *curterm) } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/rset/rsnull.c b/rset/rsnull.c index 8c5522f..0e509c8 100644 --- a/rset/rsnull.c +++ b/rset/rsnull.c @@ -1,4 +1,4 @@ -/* $Id: rsnull.c,v 1.36 2005-06-02 11:59:54 adam Exp $ +/* $Id: rsnull.c,v 1.37 2006-05-10 08:13:34 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -95,3 +95,11 @@ static int r_write(RSFD rfd, const void *buf) yaz_log(YLOG_FATAL, "NULL set type is read-only"); return -1; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/rset/rsprox.c b/rset/rsprox.c index 334a2f7..a4f7259 100644 --- a/rset/rsprox.c +++ b/rset/rsprox.c @@ -1,4 +1,4 @@ -/* $Id: rsprox.c,v 1.29 2005-05-24 11:35:43 adam Exp $ +/* $Id: rsprox.c,v 1.30 2006-05-10 08:13:34 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -333,3 +333,11 @@ static void r_get_terms(RSET ct, TERMID *terms, int maxterms, int *curterm) rset_getterms(ct->children[i], terms, maxterms, curterm); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/rset/rstemp.c b/rset/rstemp.c index 338e697..3b29b7c 100644 --- a/rset/rstemp.c +++ b/rset/rstemp.c @@ -1,4 +1,4 @@ -/* $Id: rstemp.c,v 1.65 2005-06-14 20:28:54 adam Exp $ +/* $Id: rstemp.c,v 1.66 2006-05-10 08:13:34 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -333,3 +333,11 @@ static void r_pos(RSFD rfd, double *current, double *total) *current = (double) mrfd->cur; *total = (double) info->hits; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/rankingrecords.h b/test/api/rankingrecords.h index 2e84a35..0fa564a 100644 --- a/test/api/rankingrecords.h +++ b/test/api/rankingrecords.h @@ -1,4 +1,4 @@ -/* $Id: rankingrecords.h,v 1.2 2005-01-15 19:38:35 adam Exp $ +/* $Id: rankingrecords.h,v 1.3 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -53,3 +53,11 @@ const char *recs[] = { 0 }; +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/safari1.c b/test/api/safari1.c index f865c51..ae561ba 100644 --- a/test/api/safari1.c +++ b/test/api/safari1.c @@ -1,4 +1,4 @@ -/* $Id: safari1.c,v 1.10 2006-03-31 15:58:05 adam Exp $ +/* $Id: safari1.c,v 1.11 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -111,3 +111,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/t0.c b/test/api/t0.c index 8562208..15ddb77 100644 --- a/test/api/t0.c +++ b/test/api/t0.c @@ -1,4 +1,4 @@ -/* $Id: t0.c,v 1.3 2006-03-31 15:58:05 adam Exp $ +/* $Id: t0.c,v 1.4 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -31,3 +31,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/t1.c b/test/api/t1.c index bf88e50..867a681 100644 --- a/test/api/t1.c +++ b/test/api/t1.c @@ -1,4 +1,4 @@ -/* $Id: t1.c,v 1.14 2006-03-31 15:58:05 adam Exp $ +/* $Id: t1.c,v 1.15 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -35,3 +35,11 @@ static void tst(int argc, char **argv) TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/t10.c b/test/api/t10.c index 6e53237..4429132 100644 --- a/test/api/t10.c +++ b/test/api/t10.c @@ -1,4 +1,4 @@ -/* $Id: t10.c,v 1.10 2006-03-31 15:58:05 adam Exp $ +/* $Id: t10.c,v 1.11 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -95,3 +95,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/t11.c b/test/api/t11.c index cf286c6..1f27186 100644 --- a/test/api/t11.c +++ b/test/api/t11.c @@ -1,4 +1,4 @@ -/* $Id: t11.c,v 1.4 2006-03-31 15:58:05 adam Exp $ +/* $Id: t11.c,v 1.5 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -128,3 +128,11 @@ static void tst(int argc, char **argv) TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/t12.c b/test/api/t12.c index 9574044..71d7c7b 100644 --- a/test/api/t12.c +++ b/test/api/t12.c @@ -1,4 +1,4 @@ -/* $Id: t12.c,v 1.3 2006-03-31 15:58:05 adam Exp $ +/* $Id: t12.c,v 1.4 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -79,3 +79,11 @@ static void tst(int argc, char **argv) TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/t13.c b/test/api/t13.c index f04125b..ee5d7f3 100644 --- a/test/api/t13.c +++ b/test/api/t13.c @@ -1,4 +1,4 @@ -/* $Id: t13.c,v 1.7 2006-03-31 16:02:56 adam Exp $ +/* $Id: t13.c,v 1.8 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -117,3 +117,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/t14.c b/test/api/t14.c index ea51d40..b2045b2 100644 --- a/test/api/t14.c +++ b/test/api/t14.c @@ -1,4 +1,4 @@ -/* $Id: t14.c,v 1.3 2006-03-31 15:58:05 adam Exp $ +/* $Id: t14.c,v 1.4 2006-05-10 08:13:35 adam Exp $ Copyright (C) 2004-2005 Index Data ApS @@ -65,3 +65,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/t15.c b/test/api/t15.c index cfd9eea..ebc1909 100644 --- a/test/api/t15.c +++ b/test/api/t15.c @@ -1,4 +1,4 @@ -/* $Id: t15.c,v 1.3 2006-04-05 02:52:31 adam Exp $ +/* $Id: t15.c,v 1.4 2006-05-10 08:13:35 adam Exp $ Copyright (C) 2004-2005 Index Data ApS @@ -130,3 +130,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/t2.c b/test/api/t2.c index fcfa4d4..449331a 100644 --- a/test/api/t2.c +++ b/test/api/t2.c @@ -1,4 +1,4 @@ -/* $Id: t2.c,v 1.18 2006-03-31 15:58:05 adam Exp $ +/* $Id: t2.c,v 1.19 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -41,3 +41,11 @@ void tst(int argc, char **argv) TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/t3.c b/test/api/t3.c index 0c409c0..ac7e6bd 100644 --- a/test/api/t3.c +++ b/test/api/t3.c @@ -1,4 +1,4 @@ -/* $Id: t3.c,v 1.19 2006-03-31 15:58:05 adam Exp $ +/* $Id: t3.c,v 1.20 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -86,3 +86,11 @@ static void tst(int argc, char **argv) TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/t4.c b/test/api/t4.c index 4055c5a..85a57ab 100644 --- a/test/api/t4.c +++ b/test/api/t4.c @@ -1,4 +1,4 @@ -/* $Id: t4.c,v 1.19 2006-03-31 15:58:05 adam Exp $ +/* $Id: t4.c,v 1.20 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -129,3 +129,11 @@ static void tst(int argc, char **argv) TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/t5.c b/test/api/t5.c index a8fc54b..96ec8d3 100644 --- a/test/api/t5.c +++ b/test/api/t5.c @@ -1,4 +1,4 @@ -/* $Id: t5.c,v 1.15 2006-03-31 15:58:05 adam Exp $ +/* $Id: t5.c,v 1.16 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -101,3 +101,11 @@ static void tst(int argc, char **argv) TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/t6.c b/test/api/t6.c index f94052f..4f05092 100644 --- a/test/api/t6.c +++ b/test/api/t6.c @@ -1,4 +1,4 @@ -/* $Id: t6.c,v 1.12 2006-03-31 15:58:05 adam Exp $ +/* $Id: t6.c,v 1.13 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -89,3 +89,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/t7.c b/test/api/t7.c index a57726c..d5ce6ea 100644 --- a/test/api/t7.c +++ b/test/api/t7.c @@ -1,4 +1,4 @@ -/* $Id: t7.c,v 1.11 2006-03-31 15:58:05 adam Exp $ +/* $Id: t7.c,v 1.12 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -81,3 +81,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/t8.c b/test/api/t8.c index 484cccf..0c811a6 100644 --- a/test/api/t8.c +++ b/test/api/t8.c @@ -1,4 +1,4 @@ -/* $Id: t8.c,v 1.9 2006-03-31 15:58:05 adam Exp $ +/* $Id: t8.c,v 1.10 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -92,3 +92,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/t9.c b/test/api/t9.c index 0637e2e..cfbae53 100644 --- a/test/api/t9.c +++ b/test/api/t9.c @@ -1,4 +1,4 @@ -/* $Id: t9.c,v 1.8 2006-03-31 15:58:05 adam Exp $ +/* $Id: t9.c,v 1.9 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -48,3 +48,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/testclient.c b/test/api/testclient.c index 78ce9ba..efe98fc 100644 --- a/test/api/testclient.c +++ b/test/api/testclient.c @@ -1,5 +1,5 @@ /* - * $Id: testclient.c,v 1.2 2004-09-22 12:13:10 heikki Exp $ + * $Id: testclient.c,v 1.3 2006-05-10 08:13:35 adam Exp $ * * Z39.50 client specifically for Zebra testing. */ @@ -125,3 +125,11 @@ int main(int argc, char **argv) ZOOM_connection_destroy (z); exit (exit_code); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/testlib.c b/test/api/testlib.c index 3eb6918..84e7b73 100644 --- a/test/api/testlib.c +++ b/test/api/testlib.c @@ -1,4 +1,4 @@ -/* $Id: testlib.c,v 1.31 2006-04-04 00:02:34 adam Exp $ +/* $Id: testlib.c,v 1.32 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -459,3 +459,11 @@ void tl_check_filter(ZebraService zs, const char *name) +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/api/testlib.h b/test/api/testlib.h index 0354356..a6ac3cc 100644 --- a/test/api/testlib.h +++ b/test/api/testlib.h @@ -1,4 +1,4 @@ -/* $Id: testlib.h,v 1.18 2006-03-31 15:58:05 adam Exp $ +/* $Id: testlib.h,v 1.19 2006-05-10 08:13:35 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -124,3 +124,11 @@ void tl_check_filter(ZebraService zs, const char *name); #define TL_MAIN int main(int argc, char **argv) { \ YAZ_CHECK_INIT(argc, argv); tst(argc, argv); YAZ_CHECK_TERM; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/charmap/charmap1.c b/test/charmap/charmap1.c index e53dce6..5783946 100644 --- a/test/charmap/charmap1.c +++ b/test/charmap/charmap1.c @@ -1,4 +1,4 @@ -/* $Id: charmap1.c,v 1.9 2006-03-31 15:58:06 adam Exp $ +/* $Id: charmap1.c,v 1.10 2006-05-10 08:13:36 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -86,3 +86,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/codec/tstcodec.c b/test/codec/tstcodec.c index 6fc6f5c..0c993e0 100644 --- a/test/codec/tstcodec.c +++ b/test/codec/tstcodec.c @@ -1,4 +1,4 @@ -/* $Id: tstcodec.c,v 1.8 2006-02-20 18:33:09 adam Exp $ +/* $Id: tstcodec.c,v 1.9 2006-05-10 08:13:36 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -224,3 +224,11 @@ int main(int argc, char **argv) exit(ret); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/espec/t1.c b/test/espec/t1.c index 3f5cf94..9c522df 100644 --- a/test/espec/t1.c +++ b/test/espec/t1.c @@ -1,4 +1,4 @@ -/* $Id: t1.c,v 1.6 2006-03-31 15:58:06 adam Exp $ +/* $Id: t1.c,v 1.7 2006-05-10 08:13:36 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -52,3 +52,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/filters/grs.marc.c b/test/filters/grs.marc.c index 51e2f49..bcd7f55 100644 --- a/test/filters/grs.marc.c +++ b/test/filters/grs.marc.c @@ -1,4 +1,4 @@ -/* $Id: grs.marc.c,v 1.3 2006-03-31 15:58:07 adam Exp $ +/* $Id: grs.marc.c,v 1.4 2006-05-10 08:13:36 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -51,3 +51,11 @@ static void tst(int argc, char **argv) TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/filters/grs.xml.c b/test/filters/grs.xml.c index 429d074..f091dec 100644 --- a/test/filters/grs.xml.c +++ b/test/filters/grs.xml.c @@ -1,4 +1,4 @@ -/* $Id: grs.xml.c,v 1.3 2006-03-31 15:58:07 adam Exp $ +/* $Id: grs.xml.c,v 1.4 2006-05-10 08:13:36 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -52,3 +52,11 @@ void tst(int argc, char **argv) TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/filters/text.c b/test/filters/text.c index c16a859..4fd9ec9 100644 --- a/test/filters/text.c +++ b/test/filters/text.c @@ -1,4 +1,4 @@ -/* $Id: text.c,v 1.3 2006-03-31 15:58:07 adam Exp $ +/* $Id: text.c,v 1.4 2006-05-10 08:13:36 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -62,3 +62,11 @@ void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/marcxml/t1.c b/test/marcxml/t1.c index 9d096ab..f4f6125 100644 --- a/test/marcxml/t1.c +++ b/test/marcxml/t1.c @@ -1,4 +1,4 @@ -/* $Id: t1.c,v 1.7 2006-03-31 15:58:07 adam Exp $ +/* $Id: t1.c,v 1.8 2006-05-10 08:13:36 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -51,3 +51,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/marcxml/t2.c b/test/marcxml/t2.c index 19378b4..22c7800 100644 --- a/test/marcxml/t2.c +++ b/test/marcxml/t2.c @@ -1,4 +1,4 @@ -/* $Id: t2.c,v 1.6 2006-03-31 15:58:08 adam Exp $ +/* $Id: t2.c,v 1.7 2006-05-10 08:13:36 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -47,3 +47,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/mbox/mbox1.c b/test/mbox/mbox1.c index 340c7b0..3295db2 100644 --- a/test/mbox/mbox1.c +++ b/test/mbox/mbox1.c @@ -1,4 +1,4 @@ -/* $Id: mbox1.c,v 1.3 2006-03-31 15:58:08 adam Exp $ +/* $Id: mbox1.c,v 1.4 2006-05-10 08:13:37 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -54,3 +54,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/rusmarc/t1.c b/test/rusmarc/t1.c index 4ec7e21..7bf31d8 100644 --- a/test/rusmarc/t1.c +++ b/test/rusmarc/t1.c @@ -1,4 +1,4 @@ -/* $Id: t1.c,v 1.5 2006-03-31 15:58:09 adam Exp $ +/* $Id: t1.c,v 1.6 2006-05-10 08:13:38 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -60,3 +60,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/sort/sort1.c b/test/sort/sort1.c index b11f17a..4e648c1 100644 --- a/test/sort/sort1.c +++ b/test/sort/sort1.c @@ -1,4 +1,4 @@ -/* $Id: sort1.c,v 1.7 2006-03-31 15:58:09 adam Exp $ +/* $Id: sort1.c,v 1.8 2006-05-10 08:13:39 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -66,3 +66,11 @@ static void tst(int argc, char **argv) TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/sort2/t1.c b/test/sort2/t1.c index 78d2b02..66f81c5 100644 --- a/test/sort2/t1.c +++ b/test/sort2/t1.c @@ -1,4 +1,4 @@ -/* $Id: t1.c,v 1.5 2006-03-31 15:58:09 adam Exp $ +/* $Id: t1.c,v 1.6 2006-05-10 08:13:39 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -53,3 +53,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/xpath/xpath1.c b/test/xpath/xpath1.c index 2c86213..b9356a3 100644 --- a/test/xpath/xpath1.c +++ b/test/xpath/xpath1.c @@ -1,4 +1,4 @@ -/* $Id: xpath1.c,v 1.5 2006-03-31 15:58:10 adam Exp $ +/* $Id: xpath1.c,v 1.6 2006-05-10 08:13:41 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -57,3 +57,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/xpath/xpath2.c b/test/xpath/xpath2.c index 8ec8f35..4590bf8 100644 --- a/test/xpath/xpath2.c +++ b/test/xpath/xpath2.c @@ -1,4 +1,4 @@ -/* $Id: xpath2.c,v 1.5 2006-03-31 15:58:10 adam Exp $ +/* $Id: xpath2.c,v 1.6 2006-05-10 08:13:41 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -83,3 +83,11 @@ static void tst(int argc, char **argv) TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/xpath/xpath3.c b/test/xpath/xpath3.c index 6ca551d..72cde54 100644 --- a/test/xpath/xpath3.c +++ b/test/xpath/xpath3.c @@ -1,5 +1,5 @@ -/* $Id: xpath3.c,v 1.6 2006-03-31 15:58:10 adam Exp $ +/* $Id: xpath3.c,v 1.7 2006-05-10 08:13:41 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -53,3 +53,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/xpath/xpath4.c b/test/xpath/xpath4.c index 8c085c9..d657e9e 100644 --- a/test/xpath/xpath4.c +++ b/test/xpath/xpath4.c @@ -1,4 +1,4 @@ -/* $Id: xpath4.c,v 1.5 2006-03-31 15:58:10 adam Exp $ +/* $Id: xpath4.c,v 1.6 2006-05-10 08:13:41 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -150,3 +150,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/xpath/xpath5.c b/test/xpath/xpath5.c index 390c21b..8c49f76 100644 --- a/test/xpath/xpath5.c +++ b/test/xpath/xpath5.c @@ -1,4 +1,4 @@ -/* $Id: xpath5.c,v 1.5 2006-03-31 15:58:10 adam Exp $ +/* $Id: xpath5.c,v 1.6 2006-05-10 08:13:41 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -77,3 +77,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/xpath/xpath6.c b/test/xpath/xpath6.c index 79f8c61..c66235f 100644 --- a/test/xpath/xpath6.c +++ b/test/xpath/xpath6.c @@ -1,4 +1,4 @@ -/* $Id: xpath6.c,v 1.8 2006-03-31 15:58:10 adam Exp $ +/* $Id: xpath6.c,v 1.9 2006-05-10 08:13:41 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -82,3 +82,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/xslt/xslt1.c b/test/xslt/xslt1.c index 9c1bd67..af4c73e 100644 --- a/test/xslt/xslt1.c +++ b/test/xslt/xslt1.c @@ -1,4 +1,4 @@ -/* $Id: xslt1.c,v 1.8 2006-04-26 13:27:16 marc Exp $ +/* $Id: xslt1.c,v 1.9 2006-05-10 08:13:42 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -60,3 +60,11 @@ void tst(int argc, char **argv) TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/xslt/xslt2.c b/test/xslt/xslt2.c index 7a79f91..acbe128 100644 --- a/test/xslt/xslt2.c +++ b/test/xslt/xslt2.c @@ -1,4 +1,4 @@ -/* $Id: xslt2.c,v 1.8 2006-04-26 13:27:16 marc Exp $ +/* $Id: xslt2.c,v 1.9 2006-05-10 08:13:42 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -79,3 +79,11 @@ static void tst(int argc, char **argv) } TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/xslt/xslt3.c b/test/xslt/xslt3.c index f598f16..a1f0677 100644 --- a/test/xslt/xslt3.c +++ b/test/xslt/xslt3.c @@ -1,4 +1,4 @@ -/* $Id: xslt3.c,v 1.7 2006-04-26 13:27:16 marc Exp $ +/* $Id: xslt3.c,v 1.8 2006-05-10 08:13:42 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -89,3 +89,11 @@ static void tst(int argc, char **argv) TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/test/xslt/xslt4.c b/test/xslt/xslt4.c index 3e3b0c3..97b29a8 100644 --- a/test/xslt/xslt4.c +++ b/test/xslt/xslt4.c @@ -1,4 +1,4 @@ -/* $Id: xslt4.c,v 1.5 2006-04-26 13:27:16 marc Exp $ +/* $Id: xslt4.c,v 1.6 2006-05-10 08:13:42 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -68,3 +68,11 @@ static void tst(int argc, char **argv) TL_MAIN +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/util/atoi_zn.c b/util/atoi_zn.c index 535327e..d621506 100644 --- a/util/atoi_zn.c +++ b/util/atoi_zn.c @@ -1,4 +1,4 @@ -/* $Id: atoi_zn.c,v 1.3 2005-03-30 09:25:25 adam Exp $ +/* $Id: atoi_zn.c,v 1.4 2006-05-10 08:13:42 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -37,3 +37,11 @@ zint atoi_zn (const char *buf, zint len) return val; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/util/charmap.c b/util/charmap.c index cb9d0b4..d38be4f 100644 --- a/util/charmap.c +++ b/util/charmap.c @@ -1,4 +1,4 @@ -/* $Id: charmap.c,v 1.39 2005-08-22 08:17:01 adam Exp $ +/* $Id: charmap.c,v 1.40 2006-05-10 08:13:44 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -763,3 +763,11 @@ void chrmaptab_destroy(chrmaptab tab) } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/util/dirent.c b/util/dirent.c index 5a7cf80..eca7733 100644 --- a/util/dirent.c +++ b/util/dirent.c @@ -1,4 +1,4 @@ -/* $Id: dirent.c,v 1.7 2005-01-15 19:38:41 adam Exp $ +/* $Id: dirent.c,v 1.8 2006-05-10 08:13:46 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -76,3 +76,11 @@ void closedir(DIR *dd) #endif +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/util/flock.c b/util/flock.c index f91f25b..cae9fb1 100644 --- a/util/flock.c +++ b/util/flock.c @@ -1,4 +1,4 @@ -/* $Id: flock.c,v 1.6 2006-04-13 12:42:57 mike Exp $ +/* $Id: flock.c,v 1.7 2006-05-10 08:13:46 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -163,3 +163,11 @@ int zebra_unlock (ZebraLockHandle h) #endif } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/util/passtest.c b/util/passtest.c index c81d55b..20c6230 100644 --- a/util/passtest.c +++ b/util/passtest.c @@ -1,4 +1,4 @@ -/* $Id: passtest.c,v 1.6 2005-05-30 13:27:08 adam Exp $ +/* $Id: passtest.c,v 1.7 2006-05-10 08:13:46 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -35,3 +35,11 @@ int main (int argc, char **argv) passwd_db_close(db); return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/util/passwddb.c b/util/passwddb.c index 8f23d5b..27c56b8 100644 --- a/util/passwddb.c +++ b/util/passwddb.c @@ -1,4 +1,4 @@ -/* $Id: passwddb.c,v 1.12 2005-05-30 13:27:08 adam Exp $ +/* $Id: passwddb.c,v 1.13 2006-05-10 08:13:46 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -172,3 +172,11 @@ int passwd_db_file_plain(Passwd_db db, const char *fname) return passwd_db_file_int(db, fname, 0); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/util/res-test.c b/util/res-test.c index 612e937..972c3e3 100644 --- a/util/res-test.c +++ b/util/res-test.c @@ -1,4 +1,4 @@ -/* $Id: res-test.c,v 1.10 2005-01-15 19:38:42 adam Exp $ +/* $Id: res-test.c,v 1.11 2006-05-10 08:13:46 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -68,3 +68,11 @@ int main(int argc, char **argv) res_close (res); return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/util/res.c b/util/res.c index 4fbc33c..fe56609 100644 --- a/util/res.c +++ b/util/res.c @@ -1,4 +1,4 @@ -/* $Id: res.c,v 1.48 2006-03-26 14:05:19 adam Exp $ +/* $Id: res.c,v 1.49 2006-05-10 08:13:46 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -540,3 +540,11 @@ void res_dump (Res r, int level) res_dump (r->over_res, level + 1); } } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/util/snippet.c b/util/snippet.c index 7df67f2..3bc028e 100644 --- a/util/snippet.c +++ b/util/snippet.c @@ -1,4 +1,4 @@ -/* $Id: snippet.c,v 1.5 2005-08-26 10:13:31 adam Exp $ +/* $Id: snippet.c,v 1.6 2006-05-10 08:13:46 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -166,3 +166,11 @@ zebra_snippets *zebra_snippets_window(zebra_snippets *doc, zebra_snippets *hit, return result; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/util/tstcharmap.c b/util/tstcharmap.c index e152d9d..34929d5 100644 --- a/util/tstcharmap.c +++ b/util/tstcharmap.c @@ -1,4 +1,4 @@ -/* $Id: tstcharmap.c,v 1.3 2005-08-22 08:17:01 adam Exp $ +/* $Id: tstcharmap.c,v 1.4 2006-05-10 08:13:46 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -71,3 +71,11 @@ int main(int argc, char **argv) exit(0); } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/util/tstflock.c b/util/tstflock.c index 314fb06..ec26477 100644 --- a/util/tstflock.c +++ b/util/tstflock.c @@ -2,7 +2,7 @@ * Copyright (C) 1995-2005, Index Data ApS * See the file LICENSE for details. * - * $Id: tstflock.c,v 1.5 2006-05-03 09:42:39 marc Exp $ + * $Id: tstflock.c,v 1.6 2006-05-10 08:13:46 adam Exp $ */ #include @@ -114,3 +114,11 @@ int main(int argc, char **argv) } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/util/xpath.c b/util/xpath.c index 613262e..e238613 100644 --- a/util/xpath.c +++ b/util/xpath.c @@ -1,4 +1,4 @@ -/* $Id: xpath.c,v 1.5 2005-01-15 19:38:42 adam Exp $ +/* $Id: xpath.c,v 1.6 2006-05-10 08:13:46 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -242,3 +242,11 @@ void dump_xp_steps (struct xpath_location_step *xpath, int no) } } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/util/zebra-lock.c b/util/zebra-lock.c index adb0ecb..7a6241b 100644 --- a/util/zebra-lock.c +++ b/util/zebra-lock.c @@ -1,4 +1,4 @@ -/* $Id: zebra-lock.c,v 1.8 2005-01-15 19:38:42 adam Exp $ +/* $Id: zebra-lock.c,v 1.9 2006-05-10 08:13:46 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -224,3 +224,11 @@ int zebra_mutex_cond_signal (Zebra_mutex_cond *p) return 0; #endif } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/util/zebramap.c b/util/zebramap.c index 67b2b2f..06b2605 100644 --- a/util/zebramap.c +++ b/util/zebramap.c @@ -1,4 +1,4 @@ -/* $Id: zebramap.c,v 1.46 2006-03-28 12:39:08 adam Exp $ +/* $Id: zebramap.c,v 1.47 2006-05-10 08:13:46 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -500,3 +500,11 @@ WRBUF zebra_replace(ZebraMaps zms, unsigned reg_id, const char *ex_list, return zms->wrbuf_1; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ + diff --git a/util/zint.c b/util/zint.c index b183a53..6767f30 100644 --- a/util/zint.c +++ b/util/zint.c @@ -1,4 +1,4 @@ -/* $Id: zint.c,v 1.1 2005-03-30 09:25:25 adam Exp $ +/* $Id: zint.c,v 1.2 2006-05-10 08:13:46 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -50,3 +50,11 @@ void zebra_zint_decode(const char **src, zint *pos) d += ((zint) c << r); *pos = d; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +