aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * dir.c (dir_s_glob): remove unused variable.matz2006-09-188-14/+17
* * lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modifiednobu2006-09-173-17/+53
* * common.mk (install-doc): reverted.nobu2006-09-174-68/+121
* * numeric.c (fix_mul): fixed typo. fixed: [ruby-core:08885]nobu2006-09-172-3/+7
* 2006-09-17akr2006-09-161-3/+3
* use assert_same instead of assert_equal.akr2006-09-161-1/+1
* * README.EXT: should mention new macros: RSTRING_PTR, RSTRING_LEN,matz2006-09-163-8/+16
* * ChangeLog: commit miss.nobu2006-09-161-0/+4
* * lib/mkmf.rb (checking_for): improved the messages.nobu2006-09-162-14/+23
* * ext/pty/pty.c (establishShell): parent pid is not used.nobu2006-09-162-20/+18
* * ext/io/wait/extconf.rb: suspicious checking_for.nobu2006-09-162-2/+4
* * ext/dbm/extconf.rb: allow multiple candidates for dbm-type.nobu2006-09-162-35/+29
* * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu2006-09-166-124/+289
* * array.c (ary_shared_first): should create embedded copiesmatz2006-09-163-1/+7
* 2006-09-16matz2006-09-161-3/+3
* * struct.c (inspect_struct): do not display a class name formatz2006-09-162-1/+11
* * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 rev.110.naruse2006-09-154-31/+131
* * ext/nkf/nkf-8/nkf.c: imported nkf 2.0.8 2006-09-15.naruse2006-09-142-254/+501
* * ext/digest/lib/digest.rb (Digest::Base.file): open a file in binaryakr2006-09-142-1/+6
* 2006-09-15akr2006-09-141-3/+3
* * numeric.c (fix_mul): avoid bignum multiplication as far asmatz2006-09-142-3/+25
* * string.c (rb_str_intern): allow zero length symbols.matz2006-09-142-3/+5
* * string.c (rb_str_intern): raise SecurityError only when $SAFEmatz2006-09-144-5/+25
* add a document for Digest::Base.file.akr2006-09-141-0/+4
* * ext/digest/lib/digest.rb (Digest::Base.file): new method.akr2006-09-142-0/+18
* add ML ref.akr2006-09-141-0/+2
* * ext/digest/digest.c (rb_digest_base_inspect): new method.akr2006-09-132-0/+26
* * gc.c (ruby_init_stack): decrease "stack level too deep" in Windows.usa2006-09-132-1/+19
* * ext/digest/lib/digest.rb: new file.akr2006-09-132-0/+12
* 2006-09-14akr2006-09-131-3/+3
* * README.EXT: English adjustment. [ruby-core:08855]matz2006-09-131-6/+6
* * README.EXT: English adjustment. [ruby-core:08851] andmatz2006-09-132-30/+35
* * misc/ruby-mode.el (ruby-parse-partial): better here-doc support.matz2006-09-132-5/+7
* * string.c (rb_str_intern): allow symbols to contains nul.matz2006-09-132-5/+8
* * string.c (rb_str_intern): prohibit interning tainted string.matz2006-09-132-0/+7
* * hash.c (rb_hash_compare_by_identity): rename Hash#identical tomatz2006-09-132-13/+13
* * lib/optparse.rb (OptionParser#getopts): works with pre-registerednobu2006-09-122-18/+33
* 2006-09-13nobu2006-09-121-3/+3
* 2006-09-12matz2006-09-111-3/+3
* * hash.c (rb_hash_compare_by_identity): rename Hash#identical tomatz2006-09-113-21/+19
* * hash.c (rb_hash_identical): a new method to make a hash tomatz2006-09-114-15/+70
* * lib/rexml/source.rb (REXML::Source::encoding): should notmatz2006-09-114-16/+35
* 2006-09-11matz2006-09-101-3/+3
* * string.c (sym_equal): "sym == str" should compare them asmatz2006-09-102-3/+10
* * instruby.rb (parse_args): remove splat.nobu2006-09-102-1/+5
* updated based on date2 3.9.1.tadf2006-09-103-70/+178
* * file.c: ISPRINT() needs ctype.hnobu2006-09-102-0/+6
* * lib/optparse.rb: splat parsed arguments.nobu2006-09-102-5/+9
* * eval.c (rb_require_safe): prevent extension from loading twice.nobu2006-09-102-7/+12
* 2006-09-10matz2006-09-091-3/+3