summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-13Add derived core and binary property and aliases.naruse
2009-10-13add comment.akr
2009-10-13* ext/tk/variable.rb: bug fix. additional trace definition changes thenagai
2009-10-13* parse.y (token_info_push, token_info_pop): reduced ifdefs.nobu
2009-10-13* parse.y (parser_magic_comment): fixed normalization.nobu
2009-10-13* ChangeLog: add commit logmarcandre
2009-10-12* thread.c: Revert changes to Thread#raise made in r25278 [ruby-core:25367]marcandre
2009-10-12* 2009-10-13svn
2009-10-12fix rdoc.akr
2009-10-12* lib/net/ftp.rb (login): use "anonymous@" as a default password.shugo
2009-10-12* lib/net/ftp.rb (retrlines): added a new block parameter.shugo
2009-10-12* test/ruby/test_regexp.rb (TestRegexp#test_parse_kg): suppressnobu
2009-10-12* eval.c (ruby_run_node): if an exception occurred in ruby_option,nobu
2009-10-12* marshal.c (r_object0): suppressed a warning.nobu
2009-10-11* thread.c: Doc fix for Thread#raisemarcandre
2009-10-11* regparse.c (fetch_token): warn invalid back referencenaruse
2009-10-11* 2009-10-12svn
2009-10-11* marshal.c (has_encoding): added for check the regexpnaruse
2009-10-11rdoc update.akr
2009-10-11rdoc update.akr
2009-10-11* ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justinnobu
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