summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-04adjust stylenobu
2013-06-04* ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): fix the numbermrkn
2013-06-04Add more comment about r41041naruse
2013-06-03add EEXIST for Linuxkazu
2013-06-03* 2013-06-04svn
2013-06-03FileUtils.rmdir use remove_tailing_slashkazu
2013-06-03* bignum.c (bitlength_bdigit): New function.akr
2013-06-03Don't run test-all because it often happens false positivenaruse
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-03* vm_insnhelper.c (vm_yield_setup_block_args): add comment for r41041.nobu
2013-06-03* lib/cgi/cookie.rb (inspect): add inspect for debug.xibbar
2013-06-03add some rdocnaruse
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* 2013-06-03svn
2013-06-02follow r41034naruse
2013-06-02Suppress warnings: setting Encoding.default_internalnaruse
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-02dln_find.c: unused macrosnobu
2013-06-02* lib/cgi/util.rb, lib/erb.rb: Use String#b [Feature #8394] by znzzzak
2013-06-02math.c: ASCII minusnobu
2013-06-02* lib/irb/lc/help-message: Apply english updates for irb --help #7510zzak
2013-06-02fill rdocsnobu
2013-06-02* range.c: Fix rdoc on Range#bsearch [Bug #8242] [ruby-core:54143]zzak
2013-06-01* 2013-06-02svn
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-01vm_insnhelper.c: add commentsnobu
2013-06-01remove duplicated entrykazu
2013-06-01error.c: better names for rb_exc_new familynobu
2013-06-01string.c: remove old interfacesnobu
2013-06-01Restore the removed change-log entriesmrkn
2013-05-31zlib.c: check EOFnobu
2013-05-31* ext/socket/option.c (inspect_byte): used only on NetBSD.nobu
2013-05-31* bignum.c: Use BDIGIT type for hbase.akr
2013-05-31ChangeLog: revert accidentally removed entriesnobu
2013-05-31Use custom methods for values whose type is different on platformsnaruse
2013-05-31* ext/socket/option.c (sockopt_s_byte): constructor of the sockoptnaruse
2013-05-31* ext/bigdecimal/bigdecimal.c (BigDecimal_power): use rb_dbl2bigmrkn