summaryrefslogtreecommitdiff
path: root/transcode.c
AgeCommit message (Expand)Author
2010-12-16Alter comment on String#encode for better wording and ri outputdrbrain
2010-12-07* transcode.c (transcode_loop): call default handler of the givennobu
2010-10-24* array.c, gc.c, hash.c, object.c, string.c, struct.c,nobu
2010-10-19Commit miss.nobu
2010-10-19* test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848]nobu
2010-09-10* class.c (rb_scan_args): Add support for optional keywordknu
2010-07-18* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu
2010-06-17* file.c (rb_str_encode_ospath): when the encoding of the parameterusa
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-05-08* error.c: RDoc for subclasses of Exception. [ruby-core:28394]marcandre
2010-04-18* transcode.c (transcode_loop): suppressed a warning.nobu
2010-04-13* transcode.c (transcode_loop): insert output the value whennaruse
2010-03-11* transcode.c (str_transcode0): confirm the code range.nobu
2010-03-05* transcode.c (econv_opts): set :undef => :replace whennaruse
2009-12-10* transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Addedduerst
2009-11-26* removed spaces just before tabs.nobu
2009-11-25* transcode.c: Added a check for an internal errorduerst
2009-11-03fix typos.akr
2009-10-10* transcode.c (rb_transcoding, str_transcoding_resize): fixednobu
2009-10-10* transcode.c: reverted r25277.nobu
2009-10-10* transcode.c (rb_transcoding, str_transcoding_resize): fixednobu
2009-09-09* transcode.c (econv_data_type): typed.nobu
2009-07-31 * transcode.c (str_encode_bang): C99ism.usa
2009-07-30* transcode.c: added check for frozen string for encode! (see Bug #1836)duerst
2009-06-21* transcode.c (enc_arg): default interanl encoding may not be set.nobu
2009-06-16* array.c (rb_ary_memsize): added.ko1
2009-06-16* transcode.c (transcode_restartable0): refix can't build with VC9.naruse
2009-06-14* transcode.c (transcode_restartable0): revert last commit becauseko1
2009-06-13* transcode.c (transcode_restartable0): can't build with VC9.naruse
2009-06-13Fix rdoc.naruse
2009-05-19* encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()matz
2009-05-05Fix: DON'T move in_p because before in_p is replaced by buffered data.naruse
2009-04-26* transcode.c (ASIS): added for multi byte direct map.naruse
2009-03-12* array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu
2009-02-22stripped trailing spaces.nobu
2009-02-04* transcode.c (make_econv_exception): refine error message forakr
2009-02-04* transcode.c (make_econv_exception): show U+XXXX form for undefinedakr
2009-01-29* transcode.c (rb_econv_init_by_convpath_i): make it static.akr
2009-01-27* transcode.c (struct rb_transcoding): added ary member for debug.nobu
2009-01-18* transcode.c (str_transcode0): fix: :xml option doesn'tnaruse
2009-01-15Add rdoc.naruse
2009-01-14* enc/trans/gb18030.trans, gb18030-tbl.rb:duerst
2009-01-13Add dummy definition for fake rdoc.naruse
2008-12-30* transcode.c: Minor fixes and tweaks in documentation.duerst
2008-12-27* transcode.c (make_econv_exception): show source and destinationakr
2008-12-26* io.c (fptr_finalize): close the IO object even if finish_writeconv orakr
2008-12-25* transcode.c (str_transcode0): set encoding when String#encode wasnaruse
2008-12-25* transcode.c (sym_ignore): remove useless symbol.naruse
2008-12-25* transcode.c (decorate_convpath): show type of escaping fornaruse
2008-12-23* io.c: rdoc for File::open and 1.9 feature in file modes.yugui