summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-05-14* gc.c (rgengc_rememberset_mark): promote remembered object earlier.ko1
2014-05-12* ChangeLog: fix a typo for r45930.nagachika
2014-05-12configure.in: check atan2nobu
2014-05-12* configure.in: Invoke AC_REPLACE_FUNCS for each function.akr
2014-05-12* gc.c: count young object correctly and show it in GC.statko1
2014-05-11* ext/socket/ifaddr.c (IS_IFADDRS): Unused macro removed.akr
2014-05-11* compile.c (BUFSIZE): Unused macro removed.akr
2014-05-11* pack.c (swaps): Unused macro removed.akr
2014-05-10vm*: doubly-linked list from ccan to manage vm->living_threadsnormal
2014-05-10signal.c: directly enqueuenobu
2014-05-10dir.c: match in UTF-8nobu
2014-05-10thread.c: stop if forked in a sub-threadnobu
2014-05-10* man/ruby.1: remove deadlink. [ruby-core:62145][Bug #9773]hsbt
2014-05-09* signal.c (trap): Return "SYSTEM_DEFAULT" if SIG_DFL is set.akr
2014-05-09configure.in: check for setjmp type with CCDLFLAGSnobu
2014-05-08* lib/delegate.rb: Fix example of using delegator.ayumin
2014-05-08* lib/shell.rb: add documentation in lib/shell.rbayumin
2014-05-08* lib/fileutils.rb: show fileutils require at top.ayumin
2014-05-08* lib/prime.rb (Prime#prime?): negative numbers can't be primesayumin
2014-05-08class.c: always clear tables firstnobu
2014-05-08* configure.in: OpenBSD needs to include sys/param.h before includenaruse
2014-05-08webrick/httpserver.rb: Stop handling requests on shutdownnobu
2014-05-07* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#accept):akr
2014-05-07numeric.c: check keyword argumentsnobu
2014-05-07* benchmark/driver.rb: remove debug output and output results intoko1
2014-05-07* benchmark/driver.rb: add '--rawdata-output=[FILE] option to outputko1
2014-05-07vm_eval.c: exclude hidden 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-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-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* benchmark/driver.rb: define File::NULL if not defiend and /dev/nullko1
2014-05-05* ext/socket/mkconstants.rb: Add IP_TRANSPARENT.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-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-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-04math.c: C99-like atan2nobu
2014-05-03* lib/time.rb (Time.httpdate): Always return a UTC Time object.akr