Commit History

Author SHA1 Message Date
  Rusty Russell 7ce5cb9dbd compiler: fix -Wwrite-strings warning in example. 15 years ago
  Rusty Russell 5b0bdc23fb antithread: fix -Wwrite-strings warning in test, and trailing whitespace. 15 years ago
  Rusty Russell e5d378237f alloc: dont clash with libc's fls, avoid void pointer arithmetic 15 years ago
  Rusty Russell 5caaeab8a7 antithread: avoid arithmetic on void pointers 15 years ago
  Rusty Russell caf366998b tools: fix up warnings with -Wwrite-strings. 15 years ago
  Rusty Russell e2fc21e505 foreach: more const iteration fixes. 15 years ago
  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