log mercurial/parsers.c @ 32076:d7b698ae153b stable

age author description
Thu, 09 Mar 2017 12:09:31 -0800 Gregory Szorc parsers: use Python memory allocator for indexObject->offsets
Thu, 09 Mar 2017 12:02:59 -0800 Gregory Szorc parsers: use Python memory allocator in commonancestorsheads()
Mon, 13 Mar 2017 17:49:13 -0700 Gregory Szorc parsers: handle refcounting of "parents" consistently
Fri, 10 Mar 2017 16:54:41 -0500 Augie Fackler parsers: drop old nonnormalentries method
Fri, 10 Mar 2017 16:53:00 -0500 Augie Fackler parsers: avoid leak of nonnset and otherpset
Wed, 08 Mar 2017 17:35:20 -0800 Durham Goode dirstate: track otherparent files same as nonnormal
Tue, 06 Dec 2016 11:44:49 +0000 Jun Wu parsers: use buffer to store revlog index
Thu, 13 Oct 2016 13:34:53 +0200 Gregory Szorc parsers: avoid PySliceObject cast on Python 3
Thu, 13 Oct 2016 13:22:40 +0200 Gregory Szorc parsers: alias more PyInt* symbols on Python 3
Sun, 09 Oct 2016 13:50:53 +0200 Gregory Szorc parsers: move PyInt aliasing out of util.h
Sat, 08 Oct 2016 22:44:02 +0200 Gregory Szorc parsers: use PyVarObject_HEAD_INIT
Sat, 08 Oct 2016 22:02:29 +0200 Gregory Szorc parsers: convert PyString* to PyBytes*
Sat, 08 Oct 2016 17:51:29 +0200 Gregory Szorc parsers: return NULL from PyInit_parsers on Python 3
Mon, 06 Jun 2016 13:08:13 +0200 Maciej Fijalkowski internals: move the bitmanipulation routines into its own file
Tue, 05 Apr 2016 10:43:43 -0400 Matt Fowles parsers: fix istat macro to work with single line if statement
Tue, 08 Mar 2016 00:20:08 -0800 Durham Goode parsers: optimize filtered headrevs logic
Thu, 31 Dec 2015 08:17:15 +0000 timeless cleanup: remove superfluous space after space after equals (C)
Mon, 21 Dec 2015 16:27:16 -0800 Laurent Charignon dirstate: add a C implementation for nonnormalentries
Thu, 17 Dec 2015 13:07:34 -0800 Bryan O'Sullivan parsers: use PyTuple_Pack instead of manual list-filling
Mon, 14 Dec 2015 10:47:27 -0800 Bryan O'Sullivan parsers: add a missed PyErr_NoMemory
Mon, 14 Dec 2015 10:47:26 -0800 Bryan O'Sullivan parsers: check results of PyInt_FromLong (issue4771)
Mon, 14 Dec 2015 10:47:24 -0800 Bryan O'Sullivan parsers: simplify error logic in compute_phases_map_sets
Sat, 12 Dec 2015 20:57:01 -0800 Bryan O'Sullivan parsers: narrow scope of a variable to be less confusing
Wed, 02 Dec 2015 23:04:58 +0900 Yuya Nishihara parsers: fix parse_dirstate to check len before unpacking header (issue4979) stable
Sat, 07 Nov 2015 17:43:20 +0900 Yuya Nishihara parsers: fix width of datalen variable in fm1readmarkers stable
Sun, 18 Oct 2015 09:05:04 +0900 Yuya Nishihara parsers: suppress warning of signed and unsigned comparison at nt_init
Sat, 17 Oct 2015 23:14:13 +0900 Yuya Nishihara parsers: correct type of temporary variables for dirstate tuple fields
Wed, 14 Oct 2015 02:40:04 +0900 FUJIWARA Katsunori parsers: make pack_dirstate take now in integer for consistency
Sun, 11 Oct 2015 18:30:47 +0900 Yuya Nishihara parsers: fix infinite loop or out-of-bound read in fm1readmarkers (issue4888)
Sun, 11 Oct 2015 18:41:41 +0900 Yuya Nishihara parsers: read sizes of metadata pair of obsolete marker at once