aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * misc/ruby-mode.el (ruby-expr-beg): fix for invalid nest errors.nobu2011-02-082-6/+9
* * configure.in (AC_MSG_CHECKING): fixed typo. the patch iskosaki2011-02-082-1/+6
* * io.c (rb_io_s_sysopen): use NUM2MODET() instead NUM2UINT().kosaki2011-02-082-1/+5
* * process.c (rb_run_exec_options_err): use MODET2NUM() instead LONG2NUM().kosaki2011-02-082-1/+5
* * configure.in: revert r30725. Now we have proper runtime fallback.kosaki2011-02-082-1/+5
* * process.c (proc_setgroups): add GC guard to prevent intermediatenagachika2011-02-072-1/+8
* * misc/ruby-mode.el (ruby-expr-beg, ruby-in-here-doc-p): tellnobu2011-02-072-3/+15
* * misc/ruby-mode.el (ruby-expr-beg, ruby-parse-partial): keywordnobu2011-02-073-3/+9
* * lib/benchmark.rb (Benchmark#bmbm): use ensure clause instead ofnagachika2011-02-072-2/+7
* * lib/net/http.rb (Net::HTTP#connect): support SNI (Server Nameakr2011-02-073-0/+11
* Upgrade to RDoc 3.5.3. Fixes [Bug #4376]drbrain2011-02-0711-34/+204
* TestProcess#test_wait_and_sigchild randomly fails on FreeBSDnaruse2011-02-071-0/+3
* * common.mk (rdoc): add --encoding=UTF-8; ruby's rdoc must be UTF-8.naruse2011-02-072-1/+5
* * 2011-02-07svn2011-02-071-2/+2
* * test/rdoc/test_rdoc_options.rb (TestRDocOptions#test_check_files):usa2011-02-072-23/+25
* * thread_pthread.c (register_cached_thread_and_wait): move invalidnobu2011-02-061-1/+4
* * ext/pty/pty.c (chfunc): suppress a warning.nobu2011-02-061-0/+8
* * ext/pty/pty.c (chfunc): suppress a warning.nobu2011-02-061-1/+2
* * ext/json/lib/json/common.rb (JSON::MissingUnicodeSupport.iconv):nobu2011-02-062-1/+6
* Ensure result encoding is the same as input encoding for String#gsub. [Bug #...drbrain2011-02-063-0/+21
* * parse.y (words, qwords): dispatch array events. based on anobu2011-02-064-11/+44
* * test/fileutils/fileasserts.rb (FileAssertions): separate module.nobu2011-02-064-1/+8
* * 2011-02-06svn2011-02-061-2/+2
* * ext/dbm/dbm.c: parenthesize macro arguments.akr2011-02-062-4/+8
* Surpress warnings: possibly useless use of :: in void contextnaruse2011-02-051-2/+2
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):kosaki2011-02-052-3/+12
* * parse.y (mlhs_basic): include mlhs_post for ripper. a patchnobu2011-02-053-2/+23
* * lib/test/unit/assertions.rb (assert_block): move fromnobu2011-02-053-5/+8
* * test/fileutils/fileasserts.rb (assert_block): pass argumentsnobu2011-02-052-2/+7
* * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):kosaki2011-02-052-6/+8
* Import RDoc 3.5.2drbrain2011-02-0517-283/+557
* * ext/syck/rubyext.c (syck_node_init_copy): SyckNode is notnobu2011-02-052-1/+8
* * ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptrnobu2011-02-053-7/+35
* * ext/json/parser/parser.h (GET_PARSER): raise TypeError.nobu2011-02-055-6/+10
* * ext/json/parser/parser.h (GET_PARSER): check if initialized.nobu2011-02-055-7/+34
* * ext/json/parser/parser.rl: add local variables for emacs.nobu2011-02-052-18/+32
* * load.c (rb_get_expanded_load_path): always expand load paths.nobu2011-02-053-8/+29
* * transcode.c (encoded_dup): extract.nobu2011-02-052-9/+12
* * lib/fileutils.rb (FileUtils::LowMethods): make low level methodsnobu2011-02-045-77/+106
* * test/fileutils/fileasserts.rb: add message arguments.nobu2011-02-042-17/+20
* * test/fileutils/fileasserts.rb (Test::Unit::Assertions#assert_block):nobu2011-02-042-0/+9
* * parse.y (lex_getline, parser_set_encode): set encoding of linesnobu2011-02-043-0/+74
* * vm.c (ruby_thread_data_type): add prefix.nobu2011-02-043-3/+8
* * 2011-02-05svn2011-02-041-2/+2
* * vm_core.h (GetThreadPtr): use TypedData_Get_Struct() insteadkosaki2011-02-043-2/+13
* * enc/trans/utf8_mac.trans: parenthesize macro arguments.akr2011-02-042-1/+5
* * string.c (str_utf8_nth): fixed a conditon of optimized leadkosaki2011-02-042-1/+6
* * string.c (count_utf8_lead_bytes_with_word): wrote functionkosaki2011-02-032-0/+22
* * property.nobu2011-02-030-0/+0
* * ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dupnobu2011-02-034-7/+10