leitner
|
4f1e1d300c
|
make headers work in C++
add two more variable length integer encoding functions
|
13 years ago |
leitner
|
de36bc05f7
|
add __likely branch prediction hints
make inlining work in the face of gcc in non-gnu c99 mode
|
14 years ago |
leitner
|
928bfe5c09
|
for installed header files, add comment saying where they came from
|
15 years ago |
leitner
|
6941446a7c
|
clang support
|
15 years ago |
leitner
|
a8a5e9a3d5
|
some valgrind de-noising
fix subtle typo in sub_of (David Sirovsky)
|
17 years ago |
leitner
|
1b17f47def
|
escape more in fmt_ldapescape
|
18 years ago |
leitner
|
d3d6c828a9
|
Turns out that shifting a negative signed int is undefined behavior in
C, too. Use other mechanism in case gcc decides to abuse that, too.
|
18 years ago |
leitner
|
3e559e8d89
|
remove a bogus gcc warning
|
18 years ago |
leitner
|
47d2e25ba3
|
simplify some expressions
|
18 years ago |
leitner
|
689de0e8e4
|
more brackets in macros (paranoia)
|
18 years ago |
leitner
|
d22de55cee
|
add some int overflow check macros to rangecheck.h
|
18 years ago |
leitner
|
a85d569caa
|
gcc 4.1 version of the code also works with other compilers, so make it
default and get rid of #ifdef hell
|
19 years ago |
leitner
|
a1215d9f0a
|
use uintptr_t instead of size_t
|
19 years ago |
leitner
|
3c291ea2a8
|
document adding io_block
add rangecheck install target to GNUmakefile
cosmetics in rangecheck.h
|
19 years ago |
leitner
|
dbd9fe1ea5
|
add rangecheck.h
|
19 years ago |