Commit Graph

437 Commits

Author SHA1 Message Date
Tobias Warneke
5a11752126 [maven-release-plugin] prepare release java-diff-utils-parent-4.10 java-diff-utils-parent-4.10 2021-04-28 23:21:51 +02:00
Tobias Warneke
94674a0ad7 fixes #119 2021-04-28 22:00:20 +02:00
Tobias Warneke
91a42b2793 fixes #120 2021-04-28 21:14:32 +02:00
Tobias Warneke
bf4ec94cc9 fixes #117 2021-03-14 23:42:10 +01:00
Tobias Warneke
df27b689f3 Merge origin/master into introduce-conflict-patching 2021-03-14 22:45:22 +01:00
Tobias Warneke
2a1239b3a2 fixes #117 2021-03-14 22:44:20 +01:00
Tobias Warneke
8d38e1012e first test with conflict output 2021-02-27 01:32:45 +01:00
Tobias Warneke
8880ec545b introduced conflict processing 2021-02-21 23:04:17 +01:00
Tobias Warneke
ce05cbf9c9 2021-02-10 07:34:55 +01:00
Tobias Warneke
f71275de08 upgraded some versions 2021-02-07 13:22:52 +01:00
Tobias Warneke
307574225a remove verification from applyTo 2021-02-07 13:22:34 +01:00
Tobias Warneke
b9fea86e43 remove verification from applyTo 2021-02-07 13:22:20 +01:00
Tobias Warneke
b17bbb12c3 fixes #115 2021-02-07 00:47:27 +01:00
Tobias
0905d0e5f7 Update issue templates 2021-02-06 23:35:55 +01:00
Tobias Warneke
57df629662 2021-02-06 21:41:11 +01:00
Tobias Warneke
73ec9e9320 fixes #114 - decompressing deltas - refactoring 2021-01-16 23:21:01 +01:00
Tobias Warneke
507ced4493 fixes #114 - decompressing deltas 2021-01-16 02:30:04 +01:00
Tobias Warneke
7e8d2867ad fixes #114 - decompressing deltas 2021-01-16 02:22:47 +01:00
Tobias Warneke
ffd14fb67d started decompression idea 2021-01-16 00:08:19 +01:00
Tobias Warneke
04b5c7e167 started decompression idea 2021-01-16 00:05:09 +01:00
Tobias Warneke
a9b5e5fa88 fixes #111 - replaced some GNU license including files 2020-12-30 22:30:50 +01:00
Tobias Warneke
4061ab6c57 fixes #110 support for similarity index, rename from, rename to 2020-12-24 00:51:29 +01:00
Tobias Warneke
7da297322b fixes #110 support for similarity index, rename from, rename to 2020-12-24 00:49:10 +01:00
Tobias Warneke
fb0837fd73 fixes #107 process "\ No newline at end of file" 2020-12-19 00:21:09 +01:00
Tobias Warneke
642dc659f1 fixes #107 process "\ No newline at end of file" 2020-12-19 00:17:54 +01:00
Tobias Warneke
e59e9e8379 fixes #107 process "\ No newline at end of file" 2020-12-19 00:12:55 +01:00
Tobias Warneke
6748451e94 Merge origin/master 2020-12-19 00:12:35 +01:00
Tobias Warneke
445381b277 fixes #107 process "\ No newline at end of file" 2020-12-19 00:11:32 +01:00
Jerry James
ab76d7229a Eliminate most unchecked and unsafe operation warnings (#108)
Thx for improving java-diff-utils.
2020-12-17 23:08:59 +01:00
Tobias Warneke
7647c0a39e removed author entry that was accidently introduced into the new implementation of UnifiedDiff tools 2020-12-17 23:02:05 +01:00
Tobias Warneke
759a2ba67a changed action to matrix build project using java 8 and 11 2020-12-17 22:55:11 +01:00
Tobias Warneke
270754fb8c 2020-12-13 23:54:12 +01:00
Tobias Warneke
06f1e0593e 2020-12-13 23:48:24 +01:00
Tobias
26be87091b Update README.md 2020-12-13 23:12:31 +01:00
Tobias
b927e6f477 Update README.md 2020-12-13 23:02:54 +01:00
Tobias
ba3c313440 Update README.md 2020-12-13 23:01:23 +01:00
Tobias
d62e9a9fb6 Update README.md 2020-12-13 23:00:10 +01:00
Tobias Warneke
d7a5247b1d 2020-12-13 22:58:42 +01:00
Tobias Warneke
b8aef6a3da 2020-12-13 22:47:15 +01:00
Tobias
7d8b87a0ec Create maven.yml 2020-12-13 22:41:38 +01:00
Tobias
1fdea352ad Create stale.yml 2020-12-13 22:34:53 +01:00
Tobias Warneke
c6d3f73d22 fixes #104 2020-12-12 00:35:11 +01:00
Mike Samuel
5338313a54 StringUtils.wrapText will not split surrogate pair. (#103)
Previously,

    StringUtils.wrapText(".\uD800\uDC00.", 2)
    //                           ^ index 2 points here

would insert a `<br/>` between two paired surrogates.

Now, it shifts the insertion point to a whole code-point boundary.
2020-11-22 19:48:05 +01:00
Tobias Warneke
55d71fea71 2020-11-01 22:06:19 +01:00
Tobias Warneke
e4ab41bf04 [maven-release-plugin] prepare for next development iteration 2020-11-01 21:32:22 +01:00
Tobias Warneke
1ec708fe30 [maven-release-plugin] prepare release java-diff-utils-parent-4.9 java-diff-utils-parent-4.9 2020-11-01 21:32:21 +01:00
Tobias Warneke
fcf83e918f 2020-11-01 20:03:18 +01:00
Alon Harel
4ee56d2554 make patch serializable (#101) 2020-10-26 13:34:23 +01:00
Tobias Warneke
21f9e9d415 [maven-release-plugin] prepare for next development iteration 2020-09-27 22:08:04 +02:00
Tobias Warneke
76ae5f3b6f [maven-release-plugin] prepare release java-diff-utils-parent-4.8 java-diff-utils-parent-4.8 2020-09-27 22:07:59 +02:00