1. 27 8月, 2020 2 次提交
  2. 11 5月, 2020 2 次提交
  3. 08 4月, 2020 2 次提交
  4. 10 3月, 2020 1 次提交
  5. 12 10月, 2019 1 次提交
  6. 23 8月, 2019 2 次提交
  7. 21 8月, 2019 3 次提交
  8. 14 7月, 2019 1 次提交
  9. 14 2月, 2019 1 次提交
  10. 11 2月, 2019 1 次提交
  11. 08 2月, 2019 1 次提交
  12. 16 2月, 2018 1 次提交
  13. 19 12月, 2017 1 次提交
  14. 16 8月, 2017 1 次提交
  15. 18 7月, 2017 1 次提交
  16. 20 10月, 2016 3 次提交
  17. 30 8月, 2016 1 次提交
  18. 29 7月, 2016 1 次提交
  19. 06 7月, 2016 2 次提交
    • N
      Update dependencies · 64fea274
      nobu 提交于
      * common.mk (compile.o, loadpath.o): update dependencies.
      
      * common.mk (vm_call.o): remove stale object dependencies.
      
      git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
      64fea274
    • N
      Local header dependencies · 1bdc1a55
      nobu 提交于
      * lib/mkmf.rb (create_makefile): store $headers in LOCAL_HDRS for
        depend files.
      * ext/digest/digest_conf.rb (digest_conf): add implementation
        specific headers to $header.
      * ext/digest/{md5,rmd160,sha1,sha2}/depend: add LOCAL_HDRS to the
        dependencies.
      
      git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
      1bdc1a55
  20. 28 6月, 2016 1 次提交
  21. 11 4月, 2016 1 次提交
  22. 16 12月, 2015 1 次提交
    • N
      handle ext/ as r53141 · c4fdfabc
      naruse 提交于
      g -L frozen_string_literal ext/**/*.rb|xargs ruby -Ka -e'ARGV.each{|fn|puts
      fn;open(fn,"r+"){|f|s=f.read.sub(/\A(#!.*\n)?(#.*coding.*\n)?/,"\\&#
      frozen_string_literal: false\n");f.rewind;f.write s}}'
      
      git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
      c4fdfabc
  23. 26 11月, 2015 1 次提交
  24. 21 11月, 2015 2 次提交
  25. 21 5月, 2015 1 次提交
  26. 16 5月, 2015 1 次提交
    • N
      allocate structs with wrapper · 6fb9349d
      nobu 提交于
      * parse.y (rb_parser_new, ripper_s_allocate): allocate structs
        with making new wrapper objects and get rid of potential memory
        leak.
      
      * variable.c (rb_autoload): ditto.
      
      * ext/digest/digest.c (rb_digest_base_alloc): ditto.
      
      * ext/strscan/strscan.c (strscan_s_allocate): ditto.
      
      git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
      6fb9349d
  27. 15 4月, 2015 1 次提交
  28. 11 2月, 2015 3 次提交