aboutsummaryrefslogtreecommitdiffstats
path: root/transcode.c
Commit message (Expand)AuthorAgeFilesLines
* Free everything at shutdownAdam Hess2023-12-071-0/+22
* Adjust indent [ci skip]Nobuyoshi Nakada2023-10-271-1/+1
* Don't check for null pointer in calls to freePeter Zhu2023-06-301-2/+1
* [Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu2023-04-041-4/+1
* [DOC] Use RDoc inclusions in transcode.cNobuyoshi Nakada2023-01-161-0/+9
* Using UNDEF_P macroS-H-GAMELINKS2022-11-161-1/+1
* Using is_broken_string functionS-H-GAMELINKS2022-09-101-1/+1
* Support Encoding::Converter newline: :lf and :lf_newline optionsJeremy Evans2022-08-191-1/+29
* [Bug #18964] Update the code range of appended portionNobuyoshi Nakada2022-08-181-4/+30
* Expand tabs [ci skip]Takashi Kokubun2022-07-211-256/+256
* Using is_ascii_string to check encodingS-H-GAMELINKS2022-06-171-1/+1
* [DOC] Place a non-US-ASCII document in a document-specific scriptNobuyoshi Nakada2022-02-261-48/+0
* [DOC] Enhanced RDoc for some encoding methods (#5598)Burdette Lamar2022-02-251-57/+44
* Add `econv_get_encoding` functionS.H2022-02-021-6/+10
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-251-0/+4
* Using NIL_P macro instead of `== Qnil`S.H2021-10-031-2/+2
* Make encoding loading not issue warningJeremy Evans2021-10-021-1/+3
* Using SYMBOL_P macroS-H-GAMELINKS2021-09-111-1/+1
* Replace RBOOL macroS-H-GAMELINKS2021-09-051-1/+1
* Extracted repeatedly defined IDsNobuyoshi Nakada2021-07-271-16/+34
* Don't redefine #rb_intern over and over againNobuyoshi Nakada2021-07-271-25/+24
* Work around issue transcoding issue with non-ASCII compatible encodings and x...Jeremy Evans2021-06-261-0/+6
* Fix some typos by spell checkerRyuta Kamizono2021-04-261-1/+1
* fix result of example [ci skip]Nobuhiro IMAI2021-01-061-1/+1
* Data: delete卜部昌平2020-12-221-1/+1
* Update documentation for String#encode{,!} [ci skip]Jeremy Evans2020-12-031-8/+8
* RARRAY_AREF: convert into an inline function卜部昌平2020-08-151-0/+1
* make_econv_exception: do not goto into a branch卜部昌平2020-06-291-12/+12
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-1/+1
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-1/+1
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-1/+1
* Fixed symbol misused as IDNobuyoshi Nakada2020-02-241-4/+4
* more on NULL versus functions.卜部昌平2020-02-071-1/+1
* Warn when :newline precedes other newline optionsNobuyoshi Nakada2020-01-111-3/+10
* decouple internal.h headers卜部昌平2019-12-261-2/+10
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-3/+0
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-1/+1
* transcode.c (rb_econv_open0): remove unused codeYusuke Endoh2019-07-241-15/+4
* transcode.c (rb_trans_conv): remove unnecessary assignmentsYusuke Endoh2019-07-141-2/+0
* Prefer rb_check_arity when 0 or 1 argumentsnobu2018-12-061-3/+2
* Fix call-seq of Encoding::Converter#putback [ci skip]kazu2018-11-011-1/+1
* * expand tabs.svn2018-09-291-4/+4
* transcode.c: add GC guard on raiseshirosaki2018-09-291-2/+6
* [DOC] missing docs at toplevelnobu2018-02-231-0/+5
* ruby/ruby.h: remove unnecessary exports from C-APInormal2018-01-241-3/+3
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-0/+1
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-2/+1
* * lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407]hsbt2016-08-161-2/+2
* transcode.c: scrub in the given encodingnobu2016-05-271-1/+1
* transcode.c: GC guardsnobu2016-05-221-13/+27