Changeset 13654 for trunk/indexers


Ignore:
Timestamp:
2007-01-17T11:43:11+13:00 (17 years ago)
Author:
kjdon
Message:

tidied up the top comments, removed Ids, and old log messages

Location:
trunk/indexers/mg/lib
Files:
43 edited

Legend:

Unmodified
Added
Removed
  • trunk/indexers/mg/lib/bitio_gen.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 static char *RCSID = "$Id$";
    2521
    2622#include "sysfuncs.h"
  • trunk/indexers/mg/lib/bitio_gen.h

    r3745 r13654  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************
  • trunk/indexers/mg/lib/bitio_m.h

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    2321
  • trunk/indexers/mg/lib/bitio_m_mem.h

    r3745 r13654  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************
  • trunk/indexers/mg/lib/bitio_m_mems.h

    r3745 r13654  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************
  • trunk/indexers/mg/lib/bitio_m_random.h

    r3745 r13654  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************
  • trunk/indexers/mg/lib/bitio_m_stdio.h

    r3745 r13654  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************
  • trunk/indexers/mg/lib/bitio_mem.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 /*
    25    $Log$
    26    Revision 1.1  2003/02/20 21:14:16  mdewsnip
    27    Addition of MG package for search and retrieval
    28 
    29    Revision 1.1  1999/08/10 21:16:45  sjboddie
    30    renamed mg-1.3d directory mg
    31 
    32    Revision 1.1  1998/11/17 09:31:47  rjmcnab
    33    *** empty log message ***
    34 
    35    * Revision 1.1  1994/08/22  00:24:39  tes
    36    * Initial placement under CVS.
    37    *
    38  */
    39 
    40 static char *RCSID = "$Id$";
    41 
    42 
    4321
    4422#include "sysfuncs.h"
  • trunk/indexers/mg/lib/bitio_mem.h

    r3745 r13654  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************
  • trunk/indexers/mg/lib/bitio_mems.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 /*
    25    $Log$
    26    Revision 1.1  2003/02/20 21:14:16  mdewsnip
    27    Addition of MG package for search and retrieval
    28 
    29    Revision 1.1  1999/08/10 21:16:45  sjboddie
    30    renamed mg-1.3d directory mg
    31 
    32    Revision 1.1  1998/11/17 09:31:48  rjmcnab
    33    *** empty log message ***
    34 
    35    * Revision 1.1  1994/08/22  00:24:39  tes
    36    * Initial placement under CVS.
    37    *
    38  */
    39 
    40 static char *RCSID = "$Id$";
    41 
    4221
    4322#include "sysfuncs.h"
  • trunk/indexers/mg/lib/bitio_mems.h

    r3745 r13654  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************
  • trunk/indexers/mg/lib/bitio_random.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 /*
    25    $Log$
    26    Revision 1.1  2003/02/20 21:14:16  mdewsnip
    27    Addition of MG package for search and retrieval
    28 
    29    Revision 1.2  2001/09/21 12:45:03  kjm18
    30    updated mg to be in line with version mg-1.3f. Now uses long long for
    31    some variables to enable indexing of very large collections.
    32 
    33    Revision 1.1  1999/08/10 21:16:46  sjboddie
    34    renamed mg-1.3d directory mg
    35 
    36    Revision 1.1  1998/11/17 09:31:50  rjmcnab
    37    *** empty log message ***
    38 
    39    * Revision 1.1  1994/08/22  00:24:40  tes
    40    * Initial placement under CVS.
    41    *
    42  */
    43 
    44 static char *RCSID = "$Id$";
    45 
    46 
    4721
    4822#include "sysfuncs.h"
  • trunk/indexers/mg/lib/bitio_random.h

    r3745 r13654  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************
  • trunk/indexers/mg/lib/bitio_stdio.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 /*
    25    $Log$
    26    Revision 1.1  2003/02/20 21:14:16  mdewsnip
    27    Addition of MG package for search and retrieval
    28 
    29    Revision 1.1  1999/08/10 21:16:47  sjboddie
    30    renamed mg-1.3d directory mg
    31 
    32    Revision 1.1  1998/11/17 09:31:52  rjmcnab
    33    *** empty log message ***
    34 
    35    * Revision 1.1  1994/08/22  00:24:41  tes
    36    * Initial placement under CVS.
    37    *
    38  */
    39 
    40 static char *RCSID = "$Id$";
    41 
    42 
    4321
    4422#include "sysfuncs.h"
  • trunk/indexers/mg/lib/bitio_stdio.h

    r3745 r13654  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************
  • trunk/indexers/mg/lib/filestats.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 
    25 /*
    26    $Log$
    27    Revision 1.1  2003/02/20 21:14:16  mdewsnip
    28    Addition of MG package for search and retrieval
    29 
    30    Revision 1.1  1999/08/10 21:16:48  sjboddie
    31    renamed mg-1.3d directory mg
    32 
    33    Revision 1.1  1998/11/17 09:31:54  rjmcnab
    34    *** empty log message ***
    35 
    36    * Revision 1.1  1994/08/22  00:24:42  tes
    37    * Initial placement under CVS.
    38    *
    39  */
    40 
    41 static char *RCSID = "$Id$";
    4221
    4322#include "sysfuncs.h"
  • trunk/indexers/mg/lib/filestats.h

    r3745 r13654  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************/
  • trunk/indexers/mg/lib/huffman.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 /*
    25    $Log$
    26    Revision 1.1  2003/02/20 21:14:16  mdewsnip
    27    Addition of MG package for search and retrieval
    28 
    29    Revision 1.1  1999/08/10 21:16:51  sjboddie
    30    renamed mg-1.3d directory mg
    31 
    32    Revision 1.1  1998/11/17 09:32:03  rjmcnab
    33    *** empty log message ***
    34 
    35    * Revision 1.1  1994/08/22  00:24:44  tes
    36    * Initial placement under CVS.
    37    *
    38  */
    39 
    40 static char *RCSID = "$Id$";
    4121
    4222#include "sysfuncs.h"
  • trunk/indexers/mg/lib/huffman.h

    r3745 r13654  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************/
  • trunk/indexers/mg/lib/huffman_mem.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 /*
    25    $Log$
    26    Revision 1.1  2003/02/20 21:14:16  mdewsnip
    27    Addition of MG package for search and retrieval
    28 
    29    Revision 1.1  1999/08/10 21:16:51  sjboddie
    30    renamed mg-1.3d directory mg
    31 
    32    Revision 1.1  1998/11/17 09:32:05  rjmcnab
    33    *** empty log message ***
    34 
    35    * Revision 1.1  1994/08/22  00:24:45  tes
    36    * Initial placement under CVS.
    37    *
    38  */
    39 
    40 static char *RCSID = "$Id$";
    4121
    4222#include "sysfuncs.h"
  • trunk/indexers/mg/lib/huffman_mem.h

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    2321
  • trunk/indexers/mg/lib/huffman_stdio.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 /*
    25    $Log$
    26    Revision 1.1  2003/02/20 21:14:16  mdewsnip
    27    Addition of MG package for search and retrieval
    28 
    29    Revision 1.1  1999/08/10 21:16:52  sjboddie
    30    renamed mg-1.3d directory mg
    31 
    32    Revision 1.1  1998/11/17 09:32:07  rjmcnab
    33    *** empty log message ***
    34 
    35    * Revision 1.1  1994/08/22  00:24:46  tes
    36    * Initial placement under CVS.
    37    *
    38  */
    39 
    40 static char *RCSID = "$Id$";
    4121
    4222#include "sysfuncs.h"
  • trunk/indexers/mg/lib/huffman_stdio.h

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    2321
  • trunk/indexers/mg/lib/local_strings.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 static char *RCSID = "$Id$";
    2521
    2622#include "sysfuncs.h"
  • trunk/indexers/mg/lib/local_strings.h

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    2321
  • trunk/indexers/mg/lib/lovinstem.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 static char *RCSID = "$Id$";
    2521
    2622#include "sysfuncs.h"
  • trunk/indexers/mg/lib/lovinstem.h

    r3745 r13654  
    1919 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2020 *
    21  * $Id$
    22  *
    2321 **************************************************************************/
    2422
    25 /*
    26    $Log$
    27    Revision 1.1  2003/02/20 21:14:16  mdewsnip
    28    Addition of MG package for search and retrieval
    29 
    30    Revision 1.1  1999/08/10 21:16:54  sjboddie
    31    renamed mg-1.3d directory mg
    32 
    33    Revision 1.1  1998/11/25 07:55:36  rjmcnab
    34 
    35    Modified mg to that you can specify the stemmer you want
    36    to use via a command line option. You specify it to
    37    mg_passes during the build process. The number of the
    38    stemmer that you used is stored within the inverted
    39    dictionary header and the stemmed dictionary header so
    40    the correct stemmer is used in later stages of building
    41    and querying.
    42 
    43    Revision 1.1  1998/11/17 09:32:47  rjmcnab
    44    *** empty log message ***
    45 
    46    * Revision 1.2  1994/09/20  04:20:10  tes
    47    * Changes made for 1.1
    48    *
    49    *
    50  */
    5123#ifndef LOVINSTEM_H
    5224#define LOVINSTEM_H
  • trunk/indexers/mg/lib/memlib.c

    r8694 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 /*
    25    $Log$
    26    Revision 1.2  2004/11/29 03:15:13  kjdon
    27    added some changes made by Emanuel Dejanu (Simple Words)
    28 
    29    Revision 1.1  2003/02/20 21:14:16  mdewsnip
    30    Addition of MG package for search and retrieval
    31 
    32    Revision 1.1  1999/08/10 21:16:54  sjboddie
    33    renamed mg-1.3d directory mg
    34 
    35    Revision 1.1  1998/11/17 09:32:10  rjmcnab
    36    *** empty log message ***
    37 
    38    * Revision 1.1  1994/08/22  00:24:47  tes
    39    * Initial placement under CVS.
    40    *
    41  */
    42 
    43 static char *RCSID = "$Id$";
    44 
    4521
    4622#include "sysfuncs.h"
  • trunk/indexers/mg/lib/memlib.h

    r3745 r13654  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************/
  • trunk/indexers/mg/lib/messages.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 /*
    25    $Log$
    26    Revision 1.1  2003/02/20 21:14:16  mdewsnip
    27    Addition of MG package for search and retrieval
    28 
    29    Revision 1.1  1999/08/10 21:16:55  sjboddie
    30    renamed mg-1.3d directory mg
    31 
    32    Revision 1.2  1998/11/23 03:38:06  rjmcnab
    33 
    34    combined unix and windows versions of mg
    35 
    36    Revision 1.1  1998/11/19 03:00:32  sjboddie
    37    Added windows gdbm and mg versions
    38 
    39    * Revision 1.1  1994/08/22  00:24:48  tes
    40    * Initial placement under CVS.
    41    *
    42  */
    43 
    44 static char *RCSID = "$Id$";
    4521
    4622#include "sysfuncs.h"
  • trunk/indexers/mg/lib/messages.h

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    2321
  • trunk/indexers/mg/lib/mgheap.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 /*
    25    $Log$
    26    Revision 1.1  2003/02/20 21:14:16  mdewsnip
    27    Addition of MG package for search and retrieval
    28 
    29    Revision 1.1  1999/08/10 21:16:55  sjboddie
    30    renamed mg-1.3d directory mg
    31 
    32    Revision 1.1  1999/01/15 03:05:50  rjmcnab
    33 
    34    Renamed lib/heap to be lib/mgheap (it was causing some problems with
    35    some versions of the STL libraries which contained a heap.h)
    36 
    37    Revision 1.1  1998/11/17 09:32:01  rjmcnab
    38    *** empty log message ***
    39 
    40    * Revision 1.1  1994/08/22  00:24:43  tes
    41    * Initial placement under CVS.
    42    *
    43  */
    44 
    45 static char *RCSID = "$Id$";
    4621
    4722#include "mgheap.h"
  • trunk/indexers/mg/lib/mgheap.h

    r3745 r13654  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************/
  • trunk/indexers/mg/lib/perf_hash.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************
    2321 *
     
    2725 *
    2826 **************************************************************************/
    29 
    30 /*
    31    $Log$
    32    Revision 1.1  2003/02/20 21:14:16  mdewsnip
    33    Addition of MG package for search and retrieval
    34 
    35    Revision 1.2  2001/02/22 01:35:03  jrm21
    36    Fixed bug that caused perf_hash to fail for lexicon of < 4 words.
    37    Added a #define to increase size of n (for vertices in the graph) as we
    38    need to allocate more memory somewhere else before calling tree_builder()
    39 
    40    Revision 1.1  1999/08/10 21:16:57  sjboddie
    41    renamed mg-1.3d directory mg
    42 
    43    Revision 1.1  1998/11/17 09:32:17  rjmcnab
    44    *** empty log message ***
    45 
    46    * Revision 1.2  1994/08/22  00:26:30  tes
    47    * Made perf_hash take the ceiling of 1.23 * num
    48    * in lieu of the floor.
    49    * This was done so that perf_hash works ok on
    50    * a small number of keys.
    51    *
    52    * Revision 1.1  1994/08/22  00:24:49  tes
    53    * Initial placement under CVS.
    54    *
    55  */
    56 
    57 static char *RCSID = "$Id$";
    58 
    5927
    6028#define STRUCT
  • trunk/indexers/mg/lib/perf_hash.h

    r3745 r13654  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************/
  • trunk/indexers/mg/lib/random.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 /*
    25 $Log$
    26 Revision 1.1  2003/02/20 21:14:16  mdewsnip
    27 Addition of MG package for search and retrieval
    28 
    29 Revision 1.1  1999/08/10 21:16:57  sjboddie
    30 renamed mg-1.3d directory mg
    31 
    32 Revision 1.1  1998/11/17 09:32:20  rjmcnab
    33 *** empty log message ***
    34 
    35 */
    36 
    37 static char *RCSID = "$Id$";
    3821
    3922/*
  • trunk/indexers/mg/lib/random.h

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 /*
    25 $Log$
    26 Revision 1.1  2003/02/20 21:14:16  mdewsnip
    27 Addition of MG package for search and retrieval
    28 
    29 Revision 1.1  1999/08/10 21:16:58  sjboddie
    30 renamed mg-1.3d directory mg
    31 
    32 Revision 1.1  1998/11/17 09:32:21  rjmcnab
    33 *** empty log message ***
    34 
    35 */
    3621
    3722#ifndef RANDOM_H
  • trunk/indexers/mg/lib/simplefrenchstem.c

    r3745 r13654  
    1616 * along with this program; if not, write to the Free Software
    1717 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    18  *
    19  * $Id$
    2018 *
    2119 **************************************************************************/
  • trunk/indexers/mg/lib/simplefrenchstem.h

    r3745 r13654  
    1717 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1818 *
    19  * $Id$
    20  *
    2119 **************************************************************************/
    22 
    23 /*
    24    $Log$
    25    Revision 1.1  2003/02/20 21:14:16  mdewsnip
    26    Addition of MG package for search and retrieval
    27 
    28    Revision 1.1  1999/08/10 21:17:04  sjboddie
    29    renamed mg-1.3d directory mg
    30 
    31    Revision 1.1  1998/11/25 07:55:37  rjmcnab
    32 
    33    Modified mg to that you can specify the stemmer you want
    34    to use via a command line option. You specify it to
    35    mg_passes during the build process. The number of the
    36    stemmer that you used is stored within the inverted
    37    dictionary header and the stemmed dictionary header so
    38    the correct stemmer is used in later stages of building
    39    and querying.
    40 
    41    Revision 1.1  1998/11/24 06:37:53  rjmcnab
    42 
    43    Incorporated the french stemmer better.
    44 
    45 
    46  */
    4720
    4821#ifndef SIMPLEFRENCHSTEM_H
  • trunk/indexers/mg/lib/sptree.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    2321
     
    2523#include    "sysfuncs.h"
    2624#include    "sptree.h"
    27 
    28 /*
    29    $Log$
    30    Revision 1.1  2003/02/20 21:14:17  mdewsnip
    31    Addition of MG package for search and retrieval
    32 
    33    Revision 1.1  1999/08/10 21:17:04  sjboddie
    34    renamed mg-1.3d directory mg
    35 
    36    Revision 1.1  1998/11/17 09:32:45  rjmcnab
    37    *** empty log message ***
    38 
    39    * Revision 1.1  1994/08/22  00:24:50  tes
    40    * Initial placement under CVS.
    41    *
    42  */
    43 
    44 static char *RCSID = "$Id$";
    4525
    4626#define TRACE(w)
  • trunk/indexers/mg/lib/sptree.h

    r3745 r13654  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************/
  • trunk/indexers/mg/lib/timing.c

    r3745 r13654  
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    1919 *
    20  * $Id$
    21  *
    2220 **************************************************************************/
    23 
    24 /*
    25    $Log$
    26    Revision 1.1  2003/02/20 21:14:17  mdewsnip
    27    Addition of MG package for search and retrieval
    28 
    29    Revision 1.1  1999/08/10 21:17:05  sjboddie
    30    renamed mg-1.3d directory mg
    31 
    32    Revision 1.1  1998/11/17 09:32:49  rjmcnab
    33    *** empty log message ***
    34 
    35    * Revision 1.1  1994/08/22  00:24:53  tes
    36    * Initial placement under CVS.
    37    *
    38  */
    39 
    40 static char *RCSID = "$Id$";
    4121
    4222#include "sysfuncs.h"
  • trunk/indexers/mg/lib/timing.h

    r3745 r13654  
    1717 * along with this program; if not, write to the Free Software
    1818 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    19  *
    20  * $Id$
    2119 *
    2220 **************************************************************************/
Note: See TracChangeset for help on using the changeset viewer.