| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * rubyio.h, intern.h, io.c, file.c, process.c, ext/socket/socket.c, | akr | 2004-12-06 | 1 | -16/+1 |
* | * ext/stringio/stringio.c (strio_write): insufficiently filled string | nobu | 2004-11-29 | 1 | -1/+1 |
* | String::IO -> StringIO | akr | 2004-11-27 | 1 | -1/+1 |
* | * ext/stringio/stringio.c: needs fcntl.h for O_* constants. | nobu | 2004-11-18 | 1 | -0/+5 |
* | * io.c, rubyio.h (rb_io_modenum_flags): exported. | nobu | 2004-11-18 | 1 | -10/+12 |
* | * ext/stringio/stringio.c (strio_read): position was ignored when a | nobu | 2004-11-16 | 1 | -1/+1 |
* | * MANIFEST, ext/**/MANIFEST: removed. | eban | 2004-11-01 | 1 | -4/+0 |
* | * ext/extmk.rb (MANIFEST): do not use anymore, use extconf.rb instead. | eban | 2004-11-01 | 1 | -0/+2 |
* | * ext/stringio/stringio.c: use FMODE_APPEND. | nobu | 2004-10-06 | 1 | -5/+4 |
* | * ext/stringio/stringio.c (strio_write): zero fill a gap if exsts. | nobu | 2004-09-08 | 1 | -4/+6 |
* | * ext/stringio/stringio.c (Init_stringio): add StringIO#readpartial as | akr | 2004-08-27 | 1 | -0/+1 |
* | * exception message clean-up by Ian Macdonald <ian@caliban.org>. | matz | 2004-03-29 | 1 | -1/+1 |
* | * ext/stringio/stringio.c (strio_sysread): StringIO.new.sysread didn't | akr | 2003-12-28 | 1 | -1/+1 |
* | * ext/stringio/stringio.c (strio_read): clear the buffer argument | nobu | 2003-12-24 | 1 | -0/+2 |
* | * ext/stringio/stringio.c (strio_read): never return nil at | nobu | 2003-12-24 | 1 | -4/+22 |
* | * ext/stringio/stringio.c (strio_read): set EOF flag at short read. | nobu | 2003-12-10 | 1 | -5/+9 |
* | * ext/stringio/stringio.c (strio_read): do not set EOF flag when | nobu | 2003-12-10 | 1 | -3/+4 |
* | * ext/stringio/stringio.c (strio_read): adjust behavior at reading | nobu | 2003-12-10 | 1 | -0/+1 |
* | * ext/stringio/stringio.c (strio_read): follow IO#read. | nobu | 2003-12-05 | 1 | -2/+4 |
* | * test/stringio/test_stringio.rb: imported from [ruby-dev:21941]. | nobu | 2003-11-18 | 1 | -0/+4 |
* | * ext/stringio/stringio.c (strio_read): behave as IO at empty string. | nobu | 2003-11-18 | 1 | -6/+27 |
* | * ext/stringio/stringio.c (strio_set_string, strio_reopen): check | nobu | 2003-11-06 | 1 | -6/+7 |
* | * eval.c (rb_thread_atfork): wrong format specifier. | matz | 2003-09-29 | 1 | -1/+1 |
* | * ext/stringio/stringio.c (strio_gets): only "gets" should set $_. | matz | 2003-07-28 | 1 | -7/+9 |
* | * ext/stringio/stringio.c: includes Enumerable as well as IO. | nobu | 2003-07-26 | 1 | -0/+2 |
* | * eval.c (rb_disable_super, rb_enable_super): deprecate. | matz | 2003-07-16 | 1 | -1/+0 |
* | -Wall cleanups (removed unused vars, no 'code has no effect' warnings) | michal | 2003-01-16 | 1 | -4/+4 |
* | * ext/curses/curses.c, ext/digest/digest.c, ext/dl/handle.c, | nobu | 2002-12-20 | 1 | -1/+1 |
* | * ext/digest/digest.c (rb_digest_base_copy): renamed "become". | nobu | 2002-12-11 | 1 | -3/+3 |