|
From: <cli...@li...> - 2011-06-02 12:04: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: avoid errors on weird pathnames like ~/.gvfs under gnome (cli...@li...) 2. clisp: finish the 2011-05-13 possible_symlink patch (cli...@li...) 3. clisp: * src/pathname.d, src/subr.d (PROBE-PATHNAME): mark as se... (cli...@li...) ---------------------------------------------------------------------- Message: 1 Date: Wed, 01 Jun 2011 19:22:47 +0000 From: cli...@li... Subject: clisp: avoid errors on weird pathnames like ~/.gvfs under gnome 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/566ef7d19379 changeset: 15426:566ef7d19379b8b55da26e0bcb5bf78300b1f711 user: Sam Steingold <sd...@po...> date: 2011-06-01 15:22:28 -0400 description: avoid errors on weird pathnames like ~/.gvfs under gnome * pathname.d (get_path_info): accept tolerantp (assure_dir_exists): pass tolerantp to get_path_info (namestring_kind_t): add NAMESTRING_BAD for existing objects for which no information could be obtained (classify_namestring): return NAMESTRING_BAD instead of signaling (PROBE-PATHNAME): signal the error here (directory_search_direntry_ok): never signal any errors, just return false directory_search_scandir): call OS_file_error instead of error_file_not_exists after a failed directory_search_direntry_ok when if_none=DIR_IF_NONE_ERROR Reported by Don Cohen http://article.gmane.org/gmane.lisp.clisp.general:13778 diffstat: modules/syscalls/test.tst | 29 ++++++++++++++++++++++++++++- src/ChangeLog | 15 +++++++++++++++ src/pathname.d | 45 +++++++++++++++++++++++---------------------- 3 files changed, 66 insertions(+), 23 deletions(-) ------------------------------ Message: 2 Date: Wed, 01 Jun 2011 19:49:55 +0000 From: cli...@li... Subject: clisp: finish the 2011-05-13 possible_symlink patch 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/0c6f53e756e4 changeset: 15427:0c6f53e756e471316b1c44f8d0bca28058d5999c user: Sam Steingold <sd...@po...> date: 2011-06-01 15:28:20 -0400 description: finish the 2011-05-13 possible_symlink patch * src/pathname.d (my_readlink) [UNIX_LINUX]: do not handle /proc specially (stat_for_search) [UNIX_LINUX]: ditto diffstat: src/ChangeLog | 13 ++++++++++--- src/pathname.d | 21 +-------------------- 2 files changed, 11 insertions(+), 23 deletions(-) ------------------------------ Message: 3 Date: Wed, 01 Jun 2011 19:49:57 +0000 From: cli...@li... Subject: clisp: * src/pathname.d, src/subr.d (PROBE-PATHNAME): mark as se... 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/764d23c7b14d changeset: 15428:764d23c7b14d87a4231166b4246c3dfbff90edfa user: Sam Steingold <sd...@po...> date: 2011-06-01 15:48:19 -0400 description: * src/pathname.d, src/subr.d (PROBE-PATHNAME): mark as seclass_rd_sig because it may signal permission errors diffstat: doc/impbody.xml | 5 ++++- src/ChangeLog | 5 +++++ src/pathname.d | 3 +-- src/subr.d | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) ------------------------------ ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Data protection magic? Nope - It's vRanger. Get your free trial download today. http://p.sf.net/sfu/quest-sfdev2dev ------------------------------ _______________________________________________ clisp-cvs mailing list cli...@li... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 61, Issue 2 **************************************** |