summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-07-18* test/win32ole/test_win32ole_event.rb (TestWIN32OLE_EVENT): useusa
2012-07-18* lib/logger.rb: Updated typos and output to match modern Loggerdrbrain
2012-07-17Wed Jul 18 07:59:29 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2012-07-17* lib/open-uri.rb: call io.close! for Tempfile.akr
2012-07-17* proc.c (rb_proc_arity): return normal value (not -n-1) if it is notnaruse
2012-07-16* ext/psych/lib/psych/visitors/to_ruby.rb: strings with YAML anchorstenderlove
2012-07-16Revert of r36411, as does not distinguish proc from lambdamarcandre
2012-07-16Revert r33924.marcandre
2012-07-16* bignum.c (rb_integer_float_cmp): use FIXNUM_MIN and FIXNUM_MAX,akr
2012-07-16* numeric.c (flo_to_s): use the exponential form if the integer partakr
2012-07-16* ext/readline/readline.c: fixed docs. [Bug #6740][ruby-core:46501]ayumin
2012-07-16* bignum.c (rb_integer_float_eq): new function.akr
2012-07-16* bignum.c (rb_integer_float_cmp): rename a local variable.akr
2012-07-16* bignum.c (rb_integer_float_cmp): renamed from rb_big_float_cmp.akr
2012-07-16* bignum.c (rb_big_float_cmp): compare an integer and float precisely.akr
2012-07-16* bignum.c (rb_big_float_cmp): support fixnum for argument x.akr
2012-07-16fixed ChangeLogayumin
2012-07-16* test/fileutils/test_fileutils.rb: add test for FileUtils#uptodate?ayumin
2012-07-16* lib/fileutils.rb (uptodate?): remove useless parameter.ayumin
2012-07-16* bignum.c (rb_big_eq): use rb_big_float_cmp.akr
2012-07-16* internal.h (rb_big_float_cmp): declared.akr
2012-07-16* bignum.c (enum big_op_t): new type.akr
2012-07-14fix indentkazu
2012-07-14array.c: fill with nilnobu
2012-07-14* cont.c (cont_restore_0): improve docs. [Bug #6706][ruby-core:46243]ayumin
2012-07-14hash.c: raise on invalid inputnobu
2012-07-14commit missnobu
2012-07-14test/unit.rb: use uniq!nobu
2012-07-14test/unit.rb: extract dealnobu
2012-07-14test/unit.rb: extract quit_workersnobu
2012-07-14test/unit.rb: extract delete_workernobu
2012-07-14test/unit.rb: launch_worker to manage new workernobu
2012-07-14test/unit.rb: extract launch_workernobu
2012-07-14test/unit.rb: extract start_watchdognobu
2012-07-14test/unit.rb: _run_parallelnobu
2012-07-14array.c: no infection by unused separatornobu
2012-07-13intern.h: fix declarationnobu
2012-07-12test: skip default gemsnobu
2012-07-12rb_str_new_frozen: new object if tainted/untrusted unmatchnobu
2012-07-12* test/net/http/test_http.rb (TestNetHTTPLocalBind#test_bind_to_local*):usa
2012-07-11Imported minitest 3.2.0 (r7598). Reviewed by drbrainryan
2012-07-11defined: me in cfpnobu
2012-07-11* lib/net/http.rb (Net::HTTP#connect): use local_host and local_portnaruse
2012-07-11enc/encinit.c for static-linked-extnobu
2012-07-11* ext/openssl/ossl_pkey_ec.c (ossl_ec_point_mul): nonstatic initializer usa
2012-07-11* vm_eval.c (rb_eval_string_from_file,yugui
2012-07-11Reverts a half of r36079. As we discussed on ruby-dev@ and IRC,yugui
2012-07-11fix a typokazu
2012-07-11HAVE_RUBY_THREAD_Hnobu
2012-07-11* ChangeLog: typo.usa