log lib/diffseq.h @ 17935:0ad1f4c9eed5 default tip

age author description
Sat, 07 Feb 2015 18:02:42 -0800 Paul Eggert diffseq: prefer ptrdiff_t to ssize_t
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Sun, 23 Feb 2014 16:16:31 -0800 Paul Eggert diffseq: remove TOO_EXPENSIVE heuristic
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Thu, 05 Jan 2012 23:53:49 -0800 Paul Eggert In commentary, do not use ` to quote.
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Tue, 20 Apr 2010 00:02:14 +0200 Bruno Haible Fix typo in comment.
Mon, 19 Apr 2010 00:01:18 +0200 Bruno Haible diffseq: Accommodate use-case with abstract arrays.
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Thu, 10 Dec 2009 20:28:30 +0100 Bruno Haible Use spaces for indentation, not tabs.
Sun, 22 Nov 2009 19:07:34 +0100 Bruno Haible Add comment.
Sun, 22 Nov 2009 09:01:07 +0100 Jim Meyering diffseq: avoid spurious gcc warnings
Sat, 21 Nov 2009 14:37:46 +0100 Bruno Haible diffseq: reduce scope of variable 'best'.
Sat, 21 Nov 2009 13:49:54 +0100 Jim Meyering diffseq: remove useless assignment to "best"
Sun, 14 Sep 2008 18:34:59 +0200 Ralf Wildenhues Add an "early abort" facility to diffseq.
Sun, 10 Feb 2008 19:22:48 +0100 Bruno Haible Avoid gcc warnings due to misplaced 'const'.
Sun, 03 Feb 2008 21:06:40 +0100 Bruno Haible Add comments about required includes.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Sat, 18 Aug 2007 10:53:41 +0000 Bruno Haible - Comment style.
Fri, 17 Aug 2007 23:29:23 +0000 Paul Eggert * MODULES.html.sh: Add diffseq.
Thu, 21 Dec 2006 20:09:09 +0000 Bruno Haible Actually use the EQUAL macro. diff-merge
Mon, 18 Dec 2006 13:21:20 +0000 Bruno Haible Make generic: New macro EXTRA_CONTEXT_FIELDS, NOTE_DELETE, NOTE_INSERT.
Mon, 18 Dec 2006 13:19:12 +0000 Bruno Haible Fix mistakes in previous revisions.
Sat, 07 Oct 2006 17:43:37 +0000 Bruno Haible Improve variable declaration order.
Sat, 07 Oct 2006 17:35:49 +0000 Bruno Haible Remove an IF_LINT that is probably not necessary any more.
Sat, 07 Oct 2006 17:30:09 +0000 Bruno Haible Make closer to fstrcmp.c: mostly comments, and declare only one variable per
Sat, 07 Oct 2006 17:04:01 +0000 Bruno Haible Fix FSF address.
Sat, 07 Oct 2006 16:52:57 +0000 Bruno Haible Make multithread-safe.
Sat, 07 Oct 2006 16:40:41 +0000 Bruno Haible Make the heuristic dependent on USE_HEURISTIC and the variable 'heuristic'.
Sat, 07 Oct 2006 16:25:52 +0000 Bruno Haible Update comments. Talk about vectors instead of files/strings, and about
Sat, 07 Oct 2006 16:07:31 +0000 Bruno Haible Make generic: introduce OFFSET_MAX.
Sat, 07 Oct 2006 16:03:25 +0000 Bruno Haible Modernize the coding style.
Sat, 07 Oct 2006 15:54:15 +0000 Bruno Haible Update comments for use of 'bool'.
Sat, 07 Oct 2006 15:47:37 +0000 Bruno Haible Make generic: introduce type parameters.
Sat, 07 Oct 2006 15:28:13 +0000 Bruno Haible Move the heart of the diff algorithm from analyze.c to diffseq.h.
Sat, 07 Oct 2006 15:20:20 +0000 Bruno Haible Difference of two sequences.