| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * ext/stringio/stringio.c (strio_set_string): reinitialize | nobu | 2002-09-09 | 1 | -11/+25 |
* | * configure.in: modify program_prefix only if specified | eban | 2002-09-08 | 1 | -0/+1 |
* | * variable.c (rb_copy_generic_ivar): remove old generic instance | matz | 2002-09-03 | 1 | -9/+11 |
* | * ext/stringio/stringio.c (strio_initialize): RSTRING(mode)->ptr | nobu | 2002-08-28 | 1 | -6/+17 |
* | * ext/stringio/stringio.c (strio_gets_internal): fixed for record | nobu | 2002-07-11 | 1 | -2/+2 |
* | * ext/stringio/stringio.c (strio_mark): must check if ptr is NULL | nobu | 2002-04-23 | 1 | -2/+3 |
* | copied from ext/etc. | nobu | 2002-04-18 | 1 | -0/+2 |
* | * ext/stringio/stringio.c (check_modifiable): performance | nobu | 2002-04-09 | 1 | -4/+15 |
* | * ext/stringio/stringio.c (check_modifiable): wrong declaration. | nobu | 2002-03-18 | 1 | -2/+2 |
* | * ext/digest: add depend file. | nobu | 2002-03-18 | 1 | -0/+1 |
* | * eval.c (rb_f_abort): should not bypass cleanup. | nobu | 2002-03-18 | 1 | -1/+2 |
* | * ext/stringio/depend: added. | nobu | 2002-03-17 | 1 | -0/+2 |
* | * ext/stringio/stringio.c: fixed frozen string bug. ungetc no | nobu | 2002-03-14 | 1 | -14/+46 |
* | Initial revision | nobu | 2002-03-11 | 2 | -0/+890 |