aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* string.c: avoid signed integer overflowtopic/string-integer-overflowKazuki Yamaguchi2016-09-131-48/+46
* Use PRIuSIZE format specifier for size_t valuesKazuki Yamaguchi2016-09-137-19/+19
* string.c: rename STR_EMBEDABLE_P to STR_EMBEDDABLE_Prhe2016-09-132-15/+22
* README{,.ja}.md: Drop support for BeOS now that Haiku is stable since 2.3.0. ...kazu2016-09-133-2/+9
* fix a typo [ci skip]kazu2016-09-131-1/+1
* fix unbalanced backquote [ci skip]kazu2016-09-131-1/+1
* string.c: STR_EMBEDABLE_Pnobu2016-09-132-3/+12
* * test/ruby/test_exception.rb: fix thread issues.ko12016-09-132-3/+11
* string.c: fix integer overflownobu2016-09-131-1/+2
* string.c: fix buffer overflow check condition in rb_str_set_len()rhe2016-09-133-1/+20
* openssl: workaround for Ubuntu's patched OpenSSLrhe2016-09-131-2/+5
* * common.mk (benchmark): fix lib path.naruse2016-09-122-3/+7
* * properties.svn2016-09-120-0/+0
* Copy the serial number from the super class to the singleton classtenderlove2016-09-123-0/+22
* * 2016-09-13svn2016-09-121-1/+1
* * time.c (time_arg): guard for mswin64 CI.usa2016-09-121-1/+1
* Added missing references of github and redmine.hsbt2016-09-121-0/+1
* * 2016-09-12svn2016-09-121-1/+1
* * lib/uri/mailto.rb: Removed needless `return` and use `.`` instead of `::`hsbt2016-09-123-5/+62
* NEWS: News about Module.used_modules.kazu2016-09-112-0/+8
* fix a typo [ci skip]kazu2016-09-111-1/+1
* Update URL of Japanese document of net/popkazu2016-09-111-1/+1
* Use https instead of http in some URLskazu2016-09-1114-31/+31
* * ChangeLog: added refs. [Bug #12748] [ruby-dev:49786]usa2016-09-111-1/+1
* * 2016-09-11svn2016-09-111-1/+1
* * win32/win32.c (rb_w32_write_console): should set writen length as theusa2016-09-112-2/+6
* * 2016-09-10svn2016-09-101-1/+1
* extension.rdoc: rb_check_arity [ci skip]nobu2016-09-101-0/+9
* * gems/bundled_gems: sort lines.kazu2016-09-092-4/+8
* json_generator_test.rb: no Bignumnobu2016-09-091-2/+3
* thread.c: set cause by Thread#raisenobu2016-09-094-0/+66
* fix file names [ci skip]nobu2016-09-093-2/+7
* * News: Announcing update to Unicode version 9.0.0 [ci skip]duerst2016-09-092-0/+6
* object.c: update rdocnobu2016-09-091-11/+6
* variable.c: rb_deprecate_constantnobu2016-09-092-0/+17
* variable.c: fix deprecated constant messagenobu2016-09-093-2/+6
* variable.c: fix private constant messagenobu2016-09-093-1/+9
* * 2016-09-09svn2016-09-091-1/+1
* e2mmap.rb: remove legacy codenobu2016-09-091-1/+0
* io.c: check if Integernobu2016-09-081-1/+1
* * array.c (flatten): use rb_obj_class instead of rb_class_ofktsj2016-09-083-1/+25
* rbinstall.rb: gem bindirnobu2016-09-082-1/+6
* * eval.c (rb_mod_s_used_modules): rename Module.used_refinements toshugo2016-09-083-17/+22
* Unbundle tknaruse2016-09-081-1/+0
* Update svn:ignore [ci skip]kazu2016-09-080-0/+0
* * ext/psych/psych.gemspec, lib/rdoc/rdoc.gemspec: Use file list instead ofhsbt2016-09-083-2/+12
* replace fixnum by integer in documents.akr2016-09-0815-123/+123
* * insns.def (setclassvariable, setconstant): warn when self is ashugo2016-09-084-0/+31
* NEWS: Add Hash#transform_valuesmrkn2016-09-081-0/+4
* hash.c: map_v -> transform_valuesmrkn2016-09-083-25/+33