log mercurial/parsers.c @ 23904:d251da5e0e84

age author description
Thu, 04 Dec 2014 12:02:02 -0500 Mike Edgar parsers: ensure revlog index node tree is initialized before insertion
Sun, 26 Oct 2014 12:14:10 +0100 Mads Kiilerich parsers: introduce headrevsfiltered in C extension stable
Thu, 23 Oct 2014 02:42:57 +0200 Mads Kiilerich parsers: use 'k' format for Py_BuildValue instead of 'n' because Python 2.4 stable
Fri, 03 Oct 2014 18:42:39 -0700 Siddharth Agarwal parsers: add a function to efficiently lowercase ASCII strings
Wed, 01 Oct 2014 14:44:24 -0500 Matt Mackall parsers: fix Py2.4 argument parsing issue
Wed, 24 Sep 2014 13:16:20 -0700 David Soria Parra parsers: fix uninitialize variable warning
Tue, 16 Sep 2014 16:03:21 -0700 Durham Goode obsolete: use C code for headrevs calculation
Mon, 08 Sep 2014 20:57:44 +0200 Henrik Stuart parsers: avoid signed/unsigned comparison mismatch
Mon, 08 Sep 2014 20:22:10 +0200 Henrik Stuart parsers: use correct type for file offset
Mon, 08 Sep 2014 20:20:17 +0200 Henrik Stuart parsers: ensure correct return type for inline_scan
Thu, 11 Sep 2014 12:05:23 -0500 Henrik Stuart parsers: fix typing issue when constructing Python integer object
Mon, 08 Sep 2014 20:06:52 +0200 Henrik Stuart parsers: use bitmask type consistently in find_gca_candidates
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