2012-11-18 Tatsuhiko Kubo * add version-string variable * replace get_current_dir_name to getcwd(get_current_dir_name is not in Moutain Lion) * fix small typo * 1.17 released 2012-10-26 Tatsuhiko Kubo , Jan Weiß * 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 * remove unused variable * 1.15 released 2011-06-18 Tatsuhiko Kubo * fix Issue #7 (isOnlyOneOperation returns incorrect value) * 1.14 released 2011-04-10 Tatsuhiko Kubo * add check for libraries with SCons * add installer with SCons * add sample of diff(bdiff) * 1.13 released 2011-01-23 Tatsuhiko Kubo * forget to add template parameter of stream for print methods of printUnifiedFormat * 1.12 released 2011-01-01 Tatsuhiko Kubo * add template parameter of stream for print methods * function of importing ses * 1.11 released 2010-11-23 Tatsuhiko Kubo * use static_cast instead of C-style cast * remove specifyConfliction * 1.10 released 2010-09-20 Tatsuhiko Kubo * 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 * 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 * 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 * add specifyConfliction * 1.06 released 2010-04-13 Tatsuhiko Kubo * 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 * add test programs with googletest * add sample of diff(uintdiff) * 1.04 released 2009-10-02 Tatsuhiko Kubo * add function getLcsVec * divide header files * 1.03 released 2009-09-08 Tatsuhiko Kubo * 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 * append appropriate const keyword * refactoring * 1.01 released. 2009-07-04 Tatsuhiko Kubo * resolve problem memory leak occurs when default copy constructor set in motion. * 1.00 released. 2009-06-08 Tatsuhiko Kubo * enhance readability * change behavior when conflicted * decliment parameter for patch function * 0.07 released. 2009-05-08 Tatsuhiko Kubo * 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 * 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 * 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 * add erorr check for sample programs * 0.03 released. 2008-10-31 Tatsuhiko Kubo * rename ChangLog to ChangeLog * modifiy README * output OK message on patch and fpatch * 0.02 released. 2008-10-30 Tatsuhiko Kubo * 0.01 released.