aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * re.c (unescape_nonascii): \P{FOO} is also Unicode regexp. [ruby-core:30540]naruse2010-06-012-0/+6
* * lib/net/http.rb: adding support to rfc5789 patch verb.naruse2010-06-014-10/+70
* * ext/readline/extconf.rb: reject GPLv3 readline. [ruby-dev:39172]naruse2010-05-312-1/+12
* * 2010-06-01svn2010-05-311-3/+3
* * io.c (pipe_open): add RB_GC_GUARD.tarui2010-05-312-0/+9
* * ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworksnagai2010-05-315-120/+585
* update comment.akr2010-05-311-1/+1
* * lib/resolv.rb (Resolv::DNS::Requester#request): rescue ECONNRESETakr2010-05-312-1/+7
* * regparse.c (onig_syntax_warn): do not use external strings asnobu2010-05-313-2/+11
* * misc/ruby-mode.el (ruby-mode-set-encoding): commit miss.nobu2010-05-311-1/+1
* * misc/ruby-mode.el (ruby-mode-set-encoding): skip shebang linenobu2010-05-312-1/+6
* * file.c (file_expand_path): Refix r28102: this breaksnaruse2010-05-313-2/+10
* * string.c (rb_str_inspect): inspect as ASCII when the codepointnaruse2010-05-313-1/+15
* * encoding.c (rb_enc_unicode_p): check the encoding is Unicodenaruse2010-05-312-1/+7
* * file.c (file_expand_path): check if expanded dname encoding isnobu2010-05-303-2/+11
* * insns.def (defined): respond_to_missing? may not be availablematz2010-05-302-2/+14
* * 2010-05-31svn2010-05-301-2/+2
* * lib/delegate: Delegator: combine (public|protected) methods withmarcandre2010-05-302-4/+41
* * lib/set.rb (keep_if, select!): New methods [ruby-core:29749]marcandre2010-05-303-0/+34
* * test/rake/test_application.rb: update a test because of r28089.mame2010-05-302-1/+5
* * lib/tempfile.rb (Tempfile#unlink): leave @data. Assigning nil tomame2010-05-302-1/+7
* * ext/nkf/nkf-utf8/nkf.c: updated to b856dd07.naruse2010-05-302-6/+11
* * load.c (load_failed): use more accurate error message.mame2010-05-302-1/+6
* * file.c (rb_file_directory_p): update rdoc. a patch from Ilkkamame2010-05-302-11/+7
* * gc.c (gc_mark_all_clear): don't call obj_free() innari2010-05-302-15/+16
* * .gdbinit (rp): mark singleton classes.nobu2010-05-301-1/+1
* * 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