[phobos] [D-Programming-Language/phobos] 7c5cc9: std.process: Add command line escaping functions

GitHub noreply at github.com
Sun Apr 29 00:29:25 PDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/phobos
  Commit: 7c5cc95ae48dbaf89f05842f28d9174d8ab073d3
      https://github.com/D-Programming-Language/phobos/commit/7c5cc95ae48dbaf89f05842f28d9174d8ab073d3
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2012-02-24 (Fri, 24 Feb 2012)

  Changed paths:
    M std/process.d

  Log Message:
  -----------
  std.process: Add command line escaping functions


  Commit: 7718dc6a4f6ec219cfe8b62e17d6aa88e03abd17
      https://github.com/D-Programming-Language/phobos/commit/7718dc6a4f6ec219cfe8b62e17d6aa88e03abd17
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2012-02-24 (Fri, 24 Feb 2012)

  Changed paths:
    M std/process.d

  Log Message:
  -----------
  std.process: Use the new command line escaping functions


  Commit: 2248a95294402f97dd09dde9fd31f0bd56b3231e
      https://github.com/D-Programming-Language/phobos/commit/2248a95294402f97dd09dde9fd31f0bd56b3231e
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2012-02-24 (Fri, 24 Feb 2012)

  Changed paths:
    M std/process.d

  Log Message:
  -----------
  std.process: Generate browse docs on all platforms


  Commit: f59faf724e847f6f2dbfa821457d70e670c0a6bc
      https://github.com/D-Programming-Language/phobos/commit/f59faf724e847f6f2dbfa821457d70e670c0a6bc
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2012-02-25 (Sat, 25 Feb 2012)

  Changed paths:
    M std/process.d

  Log Message:
  -----------
  std.process: More correctness + tests


  Commit: c9fa9f1a44696da85959e8e50d0eb10dbdb1b6a4
      https://github.com/D-Programming-Language/phobos/commit/c9fa9f1a44696da85959e8e50d0eb10dbdb1b6a4
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2012-02-26 (Sun, 26 Feb 2012)

  Changed paths:
    M std/process.d

  Log Message:
  -----------
  std.process: Code comments

* Remove self-contradiction
* Clarify escapeWindowsArgument implementation
* Remove a redundant if subcondition in a unit test.


  Commit: 4ccfb65ccc8d9ed314733e5f0545b816288ba53c
      https://github.com/D-Programming-Language/phobos/commit/4ccfb65ccc8d9ed314733e5f0545b816288ba53c
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M std/process.d

  Log Message:
  -----------
  std.process: Optimize allocations in new functions

Optimized functions:
* escapeWindowsArgument
* escapePosixArgument
* escapeWindowsShellCommand


  Commit: 026444c9c74d4bc2c9fca698afd6f144b0da3a39
      https://github.com/D-Programming-Language/phobos/commit/026444c9c74d4bc2c9fca698afd6f144b0da3a39
  Author: Vladimir Panteleev <vladimir at thecybershadow.net>
  Date:   2012-03-01 (Thu, 01 Mar 2012)

  Changed paths:
    M std/process.d

  Log Message:
  -----------
  std.process: Fix constness and attributes


  Commit: 0ce3b719c6b137d0b16c481c24184976d2c6232d
      https://github.com/D-Programming-Language/phobos/commit/0ce3b719c6b137d0b16c481c24184976d2c6232d
  Author: Vladimir Panteleev <cybershadow at ns27462.ovh.net>
  Date:   2012-03-15 (Thu, 15 Mar 2012)

  Changed paths:
    M std/process.d

  Log Message:
  -----------
  std.process: Fix compilation on Linux


  Commit: b08a0f90c673111c77679b6a19c134c3802d0c61
      https://github.com/D-Programming-Language/phobos/commit/b08a0f90c673111c77679b6a19c134c3802d0c61
  Author: Jonathan M Davis <jmdavisProg at gmx.com>
  Date:   2012-04-29 (Sun, 29 Apr 2012)

  Changed paths:
    M std/process.d

  Log Message:
  -----------
  Merge pull request #457 from CyberShadow/std-process-command-escaping

std.process: Command escaping functions


Compare: https://github.com/D-Programming-Language/phobos/compare/1980e72...b08a0f9


More information about the phobos mailing list