summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-10-01* common.mk (test-all): separate directory where running test casesnobu
2006-10-01* Makefile.in, common.mk, ext/extmk.rb, win{32,ce}/Makefile.in: keepnobu
2006-10-01* lib/optparse.rb (OptionParser#make_switch): pass arguments directly.nobu
2006-09-30updated based on date2 3.9.4.tadf
2006-09-29* ext/digest/lib/digest.rb (Digest): Require digest.so and fix theknu
2006-09-29* jcode.rb (succ!): call original succ! if $KCODE == 'n'.eban
2006-09-29* lib/mkmf.rb (try_func): revert fallback checking undeclared function.nobu
2006-09-29* lib/optparse.rb (OptionParser::Switch#conv_arg): unsplat bynobu
2006-09-29* ext/extmk.rb: extout is needed for also clean.nobu
2006-09-29* lib/optparse.rb (parse_in_order): splat arguments to callback block.nobu
2006-09-28* node.h (struct thread): declare win32_exception_list on cygwin andnobu
2006-09-28* lib/tmpdir.rb: use return value of getdir.call for length.usa
2006-09-27* ext/digest/md5/md5init.c (Init_md5): Now that we have digest.rb,knu
2006-09-27* string.c (rb_str_startwith): rename startwith? to start_with?,matz
2006-09-27* lib/cgi.rb (CGI::TagMaker::nOE_element_def): replace to_s bymatz
2006-09-26* array.c (rb_ary_shift): shift/unshift performance boost patch,matz
2006-09-26* lib/mkmf.rb (try_func): check function pointer first and macro next.nobu
2006-09-26* lib/optparse.rb (OptionParser#getopts): use strings as key.nobu
2006-09-26* {win32,wince}/Makefile.sub (CPP): check predefined value.usa
2006-09-26* win32/Makefile.sub (CPP): check predefined value.usa
2006-09-25* array.c (rb_ary_shift): should not move memory region if arraymatz
2006-09-25* dir.c (rb_push_glob): need not to check by FilePathValue().matz
2006-09-25* lib/mkmf.rb (rm_f): get rid of NUL.nobu
2006-09-25* file.c (rb_path_end): skip root directory. fixed: [ruby-core:08913]nobu
2006-09-25* sample/test.rb: "print nil" now prints empty string.matz
2006-09-25* hash.c (recursive_hash): remove unused local variable.matz
2006-09-24* array.c (rb_ary_shift): should clear shifting top element.matz
2006-09-24* random.c (rb_f_rand): RDoc typo fix. a patch from Frederickmatz
2006-09-24add ML entrymatz
2006-09-24* gc.c (gc_mark_children): NODE_POSTEXE holds Ruby VALUE.matz
2006-09-24* runruby.rb: extension library scripts moved into common directory.nobu
2006-09-24updated based on date2 3.9.3.tadf
2006-09-23* io.c (rb_io_print): no special handling for nil as well as puts.nobu
2006-09-23* eval.c (rb_thread_save_context, rb_thread_restore_context):why
2006-09-23* lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI contentmatz
2006-09-23merge Oniguruma 4.4.4kosako
2006-09-22* lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597]matz
2006-09-22 updated based on date2 3.9.2.tadf
2006-09-22* string.c (rb_str_partition): no need to call rb_call_super(),matz
2006-09-22* hash.c (rb_hash_eql): new method to be used by Hash.matz
2006-09-21* bignum.c (rb_big_hash): use rb_memhash().matz
2006-09-21* string.c (str_new3): embed shorter strings more eagerly.matz
2006-09-21* .cvsignore: ignore timestamp files and installed list file.nobu
2006-09-21* instruby.rb: include FileUtils unconditionally.nobu
2006-09-21* numeric.c (Init_Numeric): fix_odd_p and fix_even_p are for Fixnum.nobu
2006-09-21* common.mk (no-install): not install rdoc actually.nobu
2006-09-21* string.c (rb_str_startwith): a new method to check if a stringmatz
2006-09-21* rubytest.rb: use each_line instead of each.eban
2006-09-21* numeric.c (int_odd_p): a new method to check even or odd.matz
2006-09-21* string.c (Init_String): Strings are no longer Enumerable. usematz