From: <cli...@li...> - 2016-08-28 21:31:03
|
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: fix the 2012-04-27 patch c88260c2da71 (symlink to directo... (cli...@li...) 2. clisp: (check_copy_method): fix STACK depth handling (cli...@li...) 3. clisp: (PCRE:PCRE-EXEC): fix a GC-safety bug (cli...@li...) 4. clisp: fix GC-safety bugs in copy_one_file (cli...@li...) 5. clisp: avoid gcc compilation warnings (cli...@li...) 6. clisp: avoid test failure with g++ (cli...@li...) 7. clisp: (VALUE1_EXTRA) [!value1_register]: do not define (cli...@li...) 8. clisp: Update asdf to version 3.1.7 (cli...@li...) 9. clisp: Fix locale related errors when testing getdate (cli...@li...) 10. clisp: Disable TRIVIALMAP_MEMORY and SINGLEMAP_MEMORY on NetBSD (cli...@li...) 11. clisp: reorder (cli...@li...) 12. clisp: * src/unix.d [UNIX_CYGWIN32]: Work around namespace pollu... (cli...@li...) 13. clisp: * src/lispbibl.d: Use LINUX_NOEXEC_HEAPCODES on 32-bit Cy... (cli...@li...) 14. clisp: * src/m4/signal.m4: Remove obsolete Cygwin-specific code (cli...@li...) 15. clisp: * src/lispbibl.d (ULONGLONG): Avoid conflict with w32 typ... (cli...@li...) 16. clisp: Fix dynamic loading on Cygwin (cli...@li...) 17. clisp: (XCFLAGS) [XCC_GCC]: treat gcc 5 & 6 like 3 & 4 (fixes bu... (cli...@li...) ---------------------------------------------------------------------- Message: 1 Date: Fri, 12 Aug 2016 22:41:11 +0000 From: cli...@li... Subject: clisp: fix the 2012-04-27 patch c88260c2da71 (symlink to directo... To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/2857eae38681 changeset: 15621:2857eae38681edf905c722b80143eae6d6a5d86d user: Sam Steingold <sd...@po...> date: 2016-08-11 21:39:33 -0400 description: fix the 2012-04-27 patch c88260c2da71 (symlink to directory handling) * src/pathname.d (delete_directory): fix rmdir() failure handling diffstat: src/ChangeLog | 4 ++++ src/pathname.d | 2 +- 2 files changed, 5 insertions(+), 1 deletions(-) ------------------------------ Message: 2 Date: Fri, 12 Aug 2016 22:41:14 +0000 From: cli...@li... Subject: clisp: (check_copy_method): fix STACK depth handling To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/b5f00441f807 changeset: 15622:b5f00441f807d9bfcd90140de414ac332dff9220 user: Sam Steingold <sd...@po...> date: 2016-08-12 18:26:07 -0400 description: (check_copy_method): fix STACK depth handling diffstat: modules/syscalls/calls.c | 11 +++++------ modules/syscalls/test.tst | 37 +++++++++++++++++++++++++++++++++---- src/ChangeLog | 4 ++++ 3 files changed, 42 insertions(+), 10 deletions(-) ------------------------------ Message: 3 Date: Fri, 12 Aug 2016 22:41:16 +0000 From: cli...@li... Subject: clisp: (PCRE:PCRE-EXEC): fix a GC-safety bug To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/e219233849af changeset: 15623:e219233849af1ff83731f9a0765a8bfe471b51d1 user: Sam Steingold <sd...@po...> date: 2016-08-12 18:30:25 -0400 description: (PCRE:PCRE-EXEC): fix a GC-safety bug diffstat: modules/pcre/cpcre.c | 8 ++++---- modules/pcre/test.tst | 2 +- src/ChangeLog | 6 +++++- 3 files changed, 10 insertions(+), 6 deletions(-) ------------------------------ Message: 4 Date: Sun, 14 Aug 2016 04:16:53 +0000 From: cli...@li... Subject: clisp: fix GC-safety bugs in copy_one_file To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/46aa3992f3a0 changeset: 15624:46aa3992f3a0d9fd64c666f03b93b2bc5b27db9f user: Sam Steingold <sd...@po...> date: 2016-08-14 00:09:43 -0400 description: fix GC-safety bugs in copy_one_file * modules/syscalls/calls.c (hardlink_file_o): add (copy_one_file): fix GC-safety bugs diffstat: modules/syscalls/calls.c | 44 ++++++++++++++++++++++++-------------------- modules/syscalls/test.tst | 15 ++++++++++----- src/ChangeLog | 5 +++++ 3 files changed, 39 insertions(+), 25 deletions(-) ------------------------------ Message: 5 Date: Sun, 14 Aug 2016 04:16:54 +0000 From: cli...@li... Subject: clisp: avoid gcc compilation warnings To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/a9746f412ab8 changeset: 15625:a9746f412ab88b64b563c1e133ffd4f7110e5dc5 user: Sam Steingold <sd...@po...> date: 2016-08-14 00:11:17 -0400 description: avoid gcc compilation warnings diffstat: modules/syscalls/calls.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) ------------------------------ Message: 6 Date: Sun, 14 Aug 2016 04:16:55 +0000 From: cli...@li... Subject: clisp: avoid test failure with g++ To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/b1477e46b3c9 changeset: 15626:b1477e46b3c99971f89b6920be3701c61ed7045c user: Sam Steingold <sd...@po...> date: 2016-08-14 00:13:57 -0400 description: avoid test failure with g++ diffstat: modules/syscalls/test.tst | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ------------------------------ Message: 7 Date: Fri, 26 Aug 2016 19:04:05 +0000 From: cli...@li... Subject: clisp: (VALUE1_EXTRA) [!value1_register]: do not define To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/44eed0fb007a changeset: 15627:44eed0fb007a3404de6e63f8987ea22e4d67c808 user: Sam Steingold <sd...@po...> date: 2016-08-26 13:47:00 -0400 description: (VALUE1_EXTRA) [!value1_register]: do not define This fixes patch#93dee6a014b2bc75ed9e6f7bb6f6929fb97a68bc (2008-01-13) as discussed in https://sourceforge.net/p/clisp/mailman/message/35061096/ diffstat: src/ChangeLog | 6 ++++++ src/lispbibl.d | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) ------------------------------ Message: 8 Date: Fri, 26 Aug 2016 19:04:07 +0000 From: cli...@li... Subject: clisp: Update asdf to version 3.1.7 To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/1429e42cb2a8 changeset: 15628:1429e42cb2a81709f2e10dafda67d392fd418b6c user: Daniel Jour <dan...@gm...> date: 2016-05-16 01:50:23 +0200 description: Update asdf to version 3.1.7 * modules/asdf/asdf.lisp: Update to 3.1.7 * modules/asdf/asdf.xml: Update asdf module description diffstat: modules/asdf/asdf.lisp | 6121 +++++++++++++++++++++++++++++++---------------- modules/asdf/asdf.xml | 9 +- src/ChangeLog | 6 + 3 files changed, 4062 insertions(+), 2074 deletions(-) ------------------------------ Message: 9 Date: Fri, 26 Aug 2016 19:04:08 +0000 From: cli...@li... Subject: clisp: Fix locale related errors when testing getdate To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/924519c6b452 changeset: 15629:924519c6b452a641e9e62c6b65417b48116b80d3 user: Daniel Jour <dan...@gm...> date: 2016-05-18 12:23:45 +0200 description: Fix locale related errors when testing getdate diffstat: modules/syscalls/test.tst | 22 ++++++++++++++++++---- 1 files changed, 18 insertions(+), 4 deletions(-) ------------------------------ Message: 10 Date: Fri, 26 Aug 2016 19:04:09 +0000 From: cli...@li... Subject: clisp: Disable TRIVIALMAP_MEMORY and SINGLEMAP_MEMORY on NetBSD To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/1c61a0872d35 changeset: 15630:1c61a0872d35c2a19dfdaaeb673f7b70365c30e2 user: Daniel Jour <dan...@gm...> date: 2016-06-09 02:46:06 +0200 description: Disable TRIVIALMAP_MEMORY and SINGLEMAP_MEMORY on NetBSD CLISP uses MAP_FIXED when calling mmap, but the requested addresses are not within any mappable range on NetBSD, thus it fails with ENOMEM. diffstat: src/ChangeLog | 6 ++++++ src/lispbibl.d | 20 ++++++++++++++++---- 2 files changed, 22 insertions(+), 4 deletions(-) ------------------------------ Message: 11 Date: Fri, 26 Aug 2016 19:04:11 +0000 From: cli...@li... Subject: clisp: reorder To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/bf16ec104ed4 changeset: 15631:bf16ec104ed4e9985787971af47b42e27ff87a9b user: Sam Steingold <sd...@po...> date: 2016-08-26 14:07:33 -0400 description: reorder diffstat: src/ChangeLog | 25 +++++++++++++------------ 1 files changed, 13 insertions(+), 12 deletions(-) ------------------------------ Message: 12 Date: Sun, 28 Aug 2016 21:30:53 +0000 From: cli...@li... Subject: clisp: * src/unix.d [UNIX_CYGWIN32]: Work around namespace pollu... To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/a4a0a2c83f0d changeset: 15632:a4a0a2c83f0d1f48a6c21b97ae554c4743fc02b9 user: Ken Brown <kb...@co...> date: 2015-03-04 18:11:34 -0500 description: * src/unix.d [UNIX_CYGWIN32]: Work around namespace pollution in w32 headers "Handle" is used in a w32 prototype, interfering with our definition of it as a macro. diffstat: src/ChangeLog | 7 +++++++ src/unix.d | 3 +++ 2 files changed, 10 insertions(+), 0 deletions(-) ------------------------------ Message: 13 Date: Sun, 28 Aug 2016 21:30:55 +0000 From: cli...@li... Subject: clisp: * src/lispbibl.d: Use LINUX_NOEXEC_HEAPCODES on 32-bit Cy... To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/4f89513266a5 changeset: 15633:4f89513266a5827048f39574adf4fa56ca0147e1 user: Ken Brown <kb...@co...> date: 2015-03-04 22:05:35 -0500 description: * src/lispbibl.d: Use LINUX_NOEXEC_HEAPCODES on 32-bit Cygwin The heap on Cygwin is now in high memory, so STANDARD_HEAPCODES will no longer work. diffstat: src/ChangeLog | 6 ++++++ src/lispbibl.d | 2 +- 2 files changed, 7 insertions(+), 1 deletions(-) ------------------------------ Message: 14 Date: Sun, 28 Aug 2016 21:30:56 +0000 From: cli...@li... Subject: clisp: * src/m4/signal.m4: Remove obsolete Cygwin-specific code To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/a4ff7f8b180c changeset: 15634:a4ff7f8b180c96a6842088591986320d5ec6e552 user: Ken Brown <kb...@co...> date: 2015-03-05 11:28:06 -0500 description: * src/m4/signal.m4: Remove obsolete Cygwin-specific code diffstat: src/ChangeLog | 4 ++++ src/m4/signal.m4 | 25 ------------------------- 2 files changed, 4 insertions(+), 25 deletions(-) ------------------------------ Message: 15 Date: Sun, 28 Aug 2016 21:30:58 +0000 From: cli...@li... Subject: clisp: * src/lispbibl.d (ULONGLONG): Avoid conflict with w32 typ... To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/2334c6034ea3 changeset: 15635:2334c6034ea3505d26eac32b676f972db401aaee user: Ken Brown <kb...@co...> date: 2015-03-05 12:30:28 -0500 description: * src/lispbibl.d (ULONGLONG): Avoid conflict with w32 typedef on 64-bit Cygwin diffstat: src/ChangeLog | 7 ++++++- src/lispbibl.d | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) ------------------------------ Message: 16 Date: Sun, 28 Aug 2016 21:30:59 +0000 From: cli...@li... Subject: clisp: Fix dynamic loading on Cygwin To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/69da1aa5ee51 changeset: 15636:69da1aa5ee51ebdd695122ea208353c969ec1766 user: Ken Brown <kb...@co...> date: 2015-03-18 11:34:21 -0400 description: Fix dynamic loading on Cygwin * src/genclisph.d [UNIX_CYGWIN32]: Fix syntax error in lisp.def. * src/makemake.in (archive_cmds): Fix definition on Cygwin. (lisp.def): Add "hostent_to_lisp" to lisp.def on Cygwin. (clisp-link): Use absolute path to lisp.def. diffstat: src/ChangeLog | 8 ++++++++ src/genclisph.d | 6 ++++++ src/makemake.in | 20 +++++++++++++++++--- 3 files changed, 31 insertions(+), 3 deletions(-) ------------------------------ Message: 17 Date: Sun, 28 Aug 2016 21:31:01 +0000 From: cli...@li... Subject: clisp: (XCFLAGS) [XCC_GCC]: treat gcc 5 & 6 like 3 & 4 (fixes bu... To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/e0b4ecbc8c4a changeset: 15637:e0b4ecbc8c4adc70d3b47a81e7492727d19c07ad user: Sam Steingold <sd...@po...> date: 2016-08-26 16:38:39 -0400 description: (XCFLAGS) [XCC_GCC]: treat gcc 5 & 6 like 3 & 4 (fixes bug#686) diffstat: src/ChangeLog | 5 +++++ src/makemake.in | 12 ++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) ------------------------------ ------------------------------------------------------------------------------ ------------------------------ _______________________________________________ clisp-cvs mailing list cli...@li... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 72, Issue 2 **************************************** |
From: <cli...@li...> - 2016-08-29 17:10:10
|
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: Use __CYGWIN__ instead of __CYGWIN32__ to detect Cygwin (cli...@li...) 2. clisp: clispload.lsp --> clispload.lisp (cli...@li...) 3. clisp: rename modprep.lisp test files to better correspond to th... (cli...@li...) 4. clisp: avoid the clang -Wgnu-designator warning (cli...@li...) 5. clisp: fix last patch (cli...@li...) 6. clisp: avoid -Wwrite-strings warning (cli...@li...) 7. clisp: * utils/modprep.lisp (output-all): Bind all global variab... (cli...@li...) 8. clisp: (output-all): make sure that the file name is printed on ... (cli...@li...) 9. clisp: (custom:*suppress-similar-constant-redefinition-warning*)... (cli...@li...) 10. clisp: oops... (cli...@li...) 11. clisp: regenerated (cli...@li...) 12. clisp: set custom:*suppress-similar-constant-redefinition-warnin... (cli...@li...) 13. clisp: Fix bug#684: modprep handling of quotation mark in single... (cli...@li...) 14. clisp: Fix bug#677 logical pathnames and letter case gone wrong (cli...@li...) 15. clisp: * src/makemake.in (check-script) [darwin]: disable nohup (cli...@li...) 16. clisp: adapted for MacOSX idiosyncrasies (cli...@li...) ---------------------------------------------------------------------- Message: 1 Date: Sun, 28 Aug 2016 21:31:02 +0000 From: cli...@li... Subject: clisp: Use __CYGWIN__ instead of __CYGWIN32__ to detect Cygwin To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/344339845531 changeset: 15638:34433984553100c3911190f536f787710bf7065a user: Ken Brown <kb...@co...> date: 2015-03-05 11:35:30 -0500 description: Use __CYGWIN__ instead of __CYGWIN32__ to detect Cygwin __CYGWIN32__ is deprecated and, more importantly, is not defined on 64-bit Cygwin. diffstat: src/ChangeLog | 7 +++++++ src/ari80386.d | 2 +- src/ari80386.msvc.c | 2 +- src/asmi386.h | 4 ++-- src/asmi386.hh | 4 ++-- src/lispbibl.d | 8 ++++---- src/sp80386.d | 2 +- src/sp80386.msvc.c | 2 +- 8 files changed, 19 insertions(+), 12 deletions(-) ------------------------------ Message: 2 Date: Sun, 28 Aug 2016 21:31:03 +0000 From: cli...@li... Subject: clisp: clispload.lsp --> clispload.lisp To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/23bc9b1f6571 changeset: 15639:23bc9b1f6571c77976396c8f54792ecfb2f3a889 user: Sam Steingold <sd...@gn...> date: 2016-08-26 17:42:26 -0400 description: clispload.lsp --> clispload.lisp diffstat: utils/clispload.lisp | 245 +++++++++++++++++++++++++++++++++++++++++++++++++++ utils/clispload.lsp | 245 --------------------------------------------------- 2 files changed, 245 insertions(+), 245 deletions(-) ------------------------------ Message: 3 Date: Sun, 28 Aug 2016 21:31:04 +0000 From: cli...@li... Subject: clisp: rename modprep.lisp test files to better correspond to th... To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/3ccf2365a5a0 changeset: 15640:3ccf2365a5a0fbb355bedda44ef1e05ada0afee0 user: Sam Steingold <sd...@gn...> date: 2016-08-28 00:44:54 -0400 description: rename modprep.lisp test files to better correspond to their names in modules diffstat: utils/modprep.lisp | 4 + utils/modpreptest.c | 29 ++++++ utils/modpreptest.in | 29 ------ utils/modpreptest.m.c | 209 ++++++++++++++++++++++++++++++++++++++++++++++++++ utils/modpreptest.out | 209 -------------------------------------------------- 5 files changed, 242 insertions(+), 238 deletions(-) ------------------------------ Message: 4 Date: Sun, 28 Aug 2016 21:31:06 +0000 From: cli...@li... Subject: clisp: avoid the clang -Wgnu-designator warning To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/ba853d8a4faa changeset: 15641:ba853d8a4faa2ffb88fc90143ab6b96cafe9d98a user: Sam Steingold <sd...@gn...> date: 2016-08-28 17:30:43 -0400 description: avoid the clang -Wgnu-designator warning * src/lispbibl.d (as_object, as_chart): use the new {.one_o=???} syntax instead of GNU old-style field designator extension {one_o:???} https://gcc.gnu.org/onlinedocs/gcc-6.2.0/gcc/Designated-Inits.html diffstat: src/ChangeLog | 7 +++++++ src/lispbibl.d | 20 ++++++++++---------- 2 files changed, 17 insertions(+), 10 deletions(-) ------------------------------ Message: 5 Date: Mon, 29 Aug 2016 04:01:49 +0000 From: cli...@li... Subject: clisp: fix last patch To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/bcb890855a9c changeset: 15642:bcb890855a9ce3f7362754dc604aa90b7b3483c5 user: Sam Steingold <sd...@po...> date: 2016-08-28 18:09:50 -0400 description: fix last patch diffstat: src/lispbibl.d | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ------------------------------ Message: 6 Date: Mon, 29 Aug 2016 04:01:50 +0000 From: cli...@li... Subject: clisp: avoid -Wwrite-strings warning To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/a5d6627283e6 changeset: 15643:a5d6627283e66f6f20a890acd6819ef42e09ddb2 user: Sam Steingold <sd...@po...> date: 2016-08-28 18:15:31 -0400 description: avoid -Wwrite-strings warning * src/genclisph.d (emit_export_declaration, struct typecode_entry): use `const' to avoid the warning: deprecated conversion from string constant to char* [-Wwrite-strings] diffstat: src/ChangeLog | 6 ++++++ src/genclisph.d | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) ------------------------------ Message: 7 Date: Mon, 29 Aug 2016 04:01:52 +0000 From: cli...@li... Subject: clisp: * utils/modprep.lisp (output-all): Bind all global variab... To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/c87d5ad371d3 changeset: 15644:c87d5ad371d3ef7e974bee9ba7b6f4f4c7fe4621 user: Sam Steingold <sd...@po...> date: 2016-08-28 23:55:33 -0400 description: * utils/modprep.lisp (output-all): Bind all global variables in appropriate functions to allow loading into the same lisp session diffstat: src/ChangeLog | 5 ++++ utils/modprep.lisp | 58 ++++++++++++++++++++++++++++++++--------------------- 2 files changed, 40 insertions(+), 23 deletions(-) ------------------------------ Message: 8 Date: Mon, 29 Aug 2016 04:01:53 +0000 From: cli...@li... Subject: clisp: (output-all): make sure that the file name is printed on ... To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/39fcd9e6bbb1 changeset: 15645:39fcd9e6bbb176ca5c9b7cdab9a718dc7324b796 user: Sam Steingold <sd...@po...> date: 2016-08-28 23:56:52 -0400 description: (output-all): make sure that the file name is printed on #line 1 without #P diffstat: src/ChangeLog | 4 +++- utils/modprep.lisp | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) ------------------------------ Message: 9 Date: Mon, 29 Aug 2016 04:01:54 +0000 From: cli...@li... Subject: clisp: (custom:*suppress-similar-constant-redefinition-warning*)... To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/bba3fa7d1c74 changeset: 15646:bba3fa7d1c740c140caad9bc2501864691add13b user: Sam Steingold <sd...@po...> date: 2016-08-28 23:58:56 -0400 description: (custom:*suppress-similar-constant-redefinition-warning*) [:compile-toplevel]: set to T to avoid the warnings on reload diffstat: src/ChangeLog | 2 ++ utils/modprep.lisp | 3 +++ 2 files changed, 5 insertions(+), 0 deletions(-) ------------------------------ Message: 10 Date: Mon, 29 Aug 2016 04:01:56 +0000 From: cli...@li... Subject: clisp: oops... To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/58505bf3d646 changeset: 15647:58505bf3d646d43e94a95d3c36b0bfeabe61fd0e user: Sam Steingold <sd...@po...> date: 2016-08-29 00:01:18 -0400 description: oops... diffstat: utils/modprep.lisp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ------------------------------ Message: 11 Date: Mon, 29 Aug 2016 04:01:57 +0000 From: cli...@li... Subject: clisp: regenerated To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/8a95063830d8 changeset: 15648:8a95063830d806040bb02e9e263f3f3db9d2181b user: Sam Steingold <sd...@po...> date: 2016-08-29 00:01:33 -0400 description: regenerated diffstat: utils/modpreptest.m.c | 202 ++++++++++++++++++++++++++----------------------- 1 files changed, 107 insertions(+), 95 deletions(-) ------------------------------ Message: 12 Date: Mon, 29 Aug 2016 04:15:26 +0000 From: cli...@li... Subject: clisp: set custom:*suppress-similar-constant-redefinition-warnin... To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/82cb358f41b1 changeset: 15649:82cb358f41b10c81d0ac1edf23de6eca38c27635 user: Sam Steingold <sd...@gn...> date: 2016-08-29 00:13:21 -0400 description: set custom:*suppress-similar-constant-redefinition-warning* in all situations diffstat: utils/modprep.lisp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ------------------------------ Message: 13 Date: Mon, 29 Aug 2016 04:15:27 +0000 From: cli...@li... Subject: clisp: Fix bug#684: modprep handling of quotation mark in single... To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/32cc5e8d4609 changeset: 15650:32cc5e8d4609b91389c7697c3483ad1a38921766 user: Sam Steingold <sd...@gn...> date: 2016-08-29 00:15:16 -0400 description: Fix bug#684: modprep handling of quotation mark in single line comment * utils/modprep.lisp (lexical-analysis): handle // comments diffstat: src/ChangeLog | 5 +++++ utils/modprep.lisp | 4 ++++ utils/modpreptest.c | 11 ++++++++++- utils/modpreptest.m.c | 19 ++++++++++++++----- 4 files changed, 33 insertions(+), 6 deletions(-) ------------------------------ Message: 14 Date: Mon, 29 Aug 2016 17:10:04 +0000 From: cli...@li... Subject: clisp: Fix bug#677 logical pathnames and letter case gone wrong To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/114a28a4d42b changeset: 15651:114a28a4d42bde057c034b173ee6d18467329017 user: Sam Steingold <sd...@gn...> date: 2016-08-29 11:09:54 -0400 description: Fix bug#677 logical pathnames and letter case gone wrong * src/compiler.lisp (compile-file-pathname-helper): when output is supplied and is physical, translate input from logical before merge diffstat: src/ChangeLog | 6 ++++++ src/compiler.lisp | 5 ++++- tests/path.tst | 9 +++++++++ 3 files changed, 19 insertions(+), 1 deletions(-) ------------------------------ Message: 15 Date: Mon, 29 Aug 2016 17:10:06 +0000 From: cli...@li... Subject: clisp: * src/makemake.in (check-script) [darwin]: disable nohup To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/1f40f265be1c changeset: 15652:1f40f265be1c2e14617635c8f39380acf1e8edb5 user: Sam Steingold <sd...@gn...> date: 2016-08-29 11:22:19 -0400 description: * src/makemake.in (check-script) [darwin]: disable nohup http://stackoverflow.com/questions/29112446/nohup-doesnt-work-with-os-x-yosmite-get-error-cant-detach-from-console-no-s http://stackoverflow.com/questions/23898623/nohup-cant-detach-from-console diffstat: src/ChangeLog | 6 ++++++ src/makemake.in | 10 +++++++++- 2 files changed, 15 insertions(+), 1 deletions(-) ------------------------------ Message: 16 Date: Mon, 29 Aug 2016 17:10:07 +0000 From: cli...@li... Subject: clisp: adapted for MacOSX idiosyncrasies To: cli...@li... Message-ID: <hg....@sf...> Content-Type: text/plain; charset="us-ascii" details: http://clisp.hg.sourceforge.net/hgweb/clisp/clisp/clisp/rev/a30681acd895 changeset: 15653:a30681acd895892f16ce3da138aba48a1435d4a4 user: Sam Steingold <sd...@gn...> date: 2016-08-29 11:35:17 -0400 description: adapted for MacOSX idiosyncrasies ECONNREFUSED is 61, not 111 sometimes signal EADDRNOTAVAIL (line on Win32) instead sometimes succeed instead... diffstat: tests/socket.tst | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) ------------------------------ ------------------------------------------------------------------------------ ------------------------------ _______________________________________________ clisp-cvs mailing list cli...@li... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 72, Issue 2 **************************************** |