• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D27-Apr-20041.3 KiB7220

READMEH A D01-Jan-20051.3 KiB7435

ccdocH A D12-May-20046.2 KiB245204

diffcheckH A D20-Sep-2004850 4522

edswapH A D01-Jan-2005541 3714

fmtcnv031127.cH A D01-Jan-20061.3 KiB5841

hashtest.cH A D01-Jan-20063.6 KiB143108

setbdflushH A D06-Jun-2004448 255

sorttest.cH A D01-Jan-20061.9 KiB8360

stepcountH A D12-May-2004399 244

tabcheckH A D12-May-2004727 4121

testdata.tsvH A D23-Jan-200524.5 KiB2322

texttohtmlH A D20-Sep-2004824 4219

README

1================================================================
2 Utilities for test and experiment
3================================================================
4
5
6- hashtest
7
8  This command is used in order to see performance of hash functions.
9
10
11- sorttest
12
13  This command is used in order to see performance of sorting functions.
14
15
16- fmtcnv031127
17
18  This command is used in order to convert a database file from older
19  format than 1.7.13 to the latest format.
20
21  Usage for a database of Depot:
22
23    fmtcnv031127 < old > new
24
25  Usage for a database of Villa:
26
27    fmtcnv031127 -v < old > new
28
29  Usage for a database of Villa (deflated):
30
31    fmtcnv031127 -v -z < old > new
32
33
34- setbdflush
35
36  This command is used in order to set the device file `bdflush' of Linux
37  to see the best performance of QDBM.
38
39
40- tabcheck
41
42  This command is used in order to check whether tab or tailing space is
43  in source files.
44
45
46- diffcheck
47
48  This command is used in order to see difference of each file in two
49  directories.
50
51
52- stepcount
53
54  This command is used in order to count speps of source files.
55
56
57- edswap
58
59  This command is used in order to swap strings with ed command.
60
61
62- ccdoc
63
64  This command is used in order to create documents about source code using
65  GNU source-highlight.
66
67
68- texttohtml
69
70  This command is used in order to convert plain text to HTML.
71
72
73== END OF FILE ==
74