1. 05 5月, 2014 3 次提交
    • Travis Cross's avatar
      Avoid training :'s in paths · 0a56e643
      Travis Cross 提交于
      When the path was empty, path_push_unique would cause a training colon
      to be added.  This was a known issue that didn't cause any harm, but
      while we're here, we'll clean this up.
      0a56e643
    • Travis Cross's avatar
      Work around Mac's broken sed · aef982dd
      Travis Cross 提交于
      sed on Mac is apparently incredibly broken and incapable of adding
      newlines.  `printf 'x' | sed 's/x/\n/'` results in 'n' on Mac rather
      than a newline.  GNU sed even in --posix mode does not agree with this
      behavior.  None the less, we can work around it here.
      aef982dd
    • Steve Underwood's avatar
      Fixed some ARM embedded assembly language typos · 29ea8e99
      Steve Underwood 提交于
      29ea8e99
  2. 04 5月, 2014 2 次提交
  3. 02 5月, 2014 16 次提交
  4. 01 5月, 2014 19 次提交