summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-11* test/rake/test_application.rb: not executable.nobu
2009-10-11* test/rake/test_namespace.rb: not executable.nobu
2009-10-11* lib/irb/context.rb (IRB::Context#irb_name): removed duplicatednobu
2009-10-11* regparse.c (fetch_token_in_cc): warn when \p is notnaruse
2009-10-11* regerror.c (onig_vsnprintf_with_pattern): added.naruse
2009-10-11* include/ruby/ruby.h (RB_GC_GUARD_PTR): workaround for gccnobu
2009-10-10* include/ruby/ruby.h (ruby_exec_node): declared.nobu
2009-10-10* regparse.c (onig_syntax_warn): added.naruse
2009-10-10* marshal.c (marshal_dump, marshal_load): prevent from GC.nobu
2009-10-10* file.c (path_check_0): prevent from GC.nobu
2009-10-10* transcode.c (rb_transcoding, str_transcoding_resize): fixednobu
2009-10-10* transcode.c: reverted r25277.nobu
2009-10-10* math.c (math_atanh): reverted r25279.yugui
2009-10-10* ext/curses/curses.c: use rb_thread_blocking_region to avoidakr
2009-10-10* configure.in (cflags, cxxflags): remove duplicating options.nobu
2009-10-10* configure.in, Makefile.in (LIBRUBY_SO), common.mk (ruby.imp),nobu
2009-10-10* eval.c (rb_threadptr_errinfo): renamed.nobu
2009-10-10* eval.c (rb_threadptr_errinfo): renamed.nobu
2009-10-10* eval.c (ruby_exec_node): removed unused argument.nobu
2009-10-10* include/ruby/intern.h (Init_jump): removednobu
2009-10-10* math.c (math_atanh): Fix bug for Math.atanh(+/-1). It now returns +-Infinit...marcandre
2009-10-10* thread.c (rb_threadptr_execute_interrupts_rec, rb_threadptr_raise): Thread#...marcandre
2009-10-10* transcode.c (rb_transcoding, str_transcoding_resize): fixednobu
2009-10-10* 2009-10-10svn
2009-10-10* enc/unicode/name2ctype.h: update.nobu
2009-10-09* vm_method.c (rb_method_boundp): should exclude NOEX_RESPONDS.matz
2009-10-09* lib/resolv.rb (Resolv::DNS::Requester::ConnectedUDP): disableakr
2009-10-09* lib/irb/context.rb (IRB::Context#initialize):naruse
2009-10-08* tool/enc-unicode.rb: optimized.naruse
2009-10-08* ext/curses/curses.c: Many functions of module Curses could cause a crash if...marcandre
2009-10-08* compile.c (ADD_TRACE): fire coverage event in ensure clause.mame
2009-10-08* lib/net/telnet.rb (cmd): Pass FailEOF options: patch by Brian Candler [ruby...marcandre
2009-10-08* 2009-10-09svn
2009-10-08* ext/socket/lib/socket.rb (Socket.udp_server_recv): extracted fromakr
2009-10-08* tool/enc-unicode.rb: parse range notation of UnicodeData.txt.naruse
2009-10-07* string.c (rb_str_inspect): copy by chunks.nobu
2009-10-07* iseq.c (iseq_s_disasm): accept proc objects. [ruby-core:18762]nobu
2009-10-07update comment.akr
2009-10-07* marshal.c (mark_dump_arg, mark_load_arg): ignore already cleanednobu
2009-10-07* include/ruby/ruby.h (rb_long2int): evalates the argument onlynobu
2009-10-07* string.c (rb_str_inspect): don't assign -1 to unsigned int.naruse
2009-10-06* string.c (rb_str_upto): RDoc updated. a patch from Nobuhiromatz
2009-10-06* 2009-10-07svn
2009-10-06* lib/resolv.rb (Resolv::DNS.bind_random_port): bind to "::" for IPv6.akr
2009-10-06* lib/delegate.rb (Delegator::public_api): take snapshot ofmatz
2009-10-06* io.c (io_reopen): avoid close if possible.akr
2009-10-06* struct.c (rb_struct_select): Struct#select should returnmatz
2009-10-06* **/*.ja: set mime-type charset.nobu
2009-10-05* 2009-10-06svn
2009-10-05* ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE ***nagai