aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * tool/mkconfig.rb: use true instead of TRUE.shugo2016-07-092-1/+7
* * 2016-07-09svn2016-07-091-1/+1
* Use keywordnobu2016-07-091-1/+1
* fix a typo [ci skip]kazu2016-07-081-1/+1
* * thread.c (rb_wait_for_single_fd): Clean up fds.revents every timengoto2016-07-082-0/+6
* numeric.c: round as doublenobu2016-07-081-2/+2
* * vm_args.c (vm_caller_setup_arg_block): call rb_sym_to_proc()shugo2016-07-082-8/+28
* * io.c (rb_io_s_read): add description of pipes to the documentationshugo2016-07-072-0/+8
* * vm_args.c (setup_parameters_complex): don't raise ArgumentErrornaruse2016-07-073-0/+15
* suppress warnings: unused variablesnaruse2016-07-071-1/+1
* * 2016-07-08svn2016-07-071-1/+1
* * vm_eval.c (yield_under): change prototype to get argc/argv.naruse2016-07-072-10/+15
* * vm_args.c (vm_caller_setup_arg_block): disable symbol blockshugo2016-07-073-1/+23
* numeric.c: round nearly middle valuenobu2016-07-073-2/+21
* io.c: convert arguments just oncenobu2016-07-073-11/+123
* require "rbconfig/sizeof"naruse2016-07-062-0/+2
* * 2016-07-07svn2016-07-061-1/+1
* * tool/redmine-backporter.rb: fixed command alias bug.usa2016-07-061-2/+2
* enc/iso_8859_14.c: Fix compile error by old version of fcc on Solaris 10.ngoto2016-07-061-1/+1
* * remove trailing spaces.svn2016-07-061-1/+1
* * enc/iso_8859_14.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-063-2/+77
* * remove trailing spaces.svn2016-07-061-1/+1
* * enc/iso_8859_1.c, enc/iso_8859_15.c, enc/iso_8859_16.c:duerst2016-07-064-91/+109
* * remove trailing spaces.svn2016-07-061-1/+1
* * enc/iso_8859_15.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-063-2/+70
* * enc/iso_8859_16.c, test/ruby/enc/test_case_comprehensive.rb:duerst2016-07-063-2/+63
* Update dependenciesnobu2016-07-0632-85/+537
* Local header dependenciesnobu2016-07-068-2/+24
* Ignore -save-temps=obj filesnobu2016-07-061-0/+3
* update-deps: exclude timestampsnobu2016-07-061-0/+2
* update-deps: for clangnobu2016-07-061-7/+15
* probes.dmyh: remove preprocessor directivesnobu2016-07-063-9/+2
* Revert ext/json/parser/prereq.mknobu2016-07-061-0/+10
* Add an assertion.shugo2016-07-061-0/+3
* * lib/net/http/generic_rquest.rb (write_header): A Request-Line mustshugo2016-07-063-1/+19
* * 2016-07-06svn2016-07-051-1/+1
* * lib/net/ftp.rb (putline): raise an ArgumentError whenshugo2016-07-053-0/+18
* * properties.svn2016-07-050-0/+0
* * append newline at EOF.svn2016-07-051-0/+1
* * ext/json/*, test/json/*: Update json-2.0.1.hsbt2016-07-0527-1497/+1158
* * string.c (rb_str_change_terminator_length): New function to changengoto2016-07-054-26/+69
* * 2016-07-05svn2016-07-051-1/+1
* * pack.c (pack_pack): use union instead of bare variable to easenaruse2016-07-052-149/+62
* fix typonaruse2016-07-041-1/+1
* * process.c: define sig_t if not exist.naruse2016-07-043-0/+10
* * 2016-07-04svn2016-07-041-1/+1
* * random.c (random_ulong_limited): avoid left shift count >= width ofnaruse2016-07-042-2/+5
* fix a typo and indent [ci skip]kazu2016-07-031-2/+2
* * test/ruby/enc/test_case_comprehensive.rb, test_regex_casefold.rb,duerst2016-07-034-5/+10
* process.c (disable_child_handler_fork_child): simplifynormal2016-07-022-52/+14