summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (block_param): restrict block parameters to be localmatz2006-10-031-1/+2
* * 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-575/+470
* * jcode.rb (succ!): call original succ! if $KCODE == 'n'.eban2006-09-291-1/+1
* * lib/mkmf.rb (try_func): revert fallback checking undeclared function.nobu2006-09-291-1/+6
* * 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/cgi.rb (CGI::TagMaker::nOE_element_def): replace to_s bymatz2006-09-271-5/+5
* * 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-11/+21
* * lib/mkmf.rb (rm_f): get rid of NUL.nobu2006-09-251-2/+2
* 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-84/+128
* * common.mk (pre-install-doc): create data directory before install.nobu2006-09-201-2/+2
* * string.c (sym_eql): fail early to gain performance.matz2006-09-202-5/+5
* * lib/net/imap.rb: allow extra spaces in responses.shugo2006-09-201-1/+1
* * object.c (rb_obj_ivar_defined, rb_mod_cvar_defined): new methods,nobu2006-09-181-4/+2
* * lib/rdoc/rdoc.rb (RDoc::RDoc#document): scan only files modifiednobu2006-09-172-17/+48
* * common.mk (install-doc): reverted.nobu2006-09-171-1/+1
* * lib/mkmf.rb (checking_for): improved the messages.nobu2006-09-161-12/+23
* * Makefile.in, common.in, instruby.rb, ext/extmk.rb, lib/mkmf.rb:nobu2006-09-161-8/+14
* * hash.c (rb_hash_compare_by_identity): rename Hash#identical tomatz2006-09-131-1/+1
* * lib/optparse.rb (OptionParser#getopts): works with pre-registerednobu2006-09-121-18/+28
* * lib/rexml/source.rb (REXML::Source::encoding): should notmatz2006-09-113-16/+19
* updated based on date2 3.9.1.tadf2006-09-102-70/+174
* * lib/optparse.rb: splat parsed arguments.nobu2006-09-101-5/+5
* Rescue Exception in Test::Unit::TestCase#run. [ruby-core:08783]drbrain2006-09-091-2/+10
* * lib/pstore.rb: open all in binary mode, and get rid of the quirk ofnobu2006-09-081-11/+10
* * Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu2006-09-081-2/+3
* * ext/extmk.rb (extmake): follow Array#to_s.usa2006-09-081-1/+1
* Merged changes into HEAD from REXML 3.1.5.ser2006-09-088-47/+87
* * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookies): newgotoyuzo2006-09-081-0/+6
* * lib/optparse.rb: suppress `assigning void value' warning.nobu2006-09-071-6/+6
* * array.c (Init_Array): #to_s to be an alias to #inspect.matz2006-09-071-2/+2
* updated based on date2 3.9.tadf2006-09-042-12/+77
* * lib/cgi.rb (CGI::out): specify -x option for nkf.matz2006-09-041-5/+3
* * lib/mkmf.rb: get rid of nil.to_s.nobu2006-09-031-4/+4
* * lib/soap/generator.rb (SOAP::SOAPGenerator#encode_tag): do not dumpnahi2006-09-021-7/+13
* * lib/csv.rb (CSV::IOReader#initialize): use String#[](pos, len)nahi2006-09-021-1/+1
* * lib/irb/ruby-lex.rb (RubyLex::getc): should not push nil intomatz2006-09-011-1/+1
* * lib/mkmf.rb (configuration): follow nil.to_s.nobu2006-08-311-2/+3
* * ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa2006-08-311-1/+1
* * object.c (rb_Integer): Integer(nil) should raise TypeError.matz2006-08-301-1/+1