|
From: <cli...@li...> - 2011-05-05 12:04:30
|
Send clisp-cvs mailing list submissions to cli...@li... To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/clisp-cvs or, via email, send a message with subject or body 'help' to cli...@li... You can reach the person managing the list at cli...@li... When replying, please edit your Subject line so it is more specific than "Re: Contents of clisp-cvs digest..." CLISP CVS commits for today Today's Topics: 1. clisp: * genclisph.d (include_file): renamed from print_file; wh... (cli...@li...) 2. clisp: * Makefile.devel (GNULIB_CORE): add (cli...@li...) 3. clisp: regenerate after pulling arpa_inet netinet_in inet_ntop i... (cli...@li...) 4. clisp: * src/symbol.d (GENTEMP): add a cast to fix g++ compilation (cli...@li...) 5. clisp: * src/spvw_language.d (init_language): fix the 2011-04-10... (cli...@li...) 6. clisp: * Makefile.devel (GNULIB_CORE): replace close-hook with (cli...@li...) 7. clisp: * Makefile.devel (gnulib-imported): pipe stderr to $(GNUL... (cli...@li...) 8. clisp: regenerate for close-hook -> fd-hook renaming (cli...@li...) 9. clisp: * src/stream.d (IS_EINVAL_EXTRA) [UNIX_SUNOS5]: add ENXIO (cli...@li...) ---------------------------------------------------------------------- Message: 1 Date: Wed, 04 May 2011 18:30:39 +0000 From: cli...@li... Subject: clisp: * genclisph.d (include_file): renamed from print_file; wh... To: cli...@li... Message-ID: <hg....@vz...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/228ae7f99311 changeset: 15363:228ae7f993116c4fd47e8d1f9aa870ccd4d081f6 user: Sam Steingold <sd...@po...> date: 2011-05-04 10:30:26 -0400 description: * genclisph.d (include_file): renamed from print_file; when fname does not exist, emit "#include <fname>" * lispbibl.d (stdbool.h): do not check for HAVE_STDBOOL_H because it is no longer defined by gnulib diffstat: src/ChangeLog | 7 +++++++ src/genclisph.d | 17 +++++++++-------- src/lispbibl.d | 6 +----- 3 files changed, 17 insertions(+), 13 deletions(-) ------------------------------ Message: 2 Date: Wed, 04 May 2011 18:30:41 +0000 From: cli...@li... Subject: clisp: * Makefile.devel (GNULIB_CORE): add To: cli...@li... Message-ID: <hg....@vz...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/4fc9355f336a changeset: 15364:4fc9355f336af06ff4736d05888b263ca0e72e46 user: Sam Steingold <sd...@po...> date: 2011-05-04 10:51:44 -0400 description: * Makefile.devel (GNULIB_CORE): add arpa_inet, netinet_in, inet_ntop, inet_pton * src/lispbibl.d: assume that <netinet/in.h> is always present * src/win32.d (CONNECT_NAME_T, CONNECT_CONST, CONNECT_ADDRLEN_T) (HAVE_NETINET_IN_H, HAVE_ARPA_INET_H, RET_INET_ADDR_TYPE) (INET_ADDR_SUFFIX, INET_ADDR_CONST): remove * src/socket.d: assume HAVE_ARPA_INET_H, HAVE_INET_NTOP, HAVE_INET_PTON, thus inet_addr() is never used (connect, inet_addr): remove the prototypes (all_digits_dots): remove the function * src/configure.in: do not call CL_CONNECT (LIBS): add -lnsl & -lsocket if required for connect() & gethostbyname() * src/m4/connect.m4, src/m4/socket.m4: remove * src/m4/tcpconn.m4: do not check for inet_pton & inet_ntop (get them from gnulib) and inet_addr (never used) * modules/rawsock/rawsock.c, modules/syscalls/calls.c: include <netinet/in.h> & <arpa/inet.h> unconditionally * modules/syscalls/configure.in: do not check for <netinet/in.h> & <arpa/inet.h>; do not call CL_SOCKET diffstat: Makefile.devel | 1 + modules/rawsock/rawsock.c | 10 +--- modules/syscalls/calls.c | 8 +--- modules/syscalls/configure.in | 5 +- src/ChangeLog | 22 +++++++++++ src/configure.in | 11 ++--- src/lispbibl.d | 8 +--- src/m4/connect.m4 | 44 ---------------------- src/m4/socket.m4 | 55 --------------------------- src/m4/tcpconn.m4 | 42 +-------------------- src/socket.d | 86 ++----------------------------------------- src/win32.d | 8 ---- 12 files changed, 43 insertions(+), 257 deletions(-) ------------------------------ Message: 3 Date: Wed, 04 May 2011 18:30:44 +0000 From: cli...@li... Subject: clisp: regenerate after pulling arpa_inet netinet_in inet_ntop i... To: cli...@li... Message-ID: <hg....@vz...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/0c4605e0ef03 changeset: 15365:0c4605e0ef03c4d245c8a8348d68230e82096267 user: Sam Steingold <sd...@po...> date: 2011-05-04 10:55:54 -0400 description: regenerate after pulling arpa_inet netinet_in inet_ntop inet_pton from gnulib diffstat: modules/i18n/config.h.in | 3 + modules/i18n/configure | 101 +- modules/rawsock/config.h.in | 25 - modules/rawsock/configure | 220 +- modules/regexp/config.h.in | 39 +- modules/regexp/configure | 1344 ++++++-- modules/regexp/gllib/Makefile.am | 90 +- modules/regexp/gllib/Makefile.in | 200 +- modules/regexp/gllib/btowc.c | 2 +- modules/regexp/gllib/dummy.c | 2 +- modules/regexp/gllib/gettext.h | 10 +- modules/regexp/gllib/malloc.c | 7 +- modules/regexp/gllib/mbtowc-impl.h | 44 + modules/regexp/gllib/mbtowc.c | 26 + modules/regexp/gllib/regcomp.c | 3 +- modules/regexp/gllib/regex.c | 3 +- modules/regexp/gllib/regex.h | 5 +- modules/regexp/gllib/regex_internal.c | 3 +- modules/regexp/gllib/regex_internal.h | 9 +- modules/regexp/gllib/regexec.c | 5 +- modules/regexp/gllib/stddef.in.h | 2 +- modules/regexp/gllib/stdlib.in.h | 92 +- modules/regexp/gllib/unistd.in.h | 103 +- modules/regexp/gllib/wcrtomb.c | 2 +- modules/regexp/gllib/wctype.in.h | 470 +++ modules/regexp/glm4/00gnulib.m4 | 2 +- modules/regexp/glm4/btowc.m4 | 20 +- modules/regexp/glm4/codeset.m4 | 2 +- modules/regexp/glm4/gnulib-cache.m4 | 6 +- modules/regexp/glm4/gnulib-common.m4 | 38 +- modules/regexp/glm4/gnulib-comp.m4 | 57 +- modules/regexp/glm4/gnulib-tool.m4 | 2 +- modules/regexp/glm4/locale-fr.m4 | 153 +- modules/regexp/glm4/locale-ja.m4 | 94 +- modules/regexp/glm4/locale-zh.m4 | 74 +- modules/regexp/glm4/malloc.m4 | 2 +- modules/regexp/glm4/mbrtowc.m4 | 225 +- modules/regexp/glm4/mbstate_t.m4 | 13 +- modules/regexp/glm4/mbtowc.m4 | 23 + modules/regexp/glm4/regex.m4 | 106 +- modules/regexp/glm4/ssize_t.m4 | 2 +- modules/regexp/glm4/stddef_h.m4 | 10 +- modules/regexp/glm4/stdlib_h.m4 | 28 +- modules/regexp/glm4/unistd_h.m4 | 102 +- modules/regexp/glm4/warn-on-use.m4 | 2 +- modules/regexp/glm4/wchar_t.m4 | 2 +- modules/regexp/glm4/wcrtomb.m4 | 23 +- modules/regexp/glm4/wctype_h.m4 | 174 + modules/regexp/glm4/wint_t.m4 | 32 + modules/syscalls/config.h.in | 82 +- modules/syscalls/configure | 1857 +++---------- modules/syscalls/gllib/Makefile.am | 106 +- modules/syscalls/gllib/Makefile.in | 178 +- modules/syscalls/gllib/alignof.h | 2 +- modules/syscalls/gllib/dummy.c | 2 +- modules/syscalls/gllib/gethostname.c | 3 +- modules/syscalls/gllib/intprops.h | 21 +- modules/syscalls/gllib/mktime.c | 200 +- modules/syscalls/gllib/stddef.in.h | 2 +- modules/syscalls/gllib/strerror.c | 2 +- modules/syscalls/gllib/strftime.c | 20 +- modules/syscalls/gllib/strftime.h | 2 +- modules/syscalls/gllib/strptime.c | 10 +- modules/syscalls/gllib/strverscmp.c | 2 +- modules/syscalls/gllib/sys_socket.in.h | 76 +- modules/syscalls/gllib/sys_uio.in.h | 64 + modules/syscalls/gllib/sys_utsname.in.h | 6 +- modules/syscalls/gllib/time.in.h | 20 +- modules/syscalls/gllib/time_r.c | 2 +- modules/syscalls/gllib/uname.c | 2 +- modules/syscalls/gllib/unistd.in.h | 103 +- modules/syscalls/gllib/w32sock.h | 2 +- modules/syscalls/glm4/00gnulib.m4 | 2 +- modules/syscalls/glm4/gethostname.m4 | 12 +- modules/syscalls/glm4/gnulib-cache.m4 | 6 +- modules/syscalls/glm4/gnulib-common.m4 | 38 +- modules/syscalls/glm4/gnulib-comp.m4 | 91 +- modules/syscalls/glm4/gnulib-tool.m4 | 2 +- modules/syscalls/glm4/mktime.m4 | 40 +- modules/syscalls/glm4/multiarch.m4 | 9 +- modules/syscalls/glm4/sockpfaf.m4 | 30 +- modules/syscalls/glm4/stddef_h.m4 | 10 +- modules/syscalls/glm4/strerror.m4 | 2 +- modules/syscalls/glm4/strftime.m4 | 4 +- modules/syscalls/glm4/strptime.m4 | 2 +- modules/syscalls/glm4/strverscmp.m4 | 2 +- modules/syscalls/glm4/sys_socket_h.m4 | 46 +- modules/syscalls/glm4/sys_uio_h.m4 | 31 + modules/syscalls/glm4/sys_utsname_h.m4 | 5 +- modules/syscalls/glm4/time_h.m4 | 8 +- modules/syscalls/glm4/time_r.m4 | 10 +- modules/syscalls/glm4/tm_gmtoff.m4 | 2 +- modules/syscalls/glm4/uname.m4 | 2 +- modules/syscalls/glm4/unistd_h.m4 | 102 +- modules/syscalls/glm4/warn-on-use.m4 | 2 +- modules/syscalls/glm4/wchar_t.m4 | 2 +- modules/wildcard/config.h.in | 24 + modules/wildcard/configure | 647 ++++- modules/wildcard/gllib/Makefile.am | 91 +- modules/wildcard/gllib/Makefile.in | 98 +- modules/wildcard/gllib/dummy.c | 2 +- modules/wildcard/gllib/fnmatch.c | 3 +- modules/wildcard/gllib/fnmatch.in.h | 4 +- modules/wildcard/gllib/fnmatch_loop.c | 3 +- modules/wildcard/gllib/wctype.in.h | 470 +++ modules/wildcard/glm4/00gnulib.m4 | 2 +- modules/wildcard/glm4/fnmatch.m4 | 86 +- modules/wildcard/glm4/gnulib-cache.m4 | 6 +- modules/wildcard/glm4/gnulib-common.m4 | 38 +- modules/wildcard/glm4/gnulib-comp.m4 | 20 +- modules/wildcard/glm4/gnulib-tool.m4 | 2 +- modules/wildcard/glm4/mbstate_t.m4 | 13 +- modules/wildcard/glm4/warn-on-use.m4 | 45 + modules/wildcard/glm4/wctype_h.m4 | 174 + modules/wildcard/glm4/wint_t.m4 | 32 + src/aclocal.m4 | 3461 ++++++++++++++--------- src/build-aux/arg-nonnull.h | 4 +- src/build-aux/c++defs.h | 4 +- src/build-aux/config.rpath | 104 +- src/build-aux/warn-on-use.h | 4 +- src/config.h.in | 201 +- src/configure | 5219 +++++++++++++++++++++++++----------- src/gllib/Makefile.am | 331 +- src/gllib/Makefile.in | 541 ++- src/gllib/alignof.h | 2 +- src/gllib/alloca.c | 16 +- src/gllib/alloca.in.h | 2 +- src/gllib/arpa_inet.in.h | 115 + src/gllib/c-ctype.c | 396 ++ src/gllib/c-ctype.h | 295 ++ src/gllib/config.charset | 2 +- src/gllib/errno.in.h | 2 +- src/gllib/fd-hook.c | 116 + src/gllib/fd-hook.h | 119 + src/gllib/getpagesize.c | 2 +- src/gllib/gettext.h | 10 +- src/gllib/gettimeofday.c | 8 +- src/gllib/inet_ntop.c | 234 + src/gllib/inet_pton.c | 253 + src/gllib/iswblank.c | 27 + src/gllib/langinfo.in.h | 5 +- src/gllib/localcharset.c | 5 +- src/gllib/localcharset.h | 2 +- src/gllib/malloca.c | 6 +- src/gllib/malloca.h | 2 +- src/gllib/mbrtowc.c | 26 +- src/gllib/mbsinit.c | 18 +- src/gllib/mbsrtowcs-impl.h | 122 + src/gllib/mbsrtowcs-state.c | 2 +- src/gllib/mbsrtowcs.c | 108 +- src/gllib/memchr.c | 2 +- src/gllib/netinet_in.in.h | 48 + src/gllib/nl_langinfo.c | 4 +- src/gllib/ref-add.sin | 2 +- src/gllib/ref-del.sin | 2 +- src/gllib/setenv.c | 7 +- src/gllib/sockets.c | 45 +- src/gllib/sockets.h | 2 +- src/gllib/stdbool.in.h | 2 +- src/gllib/stddef.in.h | 2 +- src/gllib/stdint.in.h | 83 +- src/gllib/stdlib.in.h | 92 +- src/gllib/streq.h | 4 +- src/gllib/string.in.h | 69 +- src/gllib/strnlen1.c | 2 +- src/gllib/strnlen1.h | 2 +- src/gllib/sys_socket.in.h | 76 +- src/gllib/sys_time.in.h | 7 +- src/gllib/sys_uio.in.h | 64 + src/gllib/sys_wait.in.h | 8 +- src/gllib/uniname.in.h | 4 +- src/gllib/uniname/uniname.c | 4 +- src/gllib/unistd.in.h | 103 +- src/gllib/unitypes.in.h | 4 +- src/gllib/uniwidth.in.h | 4 +- src/gllib/uniwidth/cjk.h | 4 +- src/gllib/uniwidth/width.c | 67 +- src/gllib/unsetenv.c | 2 +- src/gllib/verify.h | 63 +- src/gllib/w32sock.h | 2 +- src/gllib/wchar.in.h | 575 ++++- src/gllib/wctype-impl.h | 96 + src/gllib/wctype.c | 25 + src/gllib/wctype.in.h | 291 +- src/glm4/00gnulib.m4 | 2 +- src/glm4/alloca.m4 | 9 +- src/glm4/arpa_inet_h.m4 | 62 + src/glm4/codeset.m4 | 2 +- src/glm4/configmake.m4 | 50 + src/glm4/eealloc.m4 | 2 +- src/glm4/environ.m4 | 2 +- src/glm4/errno_h.m4 | 7 +- src/glm4/extensions.m4 | 2 +- src/glm4/fcntl-o.m4 | 65 +- src/glm4/getpagesize.m4 | 2 +- src/glm4/gettext.m4 | 2 +- src/glm4/gettimeofday.m4 | 2 +- src/glm4/glibc2.m4 | 7 +- src/glm4/glibc21.m4 | 14 +- src/glm4/gnu-make.m4 | 2 +- src/glm4/gnulib-cache.m4 | 8 +- src/glm4/gnulib-common.m4 | 38 +- src/glm4/gnulib-comp.m4 | 224 +- src/glm4/gnulib-tool.m4 | 2 +- src/glm4/host-cpu-c-abi.m4 | 2 +- src/glm4/iconv.m4 | 28 +- src/glm4/include_next.m4 | 99 +- src/glm4/inet_ntop.m4 | 44 + src/glm4/inet_pton.m4 | 44 + src/glm4/intdiv0.m4 | 6 +- src/glm4/intl.m4 | 2 +- src/glm4/intldir.m4 | 2 +- src/glm4/intlmacosx.m4 | 2 +- src/glm4/intmax.m4 | 2 +- src/glm4/inttypes-pri.m4 | 2 +- src/glm4/inttypes_h.m4 | 2 +- src/glm4/iswblank.m4 | 31 + src/glm4/langinfo_h.m4 | 2 +- src/glm4/lcmessage.m4 | 2 +- src/glm4/lib-ld.m4 | 2 +- src/glm4/lib-link.m4 | 6 +- src/glm4/lib-prefix.m4 | 2 +- src/glm4/libsigsegv.m4 | 2 +- src/glm4/libunistring-base.m4 | 2 +- src/glm4/link-follow.m4 | 62 +- src/glm4/localcharset.m4 | 2 +- src/glm4/locale-fr.m4 | 153 +- src/glm4/locale-ja.m4 | 94 +- src/glm4/locale-zh.m4 | 74 +- src/glm4/lock.m4 | 2 +- src/glm4/longlong.m4 | 83 +- src/glm4/malloca.m4 | 2 +- src/glm4/mbrtowc.m4 | 225 +- src/glm4/mbsinit.m4 | 12 +- src/glm4/mbsrtowcs.m4 | 44 +- src/glm4/mbstate_t.m4 | 13 +- src/glm4/memchr.m4 | 27 +- src/glm4/mmap-anon.m4 | 8 +- src/glm4/multiarch.m4 | 9 +- src/glm4/netinet_in_h.m4 | 31 + src/glm4/nl_langinfo.m4 | 33 +- src/glm4/nls.m4 | 2 +- src/glm4/no-c++.m4 | 2 +- src/glm4/nocrash.m4 | 2 +- src/glm4/po.m4 | 2 +- src/glm4/printf-posix.m4 | 2 +- src/glm4/progtest.m4 | 2 +- src/glm4/setenv.m4 | 49 +- src/glm4/size_max.m4 | 2 +- src/glm4/socketlib.m4 | 2 +- src/glm4/sockets.m4 | 2 +- src/glm4/socklen.m4 | 52 +- src/glm4/sockpfaf.m4 | 30 +- src/glm4/stdbool.m4 | 17 +- src/glm4/stddef_h.m4 | 10 +- src/glm4/stdint.m4 | 26 +- src/glm4/stdint_h.m4 | 2 +- src/glm4/stdlib_h.m4 | 28 +- src/glm4/string_h.m4 | 14 +- src/glm4/sys_socket_h.m4 | 46 +- src/glm4/sys_time_h.m4 | 2 +- src/glm4/sys_uio_h.m4 | 31 + src/glm4/sys_wait_h.m4 | 2 +- src/glm4/threadlib.m4 | 2 +- src/glm4/uintmax_t.m4 | 2 +- src/glm4/unistd_h.m4 | 102 +- src/glm4/visibility.m4 | 2 +- src/glm4/warn-on-use.m4 | 2 +- src/glm4/wchar_h.m4 | 116 +- src/glm4/wchar_t.m4 | 2 +- src/glm4/wctype.m4 | 14 + src/glm4/wctype_h.m4 | 141 +- src/glm4/wint_t.m4 | 2 +- src/glm4/xsize.m4 | 2 +- 274 files changed, 17411 insertions(+), 7482 deletions(-) ------------------------------ Message: 4 Date: Wed, 04 May 2011 18:30:45 +0000 From: cli...@li... Subject: clisp: * src/symbol.d (GENTEMP): add a cast to fix g++ compilation To: cli...@li... Message-ID: <hg....@vz...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/5ae9aad2644e changeset: 15366:5ae9aad2644e1d537e76731f25b0c445527a9531 user: Sam Steingold <sd...@po...> date: 2011-05-04 11:01:14 -0400 description: * src/symbol.d (GENTEMP): add a cast to fix g++ compilation diffstat: src/ChangeLog | 4 ++++ src/symbol.d | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) ------------------------------ Message: 5 Date: Wed, 04 May 2011 18:30:47 +0000 From: cli...@li... Subject: clisp: * src/spvw_language.d (init_language): fix the 2011-04-10... To: cli...@li... Message-ID: <hg....@vz...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/4f402ce7947a changeset: 15367:4f402ce7947aea3b5a0367d3a9b6b046a088a202 user: Sam Steingold <sd...@po...> date: 2011-05-04 11:41:03 -0400 description: * src/spvw_language.d (init_language): fix the 2011-04-10 patch (use strcpy instead of strcat) diffstat: src/ChangeLog | 6 ++++++ src/spvw_language.d | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) ------------------------------ Message: 6 Date: Wed, 04 May 2011 18:30:49 +0000 From: cli...@li... Subject: clisp: * Makefile.devel (GNULIB_CORE): replace close-hook with To: cli...@li... Message-ID: <hg....@vz...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/a95b1cede3ea changeset: 15368:a95b1cede3ea4fa40c5d7ed409832fca0b782b42 user: Sam Steingold <sd...@po...> date: 2011-05-04 12:00:37 -0400 description: * Makefile.devel (GNULIB_CORE): replace close-hook with fd-hook (renamed in gnulib 2011-04-19) diffstat: Makefile.devel | 2 +- src/ChangeLog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletions(-) ------------------------------ Message: 7 Date: Wed, 04 May 2011 18:30:51 +0000 From: cli...@li... Subject: clisp: * Makefile.devel (gnulib-imported): pipe stderr to $(GNUL... To: cli...@li... Message-ID: <hg....@vz...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/e6f8a1f95da5 changeset: 15369:e6f8a1f95da58e082594a70c58bf87d89cd25128 user: Sam Steingold <sd...@po...> date: 2011-05-04 12:01:43 -0400 description: * Makefile.devel (gnulib-imported): pipe stderr to $(GNULIB_IMPORTED_LOG) too diffstat: Makefile.devel | 8 ++++---- src/ChangeLog | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) ------------------------------ Message: 8 Date: Wed, 04 May 2011 18:30:52 +0000 From: cli...@li... Subject: clisp: regenerate for close-hook -> fd-hook renaming To: cli...@li... Message-ID: <hg....@vz...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/2f418a496c91 changeset: 15370:2f418a496c91a5ee62b9036dffa1469169c8e898 user: Sam Steingold <sd...@po...> date: 2011-05-04 12:03:15 -0400 description: regenerate for close-hook -> fd-hook renaming diffstat: modules/regexp/gllib/Makefile.am | 2 +- modules/regexp/gllib/Makefile.in | 2 +- modules/regexp/glm4/gnulib-cache.m4 | 4 ++-- modules/syscalls/gllib/Makefile.am | 2 +- modules/syscalls/gllib/Makefile.in | 2 +- modules/syscalls/glm4/gnulib-cache.m4 | 4 ++-- modules/wildcard/gllib/Makefile.am | 2 +- modules/wildcard/gllib/Makefile.in | 2 +- modules/wildcard/glm4/gnulib-cache.m4 | 4 ++-- src/gllib/Makefile.am | 2 +- src/gllib/Makefile.in | 2 +- src/glm4/gnulib-cache.m4 | 4 ++-- 12 files changed, 16 insertions(+), 16 deletions(-) ------------------------------ Message: 9 Date: Wed, 04 May 2011 18:30:54 +0000 From: cli...@li... Subject: clisp: * src/stream.d (IS_EINVAL_EXTRA) [UNIX_SUNOS5]: add ENXIO To: cli...@li... Message-ID: <hg....@vz...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/ff14480becaf changeset: 15371:ff14480becaff658a361d7a9cfc4215c00a31abd user: Sam Steingold <sd...@po...> date: 2011-05-04 14:29:45 -0400 description: * src/stream.d (IS_EINVAL_EXTRA) [UNIX_SUNOS5]: add ENXIO diffstat: src/ChangeLog | 4 ++++ src/stream.d | 2 ++ 2 files changed, 6 insertions(+), 0 deletions(-) ------------------------------ ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd ------------------------------ _______________________________________________ clisp-cvs mailing list cli...@li... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 60, Issue 3 **************************************** |