aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* dir.c: match in UTF-8nobu2014-05-101-0/+5
* thread.c: stop if forked in a sub-threadnobu2014-05-101-0/+6
* * man/ruby.1: remove deadlink. [ruby-core:62145][Bug #9773]hsbt2014-05-101-0/+4
* * signal.c (trap): Return "SYSTEM_DEFAULT" if SIG_DFL is set.akr2014-05-091-0/+4
* configure.in: check for setjmp type with CCDLFLAGSnobu2014-05-091-0/+6
* * lib/delegate.rb: Fix example of using delegator.ayumin2014-05-081-0/+5
* * lib/shell.rb: add documentation in lib/shell.rbayumin2014-05-081-0/+5
* * lib/fileutils.rb: show fileutils require at top.ayumin2014-05-081-0/+5
* * lib/prime.rb (Prime#prime?): negative numbers can't be primesayumin2014-05-081-0/+6
* class.c: always clear tables firstnobu2014-05-081-0/+6
* * configure.in: OpenBSD needs to include sys/param.h before includenaruse2014-05-081-0/+5
* webrick/httpserver.rb: Stop handling requests on shutdownnobu2014-05-081-0/+9
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#accept):akr2014-05-071-0/+6
* numeric.c: check keyword argumentsnobu2014-05-071-0/+6
* * benchmark/driver.rb: remove debug output and output results intoko12014-05-071-0/+5
* * benchmark/driver.rb: add '--rawdata-output=[FILE] option to outputko12014-05-071-0/+5
* vm_eval.c: exclude hidden variablesnobu2014-05-071-0/+7
* missed ref. [ruby-core:60501] [Bug #9486]nobu2014-05-061-0/+1
* parse.y: no duplicated namesnobu2014-05-061-1/+4
* parse.y: remove duplicated namesnobu2014-05-061-0/+5
* * lib/time.rb (Time.make_time): Adjust the time zone of "now".akr2014-05-061-0/+4
* * io.c (io_{read,write}_nonblock): use rb_get_kwargs instead oftadf2014-05-061-0/+5
* * lib/time.rb (Time.make_time): Argument validation code moved fromakr2014-05-061-0/+5
* fix typo [ci skip]kazu2014-05-061-1/+1
* [DOC] Use EST for previous documentation fix.akr2014-05-061-2/+3
* * lib/time.rb (Time.parse): [DOC] Fix an example in the documentation.akr2014-05-061-0/+6
* * file.c (rb_f_test): removed meaningless "case 'a'".tadf2014-05-051-0/+4
* * lib/open-uri.rb (OpenURI.open_uri): Call StringIO#close only ifakr2014-05-051-0/+6
* * benchmark/driver.rb: define File::NULL if not defiend and /dev/nullko12014-05-051-0/+5
* * ext/socket/mkconstants.rb: Add IP_TRANSPARENT.akr2014-05-051-0/+6
* * process.c (check_exec_redirect): Open the file in write mode forakr2014-05-051-0/+7
* * ext/pathname/lib/pathname.rb (cleanpath_aggressive): make allakr2014-05-051-0/+9
* * ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.akr2014-05-051-0/+5
* * math.c (rb_math_sqrt): omitted exporting an unused function,tadf2014-05-051-0/+6
* * lib/time.rb (Time.strptime): Raise ArgumentError if Date._strptimeakr2014-05-051-0/+6
* * ext/date/date_core.c (rt_rewrite_frags): a new feature (not atadf2014-05-041-0/+7
* * lib/time.rb (Time.force_zone!): Use usual local time if it hasakr2014-05-041-0/+5
* * lib/time.rb (Time.force_zone!): New private method.akr2014-05-041-0/+10
* math.c: C99-like atan2nobu2014-05-041-0/+6
* * lib/time.rb (Time.httpdate): Always return a UTC Time object.akr2014-05-031-0/+4
* * lib/time.rb (Time.make_time): Refactored.akr2014-05-031-0/+4
* * lib/time.rb (Time.rfc2822): Fix year completion.akr2014-05-031-0/+6
* * lib/time.rb (make_time): Produce fixed-offset time object ifakr2014-05-031-0/+9
* * lib/time.rb (Time.strptime): Use d[:offset] if d[:seconds] is notakr2014-05-031-0/+6
* avoid large alloca on Complex/Rational callsnormal2014-05-021-0/+6
* * file.c (HAVE_STRUCT_STATVFS_F_BASETYPE): File::Statfs#fstypenamengoto2014-05-021-0/+9
* parse.y: fix wrong static symbolnobu2014-05-021-0/+6
* test_io.rb: defer f_typenobu2014-05-021-0/+7
* parse.y: turn dynamically interned Symbol into an IDnobu2014-05-021-0/+6
* fix typoskazu2014-05-011-2/+2