aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/test/unit.rb (MiniTest::Unit#process_args): refactored.nobu2010-07-174-61/+124
* * tool/file2lastrev.rb: don't depend on pathname.rb if File.realpathakr2010-07-172-16/+28
* * util.c (ruby_add_suffix): fixed type warnings.nobu2010-07-172-5/+9
* * ext/pathname/lib/pathname.rb: moved from lib/pathname.rb.akr2010-07-175-0/+24
* fix svn:ignore.akr2010-07-170-0/+0
* set svn:ignore.akr2010-07-170-0/+0
* * thread.c (rb_thread_wakeup_alive): split from rb_thread_wakeup.nobu2010-07-173-1/+16
* * 2010-07-17svn2010-07-171-2/+2
* * lib/test/unit.rb: MiniTest::Unit is different class fromnobu2010-07-174-9/+46
* * lib/test/unit.rb, bin/testrb, test/runner.rb: revert r28655, whichmame2010-07-164-35/+12
* * ext/dbm/dbm.c (struct dbmdata, fdbm_key, fdbm_delete_if): fixednobu2010-07-162-6/+5
* * lib/test/unit.rb (Test::Unit.setup_argv): run tests only whennobu2010-07-164-7/+42
* * tool/rbinstall.rb (ext-arch): prune directories start with '-'.nobu2010-07-163-3/+7
* * numeric.c (fix_divide): must not use rb_rational_new1 for coercionmame2010-07-152-1/+7
* * proc.c (bm_free): fix memory leak. [ruby-core:30869] [Bug #3466]mame2010-07-152-0/+5
* * regexec.c (onig_search): don't skip non-ANYCHARs whennaruse2010-07-153-5/+12
* * lib/rdoc/markup/attribute_manager.rb: fixing ri output when specialtenderlove2010-07-143-2/+23
* * time.c (guess_local_offset): use the UTC offset of an older date onakr2010-07-143-3/+20
* * lib/test/unit.rb (setup_argv): convert to using optparse, addingtenderlove2010-07-142-12/+26
* * 2010-07-15svn2010-07-141-2/+2
* * time.c (localtime_with_gmtoff_zone): renamed fromakr2010-07-143-31/+76
* * eval.c (frame_func_id), vm_eval.c (rb_iterate),nobu2010-07-147-1/+57
* Mention the json library. (Pointed out by yhara)knu2010-07-141-0/+2
* * 2010-07-14svn2010-07-141-2/+2
* * regexec.c (match_at): add end point to enclen's argument.naruse2010-07-142-2/+7
* * ext/readline/readline.c: libedit is missing declaration ofnobu2010-07-132-0/+9
* * process.c (rb_daemon): split from proc_daemon.nobu2010-07-132-9/+22
* * process.c (rb_fork_err): suppress gcc 4.4 warnings.nobu2010-07-133-3/+13
* * configure.in: fix for universal binary.nobu2010-07-131-1/+1
* * ext/pty/pty.c (establishShell): chfunc must not raise anynobu2010-07-132-13/+24
* * configure.in (RUBY_DEFAULT_ARCH): adjust for targetnobu2010-07-132-2/+30
* * ext/dl/handle.c (rb_dlhandle_close): should not pass a dynamicnobu2010-07-132-1/+6
* * 2010-07-13svn2010-07-131-2/+2
* * missing/close.c: keep original errno.naruse2010-07-132-0/+16
* * 2010-07-12svn2010-07-111-2/+2
* * lib/csv.rb: Fix unused variable warnings.marcandre2010-07-1110-21/+38
* * README.EXT{,.ja} (rb_block_call): fixed about third/fourthnobu2010-07-113-6/+19
* * include/ruby/ruby.h (rb_cRandom): added.mrkn2010-07-111-0/+1
* * Makefile.in ({,dist-,real-}clean-ext): should also omitnobu2010-07-113-7/+6
* * Makefile.in ({,dist-,real-}clean-ext): omission of "in WORDS" ofnobu2010-07-113-3/+11
* * 2010-07-11svn2010-07-111-2/+2
* * test/rdoc/test_rdoc_ri_driver.rb (test_formatter): add a test. amame2010-07-112-0/+9
* * strftime.c (rb_strftime_with_timespec): fix precision handling forakr2010-07-102-2/+7
* * 2010-07-10svn2010-07-101-2/+2
* update doc.akr2010-07-101-28/+68
* * strftime.c: unused declarations removed.akr2010-07-092-28/+4
* update doc.akr2010-07-091-22/+58
* * strftime.c (rb_strftime_with_timespec): clear colons at unknownakr2010-07-092-0/+6
* * strftime.c: don't call tzset. strftime.c doesn't depend onakr2010-07-092-44/+5
* * time.c (find_time_t): 24:00 should be the beginning of the nextakr2010-07-093-1/+24