summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-09-15* ext/socket/mkconstants.rb: define MSG_FASTOPEN.glass
2013-09-15 * rational.c (nurat_div): reverted r28844, r28886 and r28887.tadf
2013-09-14Revert r42938 "* lib/rubygems: Update to RubyGems 2.1.3"naruse
2013-09-13* dir.c (dir_s_glob): [DOC] Improve wording and layout.drbrain
2013-09-13* lib/rubygems: Update to RubyGems 2.1.3drbrain
2013-09-13* lib/uri/generic.rb (URI::Generic.find_proxy): return nil ifnaruse
2013-09-13 * lib/rubygems: Update to RubyGems 2.1.3drbrain
2013-09-12configure.in: size_t must be unsignednobu
2013-09-12Eliminate less-than-zero checks for unsigned variablesnobu
2013-09-12* Makefile.in (libruby-static.a): change LDFLAGS order. LDFLAGS may include l...ngoto
2013-09-12vsnprintf.c: fix buffer overflownobu
2013-09-11configure.in: fix cross-compiling installation failurenobu
2013-09-10* thread.c (rb_mutex_unlock): Mutex#unlock no longer raisekosaki
2013-09-10* vm_backtrace.c (vm_backtrace_to_ary): Ignore the second argument ifsorah
2013-09-10class.c: exclude refined methodsnobu
2013-09-10* io.c (rb_f_printf): [DOC] add missing parenthesis in rdoc.kazu
2013-09-10NEWS: Update RubyGems note.kazu
2013-09-10* lib/rubygems: Update to RubyGems 2.1.0. Fixes CVE-2013-4287.drbrain
2013-09-09* process.c: Remove spaces between SI prefix and unit to followakr
2013-09-09vm_method.c: clear cache after refine methodnobu
2013-09-09rbinstall.rb: add datenobu
2013-09-08* rational.c (f_gcd): Relax the condition to use GMP.akr
2013-09-08* ext/win32ole/win32ole.c (folevariant_initialize): check type ofsuke
2013-09-07* math.c (math_log): Test the sign for bignums.akr
2013-09-07* math.c (math_log): Support bignums bigger than 2**1024.akr
2013-09-07* vm_eval.c (vm_call0): fix prototype, the id parameter should be ofcharliesome
2013-09-07* variable.c (classname): the name of class that hasktsj
2013-09-07* lib/find.rb (Find.find): respect the encodings of arguments.ktsj
2013-09-07* ext/socket/mkconstants.rb (TCP_FASTOPEN): Defined for TCP fast open.akr
2013-09-06* common.mk: use RUNRUBY instead of MINIRUBY because MINIRUBY can'tglass
2013-09-06* configure.in: Define ac_cv_func_clock_getres to yes for mingw*.akr
2013-09-06* rational.c: Include gmp.h if GMP is used.akr
2013-09-06remove unexpected referenceskazu
2013-09-06win32.c: clock_getresnobu
2013-09-06transcode.c: add rb_econv_appendnobu
2013-09-05* ext/psych/lib/psych/visitors/yaml_tree.rb: use double quotes whentenderlove
2013-09-05class.c: remove recursionnobu
2013-09-05* string.c (fstring_cmp): take string encoding into account whencharliesome
2013-09-05string.c: reduce objects in rb_fstringnobu
2013-09-05* lib/optparse.rb: The Integer acceptable now allows binary anddrbrain
2013-09-05* include/ruby/ruby.h: add RSTRING_FSTR flagcharliesome
2013-09-05* configure.in (with_gmp): set with_gmp no if it is empty.mrkn
2013-09-05* vm_insnhelper.c (vm_getivar): use class sequence to check classcharliesome
2013-09-04* bignum.c (GMP_DIV_DIGITS): New macro.akr
2013-09-04* bignum.c (bary_divmod_normal): Reduce temporary array allocations.akr
2013-09-04* bignum.c (rb_big_divrem_normal): Add GC guards.akr
2013-09-04* bignum.c (rb_big_divrem_normal): New function.akr
2013-09-04* bignum.c (bigdivrem_normal): Removed.akr
2013-09-04* bignum.c (bigdivrem): Useless declaration removed.akr
2013-09-04numeric.c: split NUM_STEP_GET_INFnobu