OpenGrok
Cross Reference: bitstring.h
xref
: /
src
/
include
/
bitstring.h
Home
|
History
|
Annotate
|
Download
|
only in
include
History log of
/src/include/bitstring.h
Revision
Date
Author
Comments
1.15
12-May-2024
rillig
include/bitstring.h: remove CONSTCOND comment from do-while-0 loop
Lint doesn't need this comment anymore, as there is nothing surprising
or unusual about this idiom.
sed -Ei 's,} *while *\(/\* *CONSTCOND *\*/ *0\),} while (0),' *.h
1.14
17-Mar-2016
christos
more casting fixes
1.13
17-Mar-2016
christos
appease gcc-5 |= #$@#%
1.12
20-Nov-2015
christos
add some const
1.11
20-Nov-2015
christos
keep value as an int.
1.10
20-Nov-2015
christos
update to size_t
1.9
06-May-2010
christos
lint friendly
1.8
06-Feb-2005
perry
branches: 1.8.44;
remove obsolete "register" declarations
1.7
07-Aug-2003
agc
Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22270, verified by myself.
1.6
02-Feb-1998
perry
merge lite-2
1.5
14-May-1997
pk
Make macros evaluate to non-compound statements (Jarle Greipsland; PR#3614)
1.4
26-Oct-1994
cgd
new RCS ID format.
1.3
01-Aug-1993
mycroft
Add RCS identifiers.
1.2
22-May-1993
cgd
fixed, thanks to Mike Murphy <mrm@optigfx.com>, with minor hacks by cgd
1.1
21-Mar-1993
cgd
branches: 1.1.1;
Initial revision
1.1.1.2
02-Feb-1998
perry
import lite-2
1.1.1.1
21-Mar-1993
cgd
initial import of 386bsd-0.1 sources
1.8.44.1
17-Aug-2010
uebayasi
Sync with HEAD.
Indexes created Fri Oct 17 17:09:57 GMT 2025