1. 04 11月, 2016 1 次提交
  2. 18 5月, 2016 1 次提交
  3. 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
  4. 23 12月, 2015 1 次提交
  5. 07 9月, 2015 1 次提交
  6. 14 5月, 2015 1 次提交
  7. 04 5月, 2015 1 次提交
  8. 01 4月, 2015 1 次提交
  9. 22 1月, 2015 1 次提交
  10. 31 12月, 2014 1 次提交
  11. 25 9月, 2014 1 次提交
  12. 24 9月, 2014 2 次提交
  13. 28 8月, 2014 1 次提交