Changes between Initial Version and Version 6 of Ticket #149


Ignore:
Timestamp:
01/25/09 18:48:10 (16 years ago)
Author:
slyfox
Comment:

vfs/fish.c: All escaping stuff was overhauled. The current idea is not to use quotes, but use proper shell escaping (quotes break ls for example, it can't parse something like this: ls " a-> b\"\"\"").

All fish ops(chown, rmdir, rm, stor, retr) were converted to use <mhl/escape.h>, removed escape nesting.

Current patchset is at branch:10_fish_whitespace_symlink_issue

Please review and test!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #149

    • Property Status changed from new to accepted
    • Property Component changed from mc-core to vfs
    • Property Blocked By changed from to 157
    • Property Blocking changed from to 10
    • Property Keywords review added
    • Property Milestone changed from 4.7 to 4.6.2
    • Property Owner set to winnie
    • Property Id changed from to 149
  • Ticket #149 – Description

    initial v6  
    1  
    21Hey, 
    32