-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog.old
67 lines (47 loc) · 1.95 KB
/
ChangeLog.old
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
Version 1.0.2 (2006-01-01):
* Release 1.0.2
Version 1.0.2b (2005-12-11):
* lib/divsufsort.c (_construct_typeBstar): Completely rewrite.
Version 1.0.2a (2005-12-04):
* lib/substringsort.c: Completely rewrite.
* lib/drsort.c: Completely rewrite.
* lib/divsufsort.c (_sort_typeBstar): Fix some bugs.
Version 1.0.1 (2005-11-08):
* Release 1.0.1
Version 1.0.1a (2005-11-06):
* configure.ac: Add AM_ENABLE_STATIC, AM_DISABLE_SHARED and AC_LIBTOOL_WIN32_DLL
* Makefile.am (EXTRA_DIST): Add ChangeLog.old.
* lib/divsufsort.c (_construct_typeBstar): Fix.
* AUTHORS: New file.
* ChangeLog: New file.
* ChangeLog.old: New file.
* INSTALL: New file.
* NEWS: New file.
Version 1.0.0 (2005-10-31)
* Introduced autoconf and automake.
* Added new example programs.
Version 0.2.1 (2005-08-27)
* divsufsort.c: Kao's algorithm was replaced with Improved Two-Stage algorithm.
* divsufsort.c: Reduced memory usage.
* substringsort.c: Added mergesort for sorting large groups of suffixes.
Version 0.1.6 (2005-06-10)
* divsufsort.h: Renamed from libdivsufsort.h. (again...)
* divsufsort.c: Renamed from libdivsufsort.c. (again...)
* divsufsort.c: Reduced memory usage.
* substringsort.c, substringsort.h, drsort.c, drsort.h: Modify.
* mksary_mmap/makefile, mksary_mmap/mksary.c,
mksary_mmap/mmap.c, mksary_mmap/mmap.h: Removed.
Version 0.1.5 (2005-04-07)
* libdivsufsort.c: ranksort and doublingsort were replaced with drsort.
* def.h, drsort.c, drsort.h: New file.
* doublingsort.c, doublingsort.h, ranksort.c, ranksort.h: Removed.
Version 0.1.4 (2005-03-27)
* mksary/mksary.c, mksary_mmap/mksary.c, suftest.c: Added error handling.
Version 0.1.3 (2005-01-28)
* mksary/makefile, mksary/mksary.c, mksary_mmap/makefile,
mksary_mmap/mksary.c, mksary_mmap/mmap.c, mksary_mmap/mmap.h: New file.
* libdivsufsort.c: Modify.
Version 0.1.2 (2005-01-01)
* suftest.c: New file.
* libdivsufsort.c: Renamed from divsufsort.c.
* libdivsufsort.h: Renamed from divsufsort.h.