aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/dtl/ChangeLog
blob: 3bf2e859087db6497df4de16d3d0514640c6af57 (plain) (blame)
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
2024-07-11 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* bugfix: fix compilation error in C++14 (#18). Thanks to @ZaychukAleksey

	* 1.21 released

2022-04-11 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* bugfix: fixed invalid offset in unified format difference when difference is too large.

	* 1.20 released

2015-05-03 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* added some minor changes.

	* 1.19 released

2013-01-10 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* add printSES function for custom Printer Thanks to Hu Shubin

	* remove files related mercurial

	* 1.18 released

2012-11-18 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* add version-string variable

	* replace get_current_dir_name to getcwd(get_current_dir_name is not in Mountain Lion)

	* fix small typo

	* 1.17 released

2012-10-26 Tatsuhiko Kubo <cubicdaiya@gmail.com>, Jan Weiß <jan@geheimwerk.de>

	* Improving comments

	* rewrite README with markdown-style

	* support gtest1.6

	* allow clients to handle if DTL swaps the arrays it is passed

	* fix incorrect results for SES_COMMON when swapped

	* add explicit initialization of ses

	* implement option to force the order of sesElem objects in the ses

	* fix problem -> issues/4(test succeeds when result-file does not exist)

	* 1.16 released

2011-11-10 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* remove unused variable

	* 1.15 released

2011-06-18 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* fix Issue #7 (isOnlyOneOperation returns incorrect value)

	* 1.14 released

2011-04-10 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* add check for libraries with SCons

	* add installer with SCons

	* add sample of diff(bdiff)

	* 1.13 released

2011-01-23 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* forget to add template parameter of stream for print methods of printUnifiedFormat

	* 1.12 released

2011-01-01 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* add template parameter of stream for print methods

	* function of importing ses

	* 1.11 released

2010-11-23 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* use static_cast instead of C-style cast

	* remove specifyConfliction

	* 1.10 released

2010-09-20 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* fix bug of specifyConfliction

	* add parameter for Diff3's comparator

	* fix the bug which uniPatch fails

	* add debug option for examples

	* divide test sources

	* 1.09 released

2010-08-29 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* fix the problem that comparator parameter is completely ignored.

	* remove the warning 'comparison of unsigned expression >= 0 is always true' ( use -W )

	* move directory 'src' to 'dtl'

	* remove Makefile for examples and test

	* 1.08 released

2010-07-11 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* fix potential risk on 64bit environment(size of 'int' and size of 'size_t')

	* add scons

	* fix bug of specifyConfliction

	* fix memory leak when onlyEditDistance is true

	* change indent size from 2 to 4

	* 1.07 released

2010-05-01 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* add specifyConfliction

	* 1.06 released

2010-04-13 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* constructors takes referenced parameter

	* fix seg fault bug (http://code.google.com/p/dtl-cpp/issues/detail?id=2)

	* 1.05 released

2009-12-01 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* add test programs with googletest

	* add sample of diff(uintdiff)

	* 1.04 released

2009-10-02 Tatsuhiko Kubo <cubicdaiya@gmail.com>

	* add function getLcsVec

	* divide header files

	* 1.03 released

2009-09-08 Tatsuhiko Kubo <cubicdaiya@gmail.com>

        * rename editType to edit_t

        * add print functions

        * add functor of compare

        * use 'using' declaration

        * refactoring

        * add ignore patterns for Mercurial

        * 1.02 released.

2009-08-08 Tatsuhiko Kubo <cubicdaiya@gmail.com>

        * append appropriate const keyword

        * refactoring

        * 1.01 released.

2009-07-04 Tatsuhiko Kubo <cubicdaiya@gmail.com>

        * resolve problem memory leak occurs when default copy constructor set in motion.

        * 1.00 released.

2009-06-08 Tatsuhiko Kubo <cubicdaiya@gmail.com>

        * enhance readability

        * change behavior when conflicted

        * decliment parameter for patch function

        * 0.07 released.

2009-05-08 Tatsuhiko Kubo <cubicdaiya@gmail.com>

        * add flag for recording only editdistance

        * add sample of unidiff for string (unistrdiff)

        * add unserious diff. ver 0.03 has this feture.

        * fix bug for merge

        * add function getUniHunks

        * 0.06 released.

2008-12-12 Tatsuhiko Kubo <cubicdaiya@gmail.com>

        * add sample of diff3 (strdiff3, intdiff3)

        * add diff3

        * + -> - to - -> + with Unified Diff Format

        * add function uniPatch. this function can patch with Unified Diff Format Data Structure

        * dtl Import Unified Diff Format Data Structure from unidiff.cpp.

        * fix bug. function check whether file exists(common.cpp)

        * 0.05 released.

2008-11-10 Tatsuhiko Kubo <cubicdaiya@gmail.com>

        * Improves accuracy of diff

        * fix serious memory bug for patch

        * changed type of argument in function fileExists(common.hpp, common.cpp)

        * 0.04 released.

2008-11-06 Tatsuhiko Kubo <cubicdaiya@gmail.com>

        * add erorr check for sample programs

        * 0.03 released.

2008-10-31 Tatsuhiko Kubo <cubicdaiya@gmail.com>

        * rename ChangLog to ChangeLog

        * modifiy README

        * output OK message on patch and fpatch

        * 0.02 released.

2008-10-30 Tatsuhiko Kubo <cubicdaiya@gmail.com>

        * 0.01 released.