Re: config.charset support for OpenBSD

2007-11-13 Thread Ben Pfaff
Bruno Haible <[EMAIL PROTECTED]> writes: >> Below is the result for OpenBSD 4.1. > > Thank you. And what do you get with the two updated files (attached)? Here it is: locale namelocale charmap nl_langinfo(CODESET) locale_charset() C 646 646

Re: config.charset support for OpenBSD

2007-11-13 Thread Bruno Haible
Hello Ben, > For all-locales, OpenBSD needs the same strategy as Darwin. Thanks. But your printout lacks a line for the C locale; it needs to be added manually. (config.charset needs to handle the C locale, even if it is built-in into libc.) > Below is the result for OpenBSD 4.1. Thank you. And

Re: rethinking #if and 64-bit numbers (inttypes.h on Sun platforms)

2007-11-13 Thread Bruno Haible
Paul Eggert wrote: > I installed this into Autoconf: > > 2007-11-13 Paul Eggert <[EMAIL PROTECTED]> > ... > * lib/autoconf/types.m4 (_AC_TYPE_LONG_LONG_SNIPPET): > Do not check for preprocessor flows. 'flows'? 'flaws'! Also, I would prefer to not let autoconf/lib/autoconf/types.m4

Re: rethinking #if and 64-bit numbers (inttypes.h on Sun platforms)

2007-11-13 Thread Paul Eggert
Bruno Haible <[EMAIL PROTECTED]> writes: > Possibly also in autoconf.texi section "Portable C and C++ Programming"? I installed this into Autoconf: 2007-11-13 Paul Eggert <[EMAIL PROTECTED]> Don't worry about preprocessor when testing long long. See: http://lists.gnu.org/archi