|
From: <cli...@li...> - 2010-09-29 18:39:05
|
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/modules/syscalls/gllib c-ctype.c, 1.1, NONE c-ctype.h, 1.1, NONE getdate.h, 1.1, NONE getdate.y, 1.1, NONE gettext.h, 1.1, NONE gettime.c, 1.1, NONE timespec.h, 1.1, NONE xalloc.h, 1.1, NONE xmalloc.c, 1.1, NONE (Sam Steingold) 2. clisp Makefile.devel,1.285,1.286 (Sam Steingold) 3. clisp/modules/syscalls/glm4 bison.m4, 1.1, NONE clock_time.m4, 1.1, NONE error.m4, 1.1, NONE getdate.m4, 1.1, NONE gettime.m4, 1.1, NONE inline.m4, 1.1, NONE timespec.m4, 1.1, NONE xalloc.m4, 1.1, NONE (Sam Steingold) 4. clisp/src ChangeLog,1.7541,1.7542 (Sam Steingold) 5. clisp/modules/syscalls calls.c,1.318,1.319 configure.in,1.95,1.96 (Sam Steingold) 6. clisp/modules/syscalls/glm4 gnulib-cache.m4, 1.12, 1.13 gnulib-comp.m4, 1.13, 1.14 (Sam Steingold) 7. clisp/modules/syscalls config.h.in,1.83,1.84 configure,1.120,1.121 (Sam Steingold) 8. clisp/src/glm4 sys_wait_h.m4,1.1,1.2 (Sam Steingold) 9. clisp/src aclocal.m4, 1.100, 1.101 config.h.in, 1.45, 1.46 configure, 1.281, 1.282 (Sam Steingold) ---------------------------------------------------------------------- Message: 1 Date: Wed, 29 Sep 2010 18:31:11 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/modules/syscalls/gllib c-ctype.c, 1.1, NONE c-ctype.h, 1.1, NONE getdate.h, 1.1, NONE getdate.y, 1.1, NONE gettext.h, 1.1, NONE gettime.c, 1.1, NONE timespec.h, 1.1, NONE xalloc.h, 1.1, NONE xmalloc.c, 1.1, NONE To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/modules/syscalls/gllib In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9741/modules/syscalls/gllib Removed Files: c-ctype.c c-ctype.h getdate.h getdate.y gettext.h gettime.c timespec.h xalloc.h xmalloc.c Log Message: do not use gnulib module getdate which should have been called get_date <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/23310> * modules/syscalls/calls.c (xalloc_die): remove (GETDATE): condition on HAVE_GETDATE & HAVE_DECL_GETDATE_ERR * modules/syscalls/configure.in: do not call AC_PROG_YACC; check for getdate and getdate_err * modules/syscalls/gllib/c-ctype.c, modules/syscalls/gllib/c-ctype.h: * modules/syscalls/gllib/getdate.h, modules/syscalls/gllib/getdate.y: * modules/syscalls/gllib/gettext.h, modules/syscalls/gllib/gettime.c: * modules/syscalls/gllib/timespec.h, modules/syscalls/gllib/xalloc.h: * modules/syscalls/gllib/xmalloc.c, modules/syscalls/glm4/bison.m4: * modules/syscalls/glm4/clock_time.m4, modules/syscalls/glm4/error.m4: * modules/syscalls/glm4/getdate.m4, modules/syscalls/glm4/gettime.m4: * modules/syscalls/glm4/inline.m4, modules/syscalls/glm4/timespec.m4: * modules/syscalls/glm4/xalloc.m4: remove --- c-ctype.h DELETED --- --- getdate.y DELETED --- --- gettime.c DELETED --- --- xmalloc.c DELETED --- --- c-ctype.c DELETED --- --- timespec.h DELETED --- --- getdate.h DELETED --- --- xalloc.h DELETED --- --- gettext.h DELETED --- ------------------------------ Message: 2 Date: Wed, 29 Sep 2010 18:31:11 +0000 From: Sam Steingold <sd...@us...> Subject: clisp Makefile.devel,1.285,1.286 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9741 Modified Files: Makefile.devel Log Message: do not use gnulib module getdate which should have been called get_date <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/23310> * modules/syscalls/calls.c (xalloc_die): remove (GETDATE): condition on HAVE_GETDATE & HAVE_DECL_GETDATE_ERR * modules/syscalls/configure.in: do not call AC_PROG_YACC; check for getdate and getdate_err * modules/syscalls/gllib/c-ctype.c, modules/syscalls/gllib/c-ctype.h: * modules/syscalls/gllib/getdate.h, modules/syscalls/gllib/getdate.y: * modules/syscalls/gllib/gettext.h, modules/syscalls/gllib/gettime.c: * modules/syscalls/gllib/timespec.h, modules/syscalls/gllib/xalloc.h: * modules/syscalls/gllib/xmalloc.c, modules/syscalls/glm4/bison.m4: * modules/syscalls/glm4/clock_time.m4, modules/syscalls/glm4/error.m4: * modules/syscalls/glm4/getdate.m4, modules/syscalls/glm4/gettime.m4: * modules/syscalls/glm4/inline.m4, modules/syscalls/glm4/timespec.m4: * modules/syscalls/glm4/xalloc.m4: remove Index: Makefile.devel =================================================================== RCS file: /cvsroot/clisp/clisp/Makefile.devel,v retrieving revision 1.285 retrieving revision 1.286 diff -u -d -r1.285 -r1.286 --- Makefile.devel 29 Sep 2010 13:39:42 -0000 1.285 +++ Makefile.devel 29 Sep 2010 18:31:09 -0000 1.286 @@ -400,8 +400,7 @@ --macro-prefix=sc_gl --m4-base=modules/syscalls/glm4 \ $(GNULIB_AVOID) --avoid=xalloc-die \ mktime strftime strptime strverscmp uname \ - strerror getdate | tee -a $(GNULIB_IMPORTED_LOG) - $(RM) doc/getdate.texi + strerror | tee -a $(GNULIB_IMPORTED_LOG) $(GNULIB_TOOL) --source-base=modules/regexp/gllib \ --macro-prefix=rx_gl --m4-base=modules/regexp/glm4 \ $(GNULIB_AVOID) regex | tee -a $(GNULIB_IMPORTED_LOG) ------------------------------ Message: 3 Date: Wed, 29 Sep 2010 18:31:11 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/modules/syscalls/glm4 bison.m4, 1.1, NONE clock_time.m4, 1.1, NONE error.m4, 1.1, NONE getdate.m4, 1.1, NONE gettime.m4, 1.1, NONE inline.m4, 1.1, NONE timespec.m4, 1.1, NONE xalloc.m4, 1.1, NONE To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/modules/syscalls/glm4 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9741/modules/syscalls/glm4 Removed Files: bison.m4 clock_time.m4 error.m4 getdate.m4 gettime.m4 inline.m4 timespec.m4 xalloc.m4 Log Message: do not use gnulib module getdate which should have been called get_date <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/23310> * modules/syscalls/calls.c (xalloc_die): remove (GETDATE): condition on HAVE_GETDATE & HAVE_DECL_GETDATE_ERR * modules/syscalls/configure.in: do not call AC_PROG_YACC; check for getdate and getdate_err * modules/syscalls/gllib/c-ctype.c, modules/syscalls/gllib/c-ctype.h: * modules/syscalls/gllib/getdate.h, modules/syscalls/gllib/getdate.y: * modules/syscalls/gllib/gettext.h, modules/syscalls/gllib/gettime.c: * modules/syscalls/gllib/timespec.h, modules/syscalls/gllib/xalloc.h: * modules/syscalls/gllib/xmalloc.c, modules/syscalls/glm4/bison.m4: * modules/syscalls/glm4/clock_time.m4, modules/syscalls/glm4/error.m4: * modules/syscalls/glm4/getdate.m4, modules/syscalls/glm4/gettime.m4: * modules/syscalls/glm4/inline.m4, modules/syscalls/glm4/timespec.m4: * modules/syscalls/glm4/xalloc.m4: remove --- xalloc.m4 DELETED --- --- clock_time.m4 DELETED --- --- getdate.m4 DELETED --- --- inline.m4 DELETED --- --- bison.m4 DELETED --- --- gettime.m4 DELETED --- --- error.m4 DELETED --- --- timespec.m4 DELETED --- ------------------------------ Message: 4 Date: Wed, 29 Sep 2010 18:31:12 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/src ChangeLog,1.7541,1.7542 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/src In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9741/src Modified Files: ChangeLog Log Message: do not use gnulib module getdate which should have been called get_date <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/23310> * modules/syscalls/calls.c (xalloc_die): remove (GETDATE): condition on HAVE_GETDATE & HAVE_DECL_GETDATE_ERR * modules/syscalls/configure.in: do not call AC_PROG_YACC; check for getdate and getdate_err * modules/syscalls/gllib/c-ctype.c, modules/syscalls/gllib/c-ctype.h: * modules/syscalls/gllib/getdate.h, modules/syscalls/gllib/getdate.y: * modules/syscalls/gllib/gettext.h, modules/syscalls/gllib/gettime.c: * modules/syscalls/gllib/timespec.h, modules/syscalls/gllib/xalloc.h: * modules/syscalls/gllib/xmalloc.c, modules/syscalls/glm4/bison.m4: * modules/syscalls/glm4/clock_time.m4, modules/syscalls/glm4/error.m4: * modules/syscalls/glm4/getdate.m4, modules/syscalls/glm4/gettime.m4: * modules/syscalls/glm4/inline.m4, modules/syscalls/glm4/timespec.m4: * modules/syscalls/glm4/xalloc.m4: remove Index: ChangeLog =================================================================== RCS file: /cvsroot/clisp/clisp/src/ChangeLog,v retrieving revision 1.7541 retrieving revision 1.7542 diff -u -d -r1.7541 -r1.7542 --- ChangeLog 29 Sep 2010 18:18:24 -0000 1.7541 +++ ChangeLog 29 Sep 2010 18:31:09 -0000 1.7542 @@ -1,5 +1,23 @@ 2010-09-29 Sam Steingold <sd...@gn...> + do not use gnulib module getdate which should have been called get_date + <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/23310> + * modules/syscalls/calls.c (xalloc_die): remove + (GETDATE): condition on HAVE_GETDATE & HAVE_DECL_GETDATE_ERR + * modules/syscalls/configure.in: do not call AC_PROG_YACC; + check for getdate and getdate_err + * modules/syscalls/gllib/c-ctype.c, modules/syscalls/gllib/c-ctype.h: + * modules/syscalls/gllib/getdate.h, modules/syscalls/gllib/getdate.y: + * modules/syscalls/gllib/gettext.h, modules/syscalls/gllib/gettime.c: + * modules/syscalls/gllib/timespec.h, modules/syscalls/gllib/xalloc.h: + * modules/syscalls/gllib/xmalloc.c, modules/syscalls/glm4/bison.m4: + * modules/syscalls/glm4/clock_time.m4, modules/syscalls/glm4/error.m4: + * modules/syscalls/glm4/getdate.m4, modules/syscalls/glm4/gettime.m4: + * modules/syscalls/glm4/inline.m4, modules/syscalls/glm4/timespec.m4: + * modules/syscalls/glm4/xalloc.m4: remove + +2010-09-29 Sam Steingold <sd...@gn...> + * configure.in, modules/syscalls/configure.in: do not call macros which are already called by gl_INIT ------------------------------ Message: 5 Date: Wed, 29 Sep 2010 18:31:11 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/modules/syscalls calls.c,1.318,1.319 configure.in,1.95,1.96 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/modules/syscalls In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv9741/modules/syscalls Modified Files: calls.c configure.in Log Message: do not use gnulib module getdate which should have been called get_date <http://article.gmane.org/gmane.comp.lib.gnulib.bugs/23310> * modules/syscalls/calls.c (xalloc_die): remove (GETDATE): condition on HAVE_GETDATE & HAVE_DECL_GETDATE_ERR * modules/syscalls/configure.in: do not call AC_PROG_YACC; check for getdate and getdate_err * modules/syscalls/gllib/c-ctype.c, modules/syscalls/gllib/c-ctype.h: * modules/syscalls/gllib/getdate.h, modules/syscalls/gllib/getdate.y: * modules/syscalls/gllib/gettext.h, modules/syscalls/gllib/gettime.c: * modules/syscalls/gllib/timespec.h, modules/syscalls/gllib/xalloc.h: * modules/syscalls/gllib/xmalloc.c, modules/syscalls/glm4/bison.m4: * modules/syscalls/glm4/clock_time.m4, modules/syscalls/glm4/error.m4: * modules/syscalls/glm4/getdate.m4, modules/syscalls/glm4/gettime.m4: * modules/syscalls/glm4/inline.m4, modules/syscalls/glm4/timespec.m4: * modules/syscalls/glm4/xalloc.m4: remove Index: calls.c =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/calls.c,v retrieving revision 1.318 retrieving revision 1.319 diff -u -d -r1.318 -r1.319 --- calls.c 29 Sep 2010 15:27:18 -0000 1.318 +++ calls.c 29 Sep 2010 18:31:09 -0000 1.319 @@ -619,11 +619,7 @@ } else error_string_integer(STACK_1); } -nonreturning_function(extern, xalloc_die, (void)) { - pushSTACK(TheSubr(subr_self)->name); - error(storage_condition,GETTEXT("~S: malloc() failed")); -} - +#if defined(HAVE_GETDATE) && defined(HAVE_DECL_GETDATE_ERR) DEFUN(POSIX:GETDATE, timespec &optional timezone) { /* http://www.opengroup.org/onlinepubs/009695399/functions/getdate.html */ struct tm *tm; @@ -646,6 +642,7 @@ tm_to_lisp(tm,STACK_0); skipSTACK(2); } +#endif /* HAVE_GETDATE & HAVE_DECL_GETDATE_ERR */ /* ========================== string comparison ========================== */ /* call strverscmp() on STACK_0 & STACK_1 and remove them from STACK */ Index: configure.in =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/configure.in,v retrieving revision 1.95 retrieving revision 1.96 diff -u -d -r1.95 -r1.96 --- configure.in 29 Sep 2010 18:18:24 -0000 1.95 +++ configure.in 29 Sep 2010 18:31:09 -0000 1.96 @@ -12,7 +12,6 @@ CL_MODULE_COMMON_CHECKS() AM_INIT_AUTOMAKE([no-define]) AC_PROG_RANLIB -AC_PROG_YACC sc_gl_EARLY sc_gl_INIT @@ -52,9 +51,10 @@ ftruncate truncate getusershell endusershell dnl erf erfc lgamma tgamma fstatvfs statvfs getpriority setpriority dnl crypt encrypt setkey GlobalMemoryStatusEx dnl -gethostid sethostid getdomainname setdomainname nftw) +gethostid sethostid getdomainname setdomainname nftw getdate) AC_FUNC_CHOWN AC_CHECK_DECLS([signgam],,,[#include <math.h>]) +AC_CHECK_DECLS([getdate_err],,,[#include <time.h>]) CL_STAT if test "$ac_cv_header_sys_statvfs_h" = "yes"; then AC_MSG_CHECKING([whether f_fsid is scalar]) ------------------------------ Message: 6 Date: Wed, 29 Sep 2010 18:38:55 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/modules/syscalls/glm4 gnulib-cache.m4, 1.12, 1.13 gnulib-comp.m4, 1.13, 1.14 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/modules/syscalls/glm4 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11007/modules/syscalls/glm4 Modified Files: gnulib-cache.m4 gnulib-comp.m4 Log Message: regenerate after removing gnulib getdate Index: gnulib-comp.m4 =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/glm4/gnulib-comp.m4,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- gnulib-comp.m4 29 Sep 2010 13:24:14 -0000 1.13 +++ gnulib-comp.m4 29 Sep 2010 18:38:53 -0000 1.14 @@ -29,12 +29,7 @@ # Code from module alignof: # Code from module arg-nonnull: # Code from module c++defs: - # Code from module c-ctype: - # Code from module clock-time: - # Code from module getdate: # Code from module gethostname: - # Code from module gettime: - # Code from module inline: # Code from module intprops: # Code from module mbrlen: # Code from module mktime: @@ -50,11 +45,9 @@ # Code from module sys_utsname: # Code from module time: # Code from module time_r: - # Code from module timespec: # Code from module uname: # Code from module unistd: # Code from module warn-on-use: - # Code from module xalloc: ]) # This macro should be invoked from ./configure.ac, in the section @@ -76,18 +69,9 @@ # Code from module alignof: # Code from module arg-nonnull: # Code from module c++defs: - # Code from module c-ctype: - # Code from module clock-time: - gl_CLOCK_TIME - # Code from module getdate: - gl_GETDATE # Code from module gethostname: gl_FUNC_GETHOSTNAME gl_UNISTD_MODULE_INDICATOR([gethostname]) - # Code from module gettime: - gl_GETTIME - # Code from module inline: - gl_INLINE # Code from module intprops: # Code from module mbrlen: gl_FUNC_MBRLEN @@ -125,16 +109,13 @@ # Code from module time_r: gl_TIME_R gl_TIME_MODULE_INDICATOR([time_r]) - # Code from module timespec: - gl_TIMESPEC # Code from module uname: gl_FUNC_UNAME gl_SYS_UTSNAME_MODULE_INDICATOR([uname]) # Code from module unistd: gl_UNISTD_H # Code from module warn-on-use: - # Code from module xalloc: - gl_XALLOC + # Code from module dummy: # End of code from modules m4_ifval(sc_gl_LIBSOURCES_LIST, [ m4_syscmd([test ! -d ]m4_defn([sc_gl_LIBSOURCES_DIR])[ || @@ -278,14 +259,9 @@ build-aux/arg-nonnull.h build-aux/c++defs.h build-aux/warn-on-use.h - doc/getdate.texi lib/alignof.h - lib/c-ctype.c - lib/c-ctype.h - lib/getdate.h - lib/getdate.y + lib/dummy.c lib/gethostname.c - lib/gettime.c lib/intprops.h lib/mbrlen.c lib/mktime-internal.h @@ -303,20 +279,12 @@ lib/sys_utsname.in.h lib/time.in.h lib/time_r.c - lib/timespec.h lib/uname.c lib/unistd.in.h lib/w32sock.h - lib/xalloc.h - lib/xmalloc.c m4/00gnulib.m4 - m4/bison.m4 - m4/clock_time.m4 - m4/getdate.m4 m4/gethostname.m4 - m4/gettime.m4 m4/gnulib-common.m4 - m4/inline.m4 m4/mbrlen.m4 m4/mbstate_t.m4 m4/mktime.m4 @@ -333,11 +301,9 @@ m4/sys_utsname_h.m4 m4/time_h.m4 m4/time_r.m4 - m4/timespec.m4 m4/tm_gmtoff.m4 m4/uname.m4 m4/unistd_h.m4 m4/warn-on-use.m4 m4/wchar_t.m4 - m4/xalloc.m4 ]) Index: gnulib-cache.m4 =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/glm4/gnulib-cache.m4,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -r1.12 -r1.13 --- gnulib-cache.m4 29 Sep 2010 13:24:14 -0000 1.12 +++ gnulib-cache.m4 29 Sep 2010 18:38:53 -0000 1.13 @@ -15,12 +15,11 @@ # Specification in the form of a command-line invocation: -# gnulib-tool --import --dir=. --lib=libgnu --source-base=modules/syscalls/gllib --m4-base=modules/syscalls/glm4 --doc-base=doc --tests-base=tests --aux-dir=src/build-aux --avoid=no-c++ --avoid=stdint --avoid=stdbool --avoid=havelib --avoid=gettext --avoid=localcharset --avoid=uniwidth/width --avoid=streq --avoid=uniname/uniname --avoid=unitypes --avoid=link-follow --avoid=host-cpu-c-abi --avoid=socklen --avoid=sockets --avoid=close-hook --avoid=setenv --avoid=unsetenv --avoid=errno --avoid=nocrash --avoid=libsigsegv --avoid=gnu-make --avoid=gettimeofday --avoid=getpagesize --avoid=sys_time --avoid=sys_wait --avoid=alloca-opt --avoid=alloca --avoid=extensions --avoid=include_next --avoid=verify --avoid=string --avoid=mbsinit --avoid=wchar --avoid=wctype --avoid=mbrtowc --avoid=mbsrtowcs --avoid=memchr --avoid=nl_langinfo --avoid=xalloc-die --no-libtool --macro-prefix=sc_gl --no-vc-files getdate mktime strerror strftime strptime strverscmp uname +# gnulib-tool --import --dir=. --lib=libgnu --source-base=modules/syscalls/gllib --m4-base=modules/syscalls/glm4 --doc-base=doc --tests-base=tests --aux-dir=src/build-aux --avoid=no-c++ --avoid=stdint --avoid=stdbool --avoid=havelib --avoid=gettext --avoid=localcharset --avoid=uniwidth/width --avoid=streq --avoid=uniname/uniname --avoid=unitypes --avoid=link-follow --avoid=host-cpu-c-abi --avoid=socklen --avoid=sockets --avoid=close-hook --avoid=setenv --avoid=unsetenv --avoid=errno --avoid=nocrash --avoid=libsigsegv --avoid=gnu-make --avoid=gettimeofday --avoid=getpagesize --avoid=sys_time --avoid=sys_wait --avoid=alloca-opt --avoid=alloca --avoid=extensions --avoid=include_next --avoid=verify --avoid=string --avoid=mbsinit --avoid=wchar --avoid=wctype --avoid=mbrtowc --avoid=mbsrtowcs --avoid=memchr --avoid=nl_langinfo --avoid=xalloc-die --no-libtool --macro-prefix=sc_gl --no-vc-files mktime strerror strftime strptime strverscmp uname # Specification in the form of a few gnulib-tool.m4 macro invocations: gl_LOCAL_DIR([]) gl_MODULES([ - getdate mktime strerror strftime ------------------------------ Message: 7 Date: Wed, 29 Sep 2010 18:38:55 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/modules/syscalls config.h.in,1.83,1.84 configure,1.120,1.121 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/modules/syscalls In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11007/modules/syscalls Modified Files: config.h.in configure Log Message: regenerate after removing gnulib getdate Index: config.h.in =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/config.h.in,v retrieving revision 1.83 retrieving revision 1.84 diff -u -d -r1.83 -r1.84 --- config.h.in 29 Sep 2010 13:40:09 -0000 1.83 +++ config.h.in 29 Sep 2010 18:38:53 -0000 1.84 @@ -40,18 +40,9 @@ /* Define to 1 if you have the `chroot' function. */ #undef HAVE_CHROOT -/* Define to 1 if you have the `clock_gettime' function. */ -#undef HAVE_CLOCK_GETTIME - -/* Define to 1 if you have the `clock_settime' function. */ -#undef HAVE_CLOCK_SETTIME - /* Define to 1 if you have the `closelog' function. */ #undef HAVE_CLOSELOG -/* Define if you have compound literals. */ -#undef HAVE_COMPOUND_LITERALS - /* Define to 1 if you have the `confstr' function. */ #undef HAVE_CONFSTR @@ -64,6 +55,10 @@ /* Define to 1 if you have the <crypt.h> header file. */ #undef HAVE_CRYPT_H +/* Define to 1 if you have the declaration of `getdate_err', and to 0 if you + don't. */ +#undef HAVE_DECL_GETDATE_ERR + /* Define to 1 if you have the declaration of `signgam', and to 0 if you don't. */ #undef HAVE_DECL_SIGNGAM @@ -137,6 +132,9 @@ /* Define to 1 if you have the <ftw.h> header file. */ #undef HAVE_FTW_H +/* Define to 1 if you have the `getdate' function. */ +#undef HAVE_GETDATE + /* Define to 1 if you have the `getdomainname' function. */ #undef HAVE_GETDOMAINNAME @@ -216,9 +214,6 @@ /* Define to 1 if you have the `getsid' function. */ #undef HAVE_GETSID -/* Define to 1 if you have the `gettimeofday' function. */ -#undef HAVE_GETTIMEOFDAY - /* Define to 1 if you have the `getuid' function. */ #undef HAVE_GETUID @@ -240,11 +235,6 @@ /* Define to 1 if you have the <grp.h> header file. */ #undef HAVE_GRP_H -/* Define to 1 if the compiler supports one of the keywords 'inline', - '__inline__', '__inline' and effectively inlines functions marked as such. - */ -#undef HAVE_INLINE - /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -296,9 +286,6 @@ /* Define to 1 if you have the `mkstemp' function. */ #undef HAVE_MKSTEMP -/* Define to 1 if you have the `nanotime' function. */ -#undef HAVE_NANOTIME - /* Define to 1 if you have the <netdb.h> header file. */ #undef HAVE_NETDB_H @@ -579,9 +566,6 @@ /* Define to 1 if you have the `statvfs' function. */ #undef HAVE_STATVFS -/* Define to 1 if stdbool.h conforms to C99. */ -#undef HAVE_STDBOOL_H - /* Define to 1 if you have the <stddef.h> header file. */ #undef HAVE_STDDEF_H @@ -740,9 +724,6 @@ /* Define to 1 if you have the <ws2tcpip.h> header file. */ #undef HAVE_WS2TCPIP_H -/* Define to 1 if the system has the type `_Bool'. */ -#undef HAVE__BOOL - /* Define HOST_NAME_MAX when <limits.h> does not define it. */ #undef HOST_NAME_MAX @@ -819,9 +800,6 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Define to 1 if all 'time_t' values fit in a 'long int'. */ -#undef TIME_T_FITS_IN_LONG_INT - /* Define to 1 if your <sys/time.h> declares `struct tm'. */ #undef TM_IN_SYS_TIME Index: configure =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/configure,v retrieving revision 1.120 retrieving revision 1.121 diff -u -d -r1.120 -r1.121 --- configure 29 Sep 2010 13:56:36 -0000 1.120 +++ configure 29 Sep 2010 18:38:53 -0000 1.121 @@ -881,13 +881,8 @@ GNULIB_DUP2 GNULIB_CLOSE GNULIB_CHOWN -HAVE__BOOL -STDBOOL_H -LIB_CLOCK_GETTIME GL_COND_LIBTOOL_FALSE GL_COND_LIBTOOL_TRUE -YFLAGS -YACC RANLIB [...1690 lines suppressed...] -$as_echo "#define GNULIB_TEST_STRERROR 1" >>confdefs.h - - - -ac_fn_c_check_decl "$LINENO" "signgam" "ac_cv_have_decl_signgam" "#include <math.h> +ac_fn_c_check_decl "$LINENO" "getdate_err" "ac_cv_have_decl_getdate_err" "#include <time.h> " -if test "x$ac_cv_have_decl_signgam" = x""yes; then : +if test "x$ac_cv_have_decl_getdate_err" = x""yes; then : ac_have_decl=1 else ac_have_decl=0 fi cat >>confdefs.h <<_ACEOF -#define HAVE_DECL_SIGNGAM $ac_have_decl +#define HAVE_DECL_GETDATE_ERR $ac_have_decl _ACEOF { $as_echo "$as_me:${as_lineno-$LINENO}: checking for lstat" >&5 ------------------------------ Message: 8 Date: Wed, 29 Sep 2010 18:38:55 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/src/glm4 sys_wait_h.m4,1.1,1.2 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/src/glm4 In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11007/src/glm4 Modified Files: sys_wait_h.m4 Log Message: regenerate after removing gnulib getdate Index: sys_wait_h.m4 =================================================================== RCS file: /cvsroot/clisp/clisp/src/glm4/sys_wait_h.m4,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- sys_wait_h.m4 27 Sep 2010 21:39:11 -0000 1.1 +++ sys_wait_h.m4 29 Sep 2010 18:38:53 -0000 1.2 @@ -1,4 +1,4 @@ -# sys_wait_h.m4 serial 4 +# sys_wait_h.m4 serial 5 dnl Copyright (C) 2008-2010 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -10,6 +10,11 @@ dnl <sys/wait.h> is always overridden, because of GNULIB_POSIXCHECK. gl_CHECK_NEXT_HEADERS([sys/wait.h]) + + dnl Check for declarations of anything we want to poison if the + dnl corresponding gnulib module is not in use. + gl_WARN_ON_USE_PREPARE([[#include <sys/wait.h>]], + [waitpid]) ]) AC_DEFUN([gl_SYS_WAIT_MODULE_INDICATOR], @@ -17,9 +22,12 @@ dnl Use AC_REQUIRE here, so that the default settings are expanded once only. AC_REQUIRE([gl_SYS_WAIT_H_DEFAULTS]) gl_MODULE_INDICATOR_SET_VARIABLE([$1]) + dnl Define it also as a C macro, for the benefit of the unit tests. + gl_MODULE_INDICATOR_FOR_TESTS([$1]) ]) AC_DEFUN([gl_SYS_WAIT_H_DEFAULTS], [ + GNULIB_WAITPID=0; AC_SUBST([GNULIB_WAITPID]) dnl Assume proper GNU behavior unless another module says otherwise. ]) ------------------------------ Message: 9 Date: Wed, 29 Sep 2010 18:38:55 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/src aclocal.m4, 1.100, 1.101 config.h.in, 1.45, 1.46 configure, 1.281, 1.282 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/src In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11007/src Modified Files: aclocal.m4 config.h.in configure Log Message: regenerate after removing gnulib getdate Index: aclocal.m4 =================================================================== RCS file: /cvsroot/clisp/clisp/src/aclocal.m4,v retrieving revision 1.100 retrieving revision 1.101 diff -u -d -r1.100 -r1.101 --- aclocal.m4 29 Sep 2010 13:40:09 -0000 1.100 +++ aclocal.m4 29 Sep 2010 18:38:53 -0000 1.101 @@ -1312,117 +1312,6 @@ m4/mbstate_t.m4 ]) -# serial 5 - -# Copyright (C) 2002, 2005, 2009, 2010 Free Software Foundation, Inc. -# This file is free software; the Free Software Foundation -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. - -AC_DEFUN([gl_BISON], -[ - # getdate.y works with bison only. - : ${YACC='bison -y'} -dnl -dnl Declaring YACC & YFLAGS precious will not be necessary after GNULIB -dnl requires an Autoconf greater than 2.59c, but it will probably still be -dnl useful to override the description of YACC in the --help output, re -dnl getdate.y assuming `bison -y'. - AC_ARG_VAR([YACC], -[The `Yet Another C Compiler' implementation to use. Defaults to `bison -y'. -Values other than `bison -y' will most likely break on most systems.])dnl - AC_ARG_VAR([YFLAGS], -[YFLAGS contains the list arguments that will be passed by default to Bison. -This script will default YFLAGS to the empty string to avoid a default value of -`-d' given by some make applications.])dnl -]) - -# clock_time.m4 serial 10 -dnl Copyright (C) 2002-2006, 2009-2010 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -# Check for clock_gettime and clock_settime, and set LIB_CLOCK_GETTIME. -# For a program named, say foo, you should add a line like the following -# in the corresponding Makefile.am file: -# foo_LDADD = $(LDADD) $(LIB_CLOCK_GETTIME) - -AC_DEFUN([gl_CLOCK_TIME], -[ - dnl Persuade glibc and Solaris <time.h> to declare these functions. - AC_REQUIRE([gl_USE_SYSTEM_EXTENSIONS]) - - # Solaris 2.5.1 needs -lposix4 to get the clock_gettime function. - # Solaris 7 prefers the library name -lrt to the obsolescent name -lposix4. - - # Save and restore LIBS so e.g., -lrt, isn't added to it. Otherwise, *all* - # programs in the package would end up linked with that potentially-shared - # library, inducing unnecessary run-time overhead. - LIB_CLOCK_GETTIME= - AC_SUBST([LIB_CLOCK_GETTIME]) - gl_saved_libs=$LIBS - AC_SEARCH_LIBS([clock_gettime], [rt posix4], - [test "$ac_cv_search_clock_gettime" = "none required" || - LIB_CLOCK_GETTIME=$ac_cv_search_clock_gettime]) - AC_CHECK_FUNCS([clock_gettime clock_settime]) - LIBS=$gl_saved_libs -]) - -# getdate.m4 serial 16 -dnl Copyright (C) 2002-2006, 2008-2010 Free Software Foundation, Inc. -dnl This file is free software; the Free Software Foundation -dnl gives unlimited permission to copy and/or distribute it, -dnl with or without modifications, as long as this notice is preserved. - -dnl Define HAVE_COMPOUND_LITERALS if the C compiler supports compound literals -dnl as i... [truncated message content] |
|
From: <cli...@li...> - 2010-09-30 12:05:50
|
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/modules/syscalls/gllib Makefile.am, 1.20, 1.21 Makefile.in, 1.26, 1.27 (Sam Steingold) 2. clisp/src/gllib Makefile.am, 1.35, 1.36 Makefile.in, 1.43, 1.44 sys_wait.in.h, 1.1, 1.2 (Sam Steingold) 3. clisp/modules/syscalls calls.c,1.319,1.320 (Sam Steingold) 4. clisp/modules/syscalls syscalls.xml,1.135,1.136 (Sam Steingold) ---------------------------------------------------------------------- Message: 1 Date: Wed, 29 Sep 2010 18:38:55 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/modules/syscalls/gllib Makefile.am, 1.20, 1.21 Makefile.in, 1.26, 1.27 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/modules/syscalls/gllib In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11007/modules/syscalls/gllib Modified Files: Makefile.am Makefile.in Log Message: regenerate after removing gnulib getdate Index: Makefile.in =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/gllib/Makefile.in,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- Makefile.in 29 Sep 2010 13:40:09 -0000 1.26 +++ Makefile.in 29 Sep 2010 18:38:53 -0000 1.27 @@ -24,7 +24,7 @@ # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. -# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=modules/syscalls/gllib --m4-base=modules/syscalls/glm4 --doc-base=doc --tests-base=tests --aux-dir=src/build-aux --avoid=no-c++ --avoid=stdint --avoid=stdbool --avoid=havelib --avoid=gettext --avoid=localcharset --avoid=uniwidth/width --avoid=streq --avoid=uniname/uniname --avoid=unitypes --avoid=link-follow --avoid=host-cpu-c-abi --avoid=socklen --avoid=sockets --avoid=close-hook --avoid=setenv --avoid=unsetenv --avoid=errno --avoid=nocrash --avoid=libsigsegv --avoid=gnu-make --avoid=gettimeofday --avoid=getpagesize --avoid=sys_time --avoid=sys_wait --avoid=alloca-opt --avoid=alloca --avoid=extensions --avoid=include_next --avoid=verify --avoid=string --avoid=mbsinit --avoid=wchar --avoid=wctype --avoid=mbrtowc --avoid=mbsrtowcs --avoid=memchr --avoid=nl_langinfo --avoid=xalloc-die --no-libtool --macro-prefix=sc_gl --no-vc-files getdate mktime strerror strftime strptime strverscmp uname +# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=modules/syscalls/gllib --m4-base=modules/syscalls/glm4 --doc-base=doc --tests-base=tests --aux-dir=src/build-aux --avoid=no-c++ --avoid=stdint --avoid=stdbool --avoid=havelib --avoid=gettext --avoid=localcharset --avoid=uniwidth/width --avoid=streq --avoid=uniname/uniname --avoid=unitypes --avoid=link-follow --avoid=host-cpu-c-abi --avoid=socklen --avoid=sockets --avoid=close-hook --avoid=setenv --avoid=unsetenv --avoid=errno --avoid=nocrash --avoid=libsigsegv --avoid=gnu-make --avoid=gettimeofday --avoid=getpagesize --avoid=sys_time --avoid=sys_wait --avoid=alloca-opt --avoid=alloca --avoid=extensions --avoid=include_next --avoid=verify --avoid=string --avoid=mbsinit --avoid=wchar --avoid=wctype --avoid=mbrtowc --avoid=mbsrtowcs --avoid=memchr --avoid=nl_langinfo --avoid=xalloc-die --no-libtool --macro-prefix=sc_gl --no-vc-files mktime strerror strftime strptime strverscmp uname @@ -49,7 +49,7 @@ host_triplet = @host@ subdir = gllib DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in getdate.c + $(srcdir)/Makefile.in ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.in am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ @@ -63,7 +63,7 @@ ARFLAGS = cru libgnu_a_AR = $(AR) $(ARFLAGS) am__DEPENDENCIES_1 = -am_libgnu_a_OBJECTS = c-ctype.$(OBJEXT) getdate.$(OBJEXT) +am_libgnu_a_OBJECTS = dummy.$(OBJEXT) libgnu_a_OBJECTS = $(am_libgnu_a_OBJECTS) LTLIBRARIES = $(noinst_LTLIBRARIES) DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) @@ -74,8 +74,6 @@ $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) CCLD = $(CC) LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ -YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS) -YLWRAP = $(CLISP_LIBDIR)/build-aux/ylwrap SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) DIST_SOURCES = $(libgnu_a_SOURCES) $(EXTRA_libgnu_a_SOURCES) RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ @@ -344,7 +342,6 @@ HAVE_WCSRTOMBS = @HAVE_WCSRTOMBS@ HAVE_WINSOCK2_H = @HAVE_WINSOCK2_H@ HAVE_WS2TCPIP_H = @HAVE_WS2TCPIP_H@ -HAVE__BOOL = @HAVE__BOOL@ INCLUDE_NEXT = @INCLUDE_NEXT@ INCLUDE_NEXT_AS_FIRST_DIRECTIVE = @INCLUDE_NEXT_AS_FIRST_DIRECTIVE@ INSTALL = @INSTALL@ @@ -357,7 +354,6 @@ LIBGNU_LTLIBDEPS = @LIBGNU_LTLIBDEPS@ LIBOBJS = @LIBOBJS@ LIBS = @LIBS@ -LIB_CLOCK_GETTIME = @LIB_CLOCK_GETTIME@ LN = @LN@ LN_S = @LN_S@ LOCALE_FR_UTF8 = @LOCALE_FR_UTF8@ @@ -446,7 +442,6 @@ REPLACE_WRITE = @REPLACE_WRITE@ SET_MAKE = @SET_MAKE@ SHELL = @SHELL@ -STDBOOL_H = @STDBOOL_H@ STDDEF_H = @STDDEF_H@ STRIP = @STRIP@ SYS_TIME_H_DEFINES_STRUCT_TIMESPEC = @SYS_TIME_H_DEFINES_STRUCT_TIMESPEC@ @@ -455,8 +450,6 @@ UNISTD_H_HAVE_WINSOCK2_H = @UNISTD_H_HAVE_WINSOCK2_H@ UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS = @UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS@ VERSION = @VERSION@ -YACC = @YACC@ -YFLAGS = @YFLAGS@ abs_builddir = @abs_builddir@ abs_srcdir = @abs_srcdir@ abs_top_builddir = @abs_top_builddir@ @@ -519,13 +512,12 @@ noinst_LIBRARIES = libgnu.a noinst_LTLIBRARIES = EXTRA_DIST = alignof.h $(CLISP_LIBDIR)/build-aux/arg-nonnull.h \ - $(CLISP_LIBDIR)/build-aux/c++defs.h getdate.c getdate.h \ - gethostname.c w32sock.h gettime.c intprops.h mbrlen.c \ - mktime-internal.h mktime.c stddef.in.h strcasecmp.c \ - strncasecmp.c strerror.c strftime.c strftime.h strings.in.h \ - strptime.c strverscmp.c sys_socket.in.h sys_utsname.in.h \ - time.in.h time_r.c timespec.h uname.c unistd.in.h \ - $(CLISP_LIBDIR)/build-aux/warn-on-use.h xalloc.h xmalloc.c + $(CLISP_LIBDIR)/build-aux/c++defs.h gethostname.c w32sock.h \ + intprops.h mbrlen.c mktime-internal.h mktime.c stddef.in.h \ + strcasecmp.c strncasecmp.c strerror.c strftime.c strftime.h \ + strings.in.h strptime.c strverscmp.c sys_socket.in.h \ + sys_utsname.in.h time.in.h time_r.c uname.c unistd.in.h \ + $(CLISP_LIBDIR)/build-aux/warn-on-use.h # The BUILT_SOURCES created by this Makefile snippet are not used via #include # statements but through direct file reference. Therefore this snippet must be @@ -536,27 +528,26 @@ # statements but through direct file reference. Therefore this snippet must be # present in all Makefile.am that need it. This is ensured by the applicability # 'all' defined above. -BUILT_SOURCES = arg-nonnull.h c++defs.h getdate.c $(STDDEF_H) \ - strings.h sys/socket.h sys/utsname.h time.h unistd.h \ - warn-on-use.h +BUILT_SOURCES = arg-nonnull.h c++defs.h $(STDDEF_H) strings.h \ + sys/socket.h sys/utsname.h time.h unistd.h warn-on-use.h SUFFIXES = MOSTLYCLEANFILES = core *.stackdump arg-nonnull.h arg-nonnull.h-t \ - c++defs.h c++defs.h-t getdate.c-t stddef.h stddef.h-t \ - strings.h strings.h-t sys/socket.h sys/socket.h-t \ - sys/utsname.h sys/utsname.h-t time.h time.h-t unistd.h \ - unistd.h-t warn-on-use.h warn-on-use.h-t + c++defs.h c++defs.h-t stddef.h stddef.h-t strings.h \ + strings.h-t sys/socket.h sys/socket.h-t sys/utsname.h \ + sys/utsname.h-t time.h time.h-t unistd.h unistd.h-t \ + warn-on-use.h warn-on-use.h-t MOSTLYCLEANDIRS = sys sys CLEANFILES = DISTCLEANFILES = -MAINTAINERCLEANFILES = getdate.c +MAINTAINERCLEANFILES = AM_CPPFLAGS = AM_CFLAGS = -libgnu_a_SOURCES = c-ctype.h c-ctype.c getdate.y +libgnu_a_SOURCES = dummy.c libgnu_a_LIBADD = $(sc_gl_LIBOBJS) libgnu_a_DEPENDENCIES = $(sc_gl_LIBOBJS) -EXTRA_libgnu_a_SOURCES = gethostname.c gettime.c mbrlen.c mktime.c \ - strcasecmp.c strncasecmp.c strerror.c strftime.c strptime.c \ - strverscmp.c time_r.c uname.c xmalloc.c +EXTRA_libgnu_a_SOURCES = gethostname.c mbrlen.c mktime.c strcasecmp.c \ + strncasecmp.c strerror.c strftime.c strptime.c strverscmp.c \ + time_r.c uname.c ARG_NONNULL_H = arg-nonnull.h CXXDEFS_H = c++defs.h WARN_ON_USE_H = warn-on-use.h @@ -564,7 +555,7 @@ $(MAKE) $(AM_MAKEFLAGS) all-recursive .SUFFIXES: -.SUFFIXES: .c .o .obj .y +.SUFFIXES: .c .o .obj $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) @for dep in $?; do \ case '$(am__configure_deps)' in \ @@ -618,10 +609,8 @@ distclean-compile: -rm -f *.tab.c -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/c-ctype.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getdate.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dummy.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gethostname.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gettime.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mbrlen.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mktime.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strcasecmp.Po@am__quote@ @@ -632,7 +621,6 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strverscmp.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/time_r.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/uname.Po@am__quote@ -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc.Po@am__quote@ .c.o: @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< @@ -648,9 +636,6 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` -.y.c: - $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE) - # This directory's subdirectories are mostly independent; you can cd # into them and run `make' without going through this Makefile. # To change the values of `make' variables: instead of editing Makefiles, @@ -879,7 +864,6 @@ maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." - -rm -f getdate.c -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) clean: clean-recursive @@ -991,18 +975,6 @@ > $@-t && \ mv $@-t $@ -# This rule overrides the Automake generated .y.c rule, to ensure that the -# getdate.c file gets generated in the source directory, not in the build -# directory. -getdate.c: getdate.y - $(AM_V_GEN)$(SHELL) $(YLWRAP) $(srcdir)/getdate.y \ - y.tab.c getdate.c \ - y.tab.h getdate.h \ - y.output getdate.output \ - -- $(YACC) $(YFLAGS) $(AM_YFLAGS) && \ - mv getdate.c getdate.c-t && \ - mv getdate.c-t $(srcdir)/getdate.c - # We need the following in order to create <stddef.h> when the system # doesn't have one that works with the given compiler. stddef.h: stddef.in.h Index: Makefile.am =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/gllib/Makefile.am,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- Makefile.am 29 Sep 2010 13:24:14 -0000 1.20 +++ Makefile.am 29 Sep 2010 18:38:53 -0000 1.21 @@ -9,7 +9,7 @@ # the same distribution terms as the rest of that program. # # Generated by gnulib-tool. -# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=modules/syscalls/gllib --m4-base=modules/syscalls/glm4 --doc-base=doc --tests-base=tests --aux-dir=src/build-aux --avoid=no-c++ --avoid=stdint --avoid=stdbool --avoid=havelib --avoid=gettext --avoid=localcharset --avoid=uniwidth/width --avoid=streq --avoid=uniname/uniname --avoid=unitypes --avoid=link-follow --avoid=host-cpu-c-abi --avoid=socklen --avoid=sockets --avoid=close-hook --avoid=setenv --avoid=unsetenv --avoid=errno --avoid=nocrash --avoid=libsigsegv --avoid=gnu-make --avoid=gettimeofday --avoid=getpagesize --avoid=sys_time --avoid=sys_wait --avoid=alloca-opt --avoid=alloca --avoid=extensions --avoid=include_next --avoid=verify --avoid=string --avoid=mbsinit --avoid=wchar --avoid=wctype --avoid=mbrtowc --avoid=mbsrtowcs --avoid=memchr --avoid=nl_langinfo --avoid=xalloc-die --no-libtool --macro-prefix=sc_gl --no-vc-files getdate mktime strerror strftime strptime strverscmp uname +# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=modules/syscalls/gllib --m4-base=modules/syscalls/glm4 --doc-base=doc --tests-base=tests --aux-dir=src/build-aux --avoid=no-c++ --avoid=stdint --avoid=stdbool --avoid=havelib --avoid=gettext --avoid=localcharset --avoid=uniwidth/width --avoid=streq --avoid=uniname/uniname --avoid=unitypes --avoid=link-follow --avoid=host-cpu-c-abi --avoid=socklen --avoid=sockets --avoid=close-hook --avoid=setenv --avoid=unsetenv --avoid=errno --avoid=nocrash --avoid=libsigsegv --avoid=gnu-make --avoid=gettimeofday --avoid=getpagesize --avoid=sys_time --avoid=sys_wait --avoid=alloca-opt --avoid=alloca --avoid=extensions --avoid=include_next --avoid=verify --avoid=string --avoid=mbsinit --avoid=wchar --avoid=wctype --avoid=mbrtowc --avoid=mbsrtowcs --avoid=memchr --avoid=nl_langinfo --avoid=xalloc-die --no-libtool --macro-prefix=sc_gl --no-vc-files mktime strerror strftime strptime strverscmp uname AUTOMAKE_OPTIONS = 1.5 gnits @@ -91,35 +91,6 @@ ## end gnulib module c++defs -## begin gnulib module c-ctype - -libgnu_a_SOURCES += c-ctype.h c-ctype.c - -## end gnulib module c-ctype - -## begin gnulib module getdate - -# This rule overrides the Automake generated .y.c rule, to ensure that the -# getdate.c file gets generated in the source directory, not in the build -# directory. -getdate.c: getdate.y - $(AM_V_GEN)$(SHELL) $(YLWRAP) $(srcdir)/getdate.y \ - y.tab.c getdate.c \ - y.tab.h getdate.h \ - y.output getdate.output \ - -- $(YACC) $(YFLAGS) $(AM_YFLAGS) && \ - mv getdate.c getdate.c-t && \ - mv getdate.c-t $(srcdir)/getdate.c -libgnu_a_SOURCES += getdate.y -BUILT_SOURCES += getdate.c -MOSTLYCLEANFILES += getdate.c-t -MAINTAINERCLEANFILES += getdate.c -EXTRA_DIST += getdate.c - -EXTRA_DIST += getdate.h - -## end gnulib module getdate - ## begin gnulib module gethostname @@ -129,15 +100,6 @@ ## end gnulib module gethostname -## begin gnulib module gettime - - -EXTRA_DIST += gettime.c - -EXTRA_libgnu_a_SOURCES += gettime.c - -## end gnulib module gettime - ## begin gnulib module intprops @@ -382,13 +344,6 @@ ## end gnulib module time_r -## begin gnulib module timespec - - -EXTRA_DIST += timespec.h - -## end gnulib module timespec - ## begin gnulib module uname @@ -542,14 +497,11 @@ ## end gnulib module warn-on-use -## begin gnulib module xalloc - - -EXTRA_DIST += xalloc.h xmalloc.c +## begin gnulib module dummy -EXTRA_libgnu_a_SOURCES += xmalloc.c +libgnu_a_SOURCES += dummy.c -## end gnulib module xalloc +## end gnulib module dummy mostlyclean-local: mostlyclean-generic ------------------------------ Message: 2 Date: Wed, 29 Sep 2010 18:38:55 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/src/gllib Makefile.am, 1.35, 1.36 Makefile.in, 1.43, 1.44 sys_wait.in.h, 1.1, 1.2 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/src/gllib In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv11007/src/gllib Modified Files: Makefile.am Makefile.in sys_wait.in.h Log Message: regenerate after removing gnulib getdate Index: Makefile.in =================================================================== RCS file: /cvsroot/clisp/clisp/src/gllib/Makefile.in,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- Makefile.in 28 Sep 2010 19:41:02 -0000 1.43 +++ Makefile.in 29 Sep 2010 18:38:53 -0000 1.44 @@ -304,6 +304,7 @@ GNULIB_UNLOCKPT = @GNULIB_UNLOCKPT@ GNULIB_UNSETENV = @GNULIB_UNSETENV@ GNULIB_USLEEP = @GNULIB_USLEEP@ +GNULIB_WAITPID = @GNULIB_WAITPID@ GNULIB_WCRTOMB = @GNULIB_WCRTOMB@ GNULIB_WCSNRTOMBS = @GNULIB_WCSNRTOMBS@ GNULIB_WCSRTOMBS = @GNULIB_WCSRTOMBS@ @@ -1660,13 +1661,16 @@ # We need the following in order to create <sys/wait.h> when the system # has one that is incomplete. -sys/wait.h: sys_wait.in.h +sys/wait.h: sys_wait.in.h $(CXXDEFS_H) $(WARN_ON_USE_H) $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_SYS_WAIT_H''@|$(NEXT_SYS_WAIT_H)|g' \ + -e 's|@''GNULIB_WAITPID''@|$(GNULIB_WAITPID)|g' \ + -e '/definitions of _gl_GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ + -e '/definition of _gl_GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/sys_wait.in.h; \ } > $@-t && \ mv $@-t $@ Index: Makefile.am =================================================================== RCS file: /cvsroot/clisp/clisp/src/gllib/Makefile.am,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- Makefile.am 28 Sep 2010 18:43:30 -0000 1.35 +++ Makefile.am 29 Sep 2010 18:38:53 -0000 1.36 @@ -804,13 +804,16 @@ # We need the following in order to create <sys/wait.h> when the system # has one that is incomplete. -sys/wait.h: sys_wait.in.h +sys/wait.h: sys_wait.in.h $(CXXDEFS_H) $(WARN_ON_USE_H) $(AM_V_at)$(MKDIR_P) sys $(AM_V_GEN)rm -f $@-t $@ && \ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's|@''INCLUDE_NEXT''@|$(INCLUDE_NEXT)|g' \ -e 's|@''PRAGMA_SYSTEM_HEADER''@|@PRAGMA_SYSTEM_HEADER@|g' \ -e 's|@''NEXT_SYS_WAIT_H''@|$(NEXT_SYS_WAIT_H)|g' \ + -e 's|@''GNULIB_WAITPID''@|$(GNULIB_WAITPID)|g' \ + -e '/definitions of _GL_FUNCDECL_RPL/r $(CXXDEFS_H)' \ + -e '/definition of _GL_WARN_ON_USE/r $(WARN_ON_USE_H)' \ < $(srcdir)/sys_wait.in.h; \ } > $@-t && \ mv $@-t $@ Index: sys_wait.in.h =================================================================== RCS file: /cvsroot/clisp/clisp/src/gllib/sys_wait.in.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- sys_wait.in.h 27 Sep 2010 21:39:10 -0000 1.1 +++ sys_wait.in.h 29 Sep 2010 18:38:53 -0000 1.2 @@ -30,6 +30,15 @@ #ifndef _gl_GL_SYS_WAIT_H #define _gl_GL_SYS_WAIT_H +/* Get pid_t. */ +#include <sys/types.h> + + +/* The definitions of _gl_GL_FUNCDECL_RPL etc. are copied here. */ + +/* The definition of _gl_GL_WARN_ON_USE is copied here. */ + + #if !((defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__) /* Unix API. */ @@ -71,24 +80,11 @@ # define WCOREDUMP(x) ((x) & 0x80) # endif -# ifdef __cplusplus -extern "C" { -# endif - -/* Declarations of functions. */ - -# ifdef __cplusplus -} -# endif - #else /* Native Windows API. */ -# include <process.h> /* for _cwait, WAIT_CHILD */ # include <signal.h> /* for SIGTERM */ -# define waitpid(pid,statusp,options) _cwait (statusp, pid, WAIT_CHILD) - /* The following macros apply to an argument x, that is a status of a process, as returned by waitpid() or, equivalently, _cwait() or GetExitCodeProcess(). This value is simply an 'int', not composed of bit fields. */ @@ -111,5 +107,29 @@ #endif +#ifdef __cplusplus +extern "C" { +#endif + +/* Declarations of functions. */ + +#if @GNULIB_WAITPID@ +# if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ +_gl_GL_FUNCDECL_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options)); +# endif +_gl_GL_CXXALIAS_SYS (waitpid, pid_t, (pid_t pid, int *statusp, int options)); +_gl_GL_CXXALIASWARN (waitpid); +#elif defined GNULIB_POSIXCHECK +# undef waitpid +# if HAVE_RAW_DECL_WAITPID +_gl_GL_WARN_ON_USE (waitpid, "waitpid is unportable - " + "use gnulib module sys_wait for portability"); +# endif +#endif + +#ifdef __cplusplus +} +#endif + #endif /* _gl_GL_SYS_WAIT_H */ #endif /* _gl_GL_SYS_WAIT_H */ ------------------------------ Message: 3 Date: Wed, 29 Sep 2010 19:30:00 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/modules/syscalls calls.c,1.319,1.320 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/modules/syscalls In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv20144 Modified Files: calls.c Log Message: module__syscalls__init_function_2: fix setenv invocation and lib_dir use Index: calls.c =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/calls.c,v retrieving revision 1.319 retrieving revision 1.320 diff -u -d -r1.319 -r1.320 --- calls.c 29 Sep 2010 18:31:09 -0000 1.319 +++ calls.c 29 Sep 2010 19:29:58 -0000 1.320 @@ -5837,13 +5837,13 @@ #endif /* if DATEMSK is not set, set it to the clisp-supplied value */ if (NULL == getenv("DATEMSK")) { - with_string_0(GLO(lib_dir), GLO(pathname_encoding), ldz, { + with_string_0(physical_namestring(GLO(lib_dir)),GLO(pathname_encoding),ldz,{ char datemsk[MAXPATHLEN]; strcpy(datemsk,ldz); if (ldz[ldz_len-1] == '/') strcat(datemsk,"syscalls/datemsk"); else strcat(datemsk,"/syscalls/datemsk"); - setenv("DATEMSK",datemsk); + setenv("DATEMSK",datemsk,0); }); } } ------------------------------ Message: 4 Date: Wed, 29 Sep 2010 19:50:57 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/modules/syscalls syscalls.xml,1.135,1.136 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/modules/syscalls In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv25394 Modified Files: syscalls.xml Log Message: document setting DATEMSK Index: syscalls.xml =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/syscalls.xml,v retrieving revision 1.135 retrieving revision 1.136 diff -u -d -r1.135 -r1.136 --- syscalls.xml 29 Sep 2010 13:24:14 -0000 1.135 +++ syscalls.xml 29 Sep 2010 19:50:55 -0000 1.136 @@ -834,8 +834,11 @@ <varlistentry id="getdate"><term><code>(OS:GETDATE &string-r; &optional-amp; timezone)</code></term> <listitem><simpara>Parse the &string-r; into a universal time using - <function role="unix">getdate</function>.</simpara></listitem></varlistentry> -</variablelist></section> + <function role="unix">getdate</function>.</simpara> + <simpara>If the the &env-var; <envar>DATEMSK</envar> is not set when + &clisp; is invoked, &clisp; sets it to point to the file + <code>(&merge-pathnames; "syscalls/datemsk" &libdir;)</code>. +</simpara></listitem></varlistentry></variablelist></section> <section id="strverscmp"><title>String comparision</title> <para>Functions <simplelist columns="1"> ------------------------------ ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev ------------------------------ _______________________________________________ clisp-cvs mailing list cli...@li... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 53, Issue 36 ***************************************** |