summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-01* common.mk (test-all): separate directory where running test casesnobu
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/optparse.rb (OptionParser::Switch#conv_arg): unsplat bynobu
2006-09-29* lib/optparse.rb (parse_in_order): splat arguments to callback block.nobu
2006-09-28* lib/tmpdir.rb: use return value of getdir.call for length.usa
2006-09-27* lib/cgi.rb (CGI::TagMaker::nOE_element_def): replace to_s bymatz
2006-09-26* lib/mkmf.rb (try_func): check function pointer first and macro next.nobu
2006-09-26* lib/optparse.rb (OptionParser#parse_in_order): wrong splat fornobu
2006-09-26* lib/optparse.rb (OptionParser#getopts): use strings as key.nobu
2006-09-25* lib/mkmf.rb (rm_f): get rid of NUL.nobu
2006-09-24updated based on date2 3.9.3.tadf
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
2006-09-20* common.mk (pre-install-doc): create data directory before install.nobu
2006-09-20* string.c (sym_eql): fail early to gain performance.matz
2006-09-20* lib/net/imap.rb: allow extra spaces in responses.shugo
2006-09-18* object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,nobu
2006-09-17* lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modifiednobu
2006-09-17* common.mk (install-doc): reverted.nobu
2006-09-16* lib/mkmf.rb (checking_for): improved the messages.nobu
2006-09-16* Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu
2006-09-13* hash.c (rb_hash_compare_by_identity): rename Hash#identical tomatz
2006-09-12* lib/optparse.rb (OptionParser#getopts): works with pre-registerednobu
2006-09-11* lib/rexml/source.rb (REXML::Source::encoding): should notmatz
2006-09-10updated based on date2 3.9.1.tadf
2006-09-10* lib/optparse.rb: splat parsed arguments.nobu
2006-09-09Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]drbrain
2006-09-08* lib/pstore.rb: open all in binary mode, and get rid of the quirk ofnobu
2006-09-08* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu
2006-09-08* ext/extmk.rb (extmake): follow Array#to_s.usa
2006-09-08Merged changes into HEAD from REXML 3.1.5.ser
2006-09-08* lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo
2006-09-07* lib/optparse.rb: suppress `assigning void value' warning.nobu
2006-09-07* array.c (Init_Array): #to_s to be an alias to #inspect.matz
2006-09-04updated based on date2 3.9.tadf
2006-09-04* lib/cgi.rb (CGI::out): specify -x option for nkf.matz
2006-09-03* lib/mkmf.rb: get rid of nil.to_s.nobu
2006-09-02 * lib/soap/generator.rb (SOAP::SOAPGenerator#encode_tag): do not dumpnahi
2006-09-02 * lib/csv.rb (CSV::IOReader#initialize): use String#[](pos, len)nahi
2006-09-01* lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil intomatz
2006-08-31* lib/mkmf.rb (configuration): follow nil.to_s.nobu
2006-08-31* ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa
2006-08-30* object.c (rb_Integer): Integer(nil) should raise TypeError.matz
2006-08-30* lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser::handle_method):matz