aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * ext/win32ole/win32ole_variant.c: fix typo "indicies".glass2015-05-101-16/+16
* * lib/net/imap.rb (body_ext_mpart): should work even if body-fld-dspshugo2015-05-081-1/+7
* stdlib: use IO#wait_*able instead of IO.select when possiblenormal2015-05-063-3/+10
* * lib/yaml.rb: fix typo. [ci skip][fix GH-890]hsbt2015-05-031-1/+1
* cookie.rb: trailing commanobu2015-04-291-5/+5
* * lib/delegate.rb: fix a typo.hsbt2015-04-231-1/+1
* * lib/net/imap.rb (move, uid_move): support the MOVE command definedshugo2015-04-221-0/+14
* * lib/mkmf.rb (MakeMakefile#configuration): DESTDIR should never affectusa2015-04-201-1/+1
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* lib/net/*: use io/wait methods instead of IO.selectnormal2015-04-152-3/+4
* ostruct.rb: match Symbol itselfnobu2015-04-141-2/+1
* * ext/json/json.gemspec, lib/rdoc/rdoc.gemspec: added gemspec directly.hsbt2015-04-121-0/+7
* * ext/json/*, test/json/*: Reverted r50231. Because it's not works withhsbt2015-04-123-21/+4
* * lib/rubygems/test_case.rb: use explicitly exception class and revertedhsbt2015-04-121-1/+7
* * lib/rubygems/test_case.rb: fixed json load error for rubygems tests.hsbt2015-04-121-6/+4
* mkmf.rb: fix VC failuresnobu2015-04-111-2/+3
* * ext/json/*, test/json/*, defs/default_gems: Gemify JSON library.hsbt2015-04-113-3/+16
* mkmf.rb: fix syntax errorsnobu2015-04-111-3/+3
* mkmf.rb: methods to append flagsnobu2015-04-111-0/+30
* * lib/rdoc/text.rb: removed duplicated code.hsbt2015-04-101-3/+0
* lib/net/protocol.rb (rbuf_fill): avoid exception with read_nonblocknormal2015-04-101-15/+13
* mkmf.rb: werror of try_cppflagsnobu2015-04-101-2/+2
* mkmf.rb: fix werror optionnobu2015-04-101-5/+5
* ext/date: reject unknown compiler optionnobu2015-04-101-2/+2
* ignore rake load errornobu2015-04-091-1/+4
* * lib/rake/*: Gemify rake [fix GH-862][Feature #11025]hsbt2015-04-0459-4951/+0
* * lib/net/http.rb (edit_path): use path which is absolute ftp urlnaruse2015-04-031-2/+6
* fileutils.rb: fix error messagenobu2015-04-011-1/+1
* test_case.rb: $make before $MAKEnobu2015-03-301-2/+2
* test_case.rb: use $MAKEnobu2015-03-291-2/+2
* json_index.rb: check zlibnobu2015-03-231-1/+6
* * lib/webrick/server.rb: Fix regression bug in WEBrick'shsbt2015-03-161-1/+3
* fix env leaksnobu2015-03-121-0/+6
* normalize.rb: remove redundant hashnobu2015-03-111-10/+2
* * lib/webrick/server.rb: Invoke setup_shutdown_pipe in start methodakr2015-03-101-1/+3
* * lib/matrix.rb: Add Vector#round. Patch by Jordan Stephens.marcandre2015-03-051-0/+8
* remove GEM directories at exitnobu2015-03-051-2/+5
* * lib/time.rb (strptime): Support %s.%N.akr2015-03-011-1/+7
* * lib/rubygems: Update to RubyGems 2.4.6 and HEAD(800f2e6).hsbt2015-02-2711-125/+144
* * lib/rake: Update to rake (9237e74), typo fix and remove needlesshsbt2015-02-273-5/+2
* * lib/cmath.rb (log): raise ArgumentError when more than 2 argumentsgogotanaka2015-02-241-13/+4
* * lib/uri: [doc] Update common.rb [ci-skip] [fixes GH-838]marcandre2015-02-241-1/+1
* * lib/matrix.rb: [Doc] Fix Vector multiplication documentation [ci-skip]marcandre2015-02-221-1/+1
* resolv.rb: fix equalitynobu2015-02-171-3/+3
* * hash.c: Added docs to explain that #include? and #member? do nothsbt2015-02-171-0/+5
* random.c: rand_random_numbernobu2015-02-141-20/+27
* securerandom.rb: Random::Formatternobu2015-02-141-8/+12
* random.c: Random.raw_seednobu2015-02-141-76/+7
* * lib/base64.rb: make urlsafe mode user-friendly.mame2015-02-131-3/+18
* set: speed up Set#include?normal2015-02-111-2/+2