OSDN Git Service

c1c19ea3980be25e42154a4993c78d9ff6e8482b
[wordring-tm/wordring-tm.git] / third-party / dtl-1.18 / ChangeLog
1 2013-01-10 Tatsuhiko Kubo <cubicdaiya@gmail.com>
2
3         * add printSES function for custom Printer Thanks to Hu Shubin
4
5         * remove files related mercurial
6
7         * 1.18 released
8
9 2012-11-18 Tatsuhiko Kubo <cubicdaiya@gmail.com>
10
11         * add version-string variable
12
13         * replace get_current_dir_name to getcwd(get_current_dir_name is not in Mountain Lion)
14
15         * fix small typo
16
17         * 1.17 released
18
19 2012-10-26 Tatsuhiko Kubo <cubicdaiya@gmail.com>, Jan Weiß <jan@geheimwerk.de>
20
21         * Improving comments
22
23         * rewrite README with markdown-style
24
25         * support gtest1.6
26
27         * allow clients to handle if DTL swaps the arrays it is passed
28
29         * fix incorrect results for SES_COMMON when swapped
30
31         * add explicit initialization of ses
32
33         * implement option to force the order of sesElem objects in the ses
34
35         * fix problem -> issues/4(test succeeds when result-file does not exist)
36
37         * 1.16 released
38
39 2011-11-10 Tatsuhiko Kubo <cubicdaiya@gmail.com>
40
41         * remove unused variable
42
43         * 1.15 released
44
45 2011-06-18 Tatsuhiko Kubo <cubicdaiya@gmail.com>
46
47         * fix Issue #7 (isOnlyOneOperation returns incorrect value)
48
49         * 1.14 released
50
51 2011-04-10 Tatsuhiko Kubo <cubicdaiya@gmail.com>
52
53         * add check for libraries with SCons
54
55         * add installer with SCons
56
57         * add sample of diff(bdiff)
58
59         * 1.13 released
60
61 2011-01-23 Tatsuhiko Kubo <cubicdaiya@gmail.com>
62
63         * forget to add template parameter of stream for print methods of printUnifiedFormat
64
65         * 1.12 released
66
67 2011-01-01 Tatsuhiko Kubo <cubicdaiya@gmail.com>
68
69         * add template parameter of stream for print methods
70
71         * function of importing ses
72
73         * 1.11 released
74
75 2010-11-23 Tatsuhiko Kubo <cubicdaiya@gmail.com>
76
77         * use static_cast instead of C-style cast
78
79         * remove specifyConfliction
80
81         * 1.10 released
82
83 2010-09-20 Tatsuhiko Kubo <cubicdaiya@gmail.com>
84
85         * fix bug of specifyConfliction
86
87         * add parameter for Diff3's comparator
88
89         * fix the bug which uniPatch fails
90
91         * add debug option for examples
92
93         * divide test sources
94
95         * 1.09 released
96
97 2010-08-29 Tatsuhiko Kubo <cubicdaiya@gmail.com>
98
99         * fix the problem that comparator parameter is completely ignored.
100
101         * remove the warning 'comparison of unsigned expression >= 0 is always true' ( use -W )
102
103         * move directory 'src' to 'dtl'
104
105         * remove Makefile for examples and test
106
107         * 1.08 released
108
109 2010-07-11 Tatsuhiko Kubo <cubicdaiya@gmail.com>
110
111         * fix potential risk on 64bit environment(size of 'int' and size of 'size_t')
112
113         * add scons
114
115         * fix bug of specifyConfliction
116
117         * fix memory leak when onlyEditDistance is true
118
119         * change indent size from 2 to 4
120
121         * 1.07 released
122
123 2010-05-01 Tatsuhiko Kubo <cubicdaiya@gmail.com>
124
125         * add specifyConfliction
126
127         * 1.06 released
128
129 2010-04-13 Tatsuhiko Kubo <cubicdaiya@gmail.com>
130
131         * constructors takes referenced parameter
132
133         * fix seg fault bug (http://code.google.com/p/dtl-cpp/issues/detail?id=2)
134
135         * 1.05 released
136
137 2009-12-01 Tatsuhiko Kubo <cubicdaiya@gmail.com>
138
139         * add test programs with googletest
140
141         * add sample of diff(uintdiff)
142
143         * 1.04 released
144
145 2009-10-02 Tatsuhiko Kubo <cubicdaiya@gmail.com>
146
147         * add function getLcsVec
148
149         * divide header files
150
151         * 1.03 released
152
153 2009-09-08 Tatsuhiko Kubo <cubicdaiya@gmail.com>
154
155         * rename editType to edit_t
156
157         * add print functions
158
159         * add functor of compare
160
161         * use 'using' declaration
162
163         * refactoring
164
165         * add ignore patterns for Mercurial
166
167         * 1.02 released.
168
169 2009-08-08 Tatsuhiko Kubo <cubicdaiya@gmail.com>
170
171         * append appropriate const keyword
172
173         * refactoring
174
175         * 1.01 released.
176
177 2009-07-04 Tatsuhiko Kubo <cubicdaiya@gmail.com>
178
179         * resolve problem memory leak occurs when default copy constructor set in motion.
180
181         * 1.00 released.
182
183 2009-06-08 Tatsuhiko Kubo <cubicdaiya@gmail.com>
184
185         * enhance readability
186
187         * change behavior when conflicted
188
189         * decliment parameter for patch function
190
191         * 0.07 released.
192
193 2009-05-08 Tatsuhiko Kubo <cubicdaiya@gmail.com>
194
195         * add flag for recording only editdistance
196
197         * add sample of unidiff for string (unistrdiff)
198
199         * add unserious diff. ver 0.03 has this feture.
200
201         * fix bug for merge
202
203         * add function getUniHunks
204
205         * 0.06 released.
206
207 2008-12-12 Tatsuhiko Kubo <cubicdaiya@gmail.com>
208
209         * add sample of diff3 (strdiff3, intdiff3)
210
211         * add diff3
212
213         * + -> - to - -> + with Unified Diff Format
214
215         * add function uniPatch. this function can patch with Unified Diff Format Data Structure
216
217         * dtl Import Unified Diff Format Data Structure from unidiff.cpp.
218
219         * fix bug. function check whether file exists(common.cpp)
220
221         * 0.05 released.
222
223 2008-11-10 Tatsuhiko Kubo <cubicdaiya@gmail.com>
224
225         * Improves accuracy of diff
226
227         * fix serious memory bug for patch
228
229         * changed type of argument in function fileExists(common.hpp, common.cpp)
230
231         * 0.04 released.
232
233 2008-11-06 Tatsuhiko Kubo <cubicdaiya@gmail.com>
234
235         * add erorr check for sample programs
236
237         * 0.03 released.
238
239 2008-10-31 Tatsuhiko Kubo <cubicdaiya@gmail.com>
240
241         * rename ChangLog to ChangeLog
242
243         * modifiy README
244
245         * output OK message on patch and fpatch
246
247         * 0.02 released.
248
249 2008-10-30 Tatsuhiko Kubo <cubicdaiya@gmail.com>
250
251         * 0.01 released.
252