aboutsummaryrefslogtreecommitdiffstats
path: root/transcode.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-4/+4
* stripped trailing spaces.nobu2009-02-221-10/+10
* * transcode.c (make_econv_exception): refine error message forakr2009-02-041-9/+19
* * transcode.c (make_econv_exception): show U+XXXX form for undefinedakr2009-02-041-2/+16
* * transcode.c (rb_econv_init_by_convpath_i): make it static.akr2009-01-291-1/+2
* * transcode.c (struct rb_transcoding): added ary member for debug.nobu2009-01-271-2/+2
* * transcode.c (str_transcode0): fix: :xml option doesn'tnaruse2009-01-181-1/+2
* Add rdoc.naruse2009-01-151-1/+5
* * enc/trans/gb18030.trans, gb18030-tbl.rb:duerst2009-01-141-4/+14
* Add dummy definition for fake rdoc.naruse2009-01-131-0/+1
* * transcode.c: Minor fixes and tweaks in documentation.duerst2008-12-301-76/+85
* * transcode.c (make_econv_exception): show source and destinationakr2008-12-271-0/+8
* * io.c (fptr_finalize): close the IO object even if finish_writeconv orakr2008-12-261-0/+6
* * transcode.c (str_transcode0): set encoding when String#encode wasnaruse2008-12-251-2/+2
* * transcode.c (sym_ignore): remove useless symbol.naruse2008-12-251-2/+1