summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-11-18* ext/io/console/console.c (console_cooked, console_set_cooked):nobu
2011-11-18* test/unit/assertions.rb (MINI_DIR): quick dirty hack to get rid ofusa
2011-11-18* io.c (rb_cloexec_open): set O_NOINHERIT instead of O_CLOEXEC if it isusa
2011-11-17Imported minitest 2.8.1ryan
2011-11-17* ext/dbm/extconf.rb: revert a part of the patch in [ruby-dev:41531].akr
2011-11-17* benchmark/bm_io_select[23].rb: use Process::RLIMIT_NOFILE only whenusa
2011-11-17* ext/psych/lib/psych.rb (load_file): make sure opened yaml files aretenderlove
2011-11-16* Makefile.in (LIBRUBY_A): check if generated linked library isnobu
2011-11-16* bignum.c (rb_big2ulong): need to calc in unsigned long, becauseusa
2011-11-16* test/webrick/test_cgi.rb (TestWEBrickCGI#start_cgi_server): there areusa
2011-11-16* io.c (argf_next_argv): wrong timing of setting ecflags.usa
2011-11-16* ext/-test-/num2int/num2int.c: remove an unnecessary and wrong declusa
2011-11-16* bignum.c (rb_big2ull): add a cast to get rid of a VC++ warning.usa
2011-11-16* lib/minitest/unit.rb (assert_raises): experimental fix to runnaruse
2011-11-15* test/ruby/test_thread.rb (test_condvar_timed_wait): useakr
2011-11-15* test/ruby/test_sleep.rb (test_sleep_5sec): 0.1sec tolerance is tooakr
2011-11-15* io.c, thread.c, ext/pty/pty.c, ext/fiddle/closure.c: useakr
2011-11-15* include/ruby/ruby.h(NUM2LONG, NUM2INT, NUM2SHORT, NUM2LL,kosaki
2011-11-15* include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm codengoto
2011-11-15* include/ruby/ruby.h: get rid of gcc specific rb_long2int(),kosaki
2011-11-15* test/ruby/test_io.rb (TestIO#test_fcntl_dupfd): fix OpenBSD testkosaki
2011-11-15* regcomp.c (print_indent_tree): fix double printing of ENCLOSE_OPTIONnaruse
2011-11-14revert r33752 and fix test case based [ruby-dev:44866].ayumin
2011-11-14* test/ruby/test_io.rb (test_fcntl_dupfd): fix test error onayumin
2011-11-14* ext/openssl/ossl_pkey.c (ossl_pkey_new_from_file): set close-on-execakr
2011-11-14* bignum.c (rb_big2ull): fix 32bit platform breakage. we mustkosaki
2011-11-14* numeric.c (rb_fix2ushort): fix typo. use num rb_num2ushort()kosaki
2011-11-14* include/ruby/ruby.h: add #ifdef comment.kosaki
2011-11-14* include/ruby/ruby.h: add NUM2SHORT(), NUM2USHORT() macros.kosaki
2011-11-14* bignum.c (rb_big2ull): fix off-by-twice bug of NUM2ULL.kosaki
2011-11-14* test/-ext-/num2int/test_num2int.rb (class TestNum2int):kosaki
2011-11-14* numeric.c (check_uint): fix off-by-one bug of NUM2UINT.kosaki
2011-11-13* ext/dbm/extconf.rb: use convertible_int.nobu
2011-11-13* lib/mkmf.rb (checking_for): should not modify the result.nobu
2011-11-13* ext/gdbm/gdbm.c (fgdbm_reorganize): set close-on-exec flag afterakr
2011-11-13* ext/dbm/extconf.rb: rollback for each headers for each libraries.akr
2011-11-13* ext/dbm/extconf.rb: treat libc as a choice for a library whichakr
2011-11-13* ext/dbm/extconf.rb: duplicate $libs and $defs when save them.akr
2011-11-13* ext/dbm/extconf.rb: rollback $libs and $defs when db detection isakr
2011-11-12* test/webrick/test_cgi.rb (class TestWEBrickCGI): respectkosaki
2011-11-12* test/ruby/test_io.rb (test_fcntl_dupfd): skip if Fcntl::DUPFDkosaki
2011-11-12* io.c (do_ioctl, ioctl_narg_len, setup_narg, rb_ioctl): usenobu
2011-11-12* ext/dbm/extconf.rb (headers.db_check): reduce duplicated code.nobu
2011-11-12* ChangeLog, io.c: whitespace-cleanup.nobu
2011-11-12* ext/dbm/extconf.rb: dbm_clearerr should be available in all ndbmakr
2011-11-12* bootstraptest/runner.rb: don't suppress SIGINT.kosaki
2011-11-12* io.c (fcntl_narg_len): introduce narg calculation for fcntl insteadkosaki
2011-11-12* test/ruby/test_io.rb (test_fcntl_dupfd): add another fcntl test.kosaki
2011-11-12* test/ruby/test_io.rb (test_fcntl_lock_freebsd): add a testcasekosaki
2011-11-12* io.c (ioctl_narg_len): Linux doesn't have IOCPARM_LEN macro, butkosaki