1. 26 4月, 2011 4 次提交
  2. 25 4月, 2011 1 次提交
    • R
      fix 2 eof-related bugs in scanf · 5efc6af4
      Rich Felker 提交于
      1. failed match of literal chars from the format string would always
      return matching failure rather than input failure at eof, leading to
      infinite loops in some programs.
      
      2. unread of eof would wrongly adjust the character counts reported by
      %n, yielding an off-by-one error.
      5efc6af4
  3. 23 4月, 2011 2 次提交
  4. 22 4月, 2011 5 次提交
  5. 21 4月, 2011 12 次提交
  6. 20 4月, 2011 4 次提交
  7. 19 4月, 2011 6 次提交
  8. 18 4月, 2011 6 次提交