1. 12 8月, 2012 1 次提交
  2. 01 8月, 2012 1 次提交
  3. 21 6月, 2012 1 次提交
    • R
      make strerror_r behave nicer on failure · f313a162
      Rich Felker 提交于
      if the buffer is too short, at least return a partial string. this is
      helpful if the caller is lazy and does not check for failure. care is
      taken to avoid writing anything if the buffer length is zero, and to
      always null-terminate when the buffer length is non-zero.
      f313a162
  4. 27 5月, 2012 2 次提交
  5. 02 3月, 2012 1 次提交
  6. 12 9月, 2011 1 次提交
    • R
      add dummied strverscmp (obnoxious GNU function) · a6540174
      Rich Felker 提交于
      programs that use this tend to horribly botch international text
      support, so it's questionable whether we want to support it even in
      the long term... for now, it's just a dummy that calls strcmp.
      a6540174
  7. 14 6月, 2011 1 次提交
  8. 23 5月, 2011 2 次提交
  9. 27 4月, 2011 1 次提交
  10. 13 4月, 2011 1 次提交
  11. 08 4月, 2011 1 次提交
  12. 07 4月, 2011 1 次提交
  13. 05 4月, 2011 1 次提交
  14. 04 4月, 2011 1 次提交
  15. 26 3月, 2011 1 次提交
    • R
      fix all implicit conversion between signed/unsigned pointers · 9ae8d5fc
      Rich Felker 提交于
      sadly the C language does not specify any such implicit conversion, so
      this is not a matter of just fixing warnings (as gcc treats it) but
      actual errors. i would like to revisit a number of these changes and
      possibly revise the types used to reduce the number of casts required.
      9ae8d5fc
  16. 18 3月, 2011 1 次提交
  17. 27 2月, 2011 1 次提交
  18. 25 2月, 2011 2 次提交
  19. 15 2月, 2011 1 次提交
  20. 12 2月, 2011 1 次提交