aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* stringio.gemspec: requires ruby 2.2nobu2017-03-221-1/+1
* stringio.c: RB_INTEGER_TYPE_Pnobu2017-03-221-0/+4
* Use https URL instead of http URLkazu2017-03-224-4/+4
* ruby tool/update-deps --fixshyouhei2017-03-2232-6/+247
* * 2017-03-22svn2017-03-221-1/+1
* gemify stringionobu2017-03-221-0/+24
* Download Unicode data by appveyor [ci skip]nobu2017-03-211-0/+5
* tool/downloader.rb: dryrun option [ci skip]nobu2017-03-211-0/+9
* string.c: use the usable sizenobu2017-03-211-3/+3
* stringio.c: check rangenobu2017-03-212-2/+3
* stringio.c: check character codenobu2017-03-212-2/+6
* link to README.win32 instead of mentioning it in plain textkazu2017-03-211-1/+1
* * 2017-03-21svn2017-03-201-1/+1
* docs for creating arraysstomar2017-03-201-1/+2
* Added initial gemspec for mathn.hsbt2017-03-201-0/+16
* Avoid integer overflow in sprintf()nobu2017-03-201-1/+2
* sprintf.c: string limitsnobu2017-03-201-3/+8
* * 2017-03-20svn2017-03-191-1/+1
* improve docs for URI::Genericstomar2017-03-191-11/+21
* sprintf.c: use FILLnobu2017-03-191-24/+13
* date_core.c: fix error in DateTime docsstomar2017-03-191-12/+12
* vm_args.c: arity check of lambdanobu2017-03-199-54/+82
* test_lambda.rb: remove duplcate testsnobu2017-03-181-26/+0
* * 2017-03-19svn2017-03-181-1/+1
* test_lambda.rb: refine testnobu2017-03-181-2/+4
* vm_args.c: pass blocknobu2017-03-182-3/+34
* vm.c: fix up r58012nobu2017-03-181-1/+1
* vm.c: guard arguments [EXPERIMENTAL]nobu2017-03-182-0/+6
* .gdbinit: suppress gdb message [ci skip]nobu2017-03-181-1/+3
* .gdbinit: RArray in history [ci skip]nobu2017-03-181-2/+2
* fix accidental reversal of r57997 in r58000duerst2017-03-181-1/+1
* io.c: improve docsstomar2017-03-171-146/+161
* * 2017-03-18svn2017-03-171-1/+1
* remove branches in dmark and dfree GC callbacksnormal2017-03-177-102/+86
* fix a typo [ci skip]kazu2017-03-171-1/+1
* vm.c: check stacknobu2017-03-171-1/+3
* clarifiy 'codepoint' in documentation of String#each_codepointduerst2017-03-171-2/+4
* * remove trailing spaces.svn2017-03-171-2/+2
* Merge rubygems-2.6.11hsbt2017-03-1715-50/+125
* deduplicate static rb_str_format format stringsnormal2017-03-172-2/+3
* deduplicate File::NULL stringnormal2017-03-171-1/+1
* deduplicate "/", ":" and "\n" stringsnormal2017-03-172-4/+4
* NEWS: document shorter opt_str_freeze usagenormal2017-03-161-0/+2
* * 2017-03-17svn2017-03-161-1/+1
* bignum.c: [DOC] typos and grammarstomar2017-03-161-3/+3
* rational.c: initialize nnobu2017-03-161-1/+1
* rational.c: float denomnobu2017-03-162-8/+19
* rational.c: read_numnobu2017-03-162-157/+104
* bignum.c: rb_int_parse_cstrnobu2017-03-162-8/+39
* test_rational.rb: invalid exponentnobu2017-03-161-0/+4