/lib/optparse/

y_1_8'>ruby_1_8 The Ruby Programming Language
summaryrefslogtreecommitdiff
path: root/transcode.c
AgeCommit message (Expand)Author
2023-04-04[Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu
2023-01-16[DOC] Use RDoc inclusions in transcode.cNobuyoshi Nakada
2022-11-16Using UNDEF_P macroS-H-GAMELINKS
2022-09-10Using is_broken_string functionS-H-GAMELINKS
2022-08-19Support Encoding::Converter newline: :lf and :lf_newline optionsJeremy Evans
2022-08-18[Bug #18964] Update the code range of appended portionNobuyoshi Nakada
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-06-17Using is_ascii_string to check encodingS-H-GAMELINKS
2022-02-26[DOC] Place a non-US-ASCII document in a document-specific scriptNobuyoshi Nakada
2022-02-25[DOC] Enhanced RDoc for some encoding methods (#5598)Burdette Lamar
2022-02-02Add `econv_get_encoding` functionS.H
2021-10-25[Feature #18239] Implement VWA for stringsPeter Zhu
2021-10-03Using NIL_P macro instead of `== Qnil`S.H
2021-10-02Make encoding loading not issue warningJeremy Evans
2021-09-11Using SYMBOL_P macroS-H-GAMELINKS
2021-09-05Replace RBOOL macroS-H-GAMELINKS
2021-07-27Extracted repeatedly defined IDsNobuyoshi Nakada
2021-07-27Don't redefine #rb_intern over and over againNobuyoshi Nakada
2021-06-26Work around issue transcoding issue with non-ASCII compatible encodings and x...Jeremy Evans
2021-04-26Fix some typos by spell checkerRyuta Kamizono