123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264 |
- 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.
|