ChangeLog 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  1. 2024-07-11 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  2. * bugfix: fix compilation error in C++14 (#18). Thanks to @ZaychukAleksey
  3. * 1.21 released
  4. 2022-04-11 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  5. * bugfix: fixed invalid offset in unified format difference when difference is too large.
  6. * 1.20 released
  7. 2015-05-03 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  8. * added some minor changes.
  9. * 1.19 released
  10. 2013-01-10 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  11. * add printSES function for custom Printer Thanks to Hu Shubin
  12. * remove files related mercurial
  13. * 1.18 released
  14. 2012-11-18 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  15. * add version-string variable
  16. * replace get_current_dir_name to getcwd(get_current_dir_name is not in Mountain Lion)
  17. * fix small typo
  18. * 1.17 released
  19. 2012-10-26 Tatsuhiko Kubo <cubicdaiya@gmail.com>, Jan Weiß <jan@geheimwerk.de>
  20. * Improving comments
  21. * rewrite README with markdown-style
  22. * support gtest1.6
  23. * allow clients to handle if DTL swaps the arrays it is passed
  24. * fix incorrect results for SES_COMMON when swapped
  25. * add explicit initialization of ses
  26. * implement option to force the order of sesElem objects in the ses
  27. * fix problem -> issues/4(test succeeds when result-file does not exist)
  28. * 1.16 released
  29. 2011-11-10 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  30. * remove unused variable
  31. * 1.15 released
  32. 2011-06-18 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  33. * fix Issue #7 (isOnlyOneOperation returns incorrect value)
  34. * 1.14 released
  35. 2011-04-10 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  36. * add check for libraries with SCons
  37. * add installer with SCons
  38. * add sample of diff(bdiff)
  39. * 1.13 released
  40. 2011-01-23 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  41. * forget to add template parameter of stream for print methods of printUnifiedFormat
  42. * 1.12 released
  43. 2011-01-01 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  44. * add template parameter of stream for print methods
  45. * function of importing ses
  46. * 1.11 released
  47. 2010-11-23 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  48. * use static_cast instead of C-style cast
  49. * remove specifyConfliction
  50. * 1.10 released
  51. 2010-09-20 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  52. * fix bug of specifyConfliction
  53. * add parameter for Diff3's comparator
  54. * fix the bug which uniPatch fails
  55. * add debug option for examples
  56. * divide test sources
  57. * 1.09 released
  58. 2010-08-29 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  59. * fix the problem that comparator parameter is completely ignored.
  60. * remove the warning 'comparison of unsigned expression >= 0 is always true' ( use -W )
  61. * move directory 'src' to 'dtl'
  62. * remove Makefile for examples and test
  63. * 1.08 released
  64. 2010-07-11 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  65. * fix potential risk on 64bit environment(size of 'int' and size of 'size_t')
  66. * add scons
  67. * fix bug of specifyConfliction
  68. * fix memory leak when onlyEditDistance is true
  69. * change indent size from 2 to 4
  70. * 1.07 released
  71. 2010-05-01 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  72. * add specifyConfliction
  73. * 1.06 released
  74. 2010-04-13 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  75. * constructors takes referenced parameter
  76. * fix seg fault bug (http://code.google.com/p/dtl-cpp/issues/detail?id=2)
  77. * 1.05 released
  78. 2009-12-01 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  79. * add test programs with googletest
  80. * add sample of diff(uintdiff)
  81. * 1.04 released
  82. 2009-10-02 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  83. * add function getLcsVec
  84. * divide header files
  85. * 1.03 released
  86. 2009-09-08 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  87. * rename editType to edit_t
  88. * add print functions
  89. * add functor of compare
  90. * use 'using' declaration
  91. * refactoring
  92. * add ignore patterns for Mercurial
  93. * 1.02 released.
  94. 2009-08-08 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  95. * append appropriate const keyword
  96. * refactoring
  97. * 1.01 released.
  98. 2009-07-04 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  99. * resolve problem memory leak occurs when default copy constructor set in motion.
  100. * 1.00 released.
  101. 2009-06-08 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  102. * enhance readability
  103. * change behavior when conflicted
  104. * decliment parameter for patch function
  105. * 0.07 released.
  106. 2009-05-08 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  107. * add flag for recording only editdistance
  108. * add sample of unidiff for string (unistrdiff)
  109. * add unserious diff. ver 0.03 has this feture.
  110. * fix bug for merge
  111. * add function getUniHunks
  112. * 0.06 released.
  113. 2008-12-12 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  114. * add sample of diff3 (strdiff3, intdiff3)
  115. * add diff3
  116. * + -> - to - -> + with Unified Diff Format
  117. * add function uniPatch. this function can patch with Unified Diff Format Data Structure
  118. * dtl Import Unified Diff Format Data Structure from unidiff.cpp.
  119. * fix bug. function check whether file exists(common.cpp)
  120. * 0.05 released.
  121. 2008-11-10 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  122. * Improves accuracy of diff
  123. * fix serious memory bug for patch
  124. * changed type of argument in function fileExists(common.hpp, common.cpp)
  125. * 0.04 released.
  126. 2008-11-06 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  127. * add erorr check for sample programs
  128. * 0.03 released.
  129. 2008-10-31 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  130. * rename ChangLog to ChangeLog
  131. * modifiy README
  132. * output OK message on patch and fpatch
  133. * 0.02 released.
  134. 2008-10-30 Tatsuhiko Kubo <cubicdaiya@gmail.com>
  135. * 0.01 released.