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
|
Sat, 05 Sep 2015 16:50:35 +0900 |
Yuya Nishihara |
parsers: use PyTuple_New and SET_ITEM to construct metadata pair of markers
|
Sat, 05 Sep 2015 16:41:21 +0900 |
Yuya Nishihara |
parsers: use PyTuple_SET_ITEM() to fill new marker tuples
|
Wed, 26 Aug 2015 10:20:07 -0400 |
Augie Fackler |
parsers: fix two cases of unsigned long instead of Py_ssize_t
|
Fri, 28 Aug 2015 10:53:55 -0400 |
timeless |
spelling: behaviour -> behavior
|
Fri, 14 Aug 2015 12:25:14 +0900 |
Yuya Nishihara |
reachableroots: silence warning of implicit integer narrowing issued by clang
|
Fri, 14 Aug 2015 12:22:08 +0900 |
Yuya Nishihara |
reachableroots: narrow scope of minidx variable
|
Fri, 21 Aug 2015 14:33:51 -0400 |
Augie Fackler |
parsers: avoid int/unsigned conversions
|
Sun, 16 Aug 2015 09:30:37 +0900 |
Yuya Nishihara |
reachableroots: unroll loop that checks if one of parents is reachable
|
Sat, 15 Aug 2015 19:38:03 +0900 |
Yuya Nishihara |
reachableroots: handle error of PyList_Append()
|
Fri, 14 Aug 2015 15:52:19 +0900 |
Yuya Nishihara |
reachableroots: return list of revisions instead of set
|
Fri, 14 Aug 2015 15:49:11 +0900 |
Yuya Nishihara |
reachableroots: use internal "revstates" array to test if rev is reachable
|
Fri, 14 Aug 2015 15:43:29 +0900 |
Yuya Nishihara |
reachableroots: use internal "revstates" array to test if rev is a root
|
Tue, 18 Aug 2015 16:40:10 -0400 |
Augie Fackler |
parsers: set exception when there's too little string data to extract parents
|
Tue, 18 Aug 2015 16:39:26 -0400 |
Augie Fackler |
parsers: drop spurious check of readlen value
|
Tue, 18 Aug 2015 16:43:26 -0400 |
Augie Fackler |
parsers: correctly decref normed value after PyDict_SetItem
|
Tue, 18 Aug 2015 17:15:04 -0400 |
Augie Fackler |
parsers: fix two leaks in index_ancestors
|
Fri, 14 Aug 2015 15:30:52 +0900 |
Yuya Nishihara |
reachableroots: extend "revstates" to array of bit flags
|
Fri, 14 Aug 2015 15:23:42 +0900 |
Yuya Nishihara |
reachableroots: rename "seen" array to "revstates" for future extension
|
Sat, 15 Aug 2015 18:29:58 +0900 |
Yuya Nishihara |
reachableroots: give anonymous name to short-lived "numheads" variable
|
Sat, 15 Aug 2015 18:03:47 +0900 |
Yuya Nishihara |
reachableroots: reduce nesting level by jumping to next iteration by continue
|
Fri, 14 Aug 2015 12:36:41 +0900 |
Yuya Nishihara |
reachableroots: fix memleak of integer objects at includepath loop
|
Fri, 14 Aug 2015 12:31:56 +0900 |
Yuya Nishihara |
reachableroots: bail if integer object cannot be allocated
|
Thu, 13 Aug 2015 18:59:49 +0900 |
Yuya Nishihara |
reachableroots: verify type of each item of heads argument
|
Thu, 13 Aug 2015 18:38:46 +0900 |
Yuya Nishihara |
reachableroots: verify integer range of heads argument (issue4775)
|