[前][次][番号順一覧][上]

ruby-changes:58901-59000

  58901 2019-11-25 09:19 [ko1@a...            ] ce50af21af (master): Fix the docs for Proc#>>.
  58902 2019-11-25 09:21 [ko1@a...            ] 9af52c0d09 (master): lldb_cruby.py: fixed dump of embedded RArray
  58903 2019-11-25 10:47 [ko1@a...            ] a5f0d1d715 (master): Remove duplicated line in NEWS [ci skip]
  58904 2019-11-25 10:54 [ko1@a...            ] 714a0cefc1 (master): Fix a typo [ci skip]
  58905 2019-11-25 12:11 [ko1@a...            ] 5c6235a83c (master): Set TRUE/FALSE to `bool ruby_tz_uptodate_p` instead of 1/FALSE
  58906 2019-11-25 14:11 [ko1@a...            ] e27acb6148 (master): add fast path for argc==0.
  58907 2019-11-25 15:09 [ko1@a...            ] 09e76e9828 (master): Improve consistency of bool/true/false
  58908 2019-11-25 16:54 [ko1@a...            ] 86461fc28c (master): lldb_cruby.py: improved dump of Symbol
  58909 2019-11-25 18:47 [ko1@a...            ] 26625bc33c (master): [ripper] Quoted label without expression must be a local variable
  58910 2019-11-26 11:46 [ko1@a...            ] 7bd7a013b1 (master): Fix `$(RMALL) -r` on Windows
  58911 2019-11-26 11:46 [ko1@a...            ] 307e899d78 (master): * 2019-11-26 [ci skip]
  58912 2019-11-26 16:23 [ko1@a...            ] 5a6e3e7552 (master): Add `--with-openssl-dir` to windows on GitHub Actions
  58913 2019-11-26 18:18 [ko1@a...            ] 958641d991 (master): Suggest an alternative to suppress the irb warning
  58914 2019-11-26 18:21 [ko1@a...            ] 1fe31737d8 (master): Slightly fix the warning message [ci skip]
  58915 2019-11-26 18:26 [ko1@a...            ] 82525fcce1 (master): Add sync task for ruby/openssl
  58916 2019-11-26 19:23 [ko1@a...            ] 8b20829396 (master): Remove an unnecessary variable
  58917 2019-11-26 21:51 [ko1@a...            ] 7db719c516 (master): Write rbinc files to the source directory
  58918 2019-11-26 23:09 [ko1@a...            ] 22dfd14c17 (master): Hoisted out `push_pvtbl`/`pop_pvtbl`
  58919 2019-11-26 23:09 [ko1@a...            ] 265b5382b2 (master): Allow `$10` and more in the Ripper DSL
  58920 2019-11-26 23:09 [ko1@a...            ] 497f13aea6 (master): Wrap `p_kw` in an array at `p_kwarg`
  58921 2019-11-26 23:45 [ko1@a...            ] 9e01fcd0cb (master): [ripper] Fixed unique key check in pattern matching
  58922 2019-11-27 03:57 [ko1@a...            ] a3e6f52c17 (master): rename __builtin_inline!(code) and introduce others.
  58923 2019-11-27 03:57 [ko1@a...            ] 177bc652a8 (master): * 2019-11-27 [ci skip]
  58924 2019-11-27 21:38 [ko1@a...            ] 6f27fa4f7d (master): prefer class_serial over m_tbl
  58925 2019-11-28 03:03 [ko1@a...            ] 299a13612e (master): Don't modify rest array when using ruby2_keywords
  58926 2019-11-28 03:04 [ko1@a...            ] cdcaf04112 (master): * 2019-11-28 [ci skip]
  58927 2019-11-28 05:33 [ko1@a...            ] 416cccc6ec (master): Drop windows-2016 on GitHub Actions
  58928 2019-11-28 08:15 [ko1@a...            ] f9debf3437 (master): Update documentation for ruby2_keywords [ci skip]
  58929 2019-11-28 08:26 [ko1@a...            ] 2d0a1a1869 (master): Fix ghost method line no
  58930 2019-11-28 09:34 [ko1@a...            ] 7769975c3c (master): Remove two removed constants
  58931 2019-11-28 09:34 [ko1@a...            ] abe8fb49f0 (master): Delete newline when C-k on emacs mode at EOL
  58932 2019-11-28 10:54 [ko1@a...            ] c688026455 (master): Suppress strict-aliasing warning by x86_64-w64-mingw32-gcc 7.4.0
  58933 2019-11-28 13:24 [ko1@a...            ] 18953416de (master): Fix documentation of `MonitorMixin#new_cond` [ci skip] (#2707)
  58934 2019-11-28 13:50 [ko1@a...            ] 8b4ee5d6ba (master): Raise `NoMatchingPatternError` when expr `in` pat doesn't match
  58935 2019-11-28 15:24 [ko1@a...            ] 7d75e94ea9 (master): Fix regexp to complete complex literal
  58936 2019-11-28 15:33 [ko1@a...            ] 4325f08086 (master): Add require "irb" to test/irb/test_completion.rb
  58937 2019-11-28 19:57 [ko1@a...            ] a0579f3606 (master): Make prepending a refined module after inclusion not break refinements
  58938 2019-11-28 19:57 [ko1@a...            ] 5069c5f521 (master): Honor refinements for modules that prepend other modules
  58939 2019-11-28 19:58 [ko1@a...            ] f0a5a07fa5 (master): Removed unused variable [Bug #16242]
  58940 2019-11-28 21:32 [ko1@a...            ] 2fa3b4565a (master): Merged common statements [Bug #16242]
  58941 2019-11-28 21:47 [ko1@a...            ] 0b453e2a55 (master): Get rid of inadvertent label [ci skip]
  58942 2019-11-29 03:11 [ko1@a...            ] dd723771c1 (master): fastpath for ivar read of FL_EXIVAR objects.
  58943 2019-11-29 03:11 [ko1@a...            ] d104ebf2c4 (master): * remove trailing spaces. [ci skip]
  58944 2019-11-29 03:11 [ko1@a...            ] e5705c351c (master): * 2019-11-29 [ci skip]
  58945 2019-11-29 03:49 [ko1@a...            ] 6b460a7948 (master): export func for MJIT
  58946 2019-11-29 04:19 [ko1@a...            ] f38b6d197f (master): Revert "export for MJIT"
  58947 2019-11-29 05:19 [ko1@a...            ] e4e41840ad (master): Revert "* remove trailing spaces. [ci skip]"
  58948 2019-11-29 05:44 [ko1@a...            ] 2e6f1cf8b2 (master): export for MJIT    
  58949 2019-11-29 05:44 [ko1@a...            ] 27d0d7c0d3 (master): * remove trailing spaces. [ci skip]
  58950 2019-11-29 10:42 [ko1@a...            ] 98006cea4f (master): Add dependency on bundled yaml.h when using
  58951 2019-11-29 11:09 [ko1@a...            ] a593186a02 (master): Nmake needs `VPATH`
  58952 2019-11-29 11:23 [ko1@a...            ] ba1cb388a9 (master): Fixed the position in NEWS [Feature #16348]
  58953 2019-11-29 11:23 [ko1@a...            ] f83bebdf7a (master): Skip useless test  
  58954 2019-11-29 11:49 [ko1@a...            ] 5ad32d5504 (master): `LoadError` is not a subclass of `StandardError`
  58955 2019-11-29 17:07 [ko1@a...            ] 3a87826d0c (master): vm_method.c: add top-level ruby2_keywords
  58956 2019-11-29 17:32 [ko1@a...            ] 191ce5344e (master): Reduce duplicated warnings for the change of Ruby 3 keyword arguments
  58957 2019-11-29 17:35 [ko1@a...            ] bbbe481dc3 (master): Add SECURITY.md [ci skip]
  58958 2019-11-29 17:39 [ko1@a...            ] c4686b9235 (master): Revert "Treat :@1, :@@1, @1, and @@1 correctly to check termination"
  58959 2019-11-29 18:24 [ko1@a...            ] 36da0b3da1 (master): check interrupts at each frame pop timing.
  58960 2019-11-30 00:21 [ko1@a...            ] d1ef4fd08e (master): Make single line pattern matching void expression
  58961 2019-11-30 00:21 [ko1@a...            ] 8a1f313e2e (master): * 2019-11-30 [ci skip]
  58962 2019-11-30 03:32 [ko1@a...            ] 0c273b2279 (master): Supress class variable overtaken warning when original modules are the same
  58963 2019-11-30 08:00 [ko1@a...            ] 04511b994e (master): Remove re-define embedded error classes and extract argument on custom error classes
  58964 2019-11-30 08:01 [ko1@a...            ] d82c541ae4 (master): Use simple exception classes instead of e2mmap
  58965 2019-11-30 08:01 [ko1@a...            ] 5044260dcd (master): replace raise method from e2mmap on Scalar class
  58966 2019-11-30 08:39 [ko1@a...            ] c50d30f659 (master): Simplified ErrDimensionMismatch class
  58967 2019-11-30 09:19 [ko1@a...            ] 2f66c443d7 (master): Support argument for ErrNotRegular
  58968 2019-11-30 10:29 [ko1@a...            ] f47f2076fe (master): Retire to maintain e2mmap on ruby core
  58969 2019-11-30 10:29 [ko1@a...            ] 9b950310be (master): raise method accepts 3 argument with exception class
  58970 2019-11-30 11:24 [ko1@a...            ] f8cc05dec3 (master): Use @eof variable for ReidlineInputMethod#eof?
  58971 2019-11-30 11:39 [ko1@a...            ] 0b1b2f2442 (master): Remove e2mmap from sync_default_gems.rb
  58972 2019-11-30 11:39 [ko1@a...            ] 0c59bfae0a (master): Also replace E2MM to standard exception class
  58973 2019-11-30 12:49 [ko1@a...            ] 0950ef9a9a (master): Remove e2mmap entries from docs
  58974 2019-11-30 12:49 [ko1@a...            ] c1059e99d3 (master): Support existence usecase for the custom exception classes
  58975 2019-11-30 14:49 [ko1@a...            ] 80705e2c4f (master): Add to support the single commit for sync_default_gems.rb
  58976 2019-11-30 14:49 [ko1@a...            ] e764dff364 (master): [ruby/date] Bump version to 3.0.0
  58977 2019-11-30 15:40 [ko1@a...            ] af4b3f16ce (master): [ruby/stringio] Bump version to 0.1.0
  58978 2019-11-30 15:40 [ko1@a...            ] 990025cf60 (master): [ruby/stringio] RbConfig::LIMITS only provide after Ruby 2.5
  58979 2019-11-30 15:54 [ko1@a...            ] 9fa0166a58 (master): [ruby/forwardable] Fix keyword argument separation warnings on Ruby 2.7+
  58980 2019-11-30 16:20 [ko1@a...            ] 856f9990a9 (master): [ruby/forwardable] Bump version to 1.3.0
  58981 2019-11-30 16:54 [ko1@a...            ] c064018a75 (master): Make extract-gems only if test_task is check
  58982 2019-11-30 17:37 [ko1@a...            ] 0a7d26bea1 (master): [ruby/fileutils] Remove version.rb
  58983 2019-11-30 17:53 [ko1@a...            ] f7cf5416e4 (master): [ruby/webrick] Document HTTPResponse#body callable option
  58984 2019-11-30 18:19 [ko1@a...            ] 08c866d528 (master): [ruby/fileutils] Bump version to 1.4.1
  58985 2019-11-30 18:49 [ko1@a...            ] 06b9b78e21 (master): [ruby/dbm] Bump version to 1.1.0
  58986 2019-11-30 19:29 [ko1@a...            ] 56567c7648 (master): [ruby/etc] Bump version to 1.1.0
  58987 2019-11-30 19:54 [ko1@a...            ] 32e547954f (master): Revert "[ruby/fileutils] Fix #install with "X" mode option"
  58988 2019-11-30 20:20 [ko1@a...            ] a98632d5c2 (master): [ruby/webrick] Enabled chunked encoding if Transfer-Encoding: chunked header is set
  58989 2019-11-30 20:49 [ko1@a...            ] b94d06096b (master): [ruby/zlib] Bump version to 1.1.0
  58990 2019-11-30 21:30 [ko1@a...            ] c75100d004 (master): [ruby/webrick] Allow WEBrick::HTTPServlet::CGIHandler :CGIInterpreter option to be array
  58991 2019-11-30 21:59 [ko1@a...            ] 7ebcee6b76 (master): [ruby/gdbm] Bump version to 2.1.0
  58992 2019-11-30 22:25 [ko1@a...            ] aab74fc938 (master): [ruby/fileutils] Added `test_install_mode_option`
  58993 2019-11-30 23:14 [ko1@a...            ] bb3542cc6b (master): Add update-gems before extract-gems
  58994 2019-11-30 23:34 [ko1@a...            ] eab88d20ea (master): [ruby/fileutils] Fix #install with "X" mode option
  58995 2019-11-30 23:50 [ko1@a...            ] 5e9f08647c (master): [ruby/webrick] Check the feature by itself, instead of the version number
  58996 2019-12-01 00:25 [ko1@a...            ] 2eb4afb10b (master): Add extract-gems to GitHub Actions CI
  58997 2019-12-01 00:49 [ko1@a...            ] cf14592872 (master): [ruby/readline-ext] Prepare to gem release
  58998 2019-12-01 01:55 [ko1@a...            ] 3b9e1c0b2e (master): Move gemspec of fileutils under the toplevel of lib directory.
  59000 2019-12-01 02:24 [ko1@a...            ] 5e0479f26a (master): ENV.update should not call block on existing keys

[前][次][番号順一覧][上]