aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* error.c: warning functionsnobu2017-03-272-0/+78
* error.c: refactor warning messagesnobu2017-03-271-66/+48
* * 2017-03-27svn2017-03-271-1/+1
* fix redefinition optimization for -"literal string" (UMinus)normal2017-03-275-1/+27
* NEWS: feature number for String#-@ compile-time optimizationnormal2017-03-261-1/+1
* parse.y: unterminated content tokennobu2017-03-262-7/+9
* gmake.mk: multi mspecnobu2017-03-261-0/+1
* common.mk: test-rubyspecnobu2017-03-261-0/+1
* * 2017-03-26svn2017-03-251-1/+1
* * properties.svn2017-03-250-0/+0
* Add a tool for backporters.usa2017-03-251-0/+99
* configure.in: syscall is deprecated on macOSnobu2017-03-251-0/+6
* class.c: prohibit refinement modulenobu2017-03-252-0/+17
* class.c: ensure_includablenobu2017-03-251-6/+10
* * 2017-03-25svn2017-03-251-1/+1
* keep line number after unterminated string literalnobu2017-03-252-1/+2
* export_changelog must specify the branch's urlnaruse2017-03-242-3/+3
* ostruct.rb: fix OpenStruct.allocatenobu2017-03-242-1/+13
* logger: remove redundant opt_str_freeze usenormal2017-03-241-6/+6
* Do not update Unicode headersnobu2017-03-241-4/+4
* Don't download from Unicode.orgnobu2017-03-243-2/+5
* common.mk: touch-unicode-filesnobu2017-03-243-4/+6
* Make Unicode data directorynobu2017-03-241-0/+4
* Don't download from Unicode.orgnobu2017-03-233-4/+9
* enc-unicode.rb: fix version matchingnobu2017-03-231-1/+1
* fix GraphemeBreakProperty.txtnobu2017-03-233-10/+19
* * 2017-03-24svn2017-03-231-1/+1
* common.mk: updating name2ctype.hnobu2017-03-231-8/+6
* enc-unicode.rb: ifdef blocksnobu2017-03-231-65/+73
* enc-unicode.rb: uniname2ctype_offsetnobu2017-03-232-788/+790
* update name2ctype.hnobu2017-03-231-806/+979
* * 2017-03-23svn2017-03-221-1/+1
* io.c: [DOC] expand docs for IO#putsstomar2017-03-221-4/+9
* 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