summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2007-01-07Merge RDoc updates from matzruby 11502, 11503, 11504drbrain
2007-01-07updated based on date2 4.0.1.tadf
2007-01-03Revert r11453matz
2007-01-03* io.c (ruby_dup): start GC on ENOMEM as well.matz
2006-12-31Merge 11443, 11444 and 11445 from trunk.drbrain
2006-12-30updated based on date2 4.0.tadf
2006-12-14* lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz
2006-12-09* lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz
2006-12-07* lib/weakref.rb (WeakRef::__setobj__): should supportmatz
2006-12-03* lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo
2006-12-01* Cross-patch from Ruby CVS; mostly Nabu edits.ser
2006-11-06* lib/rss/0.9.rb (RSS::Rss): removed needless include.kou
2006-11-05updated based on date2 3.9.7.tadf
2006-11-04* lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo
2006-11-02* lib/set.rb (Set#^): Fix XOR operation against a container thatknu
2006-10-31* time.c (time_dup): duplicate the class of original time.matz
2006-10-24updated based on date2 3.9.6.tadf
2006-10-20* lib/mkmf.rb: fix typo.usa
2006-10-20* lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.eban
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-13* lib/fileutils.rb (FileUtils.cp_r): dereference_root=true is default in Ruby...aamine
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-09* lib/parsedate.rb: documentation patch from Konrad Meyermatz
2006-10-09* lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spacesmatz
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-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/jcode.rb: need to initialize SUCC['n'].eban
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-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 (init_mkmf): set default $LDFLAGS. Patch by Michalnobu
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* lib/net/imap.rb: allow extra spaces in responses.shugo
2006-09-18* lib/fileutils.rb: backport from HEAD (rev 1.71).aamine
2006-09-18* object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,nobu