summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-02-08* ext/etc/etc.c: parenthesize macro arguments.akr
2011-02-08* misc/ruby-mode.el (ruby-expr-beg): fix for invalid nest errors.nobu
2011-02-08* configure.in (AC_MSG_CHECKING): fixed typo. the patch iskosaki
2011-02-08* io.c (rb_io_s_sysopen): use NUM2MODET() instead NUM2UINT().kosaki
2011-02-08* process.c (rb_run_exec_options_err): use MODET2NUM() instead LONG2NUM().kosaki
2011-02-08* configure.in: revert r30725. Now we have proper runtime fallback.kosaki
2011-02-07 * process.c (proc_setgroups): add GC guard to prevent intermediatenagachika
2011-02-07* misc/ruby-mode.el (ruby-expr-beg, ruby-in-here-doc-p): tellnobu
2011-02-07* misc/ruby-mode.el (ruby-expr-beg, ruby-parse-partial): keywordnobu
2011-02-07 * lib/benchmark.rb (Benchmark#bmbm): use ensure clause instead ofnagachika
2011-02-07* lib/net/http.rb (Net::HTTP#connect): support SNI (Server Nameakr
2011-02-07Upgrade to RDoc 3.5.3. Fixes [Bug #4376]drbrain
2011-02-07TestProcess#test_wait_and_sigchild randomly fails on FreeBSDnaruse
2011-02-07* common.mk (rdoc): add --encoding=UTF-8; ruby's rdoc must be UTF-8.naruse
2011-02-07* 2011-02-07svn
2011-02-07* test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):usa
2011-02-06* thread_pthread.c (register_cached_thread_and_wait): move invalidnobu
2011-02-06 * ext/pty/pty.c (chfunc): suppress a warning.nobu
2011-02-06* ext/pty/pty.c (chfunc): suppress a warning.nobu
2011-02-06* ext/json/lib/json/common.rb (JSON::MissingUnicodeSupport.iconv):nobu
2011-02-06Ensure result encoding is the same as input encoding for String#gsub. [Bug #...drbrain
2011-02-06* parse.y (words, qwords): dispatch array events. based on anobu
2011-02-06* test/fileutils/fileasserts.rb (FileAssertions): separate module.nobu
2011-02-06* 2011-02-06svn
2011-02-06* ext/dbm/dbm.c: parenthesize macro arguments.akr
2011-02-05Surpress warnings: possibly useless use of :: in void contextnaruse
2011-02-05* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):kosaki
2011-02-05* parse.y (mlhs_basic): include mlhs_post for ripper. a patchnobu
2011-02-05* lib/test/unit/assertions.rb (assert_block): move fromnobu
2011-02-05* test/fileutils/fileasserts.rb (assert_block): pass argumentsnobu
2011-02-05 * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):kosaki
2011-02-05Import RDoc 3.5.2drbrain
2011-02-05* ext/syck/rubyext.c (syck_node_init_copy): SyckNode is notnobu
2011-02-05* ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptrnobu
2011-02-05* ext/json/parser/parser.h (GET_PARSER): raise TypeError.nobu
2011-02-05* ext/json/parser/parser.h (GET_PARSER): check if initialized.nobu
2011-02-05* ext/json/parser/parser.rl: add local variables for emacs.nobu
2011-02-05* load.c (rb_get_expanded_load_path): always expand load paths.nobu
2011-02-05* transcode.c (encoded_dup): extract.nobu
2011-02-04* lib/fileutils.rb (FileUtils::LowMethods): make low level methodsnobu
2011-02-04* test/fileutils/fileasserts.rb: add message arguments.nobu
2011-02-04* test/fileutils/fileasserts.rb (Test::Unit::Assertions#assert_block):nobu
2011-02-04* parse.y (lex_getline, parser_set_encode): set encoding of linesnobu
2011-02-04* vm.c (ruby_thread_data_type): add prefix.nobu
2011-02-04* 2011-02-05svn
2011-02-04 * vm_core.h (GetThreadPtr): use TypedData_Get_Struct() insteadkosaki
2011-02-04* enc/trans/utf8_mac.trans: parenthesize macro arguments.akr
2011-02-04 * string.c (str_utf8_nth): fixed a conditon of optimized leadkosaki
2011-02-03 * string.c (count_utf8_lead_bytes_with_word): wrote functionkosaki
2011-02-03* property.nobu