summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-06-06fix a typokazu
2013-06-06* numeric.c (num_quo): should return a Float for a Float argument.mrkn
2013-06-05* remove trailing spaces.nobu
2013-06-05 * gc.c (gc_mark): get rid of pushing useless objests.tarui
2013-06-05 * gc.c (rgengc_rememberset_mark): change scan algorithm for performance:tarui
2013-06-05* win32/win32.c (NET_LUID): define it on MinGW32.naruse
2013-06-05* string.c (String#b): Allow code range scan to happen later soknu
2013-06-05* lib/net/imap.rb (capability_response): should ignore trailingshugo
2013-06-05* bignum.c (big_fdiv): Use nlz() instead of bdigbitsize().akr
2013-06-05* include/ruby/ruby.h: fix alignment in comment.mrkn
2013-06-05* random.c (int_pair_to_real_inclusive): Add a cast to BDIGIT.akr
2013-06-05* gc.c (before_gc_sweep): don't optimize it to avoid segv on Ubuntunaruse
2013-06-05* tool/mkrunnable.rb: fix for native mswin compile.nobu
2013-06-05* test/fileutils/test_fileutils.rb (TestFileUtils#test_mkdir): addnaruse
2013-06-04* bignum.c (rb_big_pow): Don't need to multiply SIZEOF_BDIGITS.akr
2013-06-04 * ext/date/date_core.c (d_lite_cmp, d_lite_equal): simplified.tadf
2013-06-04 * ext/date/date_core.c: fixed a bug [ruby-core:55295]. reportedtadf
2013-06-04* lib/rubygems: Update to RubyGems 2.0.3drbrain
2013-06-04 * doc/marshal.rdoc: Add description of Marshal format.drbrain
2013-06-04* array.c (Array#+): fix documentation example.eregon
2013-06-04* lib/irb/lc/ja/help-message: update help messages.ayumin
2013-06-04* marshal.c (r_object0): Generalize a round up expression.akr
2013-06-04* object.c (rb_Hash): fix docs. patched by Stefan Schüßler.ayumin
2013-06-04* lib/irb/completion.rb: Use %w literal construction for long lists.eregon
2013-06-04* ext/objspace/objspace.c: improve wording and remove duplicated comment.eregon
2013-06-04* bignum.c (bitlength_bdigit): Fix an off-by-one error.akr
2013-06-04* ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): fix the numbermrkn
2013-06-03add EEXIST for Linuxkazu
2013-06-03FileUtils.rmdir use remove_tailing_slashkazu
2013-06-03* bignum.c (bitlength_bdigit): New function.akr
2013-06-03fix a typokazu
2013-06-03* lib/fileutils.rb: fix behavior when mkdir/mkdir_p accepted "/".ayumin
2013-06-03dir.c: use fd to fstatfsnobu
2013-06-02* configure.in: removes AC_CHECK_FUNCS(readdir_r). readdir_r()kosaki
2013-06-02* vm_insnhelper.c (vm_yield_setup_block_args): partially revert r41019.naruse
2013-06-02* test/socket/test_sockopt.rb: change test name. follow r41037.ayumin
2013-06-02* test/rinda/test_rinda.rb: rename functions introduced in r41009.ayumin
2013-06-02* enc/trans/japanese_euc.trans, test/ruby/test_transcode.rb,ktsj
2013-06-02* ext/socket/option.c: rename functions introduced in r41009naruse
2013-06-02dln_find.c: deprecated functionsnobu
2013-06-02* lib/cgi/util.rb, lib/erb.rb: Use String#b [Feature #8394] by znzzzak
2013-06-02* lib/irb/lc/help-message: Apply english updates for irb --help #7510zzak
2013-06-02* range.c: Fix rdoc on Range#bsearch [Bug #8242] [ruby-core:54143]zzak
2013-06-01* enc/euc_jp.c: fix typo: the name of EUC-JIS-2004.naruse
2013-06-01* vm_eval.c (rb_mod_module_eval): mention in docs that arguments passedcharliesome
2013-06-01* lib/set.rb (Set#freeze, taint, untaint): Save a "self" byknu
2013-06-01compile.c: not simple if keyword argsnobu
2013-06-01vm_insnhelper.c: extract keyword arguments after splatnobu
2013-06-01remove duplicated entrykazu
2013-06-01error.c: better names for rb_exc_new familynobu