bug#21114: [PATCH 1/4] Fix the rule to check for new signals and errors

2015-10-29 Thread Ludovic Courtès
David Michael skribis: > * .gitignore (/libguile/*.NEW): New pattern. > * libguile/Makefile.am (chknew-E chknew-SIG): Remove the line > continuation after the targets, and include numbers in the > recipe's signal/error regexp to catch names like E2BIG. > --- > > > This patch series makes a fe

bug#21115: [PATCH 2/4] Add new Linux error definitions

2015-10-29 Thread Ludovic Courtès
David Michael skribis: > * libguile/cpp-E.syms (EHWPOISON, ERFKILL): New definitions. Pushed as ead362f.

bug#21116: [PATCH 3/4] Add Hurd signal and error definitions

2015-10-29 Thread Ludovic Courtès
David Michael skribis: > * libguile/cpp-E.syms (EAUTH, EBACKGROUND): New definitions. > (EBADRPC, ED, EDIED, EFTYPE, EGRATUITOUS, EGREGIOUS): Likewise. > (EIEIO, ENEEDAUTH, EPROCLIM, EPROCUNAVAIL): Likewise. > (EPROGMISMATCH, EPROGUNAVAIL, ERPCMISMATCH): Likewise. > * libguile/cpp-SIG.syms

bug#21117: [PATCH 4/4] Remove sigevent structure value definitions

2015-10-29 Thread Ludovic Courtès
David Michael skribis: > * libguile/Makefile.am (chknew-E chknew-SIG): Anchor the end of the > signal/error name pattern to only match alphanumeric symbols. > * libguile/cpp-SIG.syms (SIGEV_MAX_SIZE, SIGEV_NONE): Remove. > (SIGEV_PAD_SIZE, SIGEV_SIGNAL, SIGEV_THREAD): Likewise. > (SIGEV_THR

bug#21425: [PATCH] Remove needless mkstemp() check

2015-10-29 Thread Ludovic Courtès
Kouhei Sutou skribis: > There is mkstemp() check by AC_REPLACE_FUNCS() in > configure.ac. If mkstemp() isn't found, mkstemp() is defined > by gnulib-tool. > > But mkstemp() is always defined in libguile/mkstemp.c. If we > define mkstemp() by gnulib-tool, mkstemp() is defined > twice. It caused a

bug#21221: guile-2.2 socket ports used with display does not send utf8 !

2015-10-29 Thread Ludovic Courtès
Linas Vepstas skribis: > The following simple client-server program fails for me. > For simplicity, for the server, just use netcat listening on port : > > $ nc -l > > In a guile shell, try this: > (setlocale LC_ALL "") > (define sss (socket PF_INET SOCK_STREAM 0)) > (set-port-encoding!

bug#21373: compile for development version from git fails on OpenBSD

2015-10-29 Thread Ludovic Courtès
Jamil Egdemir skribis: > I was using the flex that came with OpenBSD 5.6 which was 2.5.4 so I > pulled down and installed flex-2.5.39. This got me past these errors > though I'm not sure if this is associated with differences between the > OpenBSD brand of flex or just a versioning issue. If it