summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
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* lib/time.rb (make_time): Produce fixed-offset time object ifakr
2014-05-03* lib/time.rb (Time.strptime): Use d[:offset] if d[:seconds] is notakr
2014-05-02avoid large alloca on Complex/Rational callsnormal
2014-05-02* file.c (HAVE_STRUCT_STATVFS_F_BASETYPE): File::Statfs#fstypenamengoto
2014-05-02parse.y: fix wrong static symbolnobu
2014-05-02test_io.rb: defer f_typenobu
2014-05-02parse.y: turn dynamically interned Symbol into an IDnobu
2014-05-01fix typoskazu
2014-05-01* file.c: Change AND condition to nested condition.kazu
2014-04-30* file.c (FSTATFS): check availability of struct statfs andngoto
2014-04-30* gc.c (gc_after_sweep): suppress unnecessary expanding heap.nari
2014-04-30* vm.c (invoke_block_from_c): add VM_FRAME_FLAG_BMETHOD to recordko1
2014-04-30parse.y: pin down dynamic symbol onlynobu
2014-04-29fix style of ChangeLogkazu
2014-04-29* (lib/tmpdir.rb): Rescue LoadError on etc.so for miniruby.akr
2014-04-29* lib/fileutils.rb: Don't need to define fu_get_gid and fu_get_gid inakr
2014-04-29* parse.y (symbols_i): like r45492, call rb_gc_resurrect().ktsj
2014-04-28new macros for statfs_tkazu
2014-04-28fix typo [Fix GH-603]nobu
2014-04-28* configure.in (HAVE_STRUCT_STATFS_F_TYPE): check struct statfs.f_typenaruse
2014-04-28* configure.in: check struct statvfs and struct statvfs.f_fstypename.naruse
2014-04-28* gc.c: This argument must be a pointer.nari
2014-04-28* gc.c: Fix typos. These are undefined variables.nari
2014-04-27trivial changetadf
2014-04-27 * ext/date/date_strptime.c (date__strptime_internal): do not overwrite century.tadf
2014-04-27fix indentkazu
2014-04-26* test/ruby/test_enum.rb (test_flat_map): Added test for flat_map.hsbt
2014-04-26compile.c: non-destructive keyword splatnobu
2014-04-25* test/ruby/test_process.rb (test_rlimit_nofile): Don't limitakr
2014-04-25* lib/fileutils.rb (rmdir): rescue Errno::EEXIST in addition tongoto
2014-04-25* lib/webrick/utils.rb: Don't rescue LoadError for 'etc' extension.akr
2014-04-25configure.in: refine __builtin_unreachable checknobu
2014-04-25* configure.in: NetBSD's ksh, used by configure, needs escapes.naruse
2014-04-25* configure.in: correct pthread_setname_np's prototype on NetBSD.naruse
2014-04-24* lib/fileutils.rb (fu_get_uid, fu_get_gid): Etc.getpwnam/getgrnam mayusa