1. 10 5月, 1999 1 次提交
    • 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
  2. 24 4月, 1999 1 次提交
  3. 20 4月, 1999 1 次提交
  4. 18 4月, 1999 1 次提交
  5. 21 12月, 1998 2 次提交