1. 17 Jul, 2018 3 commits
    • Felip Moll's avatar
      Rename is_path_escaped function · d0245c01
      Felip Moll authored
      An is_*() named function should return true/false, but not modify things.
      It has been renamed to a more adequate name: remove_path_slashes(char *).
      
      Bug 4859
      d0245c01
    • Felip Moll's avatar
      Fix for handle directory names within '\' in it · a9a4a7da
      Felip Moll authored
      Previously, slashes '\' in job->cwd were always expanded regardless of they
      were part of the name of a directory or not.
      
      Bug 4859
      a9a4a7da
    • Felip Moll's avatar
      Improve escaping paths on user commands · 9c58150f
      Felip Moll authored
      When dealing with special characters like %A, %u, %s and so on and escaping it
      on the command line, problems arises when one have directories with multiple
      slashes in their names. This patch fixes this situation removing only one
      slash on each pair of slashes just as normal escaping works i.e. in bash.
      
      Bug 4859
      9c58150f
  2. 16 Jul, 2018 2 commits
  3. 15 Jul, 2018 1 commit
  4. 14 Jul, 2018 1 commit
  5. 13 Jul, 2018 28 commits
  6. 12 Jul, 2018 5 commits