|
From: <cli...@li...> - 2011-04-14 12:03:54
|
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: clisp.cons.org -> clisp.org (cli...@li...) 2. clisp: On Max OS X the value of *PATHNAME-ENCODING* is set to UT... (cli...@li...) 3. clisp: add periods to "thanks" lines (cli...@li...) ---------------------------------------------------------------------- Message: 1 Date: Wed, 13 Apr 2011 21:29:13 +0000 From: cli...@li... Subject: clisp: clisp.cons.org -> clisp.org 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/6c15020bc7c9 changeset: 15340:6c15020bc7c9519cd21a48d03352a31bc51dc81b user: Sam Steingold <sd...@po...> date: 2011-04-13 17:23:58 -0400 description: clisp.cons.org -> clisp.org diffstat: src/NEWS | 22 ++++++++++------------ 1 files changed, 10 insertions(+), 12 deletions(-) ------------------------------ Message: 2 Date: Wed, 13 Apr 2011 21:29:15 +0000 From: cli...@li... Subject: clisp: On Max OS X the value of *PATHNAME-ENCODING* is set to UT... 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/a111df54b78c changeset: 15341:a111df54b78ce3acf403199448c9cd77d3362cbc user: Sam Steingold <sd...@po...> date: 2011-04-13 17:24:57 -0400 description: On Max OS X the value of *PATHNAME-ENCODING* is set to UTF-8 and cannot be changed because MacOSX pathnames are UTF-8 strings, not byte sequences (http://thread.gmane.org/gmane.lisp.clisp.general/13725 and http://developer.apple.com/library/mac/#qa/qa2001/qa1173.html) * src/lispbibl.d (CONSTANT_PATHNAME_ENCODING) [UNIX_MACOSX]: define to UTF-8 * src/encoding.d (init_dependent_encodings) [CONSTANT_PATHNAME_ENCODING]: set O(pathname_encoding) to CONSTANT_PATHNAME_ENCODING (SYSTEM::SET-PATHNAME-ENCODING): signal an error when the encoding argument is not CONSTANT_PATHNAME_ENCODING * src/spvw.d (argv_encoding_pathname): do not define when CONSTANT_PATHNAME_ENCODING is defined (parse_options): do not accept -Epathname * src/makemake.in (encflags) [TSYSOS=darwin]: do not add -Epathname Thanks to Carlos Ungil <car...@gm...> for testing. diffstat: doc/impext.xml | 3 +++ src/ChangeLog | 17 +++++++++++++++++ src/NEWS | 4 ++++ src/encoding.d | 14 ++++++++++++++ src/lispbibl.d | 4 ++++ src/makemake.in | 9 ++++++--- src/spvw.d | 12 +++++++++--- tests/ChangeLog | 5 +++++ tests/path.tst | 8 ++++---- 9 files changed, 66 insertions(+), 10 deletions(-) ------------------------------ Message: 3 Date: Wed, 13 Apr 2011 21:29:17 +0000 From: cli...@li... Subject: clisp: add periods to "thanks" lines 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/49ddafbe8d1b changeset: 15342:49ddafbe8d1bcc3b9d65c7b6e751b91f96f9279d user: Sam Steingold <sd...@po...> date: 2011-04-13 17:25:51 -0400 description: add periods to "thanks" lines diffstat: src/ChangeLog | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) ------------------------------ ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev ------------------------------ _______________________________________________ clisp-cvs mailing list cli...@li... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 59, Issue 10 ***************************************** |