File: scidt.cpp

package info (click to toggle)
scid 1%3A4.3.0.cvs20120311-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 24,232 kB
  • sloc: tcl: 135,238; cpp: 47,810; ansic: 5,339; sh: 2,882; python: 278; makefile: 105; perl: 86
file content (768 lines) | stat: -rw-r--r-- 26,641 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
//////////////////////////////////////////////////////////////////////
//
//  FILE:       scidt.cpp
//              Scidt utility program.
//
//  Part of:    Scid (Shane's Chess Information Database)
//  Version:    2.7
//
//  Notice:     Copyright (c) 1999-2001  Shane Hudson.  All rights reserved.
//
//  Author:     Shane Hudson (sgh@users.sourceforge.net)
//
//////////////////////////////////////////////////////////////////////

#include "common.h"
#include "index.h"
#include "namebase.h"
#include "misc.h"
#include "date.h"
#include "game.h"
#include "gfile.h"
#include "bytebuf.h"
#include "textbuf.h"
#include "tree.h"
#include "progbar.h"

#include <ctype.h>
#include <stdio.h>
#include <string.h>

#ifndef WIN32
#include <strings.h>
#endif


// GLOBALS:

char * progname;
char * filename = NULL;
errorT err;
char displayStr[] = "g6: w13 W4  b13 B4  r3:m2 y4 s11 o4";

ProgBar * global_ProgBar = new ProgBar (stdout);

// updateProgress: Update the global progress bar
void
updateProgress (void * pdata, uint count, uint total)
{
    global_ProgBar->Update (count * 100 / total);
}

//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// usage():
//      Print usage information and exit the program.
//
void
usage (void)
{
    fprintf (stderr, "usage: %s -<option> <database> \n", progname);
    fprintf (stderr, " -i: General database information \n");
    fprintf (stderr, " -d: Change description of database \n");
    fprintf (stderr, " -l: List all games \n");
    fprintf (stderr, " -c: Show compactness of database \n");
    fprintf (stderr, " -C: Compact the database \n");
    fprintf (stderr, " -n: Name information \n");
    fprintf (stderr, " -N: Remove unused names from the namebase file \n");
    fprintf (stderr, " -p[prefix]: list all players starting with prefix \n");
    fprintf (stderr, " -e[prefix]: list all events starting with prefix \n");
    fprintf (stderr, " -s[prefix]: list all sites starting with prefix \n");
    fprintf (stderr, " -r[prefix]: list all rounds starting with prefix \n");
    fprintf (stderr, " -S[sort-fields]: Sort the database \n");
    fprintf (stderr, "  Sort fields: date, year, event, site, round, white, black\n");
    fprintf (stderr, "      eco, result, length, rating, country\n");
    fprintf (stderr, "  Example: scidt -Syear,event,round,date myfile.si\n\n");
    exit (1);
}

//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// fileErr():
//      Report error opening a file and exit.
//
void
fileErr (const char * fname, const char * suffix, errorT err)
{
    if (err == ERROR_FileOpen) {
        fprintf (stderr, "%s: ERROR: could not open file \"%s%s\"\n", 
                 progname, fname, suffix);
        fprintf (stderr, "    The file may not exist, or may be read-only.\n");
    } else if (err == ERROR_Corrupt) {
        fprintf (stderr, "%s: ERROR: corrupt data reading \"%s%s\"\n",
                 progname, fname, suffix);
        
    } else {
        fprintf (stderr, "%s: ERROR reading file \"%s%s\"\n",
                 progname, fname, suffix);
    }
    exit(1);
}


//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// PrintGameList():
//      Print a game listing, one line per game.
//
void
PrintGameList (Index * i, NameBase * nb, gameNumberT first,
               gameNumberT last, char * fields, FILE * outf)
{
    char temp [1024];
    gameNumberT gn;
    IndexEntry iE;
    for (gn = first; gn <= last; gn++) {
        if (gn <= i->GetNumGames()) {
            i->ReadEntries (&iE, gn-1, 1);
            iE.PrintGameInfo (temp, gn, gn, nb, fields);
            fputs (temp, outf);
            putc ('\n', outf);
        }
    }
}


//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// printDebugInfo():
//
void
printDebugInfo () {
    printf ("Sizes of classes and structs, in bytes:\n");
    printf ("\nByteBuffer class: %lu\n", (unsigned long) sizeof(ByteBuffer));

    printf ("\nIndex class: %lu\n", (unsigned long) sizeof(Index));
    printf ("   indexHeaderT struct: %lu\n", (unsigned long) sizeof(indexHeaderT));
    printf ("   IndexEntry class: %lu\n", (unsigned long) sizeof(IndexEntry));

    printf ("\nGame class: %lu\n", (unsigned long) sizeof(Game));
    printf ("   patternT struct: %lu\n", (unsigned long) sizeof(patternT));
    printf ("   moveT struct: %lu\n", (unsigned long) sizeof(moveT));
    printf ("   moveChunkT struct: %lu\n", (unsigned long) sizeof(moveChunkT));
    printf ("   tagT struct: %lu\n", (unsigned long) sizeof(tagT));

    printf ("\nGFile class: %lu\n", (unsigned long) sizeof(GFile));
    printf ("   gfBlockT struct: %lu\n", (unsigned long) sizeof(gfBlockT));

    printf ("\nNameBase class: %lu\n", (unsigned long) sizeof(NameBase));
    printf ("   nameBaseHeaderT struct: %lu\n", (unsigned long) sizeof(nameBaseHeaderT));
    printf ("   nameNodeT struct: %lu\n", (unsigned long) sizeof(nameNodeT));

    printf ("\nPosition class: %lu\n", (unsigned long) sizeof(Position));
    printf ("   simpleMoveT struct: %lu\n", (unsigned long) sizeof(simpleMoveT));
    printf ("   LegalMoveList class: %lu\n", (unsigned long) sizeof(MoveList));
    printf ("   sanListT struct: %lu\n", (unsigned long) sizeof(sanListT));
//    printf ("   pseudoLegalListT struct: %u\n", sizeof(pseudoLegalListT));

    printf ("\nTextBuffer class: %lu\n", (unsigned long) sizeof(TextBuffer));
    
    printf ("\nTreeCache class: %lu\n", (unsigned long) sizeof(TreeCache));
    printf ("   cachedTreeT struct: %lu\n", (unsigned long) sizeof(cachedTreeT));
    printf ("   treeT struct: %lu\n", (unsigned long) sizeof(treeT));
    printf ("   treeNodeT struct: %lu\n", (unsigned long) sizeof(treeNodeT));
}

//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// recalcNameFrequencies():
//      Resets all name frequencies in the namebase to zero, then
//      reads all index entries to obtain the correct frequency
//      for each name.
//      Takes a namebase and an open index file, and updates
//      the namebase frequencies.
//
void
recalcNameFrequencies (NameBase * nb, Index * idx)
{
    for (nameT nt = NAME_FIRST; nt <= NAME_LAST; nt++) {
        nb->ZeroAllFrequencies (nt);
    }
    IndexEntry iE;
    for (uint i=0; i < idx->GetNumGames(); i++) {
        idx->ReadEntries (&iE, i, 1);
        iE.Verify (nb);
        nb->IncFrequency (NAME_PLAYER, iE.GetWhite(), 1);
        nb->IncFrequency (NAME_PLAYER, iE.GetBlack(), 1);
        nb->IncFrequency (NAME_EVENT, iE.GetEvent(), 1);
        nb->IncFrequency (NAME_SITE, iE.GetSite(), 1);
        nb->IncFrequency (NAME_ROUND, iE.GetRound(), 1);
    }
}

//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// compactNameBase():
//      Compacts a namebase file by removing any names that are no
//      longer referred to by any game. This also requires rewriting
//      the index file since the name ID values may change.
void
compactNameBase (NameBase * nb)
{
    errorT err = nb->ReadNameFile();
    if (err != OK) {
        fileErr (filename, NAMEBASE_SUFFIX, err);
    }
    Index * idxTemp = new Index;
    idxTemp->SetFileName (filename);

    err = idxTemp->OpenIndexFile (FMODE_ReadOnly);
    if (err != OK) {
        fileErr (filename, INDEX_SUFFIX, err);
    }
    recalcNameFrequencies (nb, idxTemp);
    idxTemp->CloseIndexFile();

    // Now, add only the names with nonzero frequencies to a new namebase:

    NameBase * nbNew = new NameBase;

    idNumberT * idMapping [NUM_NAME_TYPES];
    for (nameT nt = NAME_FIRST; nt <= NAME_LAST; nt++) {
        idMapping [nt] = new idNumberT [nb->GetNumNames(nt)];
        idNumberT numNames = nb->GetNumNames (nt);
        for (idNumberT oldID = 0; oldID < numNames; oldID++) {
            char * name = nb->GetName (nt, oldID);
            uint frequency = nb->GetFrequency (nt, oldID);
            if (frequency > 0) {
                uint newID;
                err = nbNew->AddName (nt, name, &newID);
                if (err != OK) {
                    printf ("Error compacting namebase! Aborting...\n");
                    exit(1);
                }
                nbNew->IncFrequency (nt, newID, frequency);
                idMapping[nt][oldID] = newID;
            } else {
                idMapping[nt][oldID] = 0;
            }
        }
    }
    printf ("New: %u players, %u events, %u sites, %u rounds\n",
            nbNew->GetNumNames(NAME_PLAYER), nbNew->GetNumNames(NAME_EVENT),
            nbNew->GetNumNames(NAME_SITE), nbNew->GetNumNames(NAME_ROUND));
    Index * idxOld = new Index;
    Index * idxNew = new Index;
    char tempName[1024];
    strCopy (tempName, filename);
    strAppend (tempName, "_OLD");
    idxOld->SetFileName (tempName);
    idxNew->SetFileName (filename);
    
    printf ("Renaming %s%s to %s%s in case of error...\n",
            filename, INDEX_SUFFIX, tempName, INDEX_SUFFIX);
    if (renameFile (filename, tempName, INDEX_SUFFIX) != OK) {
        fprintf (stderr, "Unable to rename the index file!\n");
        exit(1);
    }
    printf ("Renaming %s%s to %s%s in case of error...\n",
            filename, NAMEBASE_SUFFIX, tempName, NAMEBASE_SUFFIX);
    if (renameFile (filename, tempName, NAMEBASE_SUFFIX) != OK) {
        fprintf (stderr, "Unable to rename the namebase file!\n");
        exit(1);
    }
    err = idxOld->OpenIndexFile (FMODE_ReadOnly);
    if (err != OK) {
        renameFile (tempName, filename, INDEX_SUFFIX);
        fileErr (tempName, INDEX_SUFFIX, err);
    }
    err = idxNew->CreateIndexFile (FMODE_WriteOnly);
    if (err != OK) {
        renameFile (tempName, filename, INDEX_SUFFIX);
        fileErr (filename, INDEX_SUFFIX, err);
    }
    idxNew->SetType (idxOld->GetType());

    printf ("Writing new name and index files...\n");

    // For each entry in old index: read it, alter its name ID
    // values to match the new namebase, and write the entry to
    // the new index.

    gameNumberT newNumGames = 0;
    for (uint i=0; i < idxOld->GetNumGames(); i++) {
        IndexEntry ieOld, ieNew;
        idxOld->ReadEntries (&ieOld, i, 1);
        if (ieOld.Verify (nb) != OK) {
            fprintf (stderr, "Warning: game %u: ", i+1);
            fprintf (stderr, "names were corrupt, they may be incorrect.\n");
        }
        err = idxNew->AddGame (&newNumGames, &ieNew);
        if (err != OK)  { break; }
        ieNew = ieOld;
        ieNew.SetWhite (idMapping [NAME_PLAYER] [ieOld.GetWhite()]);
        ieNew.SetBlack (idMapping [NAME_PLAYER] [ieOld.GetBlack()]);
        ieNew.SetEvent (idMapping [NAME_EVENT] [ieOld.GetEvent()]);
        ieNew.SetSite  (idMapping [NAME_SITE] [ieOld.GetSite()]);
        ieNew.SetRound (idMapping [NAME_ROUND] [ieOld.GetRound()]);
        err = idxNew->WriteEntries (&ieNew, newNumGames, 1);
        if (err != OK)  { break; }
    }

    idxOld->CloseIndexFile();
    idxNew->CloseIndexFile();
    nbNew->SetFileName (filename);

    if (err == OK) {
        err = nbNew->WriteNameFile();
    }

    if (err != OK) {
        fprintf (stderr, "ERROR: I/O error!\n");
        fprintf (stderr, "Restoring original file and aborting.\n");
        removeFile (filename, INDEX_SUFFIX);
        renameFile (tempName, filename, INDEX_SUFFIX);
        exit(1);
    }

    printf ("New index file successfully created; old index removed.\n");
    removeFile (tempName, INDEX_SUFFIX);
    removeFile (tempName, NAMEBASE_SUFFIX);
    return;
}

//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// printNameInfo():
//
void
printNameInfo (NameBase * nb, Index * idx)
{
    errorT err;
    nameT nt;
    const char *ntStr[4] = {"PLAYER", "EVENT", "SITE", "ROUND"};

    err= nb->ReadNameFile();
    if (err != OK) { fileErr (filename, NAMEBASE_SUFFIX, err); }
    err = idx->OpenIndexFile (FMODE_ReadOnly);
    if (err != OK) {
        fileErr (filename, INDEX_SUFFIX, err);
    }

    recalcNameFrequencies (nb, idx);

    printf ("Database %s: %d players, %d events, %d sites, %d rounds.\n",
            filename,
            nb->GetNumNames(NAME_PLAYER),
            nb->GetNumNames(NAME_EVENT),
            nb->GetNumNames(NAME_SITE),
            nb->GetNumNames(NAME_ROUND));

    for (nt = NAME_PLAYER; nt < NUM_NAME_TYPES; nt++) {
        uint numNames = nb->GetNumNames(nt);
        uint prefix = 0;
        uint length = 0;
        uint longest = 0;
        idNumberT longestID = 0;
        idNumberT mostFrequentID = nb->GetMostFrequent(nt);
        uint mostFrequent = nb->GetFrequency(nt, mostFrequentID);
        idNumberT currentID = 0, prevID = 0;
        uint numUnused = 0;

        nb->IterateStart (nt);
        for (uint i=0; i < nb->GetNumNames(nt); i++) {
            prevID = currentID;
            nb->Iterate (nt, &currentID);
            if (nb->GetFrequency (nt, currentID) == 0) { numUnused++; }
            uint len = strLength(nb->GetName (nt, i)); 
            length += len;
            if (len > longest) {
                longest = len;
                longestID = i;
            }
            if (i > 0) {
                char *s1 = nb->GetName (nt, currentID);
                char *s2 = nb->GetName (nt, prevID);
                prefix += strPrefix (s1,s2);
            }
        }
        printf ("\n%s section:    %d names, %d unused, %d disk bytes\n",
                ntStr[nt],
                nb->GetNumNames(nt),
                numUnused,
                nb->GetNumBytes(nt));
        printf ("Avg length = %.2f bytes, avg prefix = %.2f bytes\n",
                (float) length / (float) numNames,
                (float) prefix / (float) numNames);
        printf ("Longest name: \"%s\" (%u bytes)\n",
                nb->GetName(nt, longestID),
                longest);
        printf ("Most frequent name: \"%s\" (%u times)\n",
                nb->GetName(nt, mostFrequentID),
                mostFrequent);
    }
}


//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// printCompactInfo():
//      Compute and report the amount of wasted space in the game
//      file that could be reduced, but do not actually compact the
//      database.
//
void
printCompactInfo (Index * idx)
{
    IndexEntry iE;
    errorT err;

    err = idx->OpenIndexFile (FMODE_ReadOnly);
    if (err != OK) {
        fileErr (filename, INDEX_SUFFIX, err);
    }
    uint nFullBlocks = 0;
    uint lastBlockBytes = 0;
    uint gameCount = 0;

    for (uint i=0; i <idx->GetNumGames(); i++) {
        idx->ReadEntries (&iE, i, 1);
        if (! iE.GetDeleteFlag()) {
            gameCount++;
            // Can this game fit in the current block?
            if (lastBlockBytes + iE.GetLength() <= GF_BLOCKSIZE) {
                lastBlockBytes += iE.GetLength();
            } else {
                nFullBlocks++;
                lastBlockBytes = iE.GetLength();
            }
        }
    }

    uint oldBytes = 0;
    {
        char temp [1024];
        FILE * pfGfile;
        sprintf (temp, "%s%s", filename, GFILE_SUFFIX);
        pfGfile = fopen (temp, "rb");
        if (pfGfile) {
            fseek (pfGfile, 0, SEEK_END);
            oldBytes = ftell (pfGfile);
            fclose (pfGfile);
        }
    }
    uint newBytes = nFullBlocks * GF_BLOCKSIZE + lastBlockBytes;

    printf("Current size:   %7u games, %8u bytes = %5u Kb\n",
           idx->GetNumGames(), oldBytes, (oldBytes + 512) / 1024);
    printf("Compacted size: %7u games, %8u bytes = %5u Kb\n",
           gameCount, newBytes, (newBytes + 512) / 1024);
}

//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// compactGameFile():
//      Compact the game file of a database to its minimum possible size,
//      by ensuring that the games are in numerical order and that there
//      are no slack bytes between each game except for block boundaries.
//      The gamedata and index files must both be rewritten, so they are
//      renamed first in case of a failure.
//
void
compactGameFile ()
{
    Index * idxOld, * idxNew;
    GFile * gfOld, * gfNew;
    idxOld = new Index;  idxNew = new Index;
    gfOld = new GFile;   gfNew = new GFile;
    char tempName[1024];
    errorT err;

    // Open all files:
    
    strCopy (tempName, filename);
    strAppend (tempName, "_OLD");
    if (renameFile (filename, tempName, INDEX_SUFFIX) != OK) {
        fprintf (stderr, "Unable to rename the index file!\n");
        exit(1);
    }
    if (renameFile (filename, tempName, GFILE_SUFFIX) != OK) {
        renameFile (tempName, filename, INDEX_SUFFIX);
        fprintf (stderr, "Unable to rename the game file!\n");
        exit(1);
    }
    idxOld->SetFileName (tempName);
    idxNew->SetFileName (filename);

    err = idxOld->OpenIndexFile (FMODE_ReadOnly);
    if (err != OK) {
        renameFile (tempName, filename, INDEX_SUFFIX);
        renameFile (tempName, filename, GFILE_SUFFIX);
        fileErr (tempName, INDEX_SUFFIX, err);
    }
    err = idxNew->CreateIndexFile (FMODE_WriteOnly);
    if (err != OK) {
        renameFile (tempName, filename, INDEX_SUFFIX);
        renameFile (tempName, filename, GFILE_SUFFIX);
        fileErr (filename, INDEX_SUFFIX, err);
    }
    err = gfOld->Open (tempName, FMODE_ReadOnly);
    if (err != OK) {
        renameFile (tempName, filename, INDEX_SUFFIX);
        renameFile (tempName, filename, GFILE_SUFFIX);
        fileErr (tempName, GFILE_SUFFIX, err);
    }
    err = gfNew->Create (filename, FMODE_WriteOnly);
    if (err != OK) {
        renameFile (tempName, filename, INDEX_SUFFIX);
        renameFile (tempName, filename, GFILE_SUFFIX);
        fileErr (filename, GFILE_SUFFIX, err);
    }

    idxNew->SetType (idxOld->GetType());
    // Copy each necessary game to the new game file:

    printf ("Compacting the database...\n");
    ProgBar progBar(stdout);
    progBar.Start();

    bool treefileOutOfDate = false;
    ByteBuffer * bbuf = new ByteBuffer;
    bbuf->SetBufferSize (BBUF_SIZE); // 32000
    gameNumberT newNumGames = 0;
    uint oldNumGames = idxOld->GetNumGames();
    err = OK;
    uint i = 0;
    for (i=0; i < oldNumGames; i++) {
        progBar.Update (i * 100 / oldNumGames);
        IndexEntry ieOld, ieNew;
        idxOld->ReadEntries (&ieOld, i, 1);
        if (ieOld.GetDeleteFlag()) {
            // Game is deleted, do not copy to new file:
            treefileOutOfDate = true;
            continue;
        }
        err = idxNew->AddGame (&newNumGames, &ieNew);
        if (err != OK)  { break; }
        ieNew = ieOld;
        bbuf->Empty();
        err = gfOld->ReadGame (bbuf, ieOld.GetOffset(), ieOld.GetLength());
        if (err != OK)  { break; }
        bbuf->BackToStart();
        uint offset = 0;
        err = gfNew->AddGame (bbuf, &offset);
        ieNew.SetOffset (offset);
        if (err != OK)  { break; }
        err = idxNew->WriteEntries (&ieNew, newNumGames, 1);
        if (err != OK)  { break; }
    }

    idxOld->CloseIndexFile();
    idxNew->CloseIndexFile();
    gfOld->Close();
    gfNew->Close();
    if (err != OK) {
        fprintf (stderr, "ERROR: I/O error!");
        fprintf(stderr, "Restoring original files and aborting.\n");
        removeFile (filename, INDEX_SUFFIX);
        removeFile (filename, GFILE_SUFFIX);
        renameFile (tempName, filename, INDEX_SUFFIX);
        renameFile (tempName, filename, GFILE_SUFFIX);
        exit(1);
    } else {
        if (treefileOutOfDate) { removeFile (filename, TREEFILE_SUFFIX); }
        progBar.Finish();
        printf ("Database was successfully compacted.\n");
        removeFile (tempName, INDEX_SUFFIX);
        removeFile (tempName, GFILE_SUFFIX);
    }
}



//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
// main():
//
int
main (int argc, char *argv[])
{
    errorT err;
    progname = argv[0];

    scid_Init();
    
    if (argc != 3) { usage(); }
    
    char *option = argv[1];
    filename = argv[2];
    if (option[0] != '-') { usage(); }

    // Strip the suffix (e.g. ".si", ".sg") of filename if it has one:
    char * lastdot = strrchr (filename, '.');
    if (lastdot) {
        if (!strCompare (lastdot, ".si")  ||  !strCompare (lastdot, ".sg")  ||
            !strCompare (lastdot, ".sn")  ||  !strCompare (lastdot, ".s"))
        {
            *lastdot = 0;
        }
    }
    
    Index * idx = new Index;
    NameBase * nb = new NameBase;
    idx->SetFileName (filename);
    nb->SetFileName (filename);

    ////////////////////////////////////
    if (option[1] == 'p'  ||  option[1] == 'e'  ||
        option[1] == 's'  ||  option[1] == 'r') { 
        // List all player/site names:
        const char *prefixStr = &(option[2]);
        nameT nt = NAME_PLAYER;
        const char * ntStr = "players";
        if (option[1] == 'e') {
            nt = NAME_EVENT;
            ntStr = "events";
        }
        if (option[1] == 's') {
            nt = NAME_SITE;
            ntStr = "sites";
        }
        if (option[1] == 'r') {
            nt = NAME_ROUND;
            ntStr = "rounds";
        }
        err = idx->OpenIndexFile (FMODE_ReadOnly);
        if (err != OK) {
            fileErr (filename, INDEX_SUFFIX, err);
        }
        err = nb->ReadNameFile();
        if (err != OK) {
            fileErr (filename, NAMEBASE_SUFFIX, err);
        }
        uint numNames = nb->GetNumNames(nt);
        uint prefix = 0;
        uint length = 0;
        idNumberT current = 0;
        idNumberT prev = 0;

//        recalcNameFrequencies (nb, idx);
        
        nb->IterateStart (nt);
        for (uint i=0; i < nb->GetNumNames(nt); i++) {
            prev = current;
            nb->Iterate (nt, &current);
            length += strLength (nb->GetName (nt, current));
            if (i > 0) {
                char * s1 = nb->GetName (nt, prev);
                char * s2 = nb->GetName (nt, current);
                prefix += strPrefix (s1,s2);
            }
        }

        printf("Database \"%s\": %d %s.\nAverage length = %.2f bytes, "
               "Average prefix = %.2f bytes\n",
               filename, numNames, ntStr, (float) length / (float) numNames,
               (float) prefix / (float) numNames);
        uint matches = nb->DumpAllNames (nt, prefixStr, stdout);
        printf("[%d names matched the supplied prefix string]\n", matches);

    ////////////////////////////////////
    } else if (option[1] == 'D') {
        printDebugInfo();
        
    ////////////////////////////////////
    } else if (option[1] == 'n') { // list all name information
        printNameInfo (nb, idx);

    ////////////////////////////////////
    } else if (option[1] == 'N') { // compact namebase
        compactNameBase (nb);

    ////////////////////////////////////
    } else if (option[1] == 'd') { // change description for database
        err = idx->OpenIndexFile (FMODE_Both);
        if (err != OK) {
            fileErr (filename, INDEX_SUFFIX, err);
        }
        printf ("Database \"%s\": %s\n", filename, idx->GetDescription());
        char newDesc[1024];
        newDesc[0] = 0;
        printf ("\nEnter a new description: ");
        fgets (newDesc, 1024, stdin);
        // Remove trailling newline chacter:
        newDesc[strlen(newDesc) - 1] = 0;
        idx->SetDescription (newDesc);
        idx->WriteHeader();
        idx->CloseIndexFile();
        printf ("Description changed to: %s\n", idx->GetDescription());

    ////////////////////////////////////
    } else if (option[1] == 'i') { // general information
        err = idx->OpenIndexFile (FMODE_ReadOnly);
        if (err != OK  &&  err != ERROR_FileVersion) {
            fileErr (filename, INDEX_SUFFIX, err);
        }
        printf ("Database \"%s\": %s\n%d games\n",
                filename, idx->GetDescription(), idx->GetNumGames());
        printf ("Version: %u.%u",
                idx->GetVersion() / 100, idx->GetVersion() % 100);
        if (err == ERROR_FileVersion) {
            printf (" (warning: version too old! This is Scid %u.%u).",
                    SCID_VERSION / 100, SCID_VERSION % 100);
        }

        err = nb->OpenNameFile();
        if (err != OK) {
            fileErr (filename, NAMEBASE_SUFFIX, err);
        }
        nb->CloseNameFile();
        printf ("\nNamebase: %d players, %d events, %d sites, %d rounds.\n",
                nb->GetNumNames(NAME_PLAYER), nb->GetNumNames(NAME_EVENT),
                nb->GetNumNames(NAME_SITE), nb->GetNumNames(NAME_ROUND));

    ////////////////////////////////////
    } else if (option[1] == 'l') { // list all vital game information
        err = idx->OpenIndexFile (FMODE_ReadOnly);
        if (err != OK) { fileErr (filename, INDEX_SUFFIX, err); }
        err = nb->ReadNameFile();
        if (err != OK) { fileErr (filename, NAMEBASE_SUFFIX, err); }

        char * displayFormat = displayStr;
        if (option[2] != 0) { displayFormat = &(option[2]); }
        PrintGameList (idx, nb, 1, idx->GetNumGames(),
                       displayFormat, stdout);

    ////////////////////////////////////
    } else if (option[1] == 'c') {  // Compaction statistics
        printCompactInfo (idx);

    ////////////////////////////////////
    } else if (option[1] == 'C') {  // Compact and reorder the database
        compactGameFile ();

    ////////////////////////////////////
    } else if (option[1] == 'S') {  // Sort the database
        err = idx->OpenIndexFile(FMODE_Both);
        if (err != OK) { fileErr (filename, INDEX_SUFFIX, err); }
        err = nb->ReadNameFile();
        if (err != OK) { fileErr (filename, NAMEBASE_SUFFIX, err); }

        if (idx->ParseSortCriteria (&(option[2])) != OK) {            
            printf ("%s\n", idx->ErrorMessage());
            exit(1);
        }

        printf ("Sorting the database...\n");
        idx->ReadEntireFile();
        global_ProgBar->Start();
        // Sort, updating the progress bar every 1000 games:
        idx->Sort (nb, 1000, &(updateProgress), NULL);
        global_ProgBar->Finish();

        printf ("Writing the index file...\n");
        idx->WriteSorted();
        idx->CloseIndexFile();
        
        // A tree file for this database would now be out of date:
        removeFile (filename, TREEFILE_SUFFIX);

        printf ("Database was successfully sorted.\n\n");
        printf ("  Please note: only the index file was changed, so games\n");
        printf ("  are now stored in a scrambled order in the game file.\n");
        printf ("  This makes some database searches MUCH slower, so you ");
        printf ("should type:\n        scidt -C %s\n  to re-compact the ",
                filename);
        printf ("database if you will be using it in searches.\n\n");

    ////////////////////////////////////
    } else { // Not a valid option!
        usage();
    }

    return 0;
}

//////////////////////////////////////////////////////////////////////
//  EOF: scidt.cpp
//////////////////////////////////////////////////////////////////////