aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/net/ftp.rb (retrlines): added a new block parameter.shugo2009-10-122-10/+13
* * test/ruby/test_regexp.rb (TestRegexp#test_parse_kg): suppressnobu2009-10-121-1/+1
* * eval.c (ruby_run_node): if an exception occurred in ruby_option,nobu2009-10-122-9/+24
* * marshal.c (r_object0): suppressed a warning.nobu2009-10-121-2/+2
* * thread.c: Doc fix for Thread#raisemarcandre2009-10-111-1/+3
* * regparse.c (fetch_token): warn invalid back referencenaruse2009-10-112-4/+13
* * 2009-10-12svn2009-10-111-2/+2
* * marshal.c (has_encoding): added for check the regexpnaruse2009-10-113-15/+51
* rdoc update.akr2009-10-111-3/+3
* rdoc update.akr2009-10-111-3/+4
* * ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justinnobu2009-10-112-2/+7
* * test/rake/test_application.rb: not executable.nobu2009-10-111-0/+0
* * test/rake/test_namespace.rb: not executable.nobu2009-10-111-0/+0
* * lib/irb/context.rb (IRB::Context#irb_name): removed duplicatednobu2009-10-113-3/+9
* * regparse.c (fetch_token_in_cc): warn when \p is notnaruse2009-10-112-0/+13
* * regerror.c (onig_vsnprintf_with_pattern): added.naruse2009-10-113-20/+37
* * include/ruby/ruby.h (RB_GC_GUARD_PTR): workaround for gccnobu2009-10-112-2/+11
* * include/ruby/ruby.h (ruby_exec_node): declared.nobu2009-10-102-0/+5
* * regparse.c (onig_syntax_warn): added.naruse2009-10-102-30/+28
* * marshal.c (marshal_dump, marshal_load): prevent from GC.nobu2009-10-103-4/+9
* * file.c (path_check_0): prevent from GC.nobu2009-10-102-10/+12
* * transcode.c (rb_transcoding, str_transcoding_resize): fixednobu2009-10-102-34/+37
* * transcode.c: reverted r25277.nobu2009-10-101-32/+29
* * math.c (math_atanh): reverted r25279.yugui2009-10-102-0/+5
* * ext/curses/curses.c: use rb_thread_blocking_region to avoidakr2009-10-103-20/+82
* * configure.in (cflags, cxxflags): remove duplicating options.nobu2009-10-102-0/+13
* * configure.in, Makefile.in (LIBRUBY_SO), common.mk (ruby.imp),nobu2009-10-105-4/+11
* * eval.c (rb_threadptr_errinfo): renamed.nobu2009-10-102-2/+2
* * eval.c (rb_threadptr_errinfo): renamed.nobu2009-10-102-1/+5
* * eval.c (ruby_exec_node): removed unused argument.nobu2009-10-102-3/+13
* * include/ruby/intern.h (Init_jump): removednobu2009-10-101-1/+0
* * math.c (math_atanh): Fix bug for Math.atanh(+/-1). It now returns +-Infinit...marcandre2009-10-102-1/+5
* * thread.c (rb_threadptr_execute_interrupts_rec, rb_threadptr_raise): Thread#...marcandre2009-10-104-7/+37
* * transcode.c (rb_transcoding, str_transcoding_resize): fixednobu2009-10-102-29/+37
* * 2009-10-10svn2009-10-101-2/+2
* * enc/unicode/name2ctype.h: update.nobu2009-10-101-3/+5
* * vm_method.c (rb_method_boundp): should exclude NOEX_RESPONDS.matz2009-10-092-1/+6
* * lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP): disableakr2009-10-092-1/+9
* * lib/irb/context.rb (IRB::Context#initialize):naruse2009-10-092-1/+7
* * tool/enc-unicode.rb: optimized.naruse2009-10-085-20/+41
* * ext/curses/curses.c: Many functions of module Curses could cause a crash if...marcandre2009-10-082-0/+47
* * compile.c (ADD_TRACE): fire coverage event in ensure clause.mame2009-10-084-1/+11
* * lib/net/telnet.rb (cmd): Pass FailEOF options: patch by Brian Candler [ruby...marcandre2009-10-082-2/+9
* * 2009-10-09svn2009-10-081-2/+2
* * ext/socket/lib/socket.rb (Socket.udp_server_recv): extracted fromakr2009-10-082-19/+47
* * tool/enc-unicode.rb: parse range notation of UnicodeData.txt.naruse2009-10-087-529/+272
* * string.c (rb_str_inspect): copy by chunks.nobu2009-10-072-29/+36
* * iseq.c (iseq_s_disasm): accept proc objects. [ruby-core:18762]nobu2009-10-073-2/+15
* update comment.akr2009-10-071-0/+1
* * marshal.c (mark_dump_arg, mark_load_arg): ignore already cleanednobu2009-10-072-2/+13