|
From: <cli...@li...> - 2010-12-15 01:02: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/modules/berkeley-db bdb.c,1.136,1.137 (Sam Steingold) 2. clisp/src ChangeLog,1.7571,1.7572 (Sam Steingold) 3. clisp/modules/syscalls calls.c,1.322,1.323 (Sam Steingold) 4. clisp/src ChangeLog,1.7572,1.7573 (Sam Steingold) ---------------------------------------------------------------------- Message: 1 Date: Thu, 28 Oct 2010 20:36:04 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/modules/berkeley-db bdb.c,1.136,1.137 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/modules/berkeley-db In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23505/modules/berkeley-db Modified Files: bdb.c Log Message: * modules/berkeley-db/bdb.c (time_stamp): make "prefix" const to avoid warning: deprecated conversion from string constant to 'char*' Index: bdb.c =================================================================== RCS file: /cvsroot/clisp/clisp/modules/berkeley-db/bdb.c,v retrieving revision 1.136 retrieving revision 1.137 diff -u -d -r1.136 -r1.137 --- bdb.c 24 May 2010 02:15:30 -0000 1.136 +++ bdb.c 28 Oct 2010 20:36:01 -0000 1.137 @@ -397,7 +397,7 @@ wrap_finalize(dbe,NIL,`BDB::MKDBE`,``BDB::DBE-CLOSE``); } -static void time_stamp (FILE* out, char* prefix) { +static void time_stamp (FILE* out, const char* prefix) { fputs(prefix,out); #if defined(HAVE_GETTIMEOFDAY) && defined(HAVE_LOCALTIME) && defined(HAVE_STRFTIME) { char str[80]; struct timeval tv; gettimeofday(&tv,NULL); ------------------------------ Message: 2 Date: Thu, 28 Oct 2010 20:36:04 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/src ChangeLog,1.7571,1.7572 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/src In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23505/src Modified Files: ChangeLog Log Message: * modules/berkeley-db/bdb.c (time_stamp): make "prefix" const to avoid warning: deprecated conversion from string constant to 'char*' Index: ChangeLog =================================================================== RCS file: /cvsroot/clisp/clisp/src/ChangeLog,v retrieving revision 1.7571 retrieving revision 1.7572 diff -u -d -r1.7571 -r1.7572 --- ChangeLog 27 Oct 2010 23:56:00 -0000 1.7571 +++ ChangeLog 28 Oct 2010 20:36:02 -0000 1.7572 @@ -1,3 +1,8 @@ +2010-10-28 Sam Steingold <sd...@gn...> + + * modules/berkeley-db/bdb.c (time_stamp): make "prefix" const to avoid + warning: deprecated conversion from string constant to 'char*' + 2010-10-27 Bruno Haible <br...@cl...> * clhs.lisp (*browsers*): Add :firefox-window and :firefox-tab. ------------------------------ Message: 3 Date: Thu, 28 Oct 2010 20:36:52 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/modules/syscalls calls.c,1.322,1.323 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-serv23680/modules/syscalls Modified Files: calls.c Log Message: * modules/syscalls/calls.c (POSIX:FILE-TREE-WALK): add a cast to fix g++ compilation Index: calls.c =================================================================== RCS file: /cvsroot/clisp/clisp/modules/syscalls/calls.c,v retrieving revision 1.322 retrieving revision 1.323 diff -u -d -r1.322 -r1.323 --- calls.c 20 Oct 2010 18:41:12 -0000 1.322 +++ calls.c 28 Oct 2010 20:36:50 -0000 1.323 @@ -2294,7 +2294,7 @@ ret = nftw(path,nftw_fn,fd_limit,flags); end_blocking_system_call(); }); - VALUES1(ret ? STACK_1 : NIL); skipSTACK(2); + VALUES1(ret ? (object)STACK_1 : NIL); skipSTACK(2); } #endif /* HAVE_NFTW */ ------------------------------ Message: 4 Date: Thu, 28 Oct 2010 20:36:52 +0000 From: Sam Steingold <sd...@us...> Subject: clisp/src ChangeLog,1.7572,1.7573 To: cli...@li... Message-ID: <E1P...@sf...> Update of /cvsroot/clisp/clisp/src In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv23680/src Modified Files: ChangeLog Log Message: * modules/syscalls/calls.c (POSIX:FILE-TREE-WALK): add a cast to fix g++ compilation Index: ChangeLog =================================================================== RCS file: /cvsroot/clisp/clisp/src/ChangeLog,v retrieving revision 1.7572 retrieving revision 1.7573 diff -u -d -r1.7572 -r1.7573 --- ChangeLog 28 Oct 2010 20:36:02 -0000 1.7572 +++ ChangeLog 28 Oct 2010 20:36:50 -0000 1.7573 @@ -2,6 +2,8 @@ * modules/berkeley-db/bdb.c (time_stamp): make "prefix" const to avoid warning: deprecated conversion from string constant to 'char*' + * modules/syscalls/calls.c (POSIX:FILE-TREE-WALK): add a cast to + fix g++ compilation 2010-10-27 Bruno Haible <br...@cl...> ------------------------------ ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev ------------------------------ _______________________________________________ clisp-cvs mailing list cli...@li... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 54, Issue 20 ***************************************** |