summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge RDoc updates from matzruby 11502, 11503, 11504drbrain2007-01-071-1/+37
* updated based on date2 4.0.1.tadf2007-01-071-2/+4
* Revert r11453matz2007-01-037-282/+362
* * io.c (ruby_dup): start GC on ENOMEM as well.matz2007-01-037-362/+282
* Merge 11443, 11444 and 11445 from trunk.drbrain2006-12-311-93/+133
* updated based on date2 4.0.tadf2006-12-302-185/+225
* * lib/irb/locale.rb (IRB::Locale::puts): typo fixed. a patch frommatz2006-12-141-1/+1
* * lib/irb/locale.rb (IRB::Locale::search_file): ues File.exist?matz2006-12-091-2/+2
* * lib/weakref.rb (WeakRef::__setobj__): should supportmatz2006-12-072-12/+19
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): should quoteshugo2006-12-031-2/+3
* * Cross-patch from Ruby CVS; mostly Nabu edits.ser2006-12-0114-81/+136
* * lib/rss/0.9.rb (RSS::Rss): removed needless include.kou2006-11-061-1/+0
* updated based on date2 3.9.7.tadf2006-11-051-9/+37
* * lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo2006-11-041-1/+1
* * lib/set.rb (Set#^): Fix XOR operation against a container thatknu2006-11-021-2/+9
* * time.c (time_dup): duplicate the class of original time.matz2006-10-311-5/+5
* updated based on date2 3.9.6.tadf2006-10-241-5/+5
* * lib/mkmf.rb: fix typo.usa2006-10-201-1/+1
* * lib/mkmf.rb: fixed the bug of handling COMMON_MACROS.eban2006-10-201-2/+1
* * lib/test/unit/collector/dir.rb (Collector::Dir#collect): append basenobu2006-10-141-2/+3
* updated based on date2 3.9.5.tadf2006-10-131-1/+1
* * lib/fileutils.rb (FileUtils.cp_r): dereference_root=true is default in Ruby...aamine2006-10-131-0/+1
* * lib/test/unit/collector/dir.rb (Collector::Dir#collect): prependnobu2006-10-121-1/+5
* * lib/date.rb (Date::self.complete_hash): need to check if g ismatz2006-10-121-1/+1
* * lib/parsedate.rb: documentation patch from Konrad Meyermatz2006-10-093-35/+103
* * lib/rexml/encoding.rb (REXML::Encoding::check_encoding): spacesmatz2006-10-092-3/+3
* * lib/test/unit/testcase.rb (Test::Unit::TestCase.suite): test namenobu2006-10-031-1/+1
* * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu2006-10-021-1/+1
* * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::COLLECTORS):nobu2006-10-021-2/+2
* * common.mk (test-all): separate directory where running test casesnobu2006-10-012-8/+33
* * lib/optparse.rb (OptionParser#make_switch): pass arguments directly.nobu2006-10-011-8/+10
* updated based on date2 3.9.4.tadf2006-09-302-465/+528
* * jcode.rb (succ!): call original succ! if $KCODE == 'n'.eban2006-09-291-2/+1
* * lib/mkmf.rb (try_func): revert fallback checking undeclared function.nobu2006-09-291-1/+6
* * lib/jcode.rb: need to initialize SUCC['n'].eban2006-09-291-0/+1
* * lib/optparse.rb (OptionParser::Switch#conv_arg): unsplat bynobu2006-09-291-3/+3
* * lib/optparse.rb (parse_in_order): splat arguments to callback block.nobu2006-09-291-2/+2
* * lib/tmpdir.rb: use return value of getdir.call for length.usa2006-09-281-2/+2
* * lib/mkmf.rb (try_func): check function pointer first and macro next.nobu2006-09-261-13/+4
* * lib/optparse.rb (OptionParser#parse_in_order): wrong splat fornobu2006-09-261-1/+1
* * lib/optparse.rb (OptionParser#getopts): use strings as key.nobu2006-09-261-21/+73
* * lib/mkmf.rb (init_mkmf): set default $LDFLAGS. Patch by Michalnobu2006-09-251-1/+1
* updated based on date2 3.9.3.tadf2006-09-242-24/+97
* * lib/cgi.rb (CGI::QueryExtension::read_multipart): CGI contentmatz2006-09-231-1/+1
* * lib/rdoc/ri/ri_options.rb: prevent NameError. [ruby-dev:29597]matz2006-09-221-0/+1
* updated based on date2 3.9.2.tadf2006-09-222-99/+151
* * common.mk (pre-install-doc): create data directory before install.nobu2006-09-201-2/+2
* * lib/net/imap.rb: allow extra spaces in responses.shugo2006-09-201-10/+23
* * lib/fileutils.rb: backport from HEAD (rev 1.71).aamine2006-09-181-59/+64
* * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,nobu2006-09-181-4/+2