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