log lib/count-one-bits.h @ 40186:8964917f9574

age author description
Tue, 01 Jan 2019 00:25:11 +0100 Paul Eggert maint: Run 'make update-copyright'
Mon, 01 Jan 2018 00:57:25 +0000 Paul Eggert maint: Run 'make update-copyright'
Wed, 13 Sep 2017 00:48:18 -0700 Paul Eggert all: prefer https: URLs
Sun, 01 Jan 2017 02:59:23 +0000 Paul Eggert version-etc: new year
Fri, 01 Jan 2016 00:56:19 -0800 Paul Eggert version-etc: new year
Tue, 06 Jan 2015 09:05:22 -0800 Paul Eggert count-leading-zeros: use 64-bit intrinsics on 32-bit Windows
Tue, 06 Jan 2015 02:27:16 +0000 Pádraig Brady count-leading-zeros: avoid 64-bit intrinsics on 32-bit Windows
Thu, 01 Jan 2015 01:38:23 +0000 Paul Eggert version-etc: new year
Wed, 01 Jan 2014 00:04:40 -0700 Eric Blake maint: update copyright
Sun, 06 Oct 2013 23:43:43 -0700 Paul Eggert count-one-bits: port to MSC; support types wider than 64 bits
Wed, 28 Aug 2013 18:49:38 -0700 Paul Eggert headers: check that _GL_INLINE_HEADER_BEGIN is defined
Tue, 01 Jan 2013 00:50:58 +0000 Eric Blake maint: update all copyright year number ranges
Tue, 20 Nov 2012 22:25:05 -0800 Paul Eggert count-one-bits: better 'inline'
Sun, 01 Jan 2012 10:04:58 +0100 Jim Meyering maint: update all copyright year number ranges
Sat, 09 Apr 2011 23:15:02 +0200 Jim Meyering maint: fix "the the" in comment
Sat, 01 Jan 2011 20:17:23 +0100 Jim Meyering maint: update almost all copyright ranges to include 2011
Fri, 01 Jan 2010 10:31:12 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2010
Mon, 28 Dec 2009 10:50:36 +0100 Jim Meyering update nearly all FSF copyright year lists to include 2009
Sun, 13 Apr 2008 22:52:00 +0200 Bruno Haible Add comment for last commit.
Sun, 13 Apr 2008 19:25:13 +0200 Bruno Haible Work around a HP cc compiler bug.
Sun, 21 Oct 2007 02:33:32 +0200 Bruno Haible Fix typo in macro name.
Sun, 07 Oct 2007 19:14:58 +0200 Bruno Haible Change copyright notice from GPLv2+ to GPLv3+.
Wed, 15 Aug 2007 03:37:54 +0000 Ben Pfaff * lib/count-one-bits.h: Add comments. (From Bruno Haible.)
Wed, 25 Jul 2007 03:13:19 +0000 Ben Pfaff Improve name: "count-one-bits" is better than "popcount".