Age | Commit message (Expand) | Author |
---|
2023-11-13 | Revert "Revert "Remove SHAPE_CAPACITY_CHANGE shapes"" | Peter Zhu |
2023-11-13 | Record more info from CALLCACHE in heap dumps | John Hawthorn |
2023-11-13 | GVL Instrumentation: pass thread->self as part of event data | Jean Boussier |
2023-11-10 | Revert "Remove SHAPE_CAPACITY_CHANGE shapes" | Peter Zhu |
2023-11-10 | [ruby/io-console] bump up to 0.6.1.dev.1 | Nobuyoshi Nakada |
2023-11-10 | [ruby/io-console] Include FFI version version.rb | Nobuyoshi Nakada |
2023-11-10 | [ruby/io-console] Define IO::ConsoleMode::VERSION from gemspec | Nobuyoshi Nakada |
2023-11-10 | [ruby/io-console] Update file list in gemspec | Nobuyoshi Nakada |
2023-11-09 | Remove SHAPE_CAPACITY_CHANGE shapes | Peter Zhu |
2023-11-09 | [ruby/digest] Suppress implicit cast down warnings | Nobuyoshi Nakada |
2023-11-08 | [ruby/stringio] Development of 3.1.0 started. | Sutou Kouhei |
2023-11-08 | [ruby/stringio] Add missing row separator encoding conversion | Sutou Kouhei |
2023-11-08 | [ruby/strscan] Bump version | Sutou Kouhei |
2023-11-08 | [ruby/fiddle] Remove garbage | Sutou Kouhei |
2023-11-08 | [ruby/fiddle] Include stdbool.h explicitly for old Ruby | Sutou Kouhei |
2023-11-08 | [ruby/fiddle] Use Ruby's true/false for C bool | Sutou Kouhei |
2023-11-08 | [flori/json] Enhanced RDoc for Range extensions | BurdetteLamar |
2023-11-08 | String for string literal is not resizable | Nobuyoshi Nakada |
2023-11-07 | [ruby/cgi] Add snake case aliases for escapeURIComponent | Jean Boussier |
2023-11-07 | [ruby/zlib] Bump up 3.1.0 | Hiroshi SHIBATA |
2023-11-07 | [ruby/zlib] Support Ruby 2.5+ again | Hiroshi SHIBATA |
2023-11-07 | [ruby/pathname] Bump up 0.3.0 | Hiroshi SHIBATA |
2023-11-07 | [ruby/fcntl] Bump up 1.1.0 | Hiroshi SHIBATA |
2023-11-07 | [ruby/win32ole] Bump up 1.8.10 | Hiroshi SHIBATA |
2023-11-07 | [ruby/bigdecimal] fixed docs for .scale | Tim Kretschmer |
2023-11-07 | [ruby/bigdecimal] Update doc for bigdecimal/util | Koichi ITO |
2023-11-07 | [ruby/date] Bump up 3.3.4 | Hiroshi SHIBATA |
2023-11-07 | Prevent cpu_set_t overflow even if there are more than 63 cores | Yusuke Endoh |
2023-11-07 | Fix a memory | Yusuke Endoh |
2023-11-07 | Use pthread_attr_setaffinity_np instead of pthread_setaffinity_np | Yusuke Endoh |
2023-11-07 | Detach a pthread after pthread_setaffinity_np | Yusuke Endoh |
2023-11-07 | Revert "Do not use pthread_setaffinity_np on s390x" | Yusuke Endoh |
2023-11-05 | [ruby/etc] Fix inconsistent dll linkage warning | Nobuyoshi Nakada |
2023-11-04 | [ruby/stringio] Make STRINGIO_VERSION uniform | Nobuyoshi Nakada |
2023-11-04 | [ruby/stringio] Move Java version to Java directory | Nobuyoshi Nakada |
2023-11-02 | Make every initial size pool shape a root shape | Peter Zhu |
2023-10-31 | [Feature #10602] Add new API rb_profile_thread_frames() | Daisuke Aritomo |
2023-10-29 | [ruby/etc] Start 1.4.3 | Nobuyoshi Nakada |
2023-10-26 | [ruby/zlib] Check for z_size_t along with {crc,adler}32_z in | KJ Tsanaktsidis |
2023-10-26 | [ruby/zlib] Fix misdetection of {crc32,alder32}_z in cloudflare zlib fork | KJ Tsanaktsidis |
2023-10-25 | Do not use pthread_setaffinity_np on s390x | Yusuke Endoh |
2023-10-24 | rb_getaddrinfo should return EAI_AGAIN instead of EAGAIN | Yusuke Endoh |
2023-10-24 | Indent critical regions with blocks | Yusuke Endoh |
2023-10-24 | Do not use pthread on mingw | Yusuke Endoh |
2023-10-24 | Make rb_getnameinfo interruptible | Yusuke Endoh |
2023-10-24 | Make rb_getaddrinfo interruptible | Yusuke Endoh |
2023-10-24 | Expand macro branches to make them plain | Yusuke Endoh |
2023-10-24 | Refactor GETADDRINFO_IMPL instead of GETADDRINFO_EMU | Yusuke Endoh |
2023-10-24 | refactor a call to getaddrinfo | Yusuke Endoh |
2023-10-23 | [ruby/io-nonblock] Don't define nonblock methods if they are defined by core. | Samuel Williams |