log mercurial/parsers.c @ 32360:af3ef002395d

age author description
Tue, 25 Apr 2017 17:43:30 -0700 Jun Wu parsers: add version to help detect breaking binary changes
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