aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * file.c (rb_f_test): test(0) should not have any specialmatz2006-09-093-11/+19
* Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]drbrain2006-09-092-2/+15
* * bcc32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-081-1/+1
* * lib/pstore.rb: open all in binary mode, and get rid of the quirk ofnobu2006-09-082-11/+15
* 2006-09-09nobu2006-09-081-3/+3
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-088-30/+58
* * string.c (str_alloc): should allocate a String object, even whenmatz2006-09-082-1/+8
* * ext/extmk.rb (extmake): follow Array#to_s.usa2006-09-084-3/+11
* Merged changes into HEAD from REXML 3.1.5.ser2006-09-088-47/+87
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo2006-09-083-0/+44
* * win32/Makefile.sub, win32/configure.bat win32/setup.mak: programnobu2006-09-084-4/+24
* * lib/optparse.rb: suppress `assigning void value' warning.nobu2006-09-072-6/+10
* * array.c (Init_Array): #to_s to be an alias to #inspect.matz2006-09-075-49/+29
* * object.c (nil_to_s): returns the empty string again.matz2006-09-072-3/+8
* 2006-09-08matz2006-09-071-3/+3
* * time.c (time_to_s): adopt new date format using digitsmatz2006-09-072-15/+22
* * file.c (path_check_0, fpath_check): disable path check on cygwin.nobu2006-09-072-3/+16
* 2006-09-07matz2006-09-061-3/+3
* * string.c (sym_equal): override. check equivalence.matz2006-09-062-0/+21
* * parse.y (symbols_i): need to initialize early-created symbols.matz2006-09-062-0/+8