aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (splat_value): use "to_splat" instead of "to_ary" tomatz2006-10-021-0/+11
* * string.c (rb_str_lines): returns an Enumerator instead of anmatz2006-10-021-0/+7
* * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu2006-10-021-1/+4
* * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS):nobu2006-10-021-0/+7
* * instruby.rb: batfile should be CRLF'ed.usa2006-10-021-0/+4
* * common.mk (test-all): separate directory where running test casesnobu2006-10-011-0/+11
* * Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu2006-10-011-0/+5
* * lib/optparse.rb (OptionParser#make_switch): pass arguments directly.nobu2006-10-011-0/+4
* updated based on date2 3.9.4.tadf2006-09-301-0/+4
* * ext/digest/lib/digest.rb (Digest): Require digest.so and fix theknu2006-09-291-0/+5
* * jcode.rb (succ!): call original succ! if $KCODE == 'n'.eban2006-09-291-0/+5
* * lib/mkmf.rb (try_func): revert fallback checking undeclared function.nobu2006-09-291-0/+5
* * lib/optparse.rb (OptionParser::Switch#conv_arg): unsplat bynobu2006-09-291-2/+3
* * ext/extmk.rb: extout is needed for also clean.nobu2006-09-291-1/+4
* * lib/optparse.rb (parse_in_order): splat arguments to callback block.nobu2006-09-291-0/+4
* * node.h (struct thread): declare win32_exception_list on cygwin andnobu2006-09-281-0/+6
* * lib/tmpdir.rb: use return value of getdir.call for length.usa2006-09-281-0/+4
* * ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,knu2006-09-271-0/+11
* * string.c (rb_str_startwith): rename startwith? to start_with?,matz2006-09-271-0/+5
* * lib/cgi.rb (CGI::TagMaker::nOE_element_def): replace to_s bymatz2006-09-271-0/+5
* * array.c (rb_ary_shift): shift/unshift performance boost patch,matz2006-09-261-0/+17
* * lib/mkmf.rb (try_func): check function pointer first and macro next.nobu2006-09-261-0/+6
* * lib/optparse.rb (OptionParser#getopts): use strings as key.nobu2006-09-261-0/+5
* * {win32,wince}/Makefile.sub (CPP): check predefined value.usa2006-09-261-1/+1
* * win32/Makefile.sub (CPP): check predefined value.usa2006-09-261-0/+4
* * array.c (rb_ary_shift): should not move memory region if arraymatz2006-09-251-0/+6
* * dir.c (rb_push_glob): need not to check by FilePathValue().matz2006-09-251-0/+7
* * lib/mkmf.rb (rm_f): get rid of NUL.nobu2006-09-251-1/+6
* * file.c (rb_path_end): skip root directory. fixed: [ruby-core:08913]nobu2006-09-251-3401/+3405
* * sample/test.rb: "print nil" now prints empty string.matz2006-09-251-0/+6
* * hash.c (recursive_hash): remove unused local variable.matz2006-09-251-0/+10
* * array.c (rb_ary_shift): should clear shifting top element.matz2006-09-241-0/+8
* * random.c (rb_f_rand): RDoc typo fix. a patch from Frederickmatz2006-09-241-0/+5
* add ML entrymatz2006-09-241-0/+1
* * gc.c (gc_mark_children): NODE_POSTEXE holds Ruby VALUE.matz2006-09-241-0/+4
* * runruby.rb: extension library scripts moved into common directory.nobu2006-09-241-0/+4
* updated based on date2 3.9.3.tadf2006-09-241-0/+4
* * io.c (rb_io_print): no special handling for nil as well as puts.nobu2006-09-231-1/+6
* * eval.c (rb_thread_save_context, rb_thread_restore_context):why2006-09-231-0/+19
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI contentmatz2006-09-231-0/+5
* merge Oniguruma 4.4.4kosako2006-09-231-0/+8
* * lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597]matz2006-09-221-0/+4
* updated based on date2 3.9.2.tadf2006-09-221-0/+4
* * string.c (rb_str_partition): no need to call rb_call_super(),matz2006-09-221-0/+5
* * hash.c (rb_hash_eql): new method to be used by Hash.matz2006-09-221-0/+6
* * bignum.c (rb_big_hash): use rb_memhash().matz2006-09-211-0/+7
* * string.c (str_new3): embed shorter strings more eagerly.matz2006-09-211-0/+4
* * .cvsignore: ignore timestamp files and installed list file.nobu2006-09-211-0/+4
* * instruby.rb: include FileUtils unconditionally.nobu2006-09-211-0/+4
* * numeric.c (Init_Numeric): fix_odd_p and fix_even_p are for Fixnum.nobu2006-09-211-0/+5