summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-07-19* ext/socket/extconf.rb: now enable IPv6 by default on mswin.usa
2012-07-19* ext/psych/emitter.c (initialize): allow a configuration object to betenderlove
2012-07-18* test/ruby/test_file.rb: remove temporally files early.akr
2012-07-18fixed: can't delete unix domain sockets problemseki
2012-07-18* bignum.c: Added #include <strings.h> for ffs(). Patch by Perrykosaki
2012-07-18* include/ruby/intern.h (rb_num_zerodiv): Added NORETURN.kosaki
2012-07-18pack.c: round down too long uuencode widthnobu
2012-07-18* ext/dbm/dbm.c (fdbm_empty_p): fix wrong condtion introduced in r36438.naruse
2012-07-18* test/ruby/test_beginendblock.rb: remove temporally files early.akr
2012-07-18* test/ruby/test_autoload.rb: remove temporally files early.akr
2012-07-18* test/ruby/test_argf.rb: use temporally directory.akr
2012-07-18* test/openssl/test_config.rb: remove temporally files early.akr
2012-07-18error.c: map by indexnobu
2012-07-18mkmf.rb: hack for -frameworknobu
2012-07-18* ext/curses/extconf.rb: support PDCurses. patched by Luis Lavena.shugo
2012-07-18* parse.y (primary): allow an empty grouped expression as theshugo
2012-07-18* thread.c (rb_thread_call_without_gvl2): added.ko1
2012-07-18configure.in: EXTDLDFLAGSnobu
2012-07-18* thread.c: fix last commit miss.ko1
2012-07-18* thread.c (rb_threadptr_async_errinfo_*): manage async errors queue.ko1
2012-07-18add castsshyouhei
2012-07-18add castsshyouhei
2012-07-18* lib/benchmark.rb: Fix Benchmark.benchmark output with an emptynaruse
2012-07-18* lib/debug.rb: Added toplevel documentation. Based on patch by Oscardrbrain
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