summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2006-10-24updated based on date2 3.9.6.tadf
2006-10-20* lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.eban
2006-10-17* lib/erb.rb: String#each was removed, use #each_line instead.aamine
2006-10-16* array.c (rb_ary_unshift_m): a bug in lfree shift lengthmatz
2006-10-14* lib/test/unit/collector/dir.rb (Collector::Dir#collect): append basenobu
2006-10-13updated based on date2 3.9.5.tadf
2006-10-12* lib/test/unit/collector/dir.rb (Collector::Dir#collect): prependnobu
2006-10-12* lib/date.rb (Date::self.complete_hash): need to check if g ismatz
2006-10-12* ext/tk/tkutil/tkutil.c (cbsubst_table_setup): need to handle newmatz
2006-10-09* lib/parsedate.rb: documentation patch from Konrad Meyermatz
2006-10-09* ext/extmk.rb, lib/fileutils.rb, lib/mkmf.rb, lib/optparse.rb,nobu
2006-10-09* lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spacesmatz
2006-10-09use __send! instead of funcall.tadf
2006-10-03* parse.y (block_param): restrict block parameters to be localmatz
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