| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/stringio/stringio.c (strio_set_encoding): | naruse | 2010-10-10 | 1 | -5/+17 |
* | .cvsignore: have not been used already. [Bug #3468] | nobu | 2010-08-07 | 1 | -4/+0 |
* | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu | 2010-07-18 | 1 | -3/+5 |
* | * ext/stringio/stringio.c (strio_write): add RB_GC_GUARD. | tarui | 2010-06-29 | 1 | -0/+1 |
* | * ext/**/*.[ch]: removed trailing spaces. | nobu | 2010-04-22 | 1 | -4/+4 |
* | * io.c: Fix documentation for each/each_line/lines, bytes/each_byte, | marcandre | 2010-03-07 | 1 | -0/+20 |
* | * ext/stringio/stringio.c (strio_ungetc): pads with \000 when the | mame | 2010-02-05 | 1 | -10/+19 |
* | * ext/stringio/stringio.c (ungetc): RDoc updated. trunk allows | nahi | 2009-12-04 | 1 | -4/+3 |
* | * ext/stringio/stringio.c (Init_stringio): added read_nonblock and | nobu | 2009-10-27 | 1 | -0/+2 |
* | * ext/stringio/stringio.c (strio_data_type): typed. | nobu | 2009-10-27 | 1 | -15/+21 |
* | * stringio/stringio.c (strio_read): set ASCII-8BIT encoding | naruse | 2009-09-28 | 1 | -3/+3 |
* | * ext/stringio/stringio.c (strio_each_codepoint): new method. | matz | 2009-06-22 | 1 | -0/+33 |
* | * ext/stringio/stringio.c (strio_ungetbyte): encoding should not | nobu | 2009-05-14 | 1 | -2/+31 |
* | * ext/stringio/stringio.c (strio_path): removed. [ruby-dev:38254] | nobu | 2009-04-06 | 1 | -7/+3 |
* | * ext/stringio/stringio.c (strio_ungetc): calculates new position | nobu | 2009-02-12 | 1 | -1/+2 |
* | * io.c (rb_io_getc, rb_io_readchar): documentation correction from | nobu | 2008-12-03 | 1 | -1/+1 |
* | * ext/stringio/stringio.c (strio_ungetc): ungetc position should | matz | 2008-11-08 | 1 | -1/+1 |
* | * ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to unget | matz | 2008-10-21 | 1 | -2/+20 |
* | * ext/stringio/stringio.c (strio_write): should convert writing | matz | 2008-10-21 | 1 | -0/+7 |
* | * ext/stringio/stringio.c (strio_set_encoding): defined for | naruse | 2008-10-05 | 1 | -0/+18 |
* | * ext/stringio/stringio.c (strio_external_encoding): defined. | naruse | 2008-10-04 | 1 | -0/+31 |
* | * ext/stringio/stringio.c (strio_getline): fix for nil and "" as | mame | 2008-06-30 | 1 | -2/+2 |
* | * ext/stringio/stringio.c (strio_each, strio_readlines): IO#each and | nobu | 2008-06-16 | 1 | -2/+0 |
* | * ext/stringio/stringio.c (strio_readline, strio_each) | nobu | 2008-06-15 | 1 | -1/+3 |
* | * ext/stringio/stringio.c (strio_sysread): should not raise at empty | nobu | 2008-06-14 | 1 | -1/+1 |
* | * ext/stringio/stringio.c (strio_init): rewind when reopened. | mame | 2008-06-11 | 1 | -0/+2 |
* | * ext/stringio/stringio.c (strio_each_char, Init_stringio): Add | knu | 2008-05-27 | 1 | -2/+23 |
* | * ext/stringio/stringio.c (strio_each_byte): Return self instead | knu | 2008-05-27 | 1 | -1/+1 |
* | * ext/dbm/dbm.c (fdbm_each_value, fdbm_each_key, fdbm_each_pair): | knu | 2008-04-21 | 1 | -0/+7 |
* | * ext/stringio/stringio.c (strio_init): use default external encoding | nobu | 2008-01-17 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 2 | -2/+0 |
* | * ext/stringio/stringio.c (strio_init): separate from strio_initialize | nobu | 2007-09-21 | 1 | -4/+13 |
* | * ext/stringio/stringio.c (strio_getc): rb_enc_mbclen() fix. | matz | 2007-09-06 | 2 | -3/+4 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -30/+49 |
* | * ext/stringio/stringio.c (strio_getc): should returns | matz | 2007-08-15 | 1 | -72/+68 |
* | * ext/stringio/stringio.c (strio_getline): local variable to be | nobu | 2007-06-28 | 1 | -3/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -2/+2 |
* | * ext/stringio/stringio.c (strio_seek): consistent behavior with | nobu | 2007-04-16 | 1 | -1/+4 |
* | * ext/stringio/stringio.c (strio_gets): accepts limit argument. | matz | 2006-12-29 | 1 | -8/+39 |
* | * ruby.h (struct RString): embed small strings. | matz | 2006-08-31 | 1 | -34/+34 |
* | add extconf.h to .cvsignore. | akr | 2006-06-24 | 1 | -0/+1 |
* | * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner | matz | 2006-06-20 | 1 | -123/+48 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -13/+4 |
* | * ext/stringio/stringio.c (strio_set_string): disallow nil. | nobu | 2005-08-13 | 1 | -8/+6 |
* | * ext/stringio/stringio.c: keep holding string after closed. | nobu | 2005-08-11 | 1 | -8/+3 |
* | * ext/stringio/stringio.c (strio_getline): suppress warnings. | nobu | 2005-04-30 | 1 | -3/+2 |
* | * ext/stringio/stringio.c: use right arrows. | nobu | 2005-03-15 | 1 | -16/+16 |
* | * ext/stringio/stringio.c: add rdoc. | nobu | 2005-03-15 | 1 | -0/+284 |
* | * ext/stringio/stringio.c (strio_close, strio_close_read, strio_close_write): | nobu | 2005-02-03 | 1 | -28/+31 |
* | * ext/stringio/stringio.c (strio_truncate): should MEMZERO an extended | nobu | 2005-02-02 | 1 | -0/+4 |