rgb-cln/ccan/ccan
Rusty Russell 7ca00ca7d7 ccan: update so we can compile with -O2 on Ubuntu.
Otherwise we get a configurator failure:

    In file included from /usr/include/string.h:495,
                     from configuratortest.c:2:
    In function ‘strncpy’,
        inlined from ‘main’ at configuratortest.c:6:2:
    /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: ‘__builtin_strncpy’ specified bound 8 equals destination size [-Wstringop-truncation]
      106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest));
          |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2020-07-17 13:54:06 +02:00
..
alignof ccan: update. 2016-11-09 18:55:15 +10:30
array_size ccan: update. 2016-11-09 18:55:15 +10:30
asort ccan: update so we can apply notifiers to toplevel "NULL". 2018-08-24 19:54:32 +02:00
autodata ccan: update so we can apply notifiers to toplevel "NULL". 2018-08-24 19:54:32 +02:00
bitmap ccan: update to get configurator with --wrapper option 2020-02-06 13:37:54 +10:30
bitops ccan: update so we can apply notifiers to toplevel "NULL". 2018-08-24 19:54:32 +02:00
breakpoint ccan: update, new modules. 2017-01-04 13:16:47 +10:30
build_assert ccan: update. 2016-11-09 18:55:15 +10:30
cast ccan: update. 2016-11-09 18:55:15 +10:30
cdump ccan: update. 2016-11-09 18:55:15 +10:30
check_type ccan: update to more recent version. 2018-04-06 13:34:27 +02:00
compiler ccan: update to faster and correct crc32c implementation. 2019-06-11 23:40:10 +00:00
container_of ccan: update. 2016-11-09 18:55:15 +10:30
cppmagic ccan: update, new modules. 2017-01-04 13:16:47 +10:30
crc32c ccan: update to faster and correct crc32c implementation. 2019-06-11 23:40:10 +00:00
crypto ccan: update. 2018-10-19 00:53:00 +00:00
endian Fix build on linux-musl 2018-05-15 05:54:15 +00:00
err ccan: update. 2016-11-09 18:55:15 +10:30
fdpass ccan: update, new modules. 2017-01-04 13:16:47 +10:30
htable ccan: update so we can compile with -O2 on Ubuntu. 2020-07-17 13:54:06 +02:00
ilog ccan: update. 2016-11-09 18:55:15 +10:30
intmap ccan: import updated version to get uintmap_before(). 2019-10-10 21:48:52 -05:00
io ccan: update to get ccan/io exclusive helpers. 2019-04-08 01:56:17 +00:00
isaac ccan: update. 2016-11-09 18:55:15 +10:30
json_escape ccan: import ccan/json_out and ccan/json_escape. 2019-06-12 02:00:15 +00:00
json_out ccan: update to get configurator with --wrapper option 2020-02-06 13:37:54 +10:30
likely ccan: update. 2016-11-09 18:55:15 +10:30
list ccan: update so we can apply notifiers to toplevel "NULL". 2018-08-24 19:54:32 +02:00
mem ccan: update. 2016-11-09 18:55:15 +10:30
membuf ccan: update. 2018-10-19 00:53:00 +00:00
noerr ccan: update. 2016-11-09 18:55:15 +10:30
opt ccan: update to include opt_unregister fix. 2020-02-11 16:37:21 +10:30
order ccan: update. 2016-11-09 18:55:15 +10:30
pipecmd ccan: update to fix shutdown slowness after plugin load. 2019-08-15 02:22:01 +00:00
ptr_valid ccan: update to more recent version. 2018-04-06 13:34:27 +02:00
ptrint ccan: update. 2016-11-09 18:55:15 +10:30
rbuf ccan: import updated version to get uintmap_before(). 2019-10-10 21:48:52 -05:00
read_write_all ccan: update. 2016-11-09 18:55:15 +10:30
short_types CCAN: update. 2015-09-25 11:51:18 +09:30
str ccan: update so we can apply notifiers to toplevel "NULL". 2018-08-24 19:54:32 +02:00
strmap ccan: update. 2016-11-09 18:55:15 +10:30
structeq ccan: update to get new ccan/io which sets errno to 0 on EOF. 2018-10-19 00:53:00 +00:00
take ccan: update to get updated pipecmd. 2018-12-10 00:00:50 +00:00
tal ccan: update so we can compile with -O2 on Ubuntu. 2020-07-17 13:54:06 +02:00
tcon ccan: update. 2016-11-09 18:55:15 +10:30
time ccan: update so we can apply notifiers to toplevel "NULL". 2018-08-24 19:54:32 +02:00
timer ccan: update to latest version which allows destructors to self-delete. 2020-02-17 19:55:13 +10:30
typesafe_cb ccan: update to more recent version. 2018-04-06 13:34:27 +02:00
utf8 ccan: add UTF-8 module for checking alias fields. 2018-07-01 14:55:29 +02:00