1. 13 5月, 1999 1 次提交
    • U
      VMS support. · 7d7d2cbc
      Ulf Möller 提交于
      Submitted by: Richard Levitte <richard@levitte.org>
      7d7d2cbc
  2. 12 5月, 1999 1 次提交
  3. 11 5月, 1999 2 次提交
  4. 10 5月, 1999 4 次提交
  5. 08 5月, 1999 1 次提交
  6. 07 5月, 1999 2 次提交
  7. 06 5月, 1999 1 次提交
  8. 05 5月, 1999 2 次提交
  9. 04 5月, 1999 5 次提交
  10. 02 5月, 1999 2 次提交
  11. 01 5月, 1999 3 次提交
  12. 30 4月, 1999 3 次提交
  13. 29 4月, 1999 3 次提交
  14. 27 4月, 1999 3 次提交
  15. 26 4月, 1999 1 次提交
  16. 25 4月, 1999 2 次提交
  17. 24 4月, 1999 4 次提交
    • D
      Delete the unnecessary ERR and ERRC lines in makefiles, add some functionality · 6e781e8e
      Dr. Stephen Henson 提交于
      to error code script: it can now find untranslatable function codes (usually
      because the function is static and not defined in a header: occasionally because
      of a typo...) and unreferenced function and reason codes. To see this try:
      perl util/mkerr.pl -recurse -debug
      Also fixed some typos in crypto/pkcs12 that this found :-)
      Also tidy up some error calls that had to be all on one line: the old error
      script couldn't find codes unless the call was all on one line.
      6e781e8e
    • D
      Complete rewrite of the error code generation script. It now runs as a single · 6d311938
      Dr. Stephen Henson 提交于
      script, translates function codes better and doesn't need the K&R function
      prototypes to work (NB. the K&R prototypes can't be wiped just yet: they are
      still needed by the DEF generator...). I also ran the script with the -rewrite
      option to update all the header and source files.
      6d311938
    • B
      · 018b4ee9
      Bodo Möller 提交于
      Submitted by:
      Reviewed by:
      PR:
      018b4ee9
    • B
      · 92df9607
      Bodo Möller 提交于
      Submitted by:
      Reviewed by:
      PR:
      92df9607