log mercurial/util.h @ 30368:ed45283a0ca7

age author description
Sun, 09 Oct 2016 13:50:53 +0200 Gregory Szorc parsers: move PyInt aliasing out of util.h
Sat, 08 Oct 2016 22:04:56 +0200 Gregory Szorc util: remove PyString* aliases on Python 3
Sat, 08 Oct 2016 19:16:50 +0200 Gregory Szorc util: document we want Python type mapping to be temporary
Sat, 08 Oct 2016 19:02:44 +0200 Gregory Szorc util: define PyInt_Type on Python 3
Mon, 06 Jun 2016 13:08:13 +0200 Maciej Fijalkowski internals: move the bitmanipulation routines into its own file
Thu, 14 May 2015 09:04:48 +0200 Adrian Buehlmann util.h: kill no longer needed definitions for Python < 2.6
Wed, 13 May 2015 18:57:38 +0200 Adrian Buehlmann util.h: kill no longer needed definitions for Python < 2.5
Mon, 20 Apr 2015 22:21:57 -0500 Kevin Bullock util: fix the check for non-C99 compilers (issue4605) stable
Mon, 20 Apr 2015 14:47:51 -0400 Augie Fackler util.h: also sniff for C99 before trying to use stdbool.h (issue4605) stable
Thu, 02 Apr 2015 19:17:32 -0700 Siddharth Agarwal util.h: define an enum for normcase specs
Tue, 24 Mar 2015 11:00:09 -0700 Laurent Charignon phase: compute phases in C
Wed, 25 Mar 2015 14:16:10 -0500 Matt Mackall manifest: move C bool polyfill into util.h
Tue, 03 Feb 2015 13:17:21 -0500 Augie Fackler util: add getbefloat64
Tue, 20 Jan 2015 14:09:57 -0500 Augie Fackler util: add getbe{u,}int16 utility methods
Thu, 03 Jul 2014 19:05:04 +0200 André Sintzoff util.h: declare dirstateTupleType variable instead of defining it