| Commit message (Expand) | Author | Age | Files | Lines |
| * | merges r21709, r21710 from trunk into ruby_1_9_1. | yugui | 2009-01-28 | 1 | -0/+1 |
| * | merges r20144 from trunk into ruby_1_9_1. | yugui | 2008-11-11 | 1 | -0/+2 |
| * | * io.c (rb_getc, rb_io_fread, rb_io_fwrite, rb_read_pending): | mame | 2008-10-16 | 1 | -5/+0 |
| * | comment changed. | akr | 2008-09-24 | 1 | -2/+2 |
| * | * include/ruby/io.h (rb_io_t): rename field: writeconv_stateless to | akr | 2008-09-09 | 1 | -2/+2 |
| * | * include/ruby/io.h (rb_io_modestr_fmode): renamed from | akr | 2008-09-05 | 1 | -3/+7 |
| * | * include/ruby/io.h (rb_io_mode_modenum): moved from | akr | 2008-09-05 | 1 | -0/+1 |
| * | * include/ruby/io.h (rb_io_enc_t): rename flags to ecflags. | akr | 2008-09-04 | 1 | -4/+4 |
| * | * include/ruby/io.h (rb_io_t): new fields: encs.ecopts and | akr | 2008-09-03 | 1 | -0/+5 |
| * | * include/ruby/encoding.h (rb_econv_option_t): removed. Since | akr | 2008-09-03 | 1 | -3/+3 |
| * | * include/ruby/io.h (rb_io_t): refcnt field removed. | akr | 2008-08-27 | 1 | -2/+0 |
| * | * include/ruby/io.h (rb_io_t): rename crbuf to cbuf. | akr | 2008-08-26 | 1 | -8/+8 |
| * | * include/ruby/io.h (rb_io_t): new field: writeconv_pre_opts. | akr | 2008-08-25 | 1 | -0/+1 |
| * | * include/ruby/io.h (rb_io_enc_t): add opts field. | akr | 2008-08-24 | 1 | -6/+2 |
| * | * include/ruby/io.h (rb_io_t): make enc and enc2 as struct | akr | 2008-08-24 | 1 | -4/+6 |
| * | * include/ruby/io.h (FMODE_INVALID_MASK): defined. | akr | 2008-08-23 | 1 | -15/+21 |
| * | * include/ruby/io.h (rb_io_t): remove path field and add pathv field. | akr | 2008-08-23 | 1 | -2/+2 |
| * | * include/ruby/io.h (FMODE_TEXTMODE): defined. | akr | 2008-08-22 | 1 | -0/+1 |
| * | * include/ruby/io.h (FMODE_TRUNC): value changed because 0x100 is used | akr | 2008-08-19 | 1 | -1/+3 |
| * | * include/ruby/io.h (FMODE_TRUNC): new constant. | akr | 2008-08-19 | 1 | -0/+1 |
| * | * include/ruby/io.h (rb_fopen): declaration removed. | akr | 2008-08-19 | 1 | -1/+0 |
| * | * include/ruby/io.h (FMODE_READWRITE): define as | akr | 2008-08-19 | 1 | -2/+1 |
| * | * include/ruby/io.h (FMODE_*): sorted and describe the values in | akr | 2008-08-19 | 1 | -11/+12 |
| * | * io.c (make_writeconv): if enc and enc2 is set, convert | akr | 2008-08-18 | 1 | -1/+1 |
| * | * include/ruby/io.h (rb_io_t): new fields: writeconv, | akr | 2008-08-18 | 1 | -0/+8 |
| * | update comment. | akr | 2008-08-18 | 1 | -2/+9 |
| * | * include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off, | akr | 2008-08-16 | 1 | -2/+16 |
| * | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
| * | * io.c, io.h: temporary patch to partially implement transcode-on-read and tr... | davidflanagan | 2007-12-22 | 1 | -0/+2 |
| * | * include/ruby/io.h (MakeOpenFile): fptr->enc should be | matz | 2007-12-13 | 1 | -0/+1 |
| * | * include/ruby/io.h (rb_io_t): add tied_io_for_writing member. | akr | 2007-11-20 | 1 | -0/+2 |
| * | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+3 |
| * | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -0/+126 |