aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 2010-07-08svn2010-07-071-2/+2
* * gem_prelude.rb: provide workaround for gem activation. Currently,mame2010-07-074-15/+40
* Merge branch 'mybranch' of git://github.com/orangea/ruby into trunkshyouhei2010-07-072-5/+5
* * file.c (ruby_find_basename): set correct baselen.usa2010-07-072-6/+16
* * vm_method.c (rb_method_boundp): respond_to?(:protected_method,knu2010-07-073-14/+28
* * file.c (ruby_find_basename): should initialize f.usa2010-07-072-1/+5
* * ext/zlib/zlib.c (gzfile_raise): add invalid header tonobu2010-07-073-4/+58
* * missing/close.c: ignore ECONNRESET.naruse2010-07-074-1/+80