summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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* 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 (ruby_exec_node): removed unused argument.nobu
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-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* 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-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* 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-05* ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE ***nagai
2009-10-05* array.c (rb_ary_{times, shuffle_bang, sample}): reducing macromatz
2009-10-04* vm_method.c (basic_obj_respond_to): should not callmatz
2009-10-04* lib/cgi/cookie.rb: add default value to @@accept_charsetxibbar
2009-10-04* marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu
2009-10-04* pack.c (NATINT_LEN, pack_pack): suppressed warnings.nobu
2009-10-04* lib/rubygems.rb (Gem::binary_mode): binary mode uses binarynobu
2009-10-03* enum.c (slicebefore_ii): use id_eqq.akr
2009-10-03* symbian/setup (ruby.mmp): added macro RUBY_EXPORT to match the change in dln.cazav
2009-10-03* ext/tk/lib/tk/variable.rb: add TkVariable#to_hash,to_proc,to_int,to_str,to_arynagai
2009-10-03* lib/cgi/core.rb: fix command-line option ofxibbar
2009-10-03* lib/rake/contrib: added. [ruby-core:25918]nobu
2009-10-03* parse.y (bv_decls, bvar): fix for block variables.nobu