Send clisp-cvs mailing list submissions to
clisp-cvs@...
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
clisp-cvs-request@...
You can reach the person managing the list at
clisp-cvs-owner@...
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 calls.c,1.254,1.255
configure.in,1.75,1.76 (Sam Steingold)
2. clisp/src ChangeLog,1.6505,1.6506 (Sam Steingold)
3. clisp/modules/syscalls config.h.in,1.63,1.64
configure,1.76,1.77 (Sam Steingold)
4. clisp/src _clisp.c,1.42,1.43 (Sam Steingold)
----------------------------------------------------------------------
Message: 1
Date: Tue, 16 Sep 2008 14:04:07 +0000
From: Sam Steingold <sds@...>
Subject: clisp/modules/syscalls calls.c,1.254,1.255
configure.in,1.75,1.76
To: clisp-cvs@...
Message-ID: <E1KfbA0-00041l-AT@...>
Update of /cvsroot/clisp/clisp/modules/syscalls
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4307/modules/syscalls
Modified Files:
calls.c configure.in
Log Message:
<sys/param.h> might not be present on woe32 - check for it
Index: calls.c
===================================================================
RCS file: /cvsroot/clisp/clisp/modules/syscalls/calls.c,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -d -r1.254 -r1.255
--- calls.c 16 Sep 2008 14:00:26 -0000 1.254
+++ calls.c 16 Sep 2008 14:04:05 -0000 1.255
@@ -77,7 +77,9 @@
#if defined(HAVE_FCNTL_H)
# include <fcntl.h>
#endif
-#include <sys/param.h>
+#if defined(HAVE_SYS_PARAM_H) /* might not be present on woe32 */
+# include <sys/param.h>
+#endif
#if defined(WIN32_NATIVE) || defined(UNIX_CYGWIN32)
#include <initguid.h>
Index: configure.in
===================================================================
RCS file: /cvsroot/clisp/clisp/modules/syscalls/configure.in,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- configure.in 16 Sep 2008 13:58:47 -0000 1.75
+++ configure.in 16 Sep 2008 14:04:05 -0000 1.76
@@ -15,7 +15,7 @@
AC_CHECK_HEADERS(errno.h fcntl.h netdb.h sys/resource.h utime.h wchar.h dnl
pwd.h sys/time.h sys/unistd.h time.h unistd.h syslog.h signal.h dnl
grp.h crypt.h utmpx.h stdlib.h shlobj.h netinet/in.h arpa/inet.h dnl
-sys/statvfs.h sys/statfs.h sys/utsname.h)
+sys/statvfs.h sys/statfs.h sys/utsname.h sys/param.h)
if test "$ac_cv_header_shlobj_h" = yes ; then
LIBS=${LIBS}' -luser32 -lole32 -loleaut32 -luuid';
fi
------------------------------
Message: 2
Date: Tue, 16 Sep 2008 14:04:09 +0000
From: Sam Steingold <sds@...>
Subject: clisp/src ChangeLog,1.6505,1.6506
To: clisp-cvs@...
Message-ID: <E1KfbA2-00042C-Jf@...>
Update of /cvsroot/clisp/clisp/src
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv4307/src
Modified Files:
ChangeLog
Log Message:
<sys/param.h> might not be present on woe32 - check for it
Index: ChangeLog
===================================================================
RCS file: /cvsroot/clisp/clisp/src/ChangeLog,v
retrieving revision 1.6505
retrieving revision 1.6506
diff -u -d -r1.6505 -r1.6506
--- ChangeLog 16 Sep 2008 14:01:50 -0000 1.6505
+++ ChangeLog 16 Sep 2008 14:04:05 -0000 1.6506
@@ -3,6 +3,7 @@
* modules/syscalls/calls.c: include <sys/param.h>
(MAXHOSTNAMELEN): fall back to 256 (not 64)
(MAXPATHLEN): fall back to 4096 (not 1024)
+ * modules/syscalls/configure.in: check for <sys/param.h> (for woe32)
* unix.d: include <sys/param.h> just once
(MAXHOSTNAMELEN): fall back to 256 (not 64)
------------------------------
Message: 3
Date: Tue, 16 Sep 2008 14:14:19 +0000
From: Sam Steingold <sds@...>
Subject: clisp/modules/syscalls config.h.in,1.63,1.64
configure,1.76,1.77
To: clisp-cvs@...
Message-ID: <E1KfbJs-0006F5-9S@...>
Update of /cvsroot/clisp/clisp/modules/syscalls
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv8826/modules/syscalls
Modified Files:
config.h.in configure
Log Message:
regenerated
Index: config.h.in
===================================================================
RCS file: /cvsroot/clisp/clisp/modules/syscalls/config.h.in,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- config.h.in 15 Sep 2008 22:51:00 -0000 1.63
+++ config.h.in 16 Sep 2008 14:14:17 -0000 1.64
@@ -366,6 +366,9 @@
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
+/* Define to 1 if you have the <sys/param.h> header file. */
+#undef HAVE_SYS_PARAM_H
+
/* Define to 1 if you have the <sys/resource.h> header file. */
#undef HAVE_SYS_RESOURCE_H
Index: configure
===================================================================
RCS file: /cvsroot/clisp/clisp/modules/syscalls/configure,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- configure 15 Sep 2008 22:51:01 -0000 1.76
+++ configure 16 Sep 2008 14:14:17 -0000 1.77
@@ -3784,7 +3784,10 @@
-for ac_header in errno.h fcntl.h netdb.h sys/resource.h utime.h wchar.h pwd.h sys/time.h sys/unistd.h time.h unistd.h syslog.h signal.h grp.h crypt.h utmpx.h stdlib.h shlobj.h netinet/in.h arpa/inet.h sys/utsname.h
+
+
+
+for ac_header in errno.h fcntl.h netdb.h sys/resource.h utime.h wchar.h pwd.h sys/time.h sys/unistd.h time.h unistd.h syslog.h signal.h grp.h crypt.h utmpx.h stdlib.h shlobj.h netinet/in.h arpa/inet.h sys/statvfs.h sys/statfs.h sys/utsname.h sys/param.h
do
as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
@@ -8298,157 +8301,6 @@
-
-
-for ac_header in sys/statvfs.h sys/statfs.h
-do
-as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
- { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
- $as_echo_n "(cached) " >&6
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
- $as_echo "$as_val"'`
- { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-else
- # Is the header compilable?
-{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
-$as_echo_n "checking $ac_header usability... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-$ac_includes_default
-#include <$ac_header>
-_ACEOF
-rm -f conftest.$ac_objext
-if { (ac_try="$ac_compile"
-case "(($ac_try" in
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
- *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
- (eval "$ac_compile") 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } && {
- test -z "$ac_c_werror_flag" ||
- test ! -s conftest.err
- } && test -s conftest.$ac_objext; then
- ac_header_compiler=yes
-else
- $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
- ac_header_compiler=no
-fi
-
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
-$as_echo "$ac_header_compiler" >&6; }
-
-# Is the header present?
-{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
-$as_echo_n "checking $ac_header presence... " >&6; }
-cat >conftest.$ac_ext <<_ACEOF
-/* confdefs.h. */
-_ACEOF
-cat confdefs.h >>conftest.$ac_ext
-cat >>conftest.$ac_ext <<_ACEOF
-/* end confdefs.h. */
-#include <$ac_header>
-_ACEOF
-if { (ac_try="$ac_cpp conftest.$ac_ext"
-case "(($ac_try" in
- *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
- *) ac_try_echo=$ac_try;;
-esac
-eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
-$as_echo "$ac_try_echo") >&5
- (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
- ac_status=$?
- grep -v '^ *+' conftest.er1 >conftest.err
- rm -f conftest.er1
- cat conftest.err >&5
- $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
- (exit $ac_status); } >/dev/null && {
- test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
- test ! -s conftest.err
- }; then
- ac_header_preproc=yes
-else
- $as_echo "$as_me: failed program was:" >&5
-sed 's/^/| /' conftest.$ac_ext >&5
-
- ac_header_preproc=no
-fi
-
-rm -f conftest.err conftest.$ac_ext
-{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
-$as_echo "$ac_header_preproc" >&6; }
-
-# So? What about this header?
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
- yes:no: )
- { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
-$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
- { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
- ac_header_preproc=yes
- ;;
- no:yes:* )
- { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
-$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
- { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
-$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
- { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
-$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
- { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
-$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
- { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
-$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
- { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
-$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
- ( cat <<\_ASBOX
-## ------------------------- ##
-## Report this to clisp-list ##
-## ------------------------- ##
-_ASBOX
- ) | sed "s/^/$as_me: WARNING: /" >&2
- ;;
-esac
-{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
-$as_echo_n "checking for $ac_header... " >&6; }
-if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
- $as_echo_n "(cached) " >&6
-else
- eval "$as_ac_Header=\$ac_header_preproc"
-fi
-ac_res=`eval 'as_val=${'$as_ac_Header'}
- $as_echo "$as_val"'`
- { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
-$as_echo "$ac_res" >&6; }
-
-fi
-if test `eval 'as_val=${'$as_ac_Header'}
- $as_echo "$as_val"'` = yes; then
- cat >>confdefs.h <<_ACEOF
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
-_ACEOF
-
-fi
-
-done
-
if test "$ac_cv_header_sys_statvfs_h" = "yes"; then
{ $as_echo "$as_me:$LINENO: checking whether f_fsid is scalar" >&5
$as_echo_n "checking whether f_fsid is scalar... " >&6; }
------------------------------
Message: 4
Date: Tue, 16 Sep 2008 14:34:37 +0000
From: Sam Steingold <sds@...>
Subject: clisp/src _clisp.c,1.42,1.43
To: clisp-cvs@...
Message-ID: <E1KfbdW-0002NB-8Q@...>
Update of /cvsroot/clisp/clisp/src
In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv17582/src
Modified Files:
_clisp.c
Log Message:
terminate error message with a newline
Index: _clisp.c
===================================================================
RCS file: /cvsroot/clisp/clisp/src/_clisp.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- _clisp.c 7 Jul 2008 15:59:51 -0000 1.42
+++ _clisp.c 16 Sep 2008 14:34:35 -0000 1.43
@@ -99,7 +99,7 @@
# if ENABLE_RELOCATABLE
/* Put this executable's absolute path into executable_name. */
if (find_executable(program_name) < 0) {
- fprintf(stderr,"%s: cannot figure out the absolute executable path",
+ fprintf(stderr,"%s: cannot figure out the absolute executable path\n",
program_name);
return 1;
}
------------------------------
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
------------------------------
_______________________________________________
clisp-cvs mailing list
clisp-cvs@...
https://lists.sourceforge.net/lists/listinfo/clisp-cvs
End of clisp-cvs Digest, Vol 29, Issue 17
*****************************************
|