| Commit message (Expand) | Author | Age | Files | Lines |
* | Mon Jan 21 19:42:42 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2008-01-21 | 1 | -0/+2 |
* | * transcode.c (str_transcode): initialize transcoder in | nobu | 2008-01-21 | 1 | -2/+2 |
* | * transcode.c (str_transcode): initialize transcoder in | nobu | 2008-01-21 | 1 | -0/+2 |
* | * transcode.c (transcode_loop, str_transcoding_resize): use unsigned | nobu | 2008-01-21 | 1 | -21/+21 |
* | * transcode.c (transcode_dispatch): constified return value. | nobu | 2008-01-20 | 1 | -9/+9 |
* | Sun Jan 20 20:00:20 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2008-01-20 | 1 | -0/+1 |
* | Sun Jan 20 15:08:08 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2008-01-20 | 1 | -0/+13 |
* | * include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace): | nobu | 2008-01-16 | 1 | -3/+0 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * include/ruby/encoding.h (rb_isascii): defined. | akr | 2008-01-01 | 1 | -2/+2 |
* | Fri Dec 28 01:55:04 2007 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2007-12-28 | 1 | -21/+9 |
* | * transcode.c (transcode_dispatch): allows transcoding from/to | nobu | 2007-12-27 | 1 | -11/+27 |
* | * parse.y, transcode_data.h, transcode.c: change "illegal" to | akr | 2007-12-27 | 1 | -8/+8 |
* | * transcode.c (transcode_dispatch): fix for multistep transcode. | nobu | 2007-12-25 | 1 | -2/+4 |
* | * common.mk (COMMONOBJS): transcode_data_*.c moved under enc/trans. | nobu | 2007-12-25 | 1 | -151/+109 |
* | Tue Dec 25 12:32:32 2007 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2007-12-25 | 1 | -20/+20 |
* | * transocode.c: register_functional_transcoder() added. | naruse | 2007-12-24 | 1 | -18/+66 |
* | Mon Dec 24 09:45:45 2007 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2007-12-24 | 1 | -68/+68 |
* | * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c, | akr | 2007-12-22 | 1 | -1/+1 |
* | Sat Dec 22 15:45:45 2007 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2007-12-22 | 1 | -1/+13 |
* | * encoding.c (rb_ascii_encoding): renamed from previous | matz | 2007-12-21 | 1 | -1/+1 |
* | * transcode.c (rb_str_transcode_bang): returns self if no conversion. | nobu | 2007-12-21 | 1 | -1/+1 |
* | * transcode.c (rb_str_transcode_bang, rb_str_transcode): set new | nobu | 2007-12-18 | 1 | -17/+27 |
* | for undefined conversions. | matz | 2007-12-17 | 1 | -2/+1 |
* | * transcode.c (str_transcode, transcode_dispatch): added two-step | matz | 2007-12-15 | 1 | -31/+55 |
* | * transcode.c (transcode_loop): get rid of SEGV at sequence can not be | nobu | 2007-12-11 | 1 | -15/+17 |
* | * transcode.c (str_transcode): allow non-registered encodings. | nobu | 2007-12-10 | 1 | -7/+28 |
* | * string.c (rb_str_tmp_new): creates hidden temporary buffer. | nobu | 2007-12-10 | 1 | -183/+102 |
* | * transcode*.[ch], test/ruby/test_transcode.rb: set properties. | nobu | 2007-12-10 | 1 | -2/+2 |
* | * transcode.c: new file to provide encoding conversion features. | matz | 2007-12-10 | 1 | -0/+438 |