From: <cli...@li...> - 2011-08-09 12:05:18
|
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: * src/configure.in: check for <winternl.h> and <ntstatus.h> (cli...@li...) 2. clisp: Rename errno_t to os_error_code_t to avoid a conflict wit... (cli...@li...) 3. clisp: * src/spvw_mmap.d (munmap, mprotect) [HAVE_MACH_VM|HAVE_W... (cli...@li...) 4. clisp: regenerate for <ntstatus.h> & <winternl.h> (cli...@li...) 5. clisp: oops (cli...@li...) ---------------------------------------------------------------------- Message: 1 Date: Mon, 08 Aug 2011 19:50:46 +0000 From: cli...@li... Subject: clisp: * src/configure.in: check for <winternl.h> and <ntstatus.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/ed5c9069c0c4 changeset: 15514:ed5c9069c0c4788e2674feecb9582fc97241a2b7 user: Sam Steingold <sd...@po...> date: 2011-08-08 15:32:56 -0400 description: * src/configure.in: check for <winternl.h> and <ntstatus.h> * src/win32.d: include them only when detected (yes on cygwin/mingw, not on msys/mingw) diffstat: src/ChangeLog | 6 ++++++ src/configure.in | 1 + src/win32.d | 9 +++++++-- 3 files changed, 14 insertions(+), 2 deletions(-) ------------------------------ Message: 2 Date: Mon, 08 Aug 2011 19:50:48 +0000 From: cli...@li... Subject: clisp: Rename errno_t to os_error_code_t to avoid a conflict wit... 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/d89a19631387 changeset: 15515:d89a1963138734d3a3382e131b770aa145fc2833 user: Sam Steingold <sd...@po...> date: 2011-08-08 15:42:03 -0400 description: Rename errno_t to os_error_code_t to avoid a conflict with mingw * src/unix.d (os_error_code_t): typedef to int; replaces errno_t * src/win32.d (os_error_code_t): typedef to DWORD; replaces errno_t * src/unixaux.d, src/win32aux.d (namestring_file_id, handle_file_id): return os_error_code_t instead of errno_t * src/pathname.d (check_file_reopen): update for the new type name diffstat: src/ChangeLog | 9 +++++++++ src/pathname.d | 2 +- src/unix.d | 6 +++--- src/unixaux.d | 5 +++-- src/win32.d | 6 +++--- src/win32aux.d | 7 ++++--- 6 files changed, 23 insertions(+), 12 deletions(-) ------------------------------ Message: 3 Date: Mon, 08 Aug 2011 19:50:50 +0000 From: cli...@li... Subject: clisp: * src/spvw_mmap.d (munmap, mprotect) [HAVE_MACH_VM|HAVE_W... 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/609b2c2052bf changeset: 15516:609b2c2052bffe198c7315933c855607841708d1 user: Sam Steingold <sd...@po...> date: 2011-08-08 15:48:31 -0400 description: * src/spvw_mmap.d (munmap, mprotect) [HAVE_MACH_VM|HAVE_WIN32_VM]: declare when defined to avoid a "warning: no previous declaration" diffstat: src/ChangeLog | 5 +++++ src/spvw_mmap.d | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) ------------------------------ Message: 4 Date: Mon, 08 Aug 2011 19:50:51 +0000 From: cli...@li... Subject: clisp: regenerate for <ntstatus.h> & <winternl.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/425f00905bdb changeset: 15517:425f00905bdbb3dc2fba3cc7a5c75461eddeb603 user: Sam Steingold <sd...@po...> date: 2011-08-08 15:49:52 -0400 description: regenerate for <ntstatus.h> & <winternl.h> diffstat: src/config.h.in | 6 ++++++ src/configure | 16 +++++++++++++++- 2 files changed, 21 insertions(+), 1 deletions(-) ------------------------------ Message: 5 Date: Mon, 08 Aug 2011 20:50:12 +0000 From: cli...@li... Subject: clisp: oops 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/d755d42c312f changeset: 15518:d755d42c312fa7f1e00c42f95a362ede3c8151e5 user: Sam Steingold <sd...@po...> date: 2011-08-08 16:49:50 -0400 description: oops diffstat: src/spvw_mmap.d | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ------------------------------ ------------------------------------------------------------------------------ uberSVN's rich system and user administration capabilities and model configuration take the hassle out of deploying and managing Subversion and the tools developers use with it. Learn more about uberSVN and get a free download at: http://p.sf.net/sfu/wandisco-dev2dev ------------------------------ _______________________________________________ clisp-cvs mailing list cli...@li... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 63, Issue 5 **************************************** |