log mercurial/util.h @ 24829:8e9f8d2a2c0c stable

age author description
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
Tue, 27 May 2014 14:27:41 -0700 Siddharth Agarwal parsers: inline fields of dirstate values in C version
Mon, 30 Sep 2013 12:36:26 -0700 Siddharth Agarwal util.h: backout 06badf7d10dc and 2c9645c0a582 for big-endian breakage
Thu, 19 Sep 2013 09:45:00 -0700 Siddharth Agarwal util.h: fix gcc version checking
Sat, 14 Sep 2013 11:22:34 +0800 Wei, Elson util.h: getbe32() and putbe32() use intrinsic function to improve performance
Fri, 13 Sep 2013 09:54:43 +0800 Wei, Elson util.h: add stdint basic type definitions
Tue, 18 Sep 2012 15:42:19 -0700 Bryan O'Sullivan store: implement fncache basic path encoding in C
Wed, 09 May 2012 09:58:50 +0200 Adrian Buehlmann parser: use PyInt_FromSsize_t in index_stats