summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-10-11* ext/digest: Merge from trunk; metadata location changed,knu
2006-10-10* {bcc32,win32,wince}/Makefile.sub (config.status): shouldn't useusa
2006-10-10* ext/digest/digest.c (hexdigest_str_new, bubblebabble_str_new):knu
2006-10-10* ext/digest: Merge from trunk; apply all changes since theknu
2006-10-09* lib/parsedate.rb: documentation patch from Konrad Meyermatz
2006-10-09* lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spacesmatz
2006-10-07* string.c (rb_str_scan): small documentation fix.matz
2006-10-07* bignum.c (rb_big_rshift): a bug in right shift of negativematz
2006-10-06* class.c (rb_include_module): remove unnecessary check.matz
2006-10-05* sample/openssl/c_rehash.rb: Use digest/md5 instead of obsolete md5.knu
2006-10-04* parse.y: revert recent changematz
2006-10-04* ext/tk/lib/tkextlib/tile.rb, lib/tkextlib/tile/* : support Tile 0.7.6.nagai
2006-10-04* eval.c (rb_call): check protected visibility based on real self,matz
2006-10-04* parse.y (mlhs): should interpret single parenthesized left handmatz
2006-10-03* test/optparse/test_getopts.rb: changed the class name of test casenobu
2006-10-03* lib/test/unit/testcase.rb (Test::Unit::TestCase.suite): test namenobu
2006-10-02* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu
2006-10-02* lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS):nobu
2006-10-02* instruby.rb: batfile should be CRLF'ed.usa
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* array.c (rb_ary_shift): should not move memory region if arraymatz
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* 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/jcode.rb: need to initialize SUCC['n'].eban
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-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* lib/mkmf.rb (init_mkmf): set default $LDFLAGS. Patch by Michalnobu
2006-09-25* file.c (rb_path_end): skip root directory. fixed: [ruby-core:08913]nobu
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-24* gc.c (gc_mark_children): revert last change that for 1.9matz
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-24* node.h (struct thread): ia64 support is broken by sandbox patch.akr
2006-09-24updated based on date2 3.9.3.tadf
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-22* lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597]matz
2006-09-22 updated based on date2 3.9.2.tadf