| Commit message (Expand) | Author | Age | Files | Lines |
* | trivial changes | tadf | 2012-03-03 | 1 | -2/+2 |
* | * transcode.c (str_encode): about the extension of :fallback | nobu | 2011-12-14 | 1 | -1/+3 |
* | * class.c (rb_obj_methods), compile.c (iseq_compile_each), | nobu | 2011-12-05 | 1 | -7/+3 |
* | transcode.c: Simplified rb_econv_binmode, avoided a warning on cygwin. | duerst | 2011-11-30 | 1 | -27/+14 |
* | * use RB_TYPE_P which is optimized for constant types, instead of | nobu | 2011-09-29 | 1 | -4/+4 |
* | * encoding.c (require_enc): reject only loading from untrusted | nobu | 2011-09-25 | 1 | -1/+2 |
* | * transcode.c (rb_declare_transcoder, load_transcoder_entry): no | nobu | 2011-09-07 | 1 | -13/+7 |
* | * transcode.c (load_transcoder_entry): concatenate paths directly. | nobu | 2011-09-06 | 1 | -3/+6 |
* | * encoding.c (load_encoding): predefined encoding names are safe. | nobu | 2011-09-06 | 1 | -1/+5 |
* | * transcode.c: enabled econv newline option. | nobu | 2011-09-06 | 1 | -0/+50 |
* | * transcode.c (rb_econv_binmode): newline decorators are | nobu | 2011-09-05 | 1 | -11/+13 |
* | * io.c (validate_enc_binmode, prep_stdio): default to text mode on | nobu | 2011-09-02 | 1 | -1/+1 |
* | * internal.h: declare internal functions here. | akr | 2011-06-17 | 1 | -2/+1 |
* | * transcode.c (econv_init): revert r31353. [ruby-dev:43512] | nobu | 2011-05-15 | 1 | -2/+2 |
* | * transcode.c (econv_opts): add newline option. | nobu | 2011-04-26 | 1 | -0/+37 |
* | * io.c (validate_enc_binmode, rb_io_extract_modeenc): set newline | nobu | 2011-04-26 | 1 | -14/+30 |
* | * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_MASK): add. | nobu | 2011-04-26 | 1 | -13/+11 |
* | * transcode.c (econv_init): fix rdoc. | nobu | 2011-04-26 | 1 | -2/+2 |
* | * transcode.c (encoded_dup): extract. | nobu | 2011-02-05 | 1 | -9/+8 |
* | * transcode.c: parenthesize macro arguments. | akr | 2011-01-09 | 1 | -2/+2 |
* | Alter comment on String#encode for better wording and ri output | drbrain | 2010-12-16 | 1 | -23/+23 |
* | * transcode.c (transcode_loop): call default handler of the given | nobu | 2010-12-07 | 1 | -6/+43 |
* | * array.c, gc.c, hash.c, object.c, string.c, struct.c, | nobu | 2010-10-24 | 1 | -3/+1 |
* | Commit miss. | nobu | 2010-10-19 | 1 | -1/+3 |
* | * test/ruby/test_sprintf.rb: fix ML ref. [ruby-core:32848] | nobu | 2010-10-19 | 1 | -3/+1 |
* | * class.c (rb_scan_args): Add support for optional keyword | knu | 2010-09-10 | 1 | -23/+26 |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -1/+1 |
* | * file.c (rb_str_encode_ospath): when the encoding of the parameter | usa | 2010-06-17 | 1 | -1/+6 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -9/+9 |
* | * error.c: RDoc for subclasses of Exception. [ruby-core:28394] | marcandre | 2010-05-08 | 1 | -0/+22 |
* | * transcode.c (transcode_loop): suppressed a warning. | nobu | 2010-04-18 | 1 | -1/+1 |
* | * transcode.c (transcode_loop): insert output the value when | naruse | 2010-04-13 | 1 | -1/+38 |
* | * transcode.c (str_transcode0): confirm the code range. | nobu | 2010-03-11 | 1 | -1/+1 |
* | * transcode.c (econv_opts): set :undef => :replace when | naruse | 2010-03-05 | 1 | -0/+5 |
* | * transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Added | duerst | 2009-12-10 | 1 | -0/+26 |
* | * removed spaces just before tabs. | nobu | 2009-11-26 | 1 | -1/+1 |
* | * transcode.c: Added a check for an internal error | duerst | 2009-11-25 | 1 | -0/+2 |
* | fix typos. | akr | 2009-11-03 | 1 | -1/+1 |
* | * transcode.c (rb_transcoding, str_transcoding_resize): fixed | nobu | 2009-10-10 | 1 | -29/+32 |
* | * transcode.c: reverted r25277. | nobu | 2009-10-10 | 1 | -32/+29 |
* | * transcode.c (rb_transcoding, str_transcoding_resize): fixed | nobu | 2009-10-10 | 1 | -29/+32 |
* | * transcode.c (econv_data_type): typed. | nobu | 2009-09-09 | 1 | -13/+22 |
* | * transcode.c (str_encode_bang): C99ism. | usa | 2009-07-31 | 1 | -2/+5 |
* | * transcode.c: added check for frozen string for encode! (see Bug #1836) | duerst | 2009-07-30 | 1 | -0/+4 |
* | * transcode.c (enc_arg): default interanl encoding may not be set. | nobu | 2009-06-21 | 1 | -2/+2 |
* | * array.c (rb_ary_memsize): added. | ko1 | 2009-06-16 | 1 | -0/+40 |
* | * transcode.c (transcode_restartable0): refix can't build with VC9. | naruse | 2009-06-16 | 1 | -9/+14 |
* | * transcode.c (transcode_restartable0): revert last commit because | ko1 | 2009-06-14 | 1 | -10/+9 |
* | * transcode.c (transcode_restartable0): can't build with VC9. | naruse | 2009-06-13 | 1 | -9/+10 |
* | Fix rdoc. | naruse | 2009-06-13 | 1 | -5/+5 |