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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/packages/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
Note: See TracChangeset for help on using the changeset viewer.