[前][次][番号順一覧][上]
ruby-changes:70901-71000
70901 2022-01-16 21:35 [ko1@a... ] 56b45e8c8e (master): Let testunit use omit or pend instead of skip
70902 2022-01-16 22:09 [ko1@a... ] f94a2adf6a (master): [ruby/reline] Clear dialog when adding new line to end of buffer
70903 2022-01-16 22:09 [ko1@a... ] d1e078e71c (master): [ruby/reline] Add a wait for a test because sometimes fails
70904 2022-01-16 22:09 [ko1@a... ] 2bc6b07a8d (master): [ruby/reline] Combine common logic into one
70905 2022-01-16 22:09 [ko1@a... ] 921ff739df (master): [ruby/reline] Insert newline in the middle of buffer just after dialog
70906 2022-01-16 22:09 [ko1@a... ] f5e3913737 (master): [ruby/reline] Fix incremental search to work correctly even if not last line
70907 2022-01-16 22:09 [ko1@a... ] 1550756849 (master): [ruby/reline] Use "Bundler.require" to load Gemfile.lock in multiline_repl
70908 2022-01-16 22:43 [ko1@a... ] 4cd6fd338f (master): Weakmap failure is still pending
70909 2022-01-16 23:47 [ko1@a... ] 2dff82bfca (master): `O_NONBLOCK` is not always a preprocessor constant on all platforms
70910 2022-01-17 00:26 [ko1@a... ] 28fad7764e (master): Tweak IO documentation for `IO.write('|cmd')` and so on [ci skip]
70911 2022-01-17 00:26 [ko1@a... ] 825e2ffb9f (master): * 2022-01-17 [ci skip]
70912 2022-01-17 01:56 [ko1@a... ] ab11cafe0b (master): Parenthesize the macro argument
70913 2022-01-23 01:02 [ko1@a... ] 355bc37196 (master): Reuse the default `AC_LANG_PROGRAM(C)` definition
70914 2022-01-23 01:02 [ko1@a... ] ab1aa90c32 (master): * 2022-01-23 [ci skip]
70915 2022-01-20 01:05 [ko1@a... ] 7353f950c3 (master): [rubygems/rubygems] Change generated namespaced test class name in minitest
70916 2022-01-20 01:05 [ko1@a... ] 26e0450ba9 (master): [rubygems/rubygems] Add spec to class name definition in newgem spec
70917 2022-01-19 11:19 [ko1@a... ] 50f1468bfd (master): [wasm] include/ruby/io.h: define RB_WAITFD_PRI by ourselves for wasi
70919 2022-01-21 12:23 [ko1@a... ] 3fea4f9d8c (master): [ruby/etc] Move development dependencies to Gemfile
70920 2022-01-21 12:23 [ko1@a... ] 563d0fdada (master): [ruby/etc] Derive extra_rdoc_files from files
70921 2022-01-19 21:54 [ko1@a... ] d650b17686 (master): `rb_fiber_terminate` must not return [Bug #18497]
70922 2022-01-18 22:57 [ko1@a... ] 54568c949b (master): Fix a link [ci skip]
70923 2022-01-19 13:15 [ko1@a... ] 68e821c3e5 (master): test/ruby/test_assignment.rb: Prevent a warning
70924 2022-01-19 13:38 [ko1@a... ] 8f3e29c849 (master): Fix format size qualifier on IL32P64
70925 2022-01-18 15:57 [ko1@a... ] 3fb1f411ed (master): [ruby/irb] require_relative can't be used for default gems' exe files
70926 2022-01-19 11:19 [ko1@a... ] 8a50a6b6f9 (master): [wasm] configure.ac: disable stack-protector
70927 2022-01-19 11:21 [ko1@a... ] f04954d95c (master): [rubygems/rubygems] Normalize end alignment style with Bundler
70928 2022-01-19 11:19 [ko1@a... ] a4b73f1ba8 (master): [wasm] add coroutine/asyncify implementation
70929 2022-01-19 11:21 [ko1@a... ] 39c36a5cf4 (master): [rubygems/rubygems] Fix skipped spec on Windows
70930 2022-01-18 05:39 [ko1@a... ] eb98275c96 (master): * 2022-01-18 [ci skip]
70931 2022-01-18 19:08 [ko1@a... ] 6729258839 (master): include/ruby/win32.h: define HAVE_X for the missing prototypes (#5456)
70932 2022-01-19 11:19 [ko1@a... ] 4f579ecfce (master): [wasm] wasm/README.md: write a brief instruction to cross build
70933 2022-01-19 14:47 [ko1@a... ] 5646f4b67b (master): Fix a missing comma
70934 2022-01-19 11:19 [ko1@a... ] bf1c4d254b (master): [wasm] gc.c: scan wasm locals and c stack to mark living objects
70935 2022-01-19 11:19 [ko1@a... ] 3794ef6f01 (master): configure.ac: stop overwriting cc wrapper by darwin-cc everytime
70936 2022-01-18 21:25 [ko1@a... ] ab85c5e979 (master): [DOC] Enhanced RDoc for io.c (#5451)
70937 2022-01-19 11:19 [ko1@a... ] f72f01abd8 (master): [wasm] add unit test suite for fiber, register scan, sjlj in platform dir
70938 2022-01-20 06:45 [ko1@a... ] ec5bde1a80 (master): [rubygems/rubygems] Restrict `flock` to Windows
70939 2022-01-19 11:21 [ko1@a... ] e7249294fb (master): [rubygems/rubygems] Fix regression with old marshaled specs having null required_rubygems_version
70940 2022-01-19 11:19 [ko1@a... ] e7fb1fa041 (master): [wasm] gc.c: disable read signal barrier for wasi
70941 2022-01-22 07:35 [ko1@a... ] fc6fd4c31e (master): Accurately report VM memsize
70942 2022-01-20 01:05 [ko1@a... ] 4e955b2e37 (master): [rubygems/rubygems] Create minitest file to underscored path in "bundle gem" command
70943 2022-01-19 11:19 [ko1@a... ] e41b121e94 (master): [wasm] configure.ac: setup platform specific libraries
70944 2022-01-21 12:23 [ko1@a... ] a15c50d6a1 (master): * 2022-01-21 [ci skip]
70945 2022-01-19 04:54 [ko1@a... ] e7b4abf384 (master): Don't assume __builtin_bswap32 and __builtin_bswap64 are defined on OpenBSD
70946 2022-01-19 11:19 [ko1@a... ] a892e5599e (master): * expand tabs. [ci skip]
70947 2022-01-20 01:05 [ko1@a... ] 4451313252 (master): [rubygems/rubygems] Update generated minitest file style
70948 2022-01-19 11:19 [ko1@a... ] d6d52a7d04 (master): thread.c: put platform specific part in each impl file
70949 2022-01-19 13:20 [ko1@a... ] 8c21701968 (master): include/ruby/io.h: use 0 as POLLPRI when no support for it
70950 2022-01-19 11:19 [ko1@a... ] be1382b498 (master): ruby.c: initialize extra optional extensions linked statically
70951 2022-01-19 11:19 [ko1@a... ] 420622b5a7 (master): [wasm] add no thread variant for freestanding environment
70952 2022-01-22 07:35 [ko1@a... ] b815a0bd75 (master): * 2022-01-22 [ci skip]
70953 2022-01-19 23:17 [ko1@a... ] 308fe1eb85 (master): Do not create core file if it is intentional abort
70955 2022-01-19 11:19 [ko1@a... ] bb2228817f (master): [wasm] configure.ac: disable mjit on wasi by default
70956 2022-01-19 21:54 [ko1@a... ] 5c7af72304 (master): Assuming EXIT_SUCCESS equals 0 is not portable
70957 2022-01-19 04:45 [ko1@a... ] 09ed5aa806 (master): * 2022-01-19 [ci skip]
70958 2022-01-18 23:52 [ko1@a... ] ffda21b7ba (master): [Feature #18491] Drop support for HP-UX
70959 2022-01-20 10:05 [ko1@a... ] eba90bc034 (master): Fix warnings
70960 2022-01-20 06:45 [ko1@a... ] 2b7025e680 (master): [rubygems/rubygems] Rename `Gem.open_with_flock` to `Gem.open_file`
70961 2022-01-20 15:28 [ko1@a... ] 59a91f229b (master): Mark `rb_clear_constant_cache` as internal use only
70962 2022-01-21 17:39 [ko1@a... ] 5e3a320218 (master): respect `--quiet` option for btest
70963 2022-01-19 15:56 [ko1@a... ] 0350c179ea (master): [rubygems/rubygems] Don't pass regexp to `Gem::Dependeny.new` from list, search, and query commands
70964 2022-01-20 13:19 [ko1@a... ] 82b0a9004c (master): [wasm] skip pull-requests labeled as Documentation [ci skip]
70965 2022-01-20 10:39 [ko1@a... ] ef2cf9245c (master): [ruby/psych] Remove alias of load to unsafe_load
70966 2022-01-19 23:55 [ko1@a... ] 5c4734d1ef (master): Refactor dln_load into dln_open and dln_sym
70967 2022-01-18 05:39 [ko1@a... ] c0d18a1aa2 (master): [ruby/erb] Revert "Remove safe_level and further positional arguments (https://github.com/ruby/erb/pull/7)"
70968 2022-01-21 12:23 [ko1@a... ] 542bd9b408 (master): [ruby/etc] Exclude change logs for pre 1.0
70969 2022-01-20 01:05 [ko1@a... ] 45e065ca8f (master): * 2022-01-20 [ci skip]
70970 2022-01-19 15:38 [ko1@a... ] e4f8d5b2f5 (master): .github/workflows: BASERUBY check for Ruby 3.1
70971 2022-01-19 11:19 [ko1@a... ] 23de01c7aa (master): [wasm] eval_inter.h gc.c vm_core.h: include wasm/setjmp.h instead of sysroot header
70972 2022-01-19 11:19 [ko1@a... ] 7ee786388a (master): [wasm] wasm/missing.{c, h}: add missing libc stubs for wasi-libc
70973 2022-01-22 20:14 [ko1@a... ] ad150a1459 (master): Override `AC_C_PROGRAM` on old autoconf
70974 2022-01-22 20:10 [ko1@a... ] 2c25427496 (master): GCC provides -Wdiv-by-zero
70975 2022-01-19 11:19 [ko1@a... ] 9033ac3e2c (master): dir.c: ignore ENOTCAPABLE while glob similar to EACCES
70976 2022-01-19 11:19 [ko1@a... ] dd99ee1f7d (master): [wasm] bootstraptest, basictest: disable backquote literal tests
70977 2022-01-19 15:01 [ko1@a... ] d22511fd75 (master): Merge rubygems/rubygems HEAD.
70978 2022-01-22 10:01 [ko1@a... ] c1a6ff046d (master): [ruby/psych] Add strict_integer option to parse numbers with commas as strings
70980 2022-01-19 12:04 [ko1@a... ] 2f0f56bdca (master): [DOC] Enhanced Process.groups related
70981 2022-01-19 17:52 [ko1@a... ] 528344b8de (master): include/ruby/win32.h: explicitly define HAVE_SHUTDOWN
70982 2022-01-19 15:56 [ko1@a... ] 0dd8c6157d (master): [rubygems/rubygems] Don't pass regexp to `Gem::Dependency.new` during `gem dependency`
70983 2022-01-19 11:19 [ko1@a... ] d015b0c928 (master): [wasm] add ci workflow .github/workflows/wasm.yml
70984 2022-01-19 15:56 [ko1@a... ] 1d530ae27a (master): [rubygems/rubygems] Remove dead method
70985 2022-01-19 23:17 [ko1@a... ] 374904b25f (master): remain `RUBY_ON_BUG` for child processes.
70986 2022-01-22 15:48 [ko1@a... ] c00e360bc0 (master): Fix error: old-style function definition
70987 2022-01-19 11:19 [ko1@a... ] df31fa4a51 (master): [wasm] configure.ac: don't require dup and dup2 only for wasi
70988 2022-01-23 21:57 [ko1@a... ] bb955096d8 (master): Fix a typo [ci skip]
70989 2022-01-24 07:00 [ko1@a... ] c155445752 (master): [ruby/reline] Ignore global constants when checking if Fiddle::VERSION exists
70990 2022-01-24 07:01 [ko1@a... ] 52caeb47e7 (master): * 2022-01-24 [ci skip]
70991 2022-01-24 10:17 [ko1@a... ] d77f2ff5b4 (master): [ruby/rdoc] Fix typo in RDoc::Task example
70992 2022-01-24 10:57 [ko1@a... ] 328e6bf3b3 (master): [ruby/bigdecimal] Version 3.1.2
70993 2022-01-24 10:57 [ko1@a... ] 7db195d521 (master): [ruby/bigdecimal] Fix the maximum precision of the quotient
70994 2022-01-24 10:57 [ko1@a... ] 506728d0b8 (master): [ruby/bigdecimal] Fix typo
70995 2022-01-24 10:57 [ko1@a... ] c6a19b77a2 (master): Update default gems list at 328e6bf3b3a167529e5c64a281e773 [ci skip]
70996 2022-01-24 12:12 [ko1@a... ] e7b573e576 (master): [ruby/io-wait] Document mandatory require for using io/wait methods
70997 2022-01-24 18:04 [ko1@a... ] 85502f3a51 (master): [ruby/io-wait] [DOC] Fix the return values [ci skip]
70998 2022-01-24 18:11 [ko1@a... ] 5de62fe37c (master): Fixed an missing percent in the batch file
70999 2022-01-24 23:21 [ko1@a... ] 663833b08f (master): [wasm] Disallow compaction
71000 2022-01-25 01:11 [ko1@a... ] 4317a6750d (master): [rubygems/rubygems] Forbid downgrading past the originally shipped version on Ruby 3.1
[前][次][番号順一覧][上]