OSDN Git Service

Merge changes I698a1608,I9d66c41d,I3a4917a5,Id3d633ff,Id0dead30, ...
authorElliott Hughes <enh@google.com>
Thu, 15 Jan 2015 00:52:07 +0000 (00:52 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Thu, 15 Jan 2015 00:52:08 +0000 (00:52 +0000)
commitabd5466286fdceca74682c60e0ff028840b14ce5
tree92739d1b06f8847649c97e820820df8094d6e562
parentdb988a951859b0dbafa59471247bebd916b6f690
parent698a160868dba71766a8607b72a07eaa63d74da4
Merge changes I698a1608,I9d66c41d,I3a4917a5,Id3d633ff,Id0dead30, ...

* changes:
  Let chown build standalone.
  sed bugfix: N or n at end of script would save the terminating NULL as the resume position, so the script would restart from beginning.
  sed s/// can have line continuations in the replacement part, with or without a \ escaping the newline.
  Promote printf.
  One more bugfix for printf.c, with test suite entry. (Make %-3d etc work.)
  Cleanup pass on printf.
  More half-finished cleanup of printf.c, and more test suite entries.
  Since "printf" is a shell builtin, printf.test wasn't actually testing anything.
  More printf cleanup, and test suite entries.