log mercurial/mpatch.c @ 26142:7332bf4ae959

age author description
Wed, 11 Dec 2013 18:33:42 -0600 Matt Mackall mpatch: rewrite pointer overflow checks stable
Sun, 20 May 2012 01:28:31 +0200 Adrian Buehlmann mpatch: use Py_ssize_t for string length
Sun, 20 May 2012 00:08:18 +0200 Adrian Buehlmann mpatch: use Py_ssize_t
Mon, 16 Apr 2012 11:26:00 -0500 Matt Mackall util.h: replace ntohl/htonl with get/putbe32
Tue, 10 Apr 2012 12:07:14 -0500 Matt Mackall util.h: unify some common platform tweaks
Tue, 10 Apr 2012 12:07:09 -0500 Matt Mackall util.h: move Py_ssize_t bits from mpatch.c
Wed, 10 Aug 2011 13:40:01 -0500 Matt Mackall parsers: avoid pointer aliasing stable
Thu, 27 Jan 2011 11:15:08 +0100 Martin Geisler backout of 613b8bd2284e
Wed, 26 Jan 2011 12:05:01 +0100 Martin Geisler specify C indention style using Emacs file local variables
Tue, 15 Jun 2010 19:49:56 -0300 Renato Cunha mpatch.c: Added preliminary support for py3k.
Mon, 25 Jan 2010 00:05:27 -0600 Matt Mackall many, many trivial check-code fixups
Wed, 17 Sep 2008 10:22:35 +0200 Scott McCreary allow Mercurial to compile on Haiku
Fri, 12 Oct 2007 11:23:03 +0200 Benoit Boissinot merge with goto
Fri, 12 Oct 2007 11:46:49 +0900 Shun-ichi GOTO mpatch: Define Py_ssize_t for old pythons and use it instead of ssize_t.
Thu, 11 Oct 2007 17:47:04 -0500 Matt Mackall mpatch: use int rather than ssize_t