log mercurial/bdiff.c @ 29322:66dbdd3cc2b9 stable

age author description
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
Tue, 15 May 2012 22:36:47 +0200 Adrian Buehlmann bdiff: check and cast first parameter value on putbe32() calls
Tue, 15 May 2012 22:36:27 +0200 Adrian Buehlmann bdiff: use Py_ssize_t instead of int
Fri, 20 Apr 2012 11:08:14 -0500 Augie Fackler bdiff.bdiff: release the GIL before doing expensive diff operations stable
Mon, 16 Apr 2012 11:26:00 -0500 Matt Mackall util.h: replace ntohl/htonl with get/putbe32
Tue, 10 Apr 2012 12:07:14 -0500 Matt Mackall util.h: unify some common platform tweaks
Fri, 03 Feb 2012 23:27:17 +0000 Jim Hague bdiff: fix malloc(0) issue in fixws() stable
Fri, 18 Nov 2011 14:23:03 +0100 Patrick Mezard mdiff: replace wscleanup() regexps with C loops
Tue, 11 Oct 2011 20:21:13 -0500 Matt Mackall bdiff: fix pointer aliasing
Wed, 23 Mar 2011 02:33:24 +0100 Markus F.X.J. Oberhumer bdiff.c: rename all variables which hold a hash value to "hash"
Wed, 23 Mar 2011 02:33:23 +0100 Markus F.X.J. Oberhumer bdiff.c: use unsigned arithmetic for hash computation
Wed, 23 Mar 2011 02:33:22 +0100 Markus F.X.J. Oberhumer bdiff.c: cast to unsigned char when computing hash value
Wed, 23 Mar 2011 02:33:21 +0100 Markus F.X.J. Oberhumer bdiff.c: make all local functions static
Thu, 27 Jan 2011 11:15:08 +0100 Martin Geisler backout of 613b8bd2284e
Wed, 26 Jan 2011 12:05:01 +0100 Martin Geisler specify C indention style using Emacs file local variables
Mon, 06 Dec 2010 16:59:43 -0600 Matt Mackall bdiff: Fix bogus NULL return
Mon, 06 Dec 2010 16:42:48 -0600 Matt Mackall bdiff: dynamically allocate hunks
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha bdiff.c: Added support for py3k.
Thu, 18 Feb 2010 10:32:51 +0100 Alistair Bell bdiff: do not use recursion / avoid stackoverflow (issue1940) stable
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Sat, 03 Oct 2009 23:36:08 +0200 Benoit Boissinot bdiff: gradually enable the popularity hack
Sat, 20 Jun 2009 11:50:51 -0500 Matt Mackall bdiff: fix compile with GCC -ansi (issue1690)