Age | Commit message (Expand) | Author |
2013-10-29 | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 |
2013-08-27 | * ext/stringio/stringio.c (strio_read_nonblock): declare local | ko1 |
2013-08-26 | * io.c (io_read_nonblock): support non-blocking reads without raising | tenderlove |
2013-08-03 | * ext/stringio/stringio.c (strio_substr): Trivial fix for invalid | headius |
2013-07-01 | stringio.c: keep coderange | nobu |
2013-06-12 | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo |
2013-05-24 | rename generic io modules | nobu |
2013-05-19 | * ext/stringio/stringio.c: Correct position of method rdoc | zzak |
2013-04-16 | * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277] | zzak |
2013-04-13 | * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, | akr |
2012-12-27 | * ext/stringio/stringio.c (strio_getline): fix not to raise TypeError | glass |
2012-12-27 | * ext/stringio/stringio.c (strio_ungetc): raise IOError instead of RuntimeError | glass |
2012-12-22 | Deprecate #{lines,bytes,chars,codepoints} of IO-likes. | knu |
2012-10-29 | stringio.c: close separatedly | nobu |
2012-05-23 | use RB_TYPE_P() instead of comparison of TYPE() | nobu |
2012-04-18 | * io.c (io_readpartial): Document the output buffer parameter is | drbrain |
2012-04-14 | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain |
2012-01-25 | * ext/io/console/console.c (io_getch): default delegating method | nobu |
2011-12-12 | * ext/stringio/stringio.c (strio_truncate): fix typo. patched by | nobu |
2011-08-20 | * ext/stringio/stringio.c (strio_read): return new string if nil | nobu |
2011-05-22 | * ext: remove trailing spaces. | nobu |
2011-04-14 | fix style. | nobu |
2011-04-09 | * ext/stringio/stringio.c (strio_each, strio_readlines): | sorah |
2011-04-09 | * ext/stringio/stringio.c (strio_each): | sorah |
2011-04-09 | * ext/stringio/stringio.c (strio_each, strio_readlines): | sorah |
2011-04-08 | * ext/stringio/stringio.c (strio_getline): check whether str is | naruse |
2011-03-29 | * ext/stringio/stringio.c: parenthesize macro arguments. | akr |
2011-01-05 | * ext/stringio/stringio.c (get_strio, strio_set_string) | nobu |
2010-12-02 | * ext/stringio/stringio.c (strio_getline): round upto next char | nobu |
2010-10-10 | * ext/stringio/stringio.c (strio_set_encoding): | naruse |
2010-08-07 | .cvsignore: have not been used already. [Bug #3468] | nobu |
2010-07-18 | * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862] | nobu |
2010-06-29 | * ext/stringio/stringio.c (strio_write): add RB_GC_GUARD. | tarui |
2010-04-22 | * ext/**/*.[ch]: removed trailing spaces. | nobu |
2010-03-07 | * io.c: Fix documentation for each/each_line/lines, bytes/each_byte, | marcandre |
2010-02-05 | * ext/stringio/stringio.c (strio_ungetc): pads with \000 when the | mame |
2009-12-04 | * ext/stringio/stringio.c (ungetc): RDoc updated. trunk allows | nahi |
2009-10-27 | * ext/stringio/stringio.c (Init_stringio): added read_nonblock and | nobu |
2009-10-27 | * ext/stringio/stringio.c (strio_data_type): typed. | nobu |
2009-09-28 | * stringio/stringio.c (strio_read): set ASCII-8BIT encoding | naruse |
2009-06-22 | * ext/stringio/stringio.c (strio_each_codepoint): new method. | matz |
2009-05-14 | * ext/stringio/stringio.c (strio_ungetbyte): encoding should not | nobu |
2009-04-06 | * ext/stringio/stringio.c (strio_path): removed. [ruby-dev:38254] | nobu |
2009-02-12 | * ext/stringio/stringio.c (strio_ungetc): calculates new position | nobu |
2008-12-03 | * io.c (rb_io_getc, rb_io_readchar): documentation correction from | nobu |
2008-11-08 | * ext/stringio/stringio.c (strio_ungetc): ungetc position should | matz |
2008-10-21 | * ext/zlib/zlib.c (rb_gzreader_ungetc): should be able to unget | matz |
2008-10-21 | * ext/stringio/stringio.c (strio_write): should convert writing | matz |
2008-10-05 | * ext/stringio/stringio.c (strio_set_encoding): defined for | naruse |
2008-10-04 | * ext/stringio/stringio.c (strio_external_encoding): defined. | naruse |