From: <cli...@li...> - 2012-04-28 12:05:02
|
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 bug#3467762: symlink to directory handling (cli...@li...) ---------------------------------------------------------------------- Message: 1 Date: Fri, 27 Apr 2012 19:29:03 +0000 From: cli...@li... Subject: clisp: Fix bug#3467762: symlink to directory handling 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/c88260c2da71 changeset: 15586:c88260c2da71db954e403b0d206a5d9034f29edf user: Sam Steingold <sd...@po...> date: 2012-04-27 15:28:06 -0400 description: Fix bug#3467762: symlink to directory handling * modules/syscalls/calls.c (symlink_file): strip trailing "/" from new_pathstring (copy_one_file): use PROBE-PATHNAME instead of PROBE-FILE to accommodate directories * src/pathname.d (delete_directory): when rmdir() fails with ENOTDIR, call unlink() because we are dealing with a symbolic link diffstat: modules/syscalls/calls.c | 9 ++++++--- modules/syscalls/test.tst | 7 +++++++ src/ChangeLog | 10 ++++++++++ src/NEWS | 1 + src/pathname.d | 3 ++- 5 files changed, 26 insertions(+), 4 deletions(-) ------------------------------ ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ ------------------------------ _______________________________________________ clisp-cvs mailing list cli...@li... https://lists.sourceforge.net/lists/listinfo/clisp-cvs End of clisp-cvs Digest, Vol 69, Issue 6 **************************************** |