| Commit message (Expand) | Author | Age | Files | Lines |
| * | merge revision(s) 60042,60130,60131: [Backport #13982] | nagachika | 2018-02-03 | 1 | -1/+1 |
| * | merge revision(s) 58040,58041: | naruse | 2017-03-22 | 1 | -3/+5 |
| * | stringio.c: chomp CR | nobu | 2016-12-10 | 1 | -2/+9 |
| * | stringio: chomp option | nobu | 2016-12-03 | 1 | -8/+37 |
| * | stringio.c: fix signed integer overflow | rhe | 2016-09-26 | 1 | -6/+10 |
| * | stringio.c: convert arguments just once | nobu | 2016-07-11 | 1 | -12/+32 |
| * | Update dependencies | nobu | 2016-07-06 | 1 | -4/+16 |
| * | stringio.c: fix index overflow | nobu | 2016-06-17 | 1 | -1/+1 |
| * | strio_init: return self for tail call optimization | nobu | 2016-06-09 | 1 | -6/+5 |
| * | ext/stringio/README.md: update [ci skip] | nobu | 2016-06-08 | 2 | -18/+10 |
| * | stringio.c: share strings | nobu | 2016-05-30 | 1 | -5/+15 |
| * | stringio.c: warn block for new | nobu | 2016-04-27 | 1 | -0/+14 |
| * | stringio: binmode sets encoding to ASCII-8BIT | normal | 2016-01-04 | 1 | -1/+12 |
| * | prefer rb_syserr_fail | nobu | 2015-12-23 | 1 | -3/+2 |
| * | stringio.c: separate encoding from buffer | nobu | 2015-12-18 | 1 | -9/+17 |
| * | stringio.c: strio_unget_bytes | nobu | 2015-12-18 | 1 | -31/+21 |
| * | stringio.c: padding in ungetbyte | nobu | 2015-12-18 | 1 | -7/+15 |
| * | handle ext/ as r53141 | naruse | 2015-12-16 | 1 | -0/+1 |
| * | stringio.c: unused variable | nobu | 2015-12-09 | 1 | -1/+0 |
| * | * ext/**/*.c (*_memsize): same as r52986 for extensions. | ko1 | 2015-12-09 | 1 | -1/+0 |
| * | use rb_check_arity [ci skip] | nobu | 2015-10-25 | 1 | -2/+1 |
| * | stringio.c: Fix an example doc [ci skip] | nobu | 2015-07-11 | 1 | -1/+1 |
| * | stringio.c: remove unnecessary check | nobu | 2015-07-10 | 1 | -2/+0 |
| * | delay `exception: false' checks for minor speedup | normal | 2015-07-02 | 1 | -5/+2 |
| * | stringio.c: don't raise after close | nobu | 2015-03-13 | 1 | -4/+4 |
| * | stringio.c: don't raise after close | nobu | 2015-03-09 | 1 | -3/+0 |
| * | use 0 for reserved | nobu | 2014-12-01 | 1 | -1/+1 |
| * | ruby/io.h: deprecate old macros | nobu | 2014-10-10 | 1 | -2/+2 |
| * | protoize no-arguments functions | nobu | 2014-09-30 | 1 | -1/+1 |
| * | stringio.c: ASCII-8BIT StringIO rejects no encodings | nobu | 2014-09-26 | 1 | -2/+3 |
| * | stringio.c: use rb_str_append other than ASCII-8BIT | nobu | 2014-04-23 | 1 | -1/+7 |
| * | stringio.c: move GC guard | nobu | 2014-04-23 | 1 | -1/+1 |
| * | Revert r45670 "stringio.c: use rb_str_append" | naruse | 2014-04-22 | 1 | -2/+2 |
| * | stringio.c: use rb_str_append | nobu | 2014-04-22 | 1 | -2/+2 |
| * | stringio.c: non-ascii encoding | nobu | 2014-04-21 | 1 | -8/+8 |
| * | * ext/stringio/stringio.c: [DOC] add docs and example by @schneems [ci skip] ... | hsbt | 2014-02-06 | 1 | -0/+10 |
| * | * add RUBY_TYPED_FREE_IMMEDIATELY to data types which only use | ko1 | 2013-10-29 | 1 | -0/+1 |
| * | * ext/stringio/stringio.c (strio_read_nonblock): declare local | ko1 | 2013-08-27 | 1 | -2/+2 |
| * | * io.c (io_read_nonblock): support non-blocking reads without raising | tenderlove | 2013-08-26 | 1 | -3/+48 |
| * | * ext/stringio/stringio.c (strio_substr): Trivial fix for invalid | headius | 2013-08-03 | 1 | -0/+1 |
| * | stringio.c: keep coderange | nobu | 2013-07-01 | 1 | -1/+1 |
| * | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo | 2013-06-12 | 1 | -1/+0 |
| * | rename generic io modules | nobu | 2013-05-24 | 1 | -2/+2 |
| * | * ext/stringio/stringio.c: Correct position of method rdoc | zzak | 2013-05-19 | 1 | -14/+17 |
| * | * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277] | zzak | 2013-04-16 | 1 | -0/+3 |
| * | * lib/mkmf.rb: Add ruby/ruby.h, ruby/missing.h, ruby/intern.h, | akr | 2013-04-13 | 1 | -3/+4 |
| * | * ext/stringio/stringio.c (strio_getline): fix not to raise TypeError | glass | 2012-12-27 | 1 | -1/+1 |
| * | * ext/stringio/stringio.c (strio_ungetc): raise IOError instead of RuntimeError | glass | 2012-12-27 | 1 | -0/+2 |
| * | Deprecate #{lines,bytes,chars,codepoints} of IO-likes. | knu | 2012-12-22 | 1 | -18/+52 |
| * | stringio.c: close separatedly | nobu | 2012-10-29 | 1 | -44/+57 |