summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-23* io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux.naruse
2011-11-23Ignore mkmf generated files in ext/-test-/drbrain
2011-11-22* win32/win32.c (_pioinfo): need to declare _pioinfo() before usingusa
2011-11-22* win32/win32.c (_pioinfo): make an inline function.nobu
2011-11-22Use proc to delay making exception_details.naruse
2011-11-22Fix for r33811.naruse
2011-11-22* win32/win32.c (dupfd): argument of _osfhnd and so on should notnobu
2011-11-22* bignum.c (): refix of r33536. Don't change behavior of Bignum#/.naruse
2011-11-22* numeric.c (ruby_float_step): improve floating point calculations.naruse
2011-11-21* test/ruby/test_io.rb (test_fcntl_dupfd): there is no known platformakr
2011-11-21* ext/psych/lib/psych.rb: remove autoload from psychtenderlove
2011-11-21* test/ruby/test_io.rb (test_fcntl_dupfd): the argument of F_DUPFD isakr
2011-11-21* 2011-11-22svn
2011-11-21* io.c (linux_get_maxfd): get rid of a warning.akr
2011-11-21* io.c (linux_get_maxfd): new function to find maximum fd on Linux.akr
2011-11-20* cont.c (fiber_switch): ignore fiber context switchnaruse
2011-11-20* 2011-11-21svn
2011-11-20* ChangeLog: fix typo.nobu
2011-11-20* ext/extmk.rb (extract_makefile, extmake): regenerate makefielsnobu
2011-11-20* ext/tk/tkutil/tkutil.c (cbsubst_info): fix shorten-64-to-32 warnings.nobu
2011-11-20* re.c (rb_reg_initialize): fix indent.nobu
2011-11-20* ext/tk/tkutil/tkutil.c: fix shorten-64-to-32 warnings.nobu
2011-11-20* enc/unicode.c (PROPERTY_NAME_MAX_SIZE): +1.naruse
2011-11-20* lib/set.rb (SortedSet.setup): remove old_init after initializeakr
2011-11-20* lib/set.rb (SortedSet.setup): don't remove old_init. The removeakr
2011-11-19* 2011-11-20svn
2011-11-19* Makefile.in (enc/unicode/name2ctype.h): remove duplicatednobu
2011-11-19* lib/pathname.rb (Pathname#find): return an enumerator ifakr
2011-11-19update doc.akr
2011-11-19* time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too.akr
2011-11-19* test/net/http/test_http.rb: remove temporally files in ensure clause.akr
2011-11-18* 2011-11-19svn
2011-11-18* test/net/http/test_http.rb: remove temporally files.akr
2011-11-18* ext/io/console/console.c (console_raw, console_set_raw)nobu
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* 2011-11-18svn
2011-11-17Improved error message when using llvm-gccryan
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-17infinite loop seems to be fixed, so I can uncomment this assertion.tenderlove
2011-11-17* 2011-11-17svn
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-16Refix r33766.naruse
2011-11-16* io.c (argf_next_argv): wrong timing of setting ecflags.usa