aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * removed trailing spaces.nobu2010-05-2919-92/+86
* * parse.y (parser_tokadd_utf8, parser_tokadd_string): allow NULnobu2010-05-294-27/+22
* * lib/rdoc/generator/template/darkfish/classpage.rhtml:naruse2010-05-292-1/+6
* * thread.c (RB_GC_SAVE_MACHINE_CONTEXT), gc.c (ruby_gc_stress_start):tarui2010-05-293-11/+5
* * ext/zlib/zlib.c (zstream_append_input2): add RB_GC_GUARD.mame2010-05-292-0/+6
* * ChangeLog: fix typotarui2010-05-291-1/+1
* * thread.c (RB_GC_SAVE_MACHINE_CONTEXT): start GC tarui2010-05-293-0/+18
* * 2010-05-30svn2010-05-291-2/+2
* * gc.c (force_chain_object, rb_objspace_call_finalizer): deletemame2010-05-292-1/+8
* * string.c (str_replace_shared): change embedded state atomically.mame2010-05-292-1/+6
* * encoding.c (rb_filesystem_encindex): avoid infinite requirenaruse2010-05-292-1/+6
* * lib/rdoc/rdoc.rb (RDoc#read_file_contents): take care of BOM.nobu2010-05-293-3/+22
* * gc.c (GC_PROF_TIMER_STOP): regularize `marked' to suppressnobu2010-05-292-2/+7
* * lib/mkmf.rb (STRING_OR_FAILED_FORMAT.%): nodoc.nobu2010-05-291-0/+2
* * test/ruby/envutil.rb: fix for --disable-gems.nobu2010-05-292-1/+5
* * lib/resolv.rb (Resolv::DNS::Requester#request): rescue ECONNREFUSED.akr2010-05-293-1/+25
* * tool/change_maker.rb: narrow diffs to see function names.nobu2010-05-281-1/+1
* * gc.c (allocate_sorted_heaps, before_gc_sweep, gc_sweep): removednobu2010-05-283-7/+8
* * thread.c (blocking_region_begin): avoid RUBY_VM_CHECK_INTS()kosaki2010-05-282-1/+6
* * tool/change_maker.rb: change-log-mode needs tabs, and omit onlynobu2010-05-281-3/+4
* * gc.c : use simple lazy sweep algorithm for response performancenari2010-05-284-167/+371
* * string.c (sym_inspect): escape ASCII-compatible strings.nobu2010-05-283-9/+30
* * string.c (rb_str_inspect): escape ASCII-compatible strings.nobu2010-05-283-1/+13
* * array.c (rb_ary_product): Use tmpary instead, to ensure markingshyouhei2010-05-282-3/+8
* * array.c (rb_ary_product): Do not rely on GC, t0 should beshyouhei2010-05-282-1/+10
* * lib/mkmf.rb (checking_for): ignore toplevel.nobu2010-05-282-1/+5
* * error.c (rb_bug): suppress the error report dialog if report_bug() tarui2010-05-272-0/+9
* * 2010-05-28svn2010-05-271-2/+2
* * insns.def (invokesuper): check consistency between class of self andmame2010-05-273-0/+20
* * file.c (rb_home_dir): set filesystem encoding.naruse2010-05-272-0/+5
* * file.c (file_expand_path): set encoding as the same of fnamenaruse2010-05-272-0/+7
* * file.c (file_expand_path): use rb_enc_associate_index andnaruse2010-05-272-7/+10
* * include/ruby/encoding.h (rb_filesystem_encindex): defined.naruse2010-05-273-2/+14
* * win32/win32.c (rb_w32_read): call ReadFile() with len = 0 beforeusa2010-05-272-2/+19
* * test/sdbm/test_sdbm.rb (test_s_open_error): doesn't support to avoid readusa2010-05-271-0/+1
* * 2010-05-27svn2010-05-271-2/+2
* * LGPL: Removed. We no longer have LGPL'd source files in ourknu2010-05-272-504/+5
* * random.c (random_rand): add the result of random to thenobu2010-05-262-3/+7
* * file.c (file_expand_path): revert a part of r22392. it's commit miss.usa2010-05-262-1/+5
* * ChangeLog: fix wrong format.tarui2010-05-261-3/+2
* * test/rinda/test_rinda.rb (class TupleSpaceTest): kill a used threadtarui2010-05-262-0/+14
* * test/open-uri/test_open-uri.rb (test_find_proxy_case_sensitive_env):usa2010-05-261-0/+1
* * test/test_tempfile.rb: skip some tests on Windows because unlinking is alwaysusa2010-05-261-0/+4
* * random.c (random_rand): subtraction method of non-numeric cannobu2010-05-263-3/+16
* document marshal_dump and marshal_loaddrbrain2010-05-262-9/+78
* * configure.in (rb_cv_large_fd_select): needed on mingw, evennobu2010-05-262-1/+11
* * 2010-05-26svn2010-05-251-2/+2
* * regparse.c (add_code_range_to_buf0): fix false negativenaruse2010-05-253-2/+14
* update doc.akr2010-05-251-0/+2
* refine an assertion.akr2010-05-251-1/+3