1. 10 Sep, 2015 2 commits
    • Robert Stepanek's avatar
      encoding/xml: Return SyntaxError for unmatched root start elements. · bf216439
      Robert Stepanek authored
      Currently, the xml.Decoder's Token routine returns successfully for
      XML input that does not properly close root start elements (and any
      unclosed descendants). For example, all the following inputs
      
          <root>
          <root><foo>
          <root><foo></foo>
      
      cause Token to return with nil and io.EOF, indicating a successful
      parse.
      
      This change fixes that. It leaves the semantics of RawToken intact.
      
      Fixes #11405
      
      Change-Id: I6f1328c410cf41e17de0a93cf357a69f12c2a9f7
      Reviewed-on: https://go-review.googlesource.com/14315Reviewed-by: default avatarNigel Tao <nigeltao@golang.org>
      bf216439
    • Brad Fitzpatrick's avatar
      A+C: automated updates · da7e9e4f
      Brad Fitzpatrick authored
      The previous automated updates only added missing entries for commits
      since Go 1.4, with the assumption that we were caught up on things
      prior to that. (Initially motivated by the existence of junk email
      address jokes in the early git history, which I initially didn't want
      to whitelist)
      
      But it turns out we were missing lots of stuff, at least for subrepos
      prior to N months ago.
      
      This is an update with all subrepos updated, with no date
      restrictions.
      
      Change-Id: I2b5580ae4f89ae9ba7eaa336cc54ce6d606c5379
      Reviewed-on: https://go-review.googlesource.com/14409Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
      da7e9e4f
  2. 09 Sep, 2015 20 commits
  3. 08 Sep, 2015 14 commits
  4. 07 Sep, 2015 4 commits