1. 31 3月, 2016 9 次提交
  2. 30 3月, 2016 14 次提交
  3. 29 3月, 2016 8 次提交
  4. 26 3月, 2016 3 次提交
    • A
      update node-debug · 5b9ec15c
      Andre Weinand 提交于
      5b9ec15c
    • D
      i18n input · 82ffb54a
      Dirk Baeumer 提交于
      82ffb54a
    • D
      Reland: Support multi-line environment variables · 3ed0dfae
      Daniel Imms 提交于
      A standard Fedora install comes with 2 multiple line environment variables.
      Since `env` was previously split by '\n' this would break them, causing
      errors in the output pane and in terminals launched through the file
      explorer (see #3495).
      
      The original commit didn't work on OSX since `env` does not support the --null
      arg. This version can fail if a command line arg's 1+th line looks like an
      environment variable. There is no easy way to prevent this since `process.env`
      cannot be leveraged. Since the likelyhood of this happening is small, plus the
      chance of it causing any significant issue is also small it's a reasonable
      compromise for the time being.
      
      Fixes #3928
      Fixes #4672
      3ed0dfae
  5. 25 3月, 2016 5 次提交
  6. 24 3月, 2016 1 次提交