summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-05-07vm_eval.c: exclude hidden variablesnobu
2014-05-07* 2014-05-07svn
2014-05-07rename variablesnobu
2014-05-06missed ref. [ruby-core:60501] [Bug #9486]nobu
2014-05-06parse.y: no duplicated namesnobu
2014-05-06parse.y: remove duplicated namesnobu
2014-05-06parse.y: unused return valuesnobu
2014-05-06* lib/time.rb (Time.make_time): Adjust the time zone of "now".akr
2014-05-06 * io.c (io_{read,write}_nonblock): use rb_get_kwargs instead oftadf
2014-05-06* lib/time.rb (Time.make_time): Argument validation code moved fromakr
2014-05-06eval.c: method namenobu
2014-05-06fix typo [ci skip]kazu
2014-05-06[DOC] Use EST for previous documentation fix.akr
2014-05-06* lib/time.rb (Time.parse): [DOC] Fix an example in the documentation.akr
2014-05-05 * file.c (rb_f_test): removed meaningless "case 'a'".tadf
2014-05-05* lib/open-uri.rb (OpenURI.open_uri): Call StringIO#close only ifakr
2014-05-05* ext/tk/lib/tkextlib/tkDND/tkdnd.rb: fix typo and missing definition.nagai
2014-05-05* benchmark/driver.rb: define File::NULL if not defiend and /dev/nullko1
2014-05-05* 2014-05-06svn
2014-05-05* ext/socket/mkconstants.rb: Add IP_TRANSPARENT.akr
2014-05-05[DOC]akr
2014-05-05* process.c (check_exec_redirect): Open the file in write mode forakr
2014-05-05* ext/pathname/lib/pathname.rb (cleanpath_aggressive): make allakr
2014-05-05* ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.akr
2014-05-05 * math.c (rb_math_sqrt): omitted exporting an unused function,tadf
2014-05-05add a comment.akr
2014-05-05* lib/time.rb (Time.strptime): Raise ArgumentError if Date._strptimeakr
2014-05-04 * ext/date/date_core.c (rt_rewrite_frags): a new feature (not atadf
2014-05-04update a comment.akr
2014-05-04* 2014-05-05svn
2014-05-04add comment.akr
2014-05-04vm.c: Init_vm_objectsnobu
2014-05-04* lib/time.rb (Time.force_zone!): Use usual local time if it hasakr
2014-05-04* lib/time.rb (Time.force_zone!): New private method.akr
2014-05-04* math.c (math_atan2): remove the condition for test.nobu
2014-05-04math.c: C99-like atan2nobu
2014-05-03test_math.rb: rename check as assert_floatnobu
2014-05-03[DOC]akr
2014-05-03* lib/time.rb (Time.httpdate): Always return a UTC Time object.akr
2014-05-03* lib/time.rb (Time.make_time): Refactored.akr
2014-05-03* lib/time.rb (Time.rfc2822): Fix year completion.akr
2014-05-03* 2014-05-04svn
2014-05-03* lib/time.rb (make_time): Produce fixed-offset time object ifakr
2014-05-03add tests.akr
2014-05-03* lib/time.rb (Time.strptime): Use d[:offset] if d[:seconds] is notakr
2014-05-03math.c: check domain of base argumentnobu
2014-05-03math.c: adjust prototype of math_lognobu
2014-05-02avoid large alloca on Complex/Rational callsnormal
2014-05-02time.c: fix underflow of unsigned integersnobu
2014-05-02* 2014-05-03svn