aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/test/unit.rb: MiniTest::Unit is different class fromnobu2010-07-171-3/+3
* * lib/test/unit.rb, bin/testrb, test/runner.rb: revert r28655, whichmame2010-07-161-0/+5
* * lib/test/unit.rb (Test::Unit.setup_argv): run tests only whennobu2010-07-161-0/+7
* * tool/rbinstall.rb (ext-arch): prune directories start with '-'.nobu2010-07-161-0/+4
* * numeric.c (fix_divide): must not use rb_rational_new1 for coercionmame2010-07-151-0/+6
* * proc.c (bm_free): fix memory leak. [ruby-core:30869] [Bug #3466]mame2010-07-151-0/+4
* * regexec.c (onig_search): don't skip non-ANYCHARs whennaruse2010-07-151-0/+7
* * lib/rdoc/markup/attribute_manager.rb: fixing ri output when specialtenderlove2010-07-141-0/+5
* * time.c (guess_local_offset): use the UTC offset of an older date onakr2010-07-141-0/+5
* * lib/test/unit.rb (setup_argv): convert to using optparse, addingtenderlove2010-07-141-0/+5
* * time.c (localtime_with_gmtoff_zone): renamed fromakr2010-07-141-0/+8
* * eval.c (frame_func_id), vm_eval.c (rb_iterate),nobu2010-07-141-0/+7
* * regexec.c (match_at): add end point to enclen's argument.naruse2010-07-141-0/+5
* * ext/readline/readline.c: libedit is missing declaration ofnobu2010-07-131-0/+5
* * process.c (rb_daemon): split from proc_daemon.nobu2010-07-131-1/+3
* * process.c (rb_fork_err): suppress gcc 4.4 warnings.nobu2010-07-131-0/+6
* * ext/pty/pty.c (establishShell): chfunc must not raise anynobu2010-07-131-0/+5
* * configure.in (RUBY_DEFAULT_ARCH): adjust for targetnobu2010-07-131-0/+5
* * ext/dl/handle.c (rb_dlhandle_close): should not pass a dynamicnobu2010-07-131-0/+5
* * missing/close.c: keep original errno.naruse2010-07-131-0/+4
* * lib/csv.rb: Fix unused variable warnings.marcandre2010-07-111-0/+21
* * README.EXT{,.ja} (rb_block_call): fixed about third/fourthnobu2010-07-111-0/+6
* * Makefile.in ({,dist-,real-}clean-ext): should also omitnobu2010-07-111-4/+3
* * Makefile.in ({,dist-,real-}clean-ext): omission of "in WORDS" ofnobu2010-07-111-0/+8
* * test/rdoc/test_rdoc_ri_driver.rb (test_formatter): add a test. amame2010-07-111-0/+5
* * strftime.c (rb_strftime_with_timespec): fix precision handling forakr2010-07-101-0/+5
* * strftime.c: unused declarations removed.akr2010-07-091-0/+4
* * strftime.c (rb_strftime_with_timespec): clear colons at unknownakr2010-07-091-0/+5
* * strftime.c: don't call tzset. strftime.c doesn't depend onakr2010-07-091-0/+5
* * time.c (find_time_t): 24:00 should be the beginning of the nextakr2010-07-091-0/+5
* * ext/psych/lib/psych/visitors/emitter.rb (initialize): line_width istenderlove2010-07-081-0/+7
* * ext/psych/emitter.c (line_width, set_line_width): preferred line maytenderlove2010-07-081-0/+7
* * string.c (rb_str_conv_enc_opts): fix infinite loop becausenaruse2010-07-081-3/+9
* * ext/psych/lib/psych/visitors/yaml_tree.rb (push): adding versiontenderlove2010-07-071-0/+7
* * ext/psych/lib/psych/visitors/emitter.rb: sending emit options totenderlove2010-07-071-0/+13
* * strftime.c (rb_strftime_with_timespec): support %:z and %::z.akr2010-07-071-0/+5
* * gem_prelude.rb: provide workaround for gem activation. Currently,mame2010-07-071-0/+9
* Merge branch 'mybranch' of git://github.com/orangea/ruby into trunkshyouhei2010-07-071-1/+4
* * file.c (ruby_find_basename): set correct baselen.usa2010-07-071-0/+4
* * vm_method.c (rb_method_boundp): respond_to?(:protected_method,knu2010-07-071-0/+6
* * file.c (ruby_find_basename): should initialize f.usa2010-07-071-0/+4
* * ext/zlib/zlib.c (gzfile_raise): add invalid header tonobu2010-07-071-0/+5
* * missing/close.c: ignore ECONNRESET.naruse2010-07-071-0/+8
* * io.c (nogvl_copy_stream_sendfile): jump to retry_sendfile directlyakr2010-07-061-0/+6
* * io/console/console.c (winsize_row): should return actual screenusa2010-07-061-0/+5
* * ext/dl/lib/dl/import.rb (handler): add a more helpful error messagetenderlove2010-07-051-0/+6
* * vm.c (thread_free): free altstack to prevent memory leak. a patchmame2010-07-051-0/+5
* * string.c (NONASCII_MASK): NONASCII_MASK must be unsigned.mame2010-07-051-0/+5
* * vm_method.c (rb_method_boundp): Return false for protectedknu2010-07-051-0/+5
* * ext/psych/lib/psych/scalar_scanner.rb (parse_string): supporttenderlove2010-07-051-0/+7