-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
175 lines (112 loc) · 4.86 KB
/
ChangeLog
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
2008-02-23 Yuta Mori <[email protected]>
* lib/substringsort.c (_merge_backward): Bug fix.
* lib/trsort.c (_tr_introsort): Bug fix.
2007-09-02 Yuta Mori <[email protected]>
* lib/trsort.c (_ls_introsort): Important bug fix.
2007-07-15 Yuta Mori <[email protected]>
A few bug fixes.
* lib/divsufsort.c (divbwt): Bug fix.
* lib/trsort.c (_tr_introsort): Bug fix.
* lib/utils.c (sa_search, sa_simplesearch): New functions.
* lib/libdivsufsort.sym: Update.
* include/divsufsort.h.in: Update.
* examples/sasearch.c: New file.
* examples/Makefile.am: Update.
* configure.ac: Update.
* NEWS: Update.
* README: Update.
2007-04-14 Yuta Mori <[email protected]>
Change license to the MIT/X11 license.
Update all files for 1.2.0.
* lib/libdivsufsort.sym: New file for libtool.
2007-04-07 Yuta Mori <[email protected]>
Update files for 1.1.7.
2007-04-07 Yuta Mori <[email protected]>
Replace drsort with tandem repeat sorting algorithm and Larsson-Sadakane sorting algorithm.
* lib/trsort.c: New file.
* lib/drsort.c: Delete.
* lib/divsufsort.c: Update.
* lib/Makefile.am: Update.
* lib/divsufsort_private.h.in (LS_INSERTIONSORT_THRESHOLD, TR_INSERTIONSORT_THRESHOLD): New constants.
(DR_INSERTIONSORT_THRESHOLD): Delete.
(STACK_PUSH3, STACK_POP3): New macros.
2007-03-31 Yuta Mori <[email protected]>
Update files for 1.1.6.
2007-03-31 Yuta Mori <[email protected]>
Replace _ss_merge with new merge algorithms.
* lib/substringsort.c (_ss_merge): Delete.
* lib/substringsort.c (_block_swap, _merge_forward, _merge_backward, _merge): New functions.
(substringsort): Update.
* lib/divsufsort.c (_sort_typeBstar, divsufsort, divbwt): Update.
* include/divsufsort_private.h.in (LOCALMERGE_BUFFERSIZE): New constant.
(SS_MERGESORT_QUEUESIZE): Delete.
2007-03-24 Yuta Mori <[email protected]>
Update files for 1.1.5.
2007-03-23 Yuta Mori <[email protected]>
Replace breadth-first introsort with new multikey introsort.
* lib/substringsort.c (_compare): Update.
(_substring_partition): Update.
(_multikey_introsort): New function.
(_introsort, _bfintrosort): Delete.
(substringsort): Update.
* lib/divsufsort.c (_sort_typeBstar): Update.
2007-03-21 Yuta Mori <[email protected]>
* lib/substringsort.c (_introsort): Convert introsort to a non-recursive algorithm.
(substringsort): Update.
* lib/divsufsort.c (_sort_typeBstar): Update.
2007-03-21 Yuta Mori <[email protected]>
* include/divsufsort_private.h.in (STACK_SIZE): Rename from SS_STACK_SIZE.
(SS_BLOCKSIZE): Rename from SS_MKQSORT_THRESHOLD.
(SS_MKQSORT_DMAX, SS_DSWAP, SS_STACK_PUSH, SS_STACK_POP): Delete.
(STACK_PUSH, STACK_POP): New macros.
(substringsort): Update prototype.
2007-03-17 Yuta Mori <[email protected]>
Update files for 1.1.4.
2007-03-17 Yuta Mori <[email protected]>
* substringsort.c (_fixdown, _heapsort, _lg): New function.
(_introsort): Rename from _quicksort. Change to use new partitioning algorithm.
(_bfintrosort): Rename from _bfquicksort.
2007-03-10 Yuta Mori <[email protected]>
Update files for 1.1.3.
2007-03-10 Yuta Mori <[email protected]>
Replace depth-first multikey quicksort with new breadth-first ternary quicksort.
* substringsort.c (_ss_compare_lcp, _ss_tqsort, _ss_mkqsort): Remove.
(_median3): Rename from _ss_median and rewrite.
(_pivot): Rename from _ss_pivot and rewrite.
(_median5, _substring_partition, _quicksort, _bfquicksort): New function.
2007-03-03 Yuta Mori <[email protected]>
Update files for 1.1.2.
2007-03-03 Yuta Mori <[email protected]>
* substringsort.c (_compare): Rename from _ss_compare and rewrite.
(_insertionsort): Rename from _ss_insertionsort and rewrite.
2007-02-24 Yuta Mori <[email protected]>
Update files for 1.1.1.
2007-02-24 Yuta Mori <[email protected]>
* lib/substringsort.c (_ss_getc): Remove.
2007-02-17 Yuta Mori <[email protected]>
Update files for 1.1.0.
2007-02-17 Yuta Mori <[email protected]>
* utils.c (bwtcheck): Remove.
2007-02-11 Yuta Mori <[email protected]>
* lib/divsufsort.c,
include/divsufsort.h.in,
include/divsufsort_private.h.in:
Change to use a new improved two-stage sort algorithm (version 070210).
2007-01-28 Yuta Mori <[email protected]>
* lib/divsufsort.c (_sort): Fix a bug that using wrong index.
2007-01-28 Yuta Mori <[email protected]>
* examples/bwt.c: Rename from examples/bwt2.c.
* examples/unbwt.c: Rename from examples/unbwt2.c.
* examples/bwt1.c: Delete.
* examples/unbwt1.c: Delete.
2007-01-28 Yuta Mori <[email protected]>
* lib/divsufsort.c, include/divsufsort_private.h.in:
Change to use new improved two-stage sort algorithm (version 070128).
2007-01-24 Yuta Mori <[email protected]>
Remove use of libtool.
* include/divsufsort_private.h.in: Rename from include/divsufsort_private.h.
2007-01-24 Yuta Mori <[email protected]>
Initial import.
;; Local Variables:
;; coding: utf-8
;; End: