aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* vm.c: clear intermediate hashnobu2014-05-071-1/+4
* * benchmark/driver.rb: remove debug output and output results intoko12014-05-072-2/+6
* * benchmark/driver.rb: add '--rawdata-output=[FILE] option to outputko12014-05-072-2/+22
* vm_eval.c: exclude hidden variablesnobu2014-05-074-6/+15
* * 2014-05-07svn2014-05-071-2/+2
* rename variablesnobu2014-05-072-11/+11
* missed ref. [ruby-core:60501] [Bug #9486]nobu2014-05-061-0/+1
* parse.y: no duplicated namesnobu2014-05-063-5/+22
* parse.y: remove duplicated namesnobu2014-05-063-18/+24
* parse.y: unused return valuesnobu2014-05-061-6/+4
* * lib/time.rb (Time.make_time): Adjust the time zone of "now".akr2014-05-063-2/+27
* * io.c (io_{read,write}_nonblock): use rb_get_kwargs instead oftadf2014-05-062-2/+20
* * lib/time.rb (Time.make_time): Argument validation code moved fromakr2014-05-062-9/+12
* eval.c: method namenobu2014-05-061-0/+5
* fix typo [ci skip]kazu2014-05-061-1/+1
* [DOC] Use EST for previous documentation fix.akr2014-05-062-6/+7
* * lib/time.rb (Time.parse): [DOC] Fix an example in the documentation.akr2014-05-062-7/+13
* * file.c (rb_f_test): removed meaningless "case 'a'".tadf2014-05-052-1/+4
* * lib/open-uri.rb (OpenURI.open_uri): Call StringIO#close only ifakr2014-05-053-1/+30
* * ext/tk/lib/tkextlib/tkDND/tkdnd.rb: fix typo and missing definition.nagai2014-05-051-1/+1
* * benchmark/driver.rb: define File::NULL if not defiend and /dev/nullko12014-05-052-0/+11
* * 2014-05-06svn2014-05-051-2/+2
* * ext/socket/mkconstants.rb: Add IP_TRANSPARENT.akr2014-05-052-0/+7
* [DOC]akr2014-05-051-0/+45
* * process.c (check_exec_redirect): Open the file in write mode forakr2014-05-054-1/+41
* * ext/pathname/lib/pathname.rb (cleanpath_aggressive): make allakr2014-05-053-0/+19
* * ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.akr2014-05-054-0/+17
* * math.c (rb_math_sqrt): omitted exporting an unused function,tadf2014-05-053-0/+10
* add a comment.akr2014-05-051-1/+1
* * lib/time.rb (Time.strptime): Raise ArgumentError if Date._strptimeakr2014-05-054-0/+15
* * ext/date/date_core.c (rt_rewrite_frags): a new feature (not atadf2014-05-043-3/+30
* update a comment.akr2014-05-041-2/+2
* * 2014-05-05svn2014-05-041-2/+2
* add comment.akr2014-05-041-0/+4
* vm.c: Init_vm_objectsnobu2014-05-043-3/+12
* * lib/time.rb (Time.force_zone!): Use usual local time if it hasakr2014-05-043-3/+12
* * lib/time.rb (Time.force_zone!): New private method.akr2014-05-043-9/+26
* * math.c (math_atan2): remove the condition for test.nobu2014-05-041-1/+1
* math.c: C99-like atan2nobu2014-05-045-5/+36
* test_math.rb: rename check as assert_floatnobu2014-05-031-1/+2
* [DOC]akr2014-05-031-0/+5
* * lib/time.rb (Time.httpdate): Always return a UTC Time object.akr2014-05-032-1/+5
* * lib/time.rb (Time.make_time): Refactored.akr2014-05-032-5/+5
* * lib/time.rb (Time.rfc2822): Fix year completion.akr2014-05-033-35/+66
* * 2014-05-04svn2014-05-031-2/+2
* * lib/time.rb (make_time): Produce fixed-offset time object ifakr2014-05-034-5/+35
* add tests.akr2014-05-031-2/+17
* * lib/time.rb (Time.strptime): Use d[:offset] if d[:seconds] is notakr2014-05-033-6/+13
* math.c: check domain of base argumentnobu2014-05-033-8/+26
* math.c: adjust prototype of math_lognobu2014-05-031-2/+2