summaryrefslogtreecommitdiff
path: root/ext/stringio
AgeCommit message (Expand)Author
2019-01-15Use `&` instead of `modulo`nobu
2019-01-15setbyte / ungetbyte allow out-of-range integersshyouhei
2019-01-09* expand tabs.svn
2019-01-09Follow behaviour of IO#ungetbytekazu
2018-11-28Merge stringio.gemspec from github repository.hsbt
2018-10-22Merge stringio.gemspec from github repository.hsbt
2018-08-07Removed needless date attribute from gemspec of default gems.hsbt
2018-02-16no ID cache in Init functionsnobu
2017-12-22[DOC] StringIO#write accepts multiple arguments since r60377 [ci skip]kazu
2017-10-23stringio.c: write multiple argumentsnobu
2017-09-27ext: adjust indent [ci skip]nobu
2017-09-15To use github url for gemspec.hsbt
2017-09-14Update gemspec for gem released versions.hsbt
2017-08-13stringio.c: suppress a warning [ci skip]nobu
2017-08-13stringio.c: encoding at empty chomped resultnobu
2017-08-13stringio.c: encoding at empty resultnobu
2017-08-12stringio.c: encoding at EOFnobu
2017-06-19Make string literal to frozen object on gemspec of defulte gems.hsbt
2017-03-22stringio.gemspec: requires ruby 2.2nobu
2017-03-22stringio.c: RB_INTEGER_TYPE_Pnobu
2017-03-22Use https URL instead of http URLkazu
2017-03-22ruby tool/update-deps --fixshyouhei
2017-03-22gemify stringionobu
2017-03-21stringio.c: check rangenobu
2017-03-21stringio.c: check character codenobu
2017-03-17remove branches in dmark and dfree GC callbacksnormal
2016-12-10stringio.c: chomp CRnobu
2016-12-03stringio: chomp optionnobu
2016-09-26stringio.c: fix signed integer overflowrhe
2016-07-11stringio.c: convert arguments just oncenobu
2016-07-06Update dependenciesnobu
2016-06-17stringio.c: fix index overflownobu
2016-06-09strio_init: return self for tail call optimizationnobu
2016-06-08ext/stringio/README.md: update [ci skip]nobu
2016-05-30stringio.c: share stringsnobu
2016-04-27stringio.c: warn block for newnobu
2016-01-04stringio: binmode sets encoding to ASCII-8BITnormal
2015-12-23prefer rb_syserr_failnobu
2015-12-18stringio.c: separate encoding from buffernobu
2015-12-18stringio.c: strio_unget_bytesnobu
2015-12-18stringio.c: padding in ungetbytenobu
2015-12-16handle ext/ as r53141naruse
2015-12-09stringio.c: unused variablenobu
2015-12-09* ext/**/*.c (*_memsize): same as r52986 for extensions.ko1
2015-10-25use rb_check_arity [ci skip]nobu
2015-07-11stringio.c: Fix an example doc [ci skip]nobu
2015-07-10stringio.c: remove unnecessary checknobu
2015-07-02delay `exception: false' checks for minor speedupnormal
2015-03-13stringio.c: don't raise after closenobu
2015-03-09stringio.c: don't raise after closenobu