aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/smtp.rb (Net::SMTP#check_auth_args): should not changematz2009-05-101-1/+1
* * lib/date.rb: use subsec instead of nsec.tadf2009-05-091-2/+2
* * lib/mkmf.rb (try_link0): removes waste dSYM directories leftnobu2009-05-081-1/+14
* * lib/mkmf.rb (check_sizeof): fixed wrong recuring result fornobu2009-05-081-4/+8
* * Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu2009-05-081-0/+1
* * lib/set.rb (SortedSet#add): Do not require each newly addedknu2009-05-071-4/+4
* * lib/set.rb (SortedSet): Fix document. [Bug #1429]knu2009-05-021-2/+2
* * lib/set.rb (Set#merge): Only directly use the passed objectsknu2009-05-011-2/+2
* * lib/set.rb (SortedSet#add): Do not let an uncomparable objectknu2009-05-011-4/+38
* * ext/extmk.rb: use RbConfig instead of Config.akr2009-04-301-1/+1
* * lib/net/http.rb: documentation typo fixed. [ruby-core:23335]matz2009-04-301-1/+1
* * lib/pp.rb (Struct#pretty_print): coerce to a string sincenobu2009-04-271-1/+1
* update rdoc.akr2009-04-261-1/+5
* * lib/rake.rb: use RbConfig::CONFIG instead of Config::CONFIG.akr2009-04-262-5/+5
* * lib/optparse.rb (OptionParser#parse_in_order): do not make annobu2009-04-261-1/+1
* update rdoc.akr2009-04-231-1/+1
* * lib/time.rb (Time.parse): use year completion in Date._parse.akr2009-04-221-16/+3
* * lib/time.rb (Time#rfc2822): pad leading zeros for year.akr2009-04-211-3/+3
* * lib/time.rb (Time#xmlschema): use subsec instead of nsec.akr2009-04-211-3/+1
* * time.c (time_arg): use the year argument as-is. [ruby-dev:38194]akr2009-04-211-1/+15
* * lib/mkmf.rb (init_mkmf): needs default library path even ifnobu2009-04-211-1/+1
* * lib/cgi/core.rb (read_multipart): When path is not defined,mame2009-04-161-1/+7
* * lib/mkmf.rb (what_type?): fixed typo, and refined for member ofnobu2009-04-081-25/+51
* * lib/mkmf.rb (Logging.postpone): copy postponed output always.nobu2009-04-081-1/+1
* * lib/mkmf.rb (what_type?): fixed typo.nobu2009-04-081-1/+1
* * lib/irb/completion.rb (IRB::InputCompletor::Operators): Addknu2009-04-032-11/+6
* * lib/getoptlong.rb: remove unused udoc/usage from example.matz2009-04-021-1/+0
* * lib/mkmf.rb (create_makefile): support for parallel make. anobu2009-04-011-1/+1
* * lib/pathname.rb (Pathname#relative_path_from): compares pathnobu2009-03-281-2/+9
* * lib/mkmf.rb (link_command, cc_command, cpp_command): should notnobu2009-03-271-3/+0
* * lib/mkmf.rb (what_type?): checks more restrictively, andnobu2009-03-271-15/+31
* * lib/yaml/rubytypes.rb (String#is_binary_data?): TAB would benobu2009-03-262-10/+4
* * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): considersnobu2009-03-261-2/+9
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-1/+9
* * configure.in (RUBY_CHECK_SIZEOF): allows qualified name.nobu2009-03-191-6/+17
* * lib/drb/drb.rb (open_server_inaddr_any): fixed multiple networkseki2009-03-171-9/+4
* * lib/pathname.rb (Pathname#sub): set $~ in block.binding.akr2009-03-171-1/+15
* * lib/rubygems/installer.rb (Gem::Installer#shebang): fix for envnobu2009-03-151-18/+13
* * lib/mkmf.rb (CXX_EXT): checks for case-sensitive filesystem withnobu2009-03-141-10/+10
* * lib/fileutils.rb (FileUtils#fu_get_gid): stringify groupmatz2009-03-131-0/+1
* * lib/rake: updated to rake code to rake-0.8.4 source code base.nobu2009-03-093-54/+123
* * lib/rubygems/installer.rb (Gem::Installer#initialize): env maynobu2009-03-091-16/+23
* * lib/securerandom.rb (SecureRandom.urlsafe_base64): add optionalakr2009-03-061-6/+13
* * lib/rake/loaders/makefile.rb (Rake::MakefileLoader#load): deals withnobu2009-03-061-9/+14
* * lib/rake/testtask.rb (Rake::TestTask#define): passes each libsnobu2009-03-061-2/+2
* * lib/rubygems/digest/digest_adapter.rb: removed.nobu2009-03-064-60/+3
* * lib/**/*.rb: removed unnecessary shbang lines.nobu2009-03-0619-34/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-06268-3565/+3565
* * lib/tmpdir.rb (Dir.tmpdir): not use USERPROFILE, and ignoresnobu2009-03-051-4/+3
* * lib/thread.rb (SizedQueue#push): fix limit condition.mame2009-03-041-1/+1