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
David Michael skribis:
> * libguile/cpp-E.syms (EHWPOISON, ERFKILL): New definitions.
Pushed as ead362f.
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
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
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
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!
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