aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * 2016-05-07svn2016-05-061-1/+1
* process.c: argument types over conversionnobu2016-05-063-2/+38
* fix a typo [ci skip]kazu2016-05-061-1/+1
* random.c: fill_random_bytes_syscall functionnobu2016-05-061-1/+6
* random.c: refactornobu2016-05-061-42/+24
* random.c: use rb_check_to_intnobu2016-05-061-2/+2
* random.c: prefer rb_check_aritynobu2016-05-061-6/+6
* random.c: sipseed_keys_tnobu2016-05-061-2/+3
* random.c: default seed marknobu2016-05-061-5/+2
* random.c: return value is not GCednobu2016-05-061-3/+2
* enum.c: examples of Enumerable#detect [ci skip]nobu2016-05-052-0/+11
* * 2016-05-06svn2016-05-051-1/+1
* random.c: use uint32_tnobu2016-05-051-5/+5
* * test/ruby/test_complexrational.rb: Remove duplicated raise.yui-knk2016-05-052-1/+5
* proc.c: no temporary args arraynobu2016-05-051-10/+1
* proc.c: no unnecessary temporary arraynobu2016-05-051-5/+2
* proc.c: suppress a warningnobu2016-05-051-1/+9
* * string.c (rb_str_sub): Fix a special match variable name.yui-knk2016-05-052-1/+6
* use TH_JUMP_TAGnobu2016-05-0511-33/+48
* * 2016-05-05svn2016-05-051-1/+1
* random.c: use arc4random_bufnobu2016-05-053-1/+10
* numeric.c: Remove prototype declarations to internal.hyui-knk2016-05-043-2/+15
* proc.c: separate rb_method_call_with_blocknobu2016-05-041-19/+33
* proc.c: passed_blocknobu2016-05-041-14/+13
* proc.c: constifynobu2016-05-041-1/+1
* * lib/net/http/header.rb: [DOC] add documentation thatktsj2016-05-041-0/+10
* * lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj2016-05-043-5/+53
* * test/net/http/test_httpheader.rb: add missing test ofktsj2016-05-041-0/+9
* * lib/set.rb: [DOC] add documentation that Set#{delete_if,keep_if,collect!,re...ktsj2016-05-041-4/+11
* * lib/set.rb (Set#{delete_if,keep_if,collect!,reject!,select!,classify,divide},ktsj2016-05-043-9/+79
* * 2016-05-04svn2016-05-041-1/+1
* * test/test_set.rb: add missing test of Set#select!.ktsj2016-05-041-0/+12
* Update result of 123456789 ** -2kazu2016-05-032-1/+6
* * internal.h (RCOMPLEX_SET_IMAG): undef RCOMPLEX_SET_IMAGyui-knk2016-05-032-1/+6
* * complex.c (rb_complex_set_imag): Fix to properly set imagyui-knk2016-05-032-1/+6
* * configure.in (warnflags): use -std=gnu99 instead ofnaruse2016-05-032-1/+6
* * string.c (count_utf8_lead_bytes_with_word): Use __builtin_popcountnaruse2016-05-034-4/+35
* parse.y: trace elsifnobu2016-05-033-1/+25
* eval.c: constifynobu2016-05-031-1/+1
* * 2016-05-03svn2016-05-021-1/+1
* process.c (disable_child_handler_fork_child): initialize handler for SIGPIPEnormal2016-05-022-1/+10
* * win32/win32.c, include/ruby/win32.h (rb_w32_utruncate): implements newusa2016-05-024-5/+36
* * remove trailing spaces.svn2016-05-021-1/+1
* * test/ruby/test_file_exhaustive.rb: test UTF-8 filename. see [Bug #12340]usa2016-05-021-88/+217
* * re.c (str_coderange): to avoid function call when the string alreadynaruse2016-05-022-19/+45
* Update rdoc of Integer#modulo [ci skip]kazu2016-05-021-3/+4
* fix a typo [ci skip]kazu2016-05-021-1/+1
* fix typos [ci skip]kazu2016-05-021-5/+5
* string.c: shortcutnobu2016-05-021-3/+5
* string.c: fix docnobu2016-05-021-1/+1