1. 26 5月, 2023 1 次提交
  2. 12 4月, 2023 2 次提交
  3. 10 8月, 2021 1 次提交
  4. 27 2月, 2020 1 次提交
  5. 28 9月, 2019 1 次提交
  6. 13 10月, 2017 1 次提交
  7. 18 5月, 2016 1 次提交
  8. 27 1月, 2016 1 次提交
    • R
      Remove /* foo.c */ comments · 34980760
      Rich Salz 提交于
      This was done by the following
              find . -name '*.[ch]' | /tmp/pl
      where /tmp/pl is the following three-line script:
              print unless $. == 1 && m@/\* .*\.[ch] \*/@;
              close ARGV if eof; # Close file to reset $.
      
      And then some hand-editing of other files.
      Reviewed-by: NViktor Dukhovni <viktor@openssl.org>
      34980760
  9. 11 8月, 2015 1 次提交
  10. 22 1月, 2015 1 次提交
  11. 06 1月, 2015 1 次提交
  12. 21 1月, 2007 1 次提交
  13. 03 6月, 2000 1 次提交
  14. 24 4月, 1999 1 次提交
  15. 20 4月, 1999 1 次提交
  16. 18 4月, 1999 1 次提交
  17. 22 3月, 1999 1 次提交
  18. 31 12月, 1998 1 次提交
    • R
      Fix version stuff: · 9cb0969f
      Ralf S. Engelschall 提交于
      1. The already released version was 0.9.1c and not 0.9.1b
      
      2. The next release should be 0.9.2 and not 0.9.1d, because
         first the changes are already too large, second we should avoid any more
         0.9.1x confusions and third, the Apache version semantics of
         VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here
         .2 is already just a patchlevel and not major change).
      tVS: ----------------------------------------------------------------------
      9cb0969f
  19. 23 12月, 1998 2 次提交
  20. 22 12月, 1998 1 次提交
  21. 21 12月, 1998 3 次提交