| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint() | matz | 2009-05-19 | 1 | -1/+1 |
* | Fix: DON'T move in_p because before in_p is replaced by buffered data. | naruse | 2009-05-05 | 1 | -8/+6 |
* | * transcode.c (ASIS): added for multi byte direct map. | naruse | 2009-04-26 | 1 | -2/+11 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 1 | -4/+4 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -10/+10 |
* | * transcode.c (make_econv_exception): refine error message for | akr | 2009-02-04 | 1 | -9/+19 |
* | * transcode.c (make_econv_exception): show U+XXXX form for undefined | akr | 2009-02-04 | 1 | -2/+16 |
* | * transcode.c (rb_econv_init_by_convpath_i): make it static. | akr | 2009-01-29 | 1 | -1/+2 |
* | * transcode.c (struct rb_transcoding): added ary member for debug. | nobu | 2009-01-27 | 1 | -2/+2 |
* | * transcode.c (str_transcode0): fix: :xml option doesn't | naruse | 2009-01-18 | 1 | -1/+2 |
* | Add rdoc. | naruse | 2009-01-15 | 1 | -1/+5 |
* | * enc/trans/gb18030.trans, gb18030-tbl.rb: | duerst | 2009-01-14 | 1 | -4/+14 |
* | Add dummy definition for fake rdoc. | naruse | 2009-01-13 | 1 | -0/+1 |
* | * transcode.c: Minor fixes and tweaks in documentation. | duerst | 2008-12-30 | 1 | -76/+85 |
* | * transcode.c (make_econv_exception): show source and destination | akr | 2008-12-27 | 1 | -0/+8 |
* | * io.c (fptr_finalize): close the IO object even if finish_writeconv or | akr | 2008-12-26 | 1 | -0/+6 |
* | * transcode.c (str_transcode0): set encoding when String#encode was | naruse | 2008-12-25 | 1 | -2/+2 |
* | * transcode.c (sym_ignore): remove useless symbol. | naruse | 2008-12-25 | 1 | -2/+1 |