aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/psych/lib/psych/visitors/yaml_tree.rb (format_time): use newtenderlove2010-07-081-5/+2
* * ext/psych/lib/psych/visitors/emitter.rb (initialize): line_width istenderlove2010-07-083-0/+13
* * 2010-07-09svn2010-07-081-2/+2
* * ext/psych/emitter.c (line_width, set_line_width): preferred line maytenderlove2010-07-084-1/+42
* update doc.akr2010-07-081-54/+78
* unused code removed.akr2010-07-081-77/+0
* document %g and %G for Time#strftime.akr2010-07-081-0/+2
* * string.c (rb_str_conv_enc_opts): fix infinite loop becausenaruse2010-07-082-4/+10
* * ext/psych/lib/psych/visitors/yaml_tree.rb (push): adding versiontenderlove2010-07-073-1/+41
* * ext/psych/lib/psych/visitors/emitter.rb: sending emit options totenderlove2010-07-078-8/+73
* * strftime.c (rb_strftime_with_timespec): support %:z and %::z.akr2010-07-074-10/+69