1. 14 3月, 2018 1 次提交
  2. 23 2月, 2018 4 次提交
  3. 08 12月, 2017 1 次提交
  4. 05 9月, 2017 1 次提交
  5. 30 8月, 2017 1 次提交
  6. 22 8月, 2017 1 次提交
    • P
      This has been added to avoid the situation where some host ctype.h functions · a1df06b3
      Pauli 提交于
      return true for characters > 127.  I.e. they are allowing extended ASCII
      characters through which then cause problems.  E.g. marking superscript '2' as
      a number then causes the common (ch - '0') conversion to number to fail
      miserably.  Likewise letters with diacritical marks can also cause problems.
      
      If a non-ASCII character set is being used (currently only EBCDIC), it is
      adjusted for.
      
      The implementation uses a single table with a bit for each of the defined
      classes.  These functions accept an int argument and fail for
      values out of range or for characters outside of the ASCII set.  They will
      work for both signed and unsigned character inputs.
      Reviewed-by: NAndy Polyakov <appro@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/4102)
      a1df06b3
  7. 30 7月, 2017 1 次提交
  8. 28 7月, 2017 1 次提交
  9. 16 7月, 2017 4 次提交
  10. 14 7月, 2017 2 次提交
  11. 06 7月, 2017 1 次提交
  12. 02 7月, 2017 1 次提交
  13. 30 6月, 2017 2 次提交
  14. 29 6月, 2017 8 次提交