Rusty Russell
|
a95fc43fbe
ccan: add -Wpointer-arith and -Wwrite-strings by default
|
15 years ago |
Rusty Russell
|
414da16fc2
alloc: avoid arithmetic on void pointers.
|
15 years ago |
Rusty Russell
|
086a4e1915
read_write_all: avoid arithmetic on void pointers.
|
15 years ago |
Rusty Russell
|
e610c8c638
opt: avoid function pointer arithmetic
|
15 years ago |
Rusty Russell
|
6fa62e5ae1
opt: fix memory leak in tests.
|
15 years ago |
Rusty Russell
|
e34192d580
opt: allow const arguments.
|
15 years ago |
Rusty Russell
|
6671102184
opt: define NULL
|
15 years ago |
Rusty Russell
|
4a084a9e95
cast: fix cast of void * when we don't have GCC features.
|
15 years ago |
Rusty Russell
|
ef54ea44cc
array_size: make sure tests work even without GCC features.
|
15 years ago |
Rusty Russell
|
8301696801
talloc: fix leak in test/run-set_allocator.c
|
15 years ago |
Rusty Russell
|
8f8b0216da
failtest: print complete history when we detect a leak.
|
15 years ago |
Rusty Russell
|
f2a1247955
tdb2: fix arithmetic on void * pointer.
|
15 years ago |
Rusty Russell
|
148c09482c
typesafe: fix warnings with gcc's -Wcast-qual
|
15 years ago |
Rusty Russell
|
3d27344a5d
typesafe: fix warnings with gcc's -Wpointer-arith
|
15 years ago |
Rusty Russell
|
f367a1dc85
tdb2: tdb_mkdata
|
15 years ago |
Rusty Russell
|
45e9956d66
tdb2: fix warnings with -Wcast-qual using ccan/cast.
|
15 years ago |
Rusty Russell
|
1313203b72
cast: fix compilation with GCC's -Wcast-qual
|
15 years ago |
Rusty Russell
|
d5bb8e8d1c
tdb2: fix tools compilation.
|
15 years ago |
Rusty Russell
|
7a0402de90
tdb2: fix compile of test/run-check-callback.c
|
15 years ago |
Rusty Russell
|
34eab93cc6
foreach: fix case where iterators are not on the stack.
|
15 years ago |
Rusty Russell
|
d1d29462c7
configurator: HAVE_STACK_GROWS_UPWARDS
|
15 years ago |
Rusty Russell
|
b824ee6e4a
foreach: allow a single argument to foreach_int() and foreach_ptr().
|
15 years ago |
Rusty Russell
|
5b115ea939
foreach: fix HAVE_FOR_LOOP_DECLARATION case.
|
15 years ago |
Rusty Russell
|
a2191edc0d
tdb2: merge changes in design document.
|
15 years ago |
Rusty Russell
|
f6067e4cbd
tdb2: tdb_error()
|
15 years ago |
Rusty Russell
|
8d8de08d90
tdb2: TDB_SEQNUM and tdb_get_seqnum support.
|
15 years ago |
Rusty Russell
|
6fdff621a9
tdb2: tdb_name and tdb_fd functions.
|
15 years ago |
Rusty Russell
|
374eb28b1e
tdb2: remove tdb_null
|
15 years ago |
Rusty Russell
|
a4393df8ed
tdb2: tdb_deq: inline helper for comparing two struct tdb_data
|
15 years ago |
Rusty Russell
|
a97da100b0
tdb2: implement tdb_exists and tdb_parse_record
|
15 years ago |