summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-14Add test for [Bug #5343] [ruby-core:39634]naruse
2011-12-13* thread_pthread.c (rb_thread_create_timer_thread): fix memoryokkez
2011-12-13* 2011-12-14svn
2011-12-13* parse.y (primary): point method name line. [ruby-core:40936]nobu
2011-12-13* ChangeLog: add ML/ticket links to r34028 entry. [ruby-core:41612] [Bug #5755]nagachika
2011-12-13* ChangeLog: fix a typo.nagachika
2011-12-13* error.c (name_err_mesg_to_str): clear rb_thread_t::errinfo whennagachika
2011-12-13* load.c (load_unlock): all threads requiring one file shouldnobu
2011-12-13property.nobu
2011-12-13* ChangeLog: style fix.ktsj
2011-12-12* lib/webrick/httpresponse.rb (setup_header): 1xx responsestenderlove
2011-12-12* lib/webrick/httpresponse.rb (setup_header): 204 and 304 responsestenderlove
2011-12-12* parse.y (parser_magic_comment): should pass the proper value.nobu
2011-12-12* 2011-12-13svn
2011-12-12* vm_insnhelper.c (vm_yield_setup_block_args): splat singlenobu
2011-12-12* parse.y (stmt_or_begin): changed the error message for BEGIN notshugo
2011-12-12* README: Fixed SupportedPlatforms URL in the README.naruse
2011-12-12Set yamler as syck.naruse
2011-12-12* load.c (rb_feature_p): lazy assigned load_path searched innobu
2011-12-12* 2011-12-12svn
2011-12-12* ext/stringio/stringio.c (strio_truncate): fix typo. patched bynobu
2011-12-11* lib/net/imap.rb: includes the sequence number of UID in a errorshugo
2011-12-11* ext/syslog/syslog.c: fix a typo. [ruby-core:41585] [Bug #5740]ktsj
2011-12-11* error.c (exit_initialize): deal with true and false as well asnobu
2011-12-11* object.c (rb_check_to_int): new function to convert a VALUE tonobu
2011-12-11* 2011-12-11svn
2011-12-11* process.c (rb_exit_status_code): extract from rb_f_exit_bang andnobu
2011-12-10* 2011-12-10svn
2011-12-10* test/ruby/test_proc.rb (TestProc): renamed argument tests.nobu
2011-12-10* test/ruby/test_econv.rb (TestEncodingConverter#test_default_external): drop...nobu
2011-12-09* ChangeLog: fix a typo.nagachika
2011-12-09* test/ruby/test_econv.rb (test_default_external): include iso-8859-16.nobu
2011-12-09* enc/trans/iso-8859-16-tbl.rb: add ISO-8859-16 converter.naruse
2011-12-09It should be require_relative.naruse
2011-12-09* file.c (file_path_convert): don't convert it when the path string isnaruse
2011-12-08* 2011-12-09svn
2011-12-08Silence stat redefinition warnings under win32luislavena
2011-12-08Generate temporary file in tmpdir.naruse
2011-12-08* variable.c (set_const_visibility): clear inine-cache when constant'snagachika
2011-12-08* ext/extmk.rb (extract_makefile): should sort after map, not beforeusa
2011-12-08update doc and add test for SystemExit.new.akr
2011-12-08* ext/extmk.rb (extract_makefile): need to sort the array of currentusa
2011-12-08* ChangeLog: fix typos.nagachika
2011-12-08Fix invalid test extension.naruse
2011-12-08* test/rexml/test_order.rb (OrderTester#test_more_ordering): useusa
2011-12-08* test/ruby/test_process.rb (TestProcess#test_sete[gu]id): silentlyusa
2011-12-08* ext/socket/extconf.rb: forgotten to define HAVE_SOCKETPAIR forusa
2011-12-08* configure.in (RUBY_WERROR_FLAG): append all warning flags whichnobu
2011-12-07* doc/re.rdoc: Document difference between match and =~, options withdrbrain
2011-12-07* doc/re.rdoc: Fix example code to match documentation. Patch bydrbrain