aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * gc.c (GET_STACK_BOUNDS): fixed macro argument names. a patch fromnobu2010-04-144-4/+14
* * string.c (rb_string_value_cstr): make NUL terminated if it isnobu2010-04-142-1/+8
* * lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo2010-04-143-1/+10
* * ext/syck/lib/syck/basenode.rb (Syck::BaseNode#match_path): fixednobu2010-04-142-2/+5
* * ext/syck/lib/yaml/syck.rb: split from ext/syck/lib/syck.rb fornobu2010-04-143-94/+104
* * 2010-04-14svn2010-04-141-2/+2
* * ext/nkf/nkf-utf8/nkf.c: Refix [nkf-bug:21393]. (explicit -X)naruse2010-04-142-11/+21
* * ext/nkf/nkf-utf8/nkf.c: Fix: Windows Codepages wrongly convertnaruse2010-04-132-7/+12
* * random.c (make_seed_value): fix leading-zero-guard condition onnobu2010-04-132-2/+14
* * lib/irb/completion.rb (CompletionProc): fix [ruby-dev:40953]keiju2010-04-132-3/+8
* * transcode.c (transcode_loop): insert output the value whennaruse2010-04-133-3/+57
* add a test.akr2010-04-121-0/+7
* * 2010-04-13svn2010-04-121-2/+2
* * random.c (rand_init): use the absolute value of seed toakr2010-04-122-0/+8
* * enumerator.c (inspect_enumerator): don't raise for uninitializedakr2010-04-122-2/+15
* * LEGAL: separated the section for parse.c. contributed by Paulnobu2010-04-122-1/+42
* * lib/fileutils.rb (fu_each_src_dest): ensure src is accessible.nobu2010-04-122-18/+11
* * lib/fileutils.rb (fu_have_st_ino): check if required method isnobu2010-04-122-1/+6
* * lib/matrix.rb: New method Matrix.build [ruby-core:28272]marcandre2010-04-112-1/+51
* * ext/psych/lib/psych/deprecated.rb: requiring 'date' for backwardstenderlove2010-04-111-0/+2
* * lib/matrix.rb: Deprecate Vector#elements_to{i/f/r}marcandre2010-04-113-27/+6
* * lib/matrix.rb: Deprecate elements_to_{f/i/r}marcandre2010-04-112-3/+10
* * lib/matrix.rb: Handle coercion errors by raising TypeErrors [ruby-core:26736]marcandre2010-04-112-27/+36
* * NEWS: Add {Hash,ENV}#{keep_if,select!}marcandre2010-04-111-0/+8
* * 2010-04-12svn2010-04-111-2/+2
* * io.c (rb_io_getline_fast, rb_io_getline_1): fix ARGF.lineno behavior. [ruby...kazu2010-04-113-4/+32
* * configure.in: can not load libraries if --with-opt-dir is usedkanemoto2010-04-112-1/+6
* update doc.akr2010-04-111-6/+6
* * lib/irb/ruby-lex.rb (RubyLex#getc): revert r10817, which causedmame2010-04-112-1/+6
* * test/ruby/test_encoding.rb (TestEncoding#test_replicate): morenobu2010-04-111-1/+3
* * encoding.c (enc_replicate): new encoding name must be validnobu2010-04-113-1/+7
* * include/ruby/win32.h (ftruncate): rename to get rid of conflictnobu2010-04-112-0/+6
* fix rdockazu2010-04-111-1/+1
* * test/syck/test_struct.rb: modified to use only syck engine since thetenderlove2010-04-113-2/+20
* Update to RDoc 2.5.3drbrain2010-04-115-32/+134
* * ext/syck/lib/syck/dbm.rb: moved to lib/yaml/dbm.rb since it is nottenderlove2010-04-113-12/+12
* * test/rubygems/gemutilities.rb: removing gem requirement on minitest.tenderlove2010-04-111-7/+1
* * test/syck/*: Moved test/yaml to test/syck since it's actuallytenderlove2010-04-1117-86/+95
* Ignore mkmf.log for psych and tmpdirdrbrain2010-04-110-0/+0
* * lib/rdoc/rdoc.rb (setup_output_dir): compare by Time#to_i.naruse2010-04-112-2/+9
* * ext/psych/parser.c: Fixing a segv in test-all. Thanks Yusuke!tenderlove2010-04-101-2/+2
* * lib/rdoc/rdoc.rb (setup_output_dir): fix typo.naruse2010-04-102-1/+5
* Fix :nodoc: definition. [ruby-dev:40949]naruse2010-04-102-6/+3
* * 2010-04-11svn2010-04-101-2/+2
* * lib/uri/common.rb (decode_www_form_component): validate.naruse2010-04-103-11/+18
* * lib/rdoc/markup/preprocess.rb (RDoc::Markup::PreProcess#handle):naruse2010-04-102-1/+6
* * lib/rdoc: Import RDoc 2.5.2drbrain2010-04-1033-162/+395
* * ext/openssl/ossl_ssl.c (Init_ossl_ssl): add SSLContext#ssl_timeout=,mame2010-04-102-0/+6
* * vm_method.c (rb_add_method): clear attr.location before rb_ary_new3.wanabe2010-04-092-2/+6
* * ext/psych/lib/psych/deprecated.rb: implementing Psych.quick_emit andtenderlove2010-04-094-2/+31