aboutsummaryrefslogtreecommitdiffstats
path: root/transcode.c
Commit message (Expand)AuthorAgeFilesLines
...
* transcode.c: Simplified rb_econv_binmode, avoided a warning on cygwin.duerst2011-11-301-27/+14
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-4/+4
* * encoding.c (require_enc): reject only loading from untrustednobu2011-09-251-1/+2
* * transcode.c (rb_declare_transcoder, load_transcoder_entry): nonobu2011-09-071-13/+7
* * transcode.c (load_transcoder_entry): concatenate paths directly.nobu2011-09-061-3/+6
* * encoding.c (load_encoding): predefined encoding names are safe.nobu2011-09-061-1/+5
* * transcode.c: enabled econv newline option.nobu2011-09-061-0/+50
* * transcode.c (rb_econv_binmode): newline decorators arenobu2011-09-051-11/+13
* * io.c (validate_enc_binmode, prep_stdio): default to text mode onnobu2011-09-021-1/+1
* * internal.h: declare internal functions here.akr2011-06-171-2/+1
* * transcode.c (econv_init): revert r31353. [ruby-dev:43512]nobu2011-05-151-2/+2
* * transcode.c (econv_opts): add newline option.nobu2011-04-261-0/+37
* * io.c (validate_enc_binmode, rb_io_extract_modeenc): set newlinenobu2011-04-261-14/+30
* * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_MASK): add.nobu2011-04-261-13/+11
* * transcode.c (econv_init): fix rdoc.nobu2011-04-261-2/+2
* * transcode.c (encoded_dup): extract.nobu2011-02-051-9/+8
* * transcode.c: parenthesize macro arguments.akr2011-01-091-2/+2
* Alter comment on String#encode for better wording and ri outputdrbrain2010-12-161-23/+23
* * transcode.c (transcode_loop): call default handler of the givennobu2010-12-071-6/+43
* * array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu2010-10-241-3/+1
* Commit miss.nobu2010-10-191-1/+3
* * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu2010-10-191-3/+1
* * class.c (rb_scan_args): Add support for optional keywordknu2010-09-101-23/+26
* * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu2010-07-181-1/+1
* * file.c (rb_str_encode_ospath): when the encoding of the parameterusa2010-06-171-1/+6
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-9/+9
* * error.c: RDoc for subclasses of Exception. [ruby-core:28394]marcandre2010-05-081-0/+22
* * transcode.c (transcode_loop): suppressed a warning.nobu2010-04-181-1/+1
* * transcode.c (transcode_loop): insert output the value whennaruse2010-04-131-1/+38
* * transcode.c (str_transcode0): confirm the code range.nobu2010-03-111-1/+1
* * transcode.c (econv_opts): set :undef => :replace whennaruse2010-03-051-0/+5
* * transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Addedduerst2009-12-101-0/+26
* * removed spaces just before tabs.nobu2009-11-261-1/+1
* * transcode.c: Added a check for an internal errorduerst2009-11-251-0/+2
* fix typos.akr2009-11-031-1/+1
* * transcode.c (rb_transcoding, str_transcoding_resize): fixednobu2009-10-101-29/+32
* * transcode.c: reverted r25277.nobu2009-10-101-32/+29
* * transcode.c (rb_transcoding, str_transcoding_resize): fixednobu2009-10-101-29/+32
* * transcode.c (econv_data_type): typed.nobu2009-09-091-13/+22
* * transcode.c (str_encode_bang): C99ism.usa2009-07-311-2/+5
* * transcode.c: added check for frozen string for encode! (see Bug #1836)duerst2009-07-301-0/+4
* * transcode.c (enc_arg): default interanl encoding may not be set.nobu2009-06-211-2/+2
* * array.c (rb_ary_memsize): added.ko12009-06-161-0/+40
* * transcode.c (transcode_restartable0): refix can't build with VC9.naruse2009-06-161-9/+14
* * transcode.c (transcode_restartable0): revert last commit becauseko12009-06-141-10/+9
* * transcode.c (transcode_restartable0): can't build with VC9.naruse2009-06-131-9/+10
* Fix rdoc.naruse2009-06-131-5/+5
* * encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()matz2009-05-191-1/+1
* Fix: DON'T move in_p because before in_p is replaced by buffered data.naruse2009-05-051-8/+6
* * transcode.c (ASIS): added for multi byte direct map.naruse2009-04-261-2/+11