1. 17 7月, 2013 2 次提交
    • R
      fix error code on time conversion overflows · ea81c062
      Rich Felker 提交于
      POSIX mandates EOVERFLOW for this condition.
      ea81c062
    • R
      the big time handling overhaul · 1cc81f5c
      Rich Felker 提交于
      this commit has two major user-visible parts: zoneinfo-format time
      zones are now supported, and overflow handling is intended to be
      complete in the sense that all functions return a correct result if
      and only if the result fits in the destination type, and otherwise
      return an error. also, some noticable bugs in the way DST detection
      and normalization worked have been fixed, and performance may be
      better than before, but it has not been tested.
      1cc81f5c
  2. 12 2月, 2011 1 次提交