Thu, 18 Jan 2018 14:43:04 +0000 |
Alex Gaynor |
bdiff: handle the possibility of overflow when computing allocation size
|
Wed, 17 Jan 2018 21:36:18 +0000 |
Alex Gaynor |
bdiff: handle the possibility of an integer overflow when allocating
|
Wed, 04 Oct 2017 10:51:39 -0400 |
Augie Fackler |
bdiff: remove trailing newlines
|
Wed, 04 Oct 2017 10:51:25 -0400 |
Augie Fackler |
bdiff: rewrap function prototypes per clang-format
|
Wed, 04 Oct 2017 10:50:54 -0400 |
Augie Fackler |
bdiff: re-wrap lines per clang-format
|
Wed, 04 Oct 2017 10:49:34 -0400 |
Augie Fackler |
bdiff: remove extra space after * per clang-format
|
Wed, 04 Oct 2017 10:48:46 -0400 |
Augie Fackler |
bdiff: fix misplaced comma in macro definition with clang-format
|
Wed, 04 Oct 2017 10:47:19 -0400 |
Augie Fackler |
bdiff: sort includes using clang-format
|
Sun, 20 Nov 2016 16:56:21 -0800 |
Gregory Szorc |
bdiff: don't check border condition in loop
|
Tue, 15 Nov 2016 21:56:49 +0100 |
Mads Kiilerich |
bdiff: give slight preference to removing trailing lines
|
Tue, 15 Nov 2016 21:56:49 +0100 |
Mads Kiilerich |
bdiff: give slight preference to appending lines
|
Tue, 08 Nov 2016 18:37:33 +0100 |
Mads Kiilerich |
bdiff: give slight preference to longest matches in the middle of the B side
|
Tue, 08 Nov 2016 18:37:33 +0100 |
Mads Kiilerich |
bdiff: rearrange the "better longest match" code
|
Tue, 08 Nov 2016 18:37:33 +0100 |
Mads Kiilerich |
bdiff: adjust criteria for getting optimal longest match in the A side middle
|
Sun, 06 Nov 2016 18:51:57 -0800 |
Gregory Szorc |
bdiff: replace hash algorithm
|
Sun, 06 Nov 2016 00:37:50 -0700 |
Gregory Szorc |
bdiff: don't check border condition in loop
|
Wed, 13 Jul 2016 10:46:26 +0200 |
Maciej Fijalkowski |
bdiff: split bdiff into cpy-aware and cpy-agnostic part
|
Wed, 13 Jul 2016 10:07:17 +0200 |
Maciej Fijalkowski |
bdiff: rename functions and structs to be amenable for later exporting
|
Wed, 13 Jul 2016 09:36:24 +0200 |
Maciej Fijalkowski |
bdiff: use ssize_t in favor of Py_ssize_t in cpython-unaware locations
|
Mon, 06 Jun 2016 13:08:13 +0200 |
Maciej Fijalkowski |
internals: move the bitmanipulation routines into its own file
|
Thu, 02 Jun 2016 17:11:32 -0500 |
Matt Mackall |
bdiff: remove effectively dead code
stable
|
Thu, 02 Jun 2016 17:09:06 -0500 |
Matt Mackall |
bdiff: extend matches across popular lines
stable
|
Fri, 22 Apr 2016 13:38:02 -0500 |
Matt Mackall |
bdiff: further restrain potential quadratic performance
stable
|
Thu, 21 Apr 2016 22:04:11 -0500 |
Matt Mackall |
bdiff: balance recursion to avoid quadratic behavior (issue4704)
stable
|
Thu, 21 Apr 2016 21:05:26 -0500 |
Matt Mackall |
bdiff: deal better with duplicate lines
stable
|
Thu, 21 Apr 2016 21:53:18 -0500 |
Matt Mackall |
bdiff: fix latent normalization bug
stable
|
Thu, 21 Apr 2016 21:46:31 -0500 |
Matt Mackall |
bdiff: fold in shift calculation in normalize
stable
|
Thu, 21 Apr 2016 21:37:13 -0500 |
Matt Mackall |
bdiff: unify duplicate normalize loops
stable
|
Wed, 30 Oct 2013 16:03:42 -0500 |
Matt Mackall |
bdiff: avoid a memory error on malloc failure
stable
|
Sat, 02 Feb 2013 16:15:22 -0600 |
Matt Mackall |
bdiff: simplify overflow checks
|