log mercurial/parsers.c @ 22370:45e02cfad4bd

age author description
Mon, 14 Jul 2014 15:42:31 -0700 Siddharth Agarwal parsers: remove unused getintat function
Tue, 27 May 2014 14:27:41 -0700 Siddharth Agarwal parsers: inline fields of dirstate values in C version
Tue, 27 May 2014 15:22:23 -0700 Siddharth Agarwal parsers: remove no longer used dirstate_unset
Tue, 27 May 2014 15:17:38 -0700 Siddharth Agarwal pack_dirstate: in C version, for invalidation set dict to what we write to disk
Wed, 11 Jun 2014 15:31:04 -0700 Danek Duvall parsers.c: fix a couple of memory leaks stable
Thu, 17 Apr 2014 19:58:08 +0200 Mads Kiilerich parsers: remove unnecessary gca variable in index_commonancestorsheads
Mon, 24 Feb 2014 22:42:14 +0100 Mads Kiilerich parsers: introduce index_commonancestorsheads
Thu, 20 Mar 2014 00:01:59 -0400 Matt Harbison parsers: fix compiler errors on MSVC 2008
Wed, 04 Dec 2013 20:38:27 -0800 Chris Jerdonek parsers: fail fast if Python has wrong minor version (issue4110)
Mon, 24 Feb 2014 22:42:13 +0100 Mads Kiilerich ancestors: remove unnecessary handling of 'left'
Mon, 24 Feb 2014 22:42:13 +0100 Mads Kiilerich parsers: remove unreachable and invalid code in index_ancestors
Thu, 23 Jan 2014 19:08:26 +0100 David Soria Parra parsers: fix 'unsigned expression is always true' warning (issue4142) stable
Fri, 13 Dec 2013 17:23:02 -0600 Matt Mackall merge with stable
Wed, 11 Dec 2013 18:33:42 -0600 Matt Mackall mpatch: rewrite pointer overflow checks stable
Sun, 01 Dec 2013 20:46:36 -0600 Matt Mackall parsers: backout version mismatch detection from 21dafd8546d1
Fri, 29 Nov 2013 12:36:28 -0800 Chris Jerdonek parsers: fail fast if Python has wrong minor version (issue4110)
Tue, 26 Nov 2013 21:55:21 -0800 Bryan O'Sullivan Merge
Tue, 19 Nov 2013 23:49:11 +0530 Abhay Kadam mercurial/parsers.c: fix compiler warning
Tue, 26 Nov 2013 16:14:22 -0800 Chris Jerdonek parse_index2: fix crash on bad argument type (issue4110) stable
Fri, 06 Sep 2013 23:47:59 -0700 Siddharth Agarwal parse_manifest: rewrite to use memchr
Mon, 16 Sep 2013 12:17:55 -0700 Bryan O'Sullivan parsers: correctly handle a failed allocation
Mon, 16 Sep 2013 12:12:37 -0700 Bryan O'Sullivan parsers: use Py_INCREF safely
Mon, 16 Sep 2013 12:10:28 -0700 Bryan O'Sullivan parsers: state is a char, not an int
Sat, 07 Sep 2013 00:59:24 -0700 Siddharth Agarwal parsers: use a lookup table to convert hex to binary
Sat, 17 Aug 2013 20:48:49 -0700 Siddharth Agarwal pack_dirstate: only invalidate mtime for files written in the last second
Thu, 25 Jul 2013 14:43:15 -0700 Siddharth Agarwal ancestor.deepest: ignore ninteresting while building result (issue3984) stable
Thu, 25 Jul 2013 17:35:53 +0800 Wei, Elson ancestor.deepest: decrement ninteresting correctly (issue3984) stable
Thu, 25 Jul 2013 14:20:37 -0700 Siddharth Agarwal ancestor.deepest: sort revs in C version stable
Thu, 18 Apr 2013 20:28:38 +0200 André Sintzoff parsers: remove warning: format ‘%ld’ expects argument of type ‘long int’
Wed, 17 Apr 2013 12:57:26 -0500 Matt Mackall parsers: fix variable declaration position issue