Age | Commit message (Expand) | Author |
---|
2024-12-17 | Fix constant documents (#12357) | Soutaro Matsumoto |
2023-12-07 | Free everything at shutdown | Adam Hess |
2023-10-27 | Adjust indent [ci skip] | Nobuyoshi Nakada |
2023-06-30 | Don't check for null pointer in calls to free | Peter Zhu |
2023-04-04 | [Feature #19579] Remove !USE_RVARGC code (#7655) | Peter Zhu |
2023-01-16 | [DOC] Use RDoc inclusions in transcode.c | Nobuyoshi Nakada |
2022-11-16 | Using UNDEF_P macro | S-H-GAMELINKS |
2022-09-10 | Using is_broken_string function | S-H-GAMELINKS |
2022-08-19 | Support Encoding::Converter newline: :lf and :lf_newline options | Jeremy Evans |
2022-08-18 | [Bug #18964] Update the code range of appended portion | Nobuyoshi Nakada |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2022-06-17 | Using is_ascii_string to check encoding | S-H-GAMELINKS |
2022-02-26 | [DOC] Place a non-US-ASCII document in a document-specific script | Nobuyoshi Nakada |
2022-02-25 | [DOC] Enhanced RDoc for some encoding methods (#5598) | Burdette Lamar |
2022-02-02 | Add `econv_get_encoding` function | S.H |
2021-10-25 | [Feature #18239] Implement VWA for strings | Peter Zhu |
2021-10-03 | Using NIL_P macro instead of `== Qnil` | S.H |
2021-10-02 | Make encoding loading not issue warning | Jeremy Evans |
2021-09-11 | Using SYMBOL_P macro | S-H-GAMELINKS |
2021-09-05 | Replace RBOOL macro | S-H-GAMELINKS |
2021-07-27 | Extracted repeatedly defined IDs | Nobuyoshi Nakada |
2021-07-27 | Don't redefine #rb_intern over and over again | Nobuyoshi Nakada |
2021-06-26 | Work around issue transcoding issue with non-ASCII compatible encodings and x... | Jeremy Evans |
2021-04-26 | Fix some typos by spell checker | Ryuta Kamizono |
2021-01-06 | fix result of example [ci skip] | Nobuhiro IMAI |
2020-12-22 | Data: delete | 卜部昌平 |
2020-12-03 | Update documentation for String#encode{,!} [ci skip] | Jeremy Evans |
2020-08-15 | RARRAY_AREF: convert into an inline function | 卜部昌平 |
2020-06-29 | make_econv_exception: do not goto into a branch | 卜部昌平 |
2020-05-11 | sed -i 's|ruby/impl|ruby/internal|' | 卜部昌平 |
2020-05-11 | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 |
2020-04-08 | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 |
2020-02-24 | Fixed symbol misused as ID | Nobuyoshi Nakada |
2020-02-07 | more on NULL versus functions. | 卜部昌平 |
2020-01-11 | Warn when :newline precedes other newline options | Nobuyoshi Nakada |
2019-12-26 | decouple internal.h headers | 卜部昌平 |
2019-11-18 | Deprecate taint/trust and related methods, and make the methods no-ops | Jeremy Evans |
2019-11-18 | Warn on access/modify of $SAFE, and remove effects of modifying $SAFE | Jeremy Evans |
2019-07-24 | transcode.c (rb_econv_open0): remove unused code | Yusuke Endoh |
2019-07-14 | transcode.c (rb_trans_conv): remove unnecessary assignments | Yusuke Endoh |
2018-12-06 | Prefer rb_check_arity when 0 or 1 arguments | nobu |
2018-11-01 | Fix call-seq of Encoding::Converter#putback [ci skip] | kazu |
2018-09-29 | * expand tabs. | svn |
2018-09-29 | transcode.c: add GC guard on raise | shirosaki |
2018-02-23 | [DOC] missing docs at toplevel | nobu |
2018-01-24 | ruby/ruby.h: remove unnecessary exports from C-API | normal |
2018-01-09 | internal.h: remove dependecy on ruby/encoding.h | nobu |
2017-12-28 | `$SAFE` as a process global state. [Feature #14250] | ko1 |
2016-08-16 | * lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407] | hsbt |
2016-05-27 | transcode.c: scrub in the given encoding | nobu |