From: <cli...@li...> - 2011-07-26 12:04:21
|
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: * Makefile.devel (RMRF): new variable (cli...@li...) 2. clisp: * Makefile.devel (RMRF): new variable (cli...@li...) 3. clisp: typos (cli...@li...) 4. clisp: * Makefile.devel (GNULIB_CORE): add close, ioctl, and mak... (cli...@li...) 5. clisp: regenerate for close/ioctl & a gnulib update (cli...@li...) 6. clisp: * src/m4/clisp.m4 (CL_DECOLONIZE): even when $ac_cv_build... (cli...@li...) 7. clisp: * Makefile.devel (src/undef-gnulib.h): new target (cli...@li...) 8. clisp: regenerate for CL_DECOLONIZE on mingw/cygpath (cli...@li...) 9. clisp: (spvwtab*.o): depend on undef-gnulib.h (cli...@li...) ---------------------------------------------------------------------- Message: 1 Date: Mon, 25 Jul 2011 16:13:04 +0000 From: cli...@li... Subject: clisp: * Makefile.devel (RMRF): new variable 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/53ff30ef5ea4 changeset: 15467:53ff30ef5ea499426698d45a36e94fbdf0c486de user: Sam Steingold <sd...@po...> date: 2011-07-20 11:02:02 -0400 description: * Makefile.devel (RMRF): new variable diffstat: Makefile.devel | 59 ++++++++++++++++++++++++++++++----------------------------- src/ChangeLog | 4 ++++ 2 files changed, 34 insertions(+), 29 deletions(-) ------------------------------ Message: 2 Date: Mon, 25 Jul 2011 16:13:05 +0000 From: cli...@li... Subject: clisp: * Makefile.devel (RMRF): new variable 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/9a7099d3193d changeset: 15468:9a7099d3193d1821b07d616098bbd118b1492d05 user: Sam Steingold <sd...@po...> date: 2011-07-20 11:08:59 -0400 description: * Makefile.devel (RMRF): new variable (gnulib-imported): remove gnulib directories before import to see added and deleted files right away diffstat: Makefile.devel | 8 ++++++-- src/ChangeLog | 4 +++- 2 files changed, 9 insertions(+), 3 deletions(-) ------------------------------ Message: 3 Date: Mon, 25 Jul 2011 16:13:07 +0000 From: cli...@li... Subject: clisp: typos 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/7787632b8eb6 changeset: 15469:7787632b8eb6a13ff628b97a6e7e002d4be77dd8 user: Sam Steingold <sd...@po...> date: 2011-07-25 09:39:34 -0400 description: typos diffstat: src/_clisp.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ------------------------------ Message: 4 Date: Mon, 25 Jul 2011 16:13:10 +0000 From: cli...@li... Subject: clisp: * Makefile.devel (GNULIB_CORE): add close, ioctl, and mak... 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/d320d42dbb8f changeset: 15470:d320d42dbb8fdb5132e04097e1ad2b612cfcd884 user: Sam Steingold <sd...@po...> date: 2011-07-25 11:56:12 -0400 description: * Makefile.devel (GNULIB_CORE): add close, ioctl, and make stdlib inclusion explicit (it has always been present as a dependency) * modules/rawsock/rawsock.c, socket.d, stream.d, unix.d, win32.d: use close() instead of closesocket() and ioctl() instead of ioctlsocket() on all platforms diffstat: Makefile.devel | 6 +- modules/rawsock/rawsock.c | 6 +-- src/ChangeLog | 8 ++++ src/gllib/Makefile.am | 52 +++++++++++++++++++++++++- src/gllib/close.c | 42 +++++++++++++++++++++ src/gllib/ioctl.c | 79 +++++++++++++++++++++++++++++++++++++++ src/gllib/sys_ioctl.in.h | 79 +++++++++++++++++++++++++++++++++++++++ src/glm4/close.m4 | 26 +++++++++++++ src/glm4/gnulib-cache.m4 | 5 ++- src/glm4/gnulib-comp.m4 | 18 +++++++++ src/glm4/ioctl.m4 | 41 ++++++++++++++++++++ src/glm4/sys_ioctl_h.m4 | 64 ++++++++++++++++++++++++++++++++ src/socket.d | 30 +++++++------- src/stream.d | 4 +- src/unix.d | 21 +--------- src/unixaux.d | 2 +- src/win32.d | 24 +----------- 17 files changed, 438 insertions(+), 69 deletions(-) ------------------------------ Message: 5 Date: Mon, 25 Jul 2011 16:13:12 +0000 From: cli...@li... Subject: clisp: regenerate for close/ioctl & a gnulib update 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/c90d51abbe29 changeset: 15471:c90d51abbe29cea93b09a2feae3c0dfcfc1f13e2 user: Sam Steingold <sd...@po...> date: 2011-07-25 11:56:51 -0400 description: regenerate for close/ioctl & a gnulib update diffstat: modules/berkeley-db/config.h.in | 4 + modules/berkeley-db/configure | 2 + modules/clx/new-clx/config.h.in | 4 + modules/clx/new-clx/configure | 2 + modules/dbus/config.h.in | 4 + modules/dbus/configure | 2 + modules/dirkey/config.h.in | 4 + modules/dirkey/configure | 2 + modules/fastcgi/config.h.in | 4 + modules/fastcgi/configure | 2 + modules/gdbm/config.h.in | 4 + modules/gdbm/configure | 2 + modules/gtk2/config.h.in | 4 + modules/gtk2/configure | 2 + modules/i18n/config.h.in | 4 + modules/i18n/configure | 2 + modules/libsvm/config.h.in | 4 + modules/libsvm/configure | 2 + modules/oracle/config.h.in | 4 + modules/oracle/configure | 2 + modules/pari/config.h.in | 4 + modules/pari/configure | 2 + modules/pcre/config.h.in | 4 + modules/pcre/configure | 2 + modules/postgresql/config.h.in | 4 + modules/postgresql/configure | 2 + modules/rawsock/config.h.in | 4 + modules/rawsock/configure | 2 + modules/readline/config.h.in | 4 + modules/readline/configure | 2 + modules/regexp/config.h.in | 4 + modules/regexp/configure | 2 + modules/syscalls/config.h.in | 4 + modules/syscalls/configure | 2 + modules/zlib/config.h.in | 4 + modules/zlib/configure | 2 + src/aclocal.m4 | 181 +++++++++++++++++++++- src/config.h.in | 16 ++ src/configure | 332 +++++++++++++++++++++++++++++++++++++++++- src/gllib/Makefile.in | 105 ++++++++---- src/glm4/extensions.m4 | 7 +- src/glm4/strerror_r.m4 | 8 +- src/glm4/sys_select_h.m4 | 14 +- 43 files changed, 720 insertions(+), 51 deletions(-) ------------------------------ Message: 6 Date: Mon, 25 Jul 2011 16:13:13 +0000 From: cli...@li... Subject: clisp: * src/m4/clisp.m4 (CL_DECOLONIZE): even when $ac_cv_build... 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/668cd6a31f3c changeset: 15472:668cd6a31f3cd45eea6322a51cfcf534b7195f14 user: Sam Steingold <sd...@po...> date: 2011-07-25 12:04:01 -0400 description: * src/m4/clisp.m4 (CL_DECOLONIZE): even when $ac_cv_build is mingw, use cygpath when available because cross-compiling on cygwin is not detected diffstat: src/ChangeLog | 5 +++++ src/m4/clisp.m4 | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletions(-) ------------------------------ Message: 7 Date: Mon, 25 Jul 2011 22:10:30 +0000 From: cli...@li... Subject: clisp: * Makefile.devel (src/undef-gnulib.h): new target 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/a7f97aa911e8 changeset: 15473:a7f97aa911e85fbbfae5c3eb106f382e5e21451a user: Sam Steingold <sd...@po...> date: 2011-07-25 18:08:35 -0400 description: * Makefile.devel (src/undef-gnulib.h): new target (gnulib-imported): call it at the end * src/spvwtabf.d, src/spvwtabo.d, src/spvwtabs.d: include undef-gnulib.h after lispbibl to undefine the lisp symbols redefined by gnulib * src/makemake.in: link undef-gnulib.h into the build directory * undef-gnulib.h: new file, regenerated on each gnulib-imported diffstat: Makefile.devel | 12 ++++++++++++ src/ChangeLog | 9 +++++++++ src/makemake.in | 1 + src/spvwtabf.d | 3 ++- src/spvwtabo.d | 3 ++- src/spvwtabs.d | 3 ++- src/undef-gnulib.h | 5 +++++ 7 files changed, 33 insertions(+), 3 deletions(-) ------------------------------ Message: 8 Date: Mon, 25 Jul 2011 22:10:32 +0000 From: cli...@li... Subject: clisp: regenerate for CL_DECOLONIZE on mingw/cygpath 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/01428559da1c changeset: 15474:01428559da1c7721a9a3d0427db5bd80f0df9425 user: Sam Steingold <sd...@po...> date: 2011-07-25 18:09:14 -0400 description: regenerate for CL_DECOLONIZE on mingw/cygpath diffstat: modules/berkeley-db/configure | 7 ++++++- modules/clx/new-clx/configure | 7 ++++++- modules/dbus/configure | 7 ++++++- modules/dirkey/configure | 7 ++++++- modules/fastcgi/configure | 7 ++++++- modules/gdbm/configure | 7 ++++++- modules/gtk2/configure | 7 ++++++- modules/i18n/configure | 7 ++++++- modules/libsvm/configure | 7 ++++++- modules/oracle/configure | 7 ++++++- modules/pari/configure | 7 ++++++- modules/pcre/configure | 7 ++++++- modules/postgresql/configure | 7 ++++++- modules/rawsock/configure | 7 ++++++- modules/readline/configure | 7 ++++++- modules/regexp/configure | 7 ++++++- modules/syscalls/configure | 7 ++++++- modules/zlib/configure | 7 ++++++- src/aclocal.m4 | 7 ++++++- src/configure | 9 +++++++-- 20 files changed, 121 insertions(+), 21 deletions(-) ------------------------------ Message: 9 Date: Mon, 25 Jul 2011 22:34:28 +0000 From: cli...@li... Subject: clisp: (spvwtab*.o): depend on undef-gnulib.h 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/be1cc2d15787 changeset: 15475:be1cc2d15787e063f78da74ec3be5a3f8e3d0767 user: Sam Steingold <sd...@po...> date: 2011-07-25 18:33:33 -0400 description: (spvwtab*.o): depend on undef-gnulib.h diffstat: src/ChangeLog | 1 + src/makemake.in | 3 +++ 2 files changed, 4 insertions(+), 0 deletions(-) ------------------------------ ------------------------------------------------------------------------------ Magic Quadrant for Content-Aware Data Loss Prevention Research study explores the data loss prevention market. Includes in-depth analysis on the changes within the DLP market, and the criteria used to evaluate the strengths and weaknesses of these DLP solutions. http://www.accelacomm.com/jaw/sfnl/114/51385063/ ------------------------------ _______________________________________________ clisp-cvs mailing list cli...@li... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 62, Issue 8 **************************************** |