-Wmissing-prototypes triggers in uninorm/decompose-internal.c

2020-02-19 Thread Tim Rühsen
There seems to be a prototype missing in uninorm/decompose-internal.h: uninorm/decompose-internal.c:26:27: warning: no previous prototype for 'gl_uninorm_decompose_merge_sort_fromto' [-Wmissing-prototypes] 26 | #define merge_sort_fromto gl_uninorm_decompose_merge_sort_fromto |

Re: fstrcmp: memory is not reclaimed on exit

2020-02-19 Thread Akim Demaille
Hi Bruno, > Le 16 févr. 2020 à 13:52, Bruno Haible a écrit : > > Hi Akim, > > Sorry for the delay. You look busy :) >> +void >> +fstrcmp_free (void) >> +{ >> + gl_once (keys_init_once, keys_init); >> + gl_tls_key_destroy (buffer_key); >> + gl_tls_key_destroy (bufmax_key); >> +} > > This

Re: -Wmissing-prototypes triggers in uninorm/decompose-internal.c

2020-02-19 Thread Bruno Haible
Tim Rühsen wrote: > There seems to be a prototype missing in uninorm/decompose-internal.h: > > uninorm/decompose-internal.c:26:27: warning: no previous prototype for > 'gl_uninorm_decompose_merge_sort_fromto' [-Wmissing-prototypes] >26 | #define merge_sort_fromto gl_uninorm_decompose_merge_sor

[PATCH] users.txt: update cmogstored URL

2020-02-19 Thread Eric Wong
bogomips.org is expiring and .org is unlikely to be affordable down the line, so it's on yhbt.net for now. --- It's also available for Tor users at http://cmogstored.ou63pmih66umazou.onion/ but I guess .onions and Tor aren't as well known as it ought to be... users.txt | 2 +- 1 file changed,

Re: bug#39652: SED preinstall check failed

2020-02-19 Thread Assaf Gordon
tag 39652 moreinfo stop (added bug-gnulib@) Hello, On 2020-02-17 8:12 p.m., Gopinath Sekar via wrote: FAIL: test-rename [...] See gnulib-tests/test-suite.log Please report to bug-...@gnu.org