aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (ruby_float_step): improve floating point calculations.naruse2011-11-221-0/+13
* * test/ruby/test_io.rb (test_fcntl_dupfd): there is no known platformakr2011-11-211-0/+5
* * ext/psych/lib/psych.rb: remove autoload from psychtenderlove2011-11-211-0/+5
* * test/ruby/test_io.rb (test_fcntl_dupfd): the argument of F_DUPFD isakr2011-11-211-0/+5
* * io.c (linux_get_maxfd): get rid of a warning.akr2011-11-211-0/+4
* * io.c (linux_get_maxfd): new function to find maximum fd on Linux.akr2011-11-211-0/+5
* * cont.c (fiber_switch): ignore fiber context switchnaruse2011-11-201-0/+7
* * ChangeLog: fix typo.nobu2011-11-201-1/+1
* * ext/extmk.rb (extract_makefile, extmake): regenerate makefielsnobu2011-11-201-0/+7
* * enc/unicode.c (PROPERTY_NAME_MAX_SIZE): +1.naruse2011-11-201-0/+5
* * lib/set.rb (SortedSet.setup): remove old_init after initializeakr2011-11-201-3/+4
* * lib/set.rb (SortedSet.setup): don't remove old_init. The removeakr2011-11-201-0/+5
* * Makefile.in (enc/unicode/name2ctype.h): remove duplicatednobu2011-11-191-0/+5
* * lib/pathname.rb (Pathname#find): return an enumerator ifakr2011-11-191-0/+9
* * time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too.akr2011-11-191-0/+6
* * test/net/http/test_http.rb: remove temporally files in ensure clause.akr2011-11-191-0/+4
* * test/net/http/test_http.rb: remove temporally files.akr2011-11-181-0/+4
* * ext/io/console/console.c (console_raw, console_set_raw)nobu2011-11-181-0/+5
* * ext/io/console/console.c (console_cooked, console_set_cooked):nobu2011-11-181-0/+5
* * test/unit/assertions.rb (MINI_DIR): quick dirty hack to get rid ofusa2011-11-181-0/+5
* * io.c (rb_cloexec_open): set O_NOINHERIT instead of O_CLOEXEC if it isusa2011-11-181-0/+8
* Imported minitest 2.8.1ryan2011-11-171-1/+7
* * ext/dbm/extconf.rb: revert a part of the patch in [ruby-dev:41531].akr2011-11-171-0/+5
* * benchmark/bm_io_select[23].rb: use Process::RLIMIT_NOFILE only whenusa2011-11-171-0/+5
* * ext/psych/lib/psych.rb (load_file): make sure opened yaml files aretenderlove2011-11-171-0/+5
* * Makefile.in (LIBRUBY_A): check if generated linked library isnobu2011-11-161-0/+5
* * bignum.c (rb_big2ulong): need to calc in unsigned long, becauseusa2011-11-161-0/+6
* * test/webrick/test_cgi.rb (TestWEBrickCGI#start_cgi_server): there areusa2011-11-161-0/+9
* * io.c (argf_next_argv): wrong timing of setting ecflags.usa2011-11-161-0/+5
* * ext/-test-/num2int/num2int.c: remove an unnecessary and wrong declusa2011-11-161-0/+5
* * bignum.c (rb_big2ull): add a cast to get rid of a VC++ warning.usa2011-11-161-0/+4
* * lib/minitest/unit.rb (assert_raises): experimental fix to runnaruse2011-11-161-0/+7
* * test/ruby/test_thread.rb (test_condvar_timed_wait): useakr2011-11-151-0/+5
* * test/ruby/test_sleep.rb (test_sleep_5sec): 0.1sec tolerance is tooakr2011-11-151-0/+5
* * io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: useakr2011-11-151-0/+5
* * include/ruby/ruby.h(NUM2LONG, NUM2INT, NUM2SHORT, NUM2LL,kosaki2011-11-151-2/+6
* * include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm codengoto2011-11-151-0/+8
* * include/ruby/ruby.h: get rid of gcc specific rb_long2int(),kosaki2011-11-151-0/+10
* * test/ruby/test_io.rb (TestIO#test_fcntl_dupfd): fix OpenBSD testkosaki2011-11-151-0/+5
* * regcomp.c (print_indent_tree): fix double printing of ENCLOSE_OPTIONnaruse2011-11-151-0/+5
* revert r33752 and fix test case based [ruby-dev:44866].ayumin2011-11-141-2/+2
* * test/ruby/test_io.rb (test_fcntl_dupfd): fix test error onayumin2011-11-141-0/+5
* * ext/openssl/ossl_pkey.c (ossl_pkey_new_from_file): set close-on-execakr2011-11-141-0/+7
* * bignum.c (rb_big2ull): fix 32bit platform breakage. we mustkosaki2011-11-141-0/+7
* * numeric.c (rb_fix2ushort): fix typo. use num rb_num2ushort()kosaki2011-11-141-0/+5
* * include/ruby/ruby.h: add #ifdef comment.kosaki2011-11-141-0/+4
* * include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki2011-11-141-0/+8
* * bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL.kosaki2011-11-141-0/+6
* * test/-ext-/num2int/test_num2int.rb (class TestNum2int):kosaki2011-11-141-0/+5
* * numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki2011-11-141-0/+11