Fri, 07 Dec 2007 14:59:33 -0600 |
Matt Mackall |
Merge with crew
|
Tue, 23 Oct 2007 10:39:24 +0000 |
Jim Hague |
Fix bdiff test failures on AIX.
|
Tue, 23 Oct 2007 10:39:24 +0000 |
Jim Hague |
fix calloc(0, ...) issue
|
Thu, 11 Oct 2007 00:46:56 -0500 |
Matt Mackall |
bdiff: tweaks for large files
|
Thu, 27 Sep 2007 23:59:18 -0500 |
Matt Mackall |
bdiff: switch to lyhash
|
Thu, 27 Sep 2007 23:59:02 -0500 |
Matt Mackall |
bdiff: use INT_MAX to avoid some inner loop comparisons
|
Thu, 27 Sep 2007 23:58:54 -0500 |
Christoph Spiel |
bdiff: simple splitlines optimization
|
Thu, 27 Sep 2007 23:57:57 -0500 |
Christoph Spiel |
I have spotted the biggest bottleneck in "bdiff.c". Actually it was
|
Sun, 04 Mar 2007 09:03:21 -0300 |
Alexis S. L. Carvalho |
Merge with crew-stable
|
Tue, 20 Feb 2007 22:20:16 +0100 |
Erling Ellingsen |
don't return uninitialized memory from bdiff.blocks()
|
Tue, 02 Jan 2007 21:40:20 -0800 |
Andrew Bachmann |
BeOS compatibility support
|
Fri, 27 Oct 2006 10:24:19 +0200 |
Benoit Boissinot |
add AIX to the list of compilers that don't have inline keyword
|
Thu, 12 Oct 2006 14:04:11 -0300 |
Alexis S. L. Carvalho |
python2.5 PyArg_ParseTuple fix
|
Wed, 11 Oct 2006 12:06:14 -0700 |
Brendan Cully |
Teach bdiff to support buffer objects
|
Sat, 12 Aug 2006 12:30:02 -0700 |
Vadim Gelfer |
update copyrights.
|
Wed, 12 Jul 2006 08:28:00 -0700 |
Vadim Gelfer |
clean up trailing white space.
|
Fri, 07 Jul 2006 15:02:55 -0700 |
Vadim Gelfer |
bdiff: improve worst case behavior by 100x.
|
Fri, 30 Jun 2006 21:41:46 +0200 |
Thomas Arendsen Hein |
Include inttypes.h instead of stdint.h (fixes issue299)
|
Thu, 22 Jun 2006 13:19:52 +0900 |
Shun-ichi GOTO |
Fixed conditional include of stdint.h for windows/msvc6/python2.3 environment.
|
Tue, 20 Jun 2006 17:51:39 -0700 |
Vadim Gelfer |
mac os x: fixes for 10.2 from chris monson <monpublic@gmail.com>
|
Mon, 20 Mar 2006 08:46:29 +0100 |
TK Soh |
do proper typecasting on malloc() and calloc() calls
|
Mon, 20 Feb 2006 15:58:04 -0600 |
Fabian Otto |
Sunpro compiler patch
|
Mon, 14 Nov 2005 04:58:28 +0200 |
twaldmann |
made C src formatting more consistent
|
Tue, 18 Oct 2005 12:11:23 -0700 |
Matt Mackall |
bdiff: change spurious __inline to inline
|
Sat, 20 Aug 2005 13:08:07 -0700 |
mpm |
Merge with jeffpc
|
Sat, 20 Aug 2005 01:29:04 -0700 |
mpm |
Fix possible unitialized variable warnings
|
Sat, 13 Aug 2005 19:43:42 -0800 |
mpm |
Merge with BOS
|
Sat, 13 Aug 2005 12:41:00 -0800 |
tksoh |
Allow Mercurial to build on HP-UX 11
|
Thu, 04 Aug 2005 13:31:25 -0800 |
mpm |
Merge with BOS
|
Thu, 04 Aug 2005 13:27:41 -0800 |
mpm |
Merge with TAH
|