You need to sign in or sign up before continuing.
  1. 14 5月, 1999 11 次提交
  2. 13 5月, 1999 12 次提交
  3. 12 5月, 1999 5 次提交
  4. 11 5月, 1999 10 次提交
  5. 10 5月, 1999 2 次提交
    • B
      Changed a comment. · 1c3e0a19
      Bodo Möller 提交于
      Submitted by:
      Reviewed by:
      PR:
      1c3e0a19
    • B
      The various character predicates (isspace and the like) may not be · 84a370a4
      Bodo Möller 提交于
      used with negative char values, so I've added casts to unsigned char.
      Maybe what really should be done is change all those arrays and
      pointers to type unsigned char [] or unsigned char *, respectively;
      but using plain char with those predicates is just wrong, so something
      had to be done.
      Submitted by:
      Reviewed by:
      PR:
      84a370a4