build failure in master: zero-length memset

2009-09-19 Thread Julian Graham
Hi all, I'm getting a build failure on master caused by a warning about a zero-length call to memset (which reminded me of what Ken and Ludo were talking about here [1]). /usr/include/bits/string3.h:82: error: call to ‘__warn_memset_zero_len’ declared with attribute warning: memset used with c

Re: Benchmarking queries

2009-09-19 Thread Mike Gran
On Sat, 2009-09-19 at 01:59 +0100, Neil Jerram wrote: > 1. The files with an Emacs "coding: latin-1" comment can only be > compiled if I add an extra comment "coding: latin1". In other words it > seems that Guile (=> libunistring) only understands latin1 without the > hyphen. Is this expected, a