ChangeLog 5.4 KB

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