aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/telnet.rb: gemify net-telnet.hsbt2015-05-211-763/+0
* * lib/base64.rb: Fix rdoc-formatting for padding argument.mame2015-05-201-1/+1
* * lib/benchmark.rb: Update Benchmark documentation and formatting.hsbt2015-05-191-6/+19
* * lib/uri/rfc2396_parser.rb (initialize_pattern):naruse2015-05-191-1/+1
* * lib/monitor.rb (mon_try_enter, mon_enter): should reset @mon_countshugo2015-05-181-0/+2
* lib/webrick/utils.rb: simplify by avoiding fcntlnormal2015-05-171-9/+3
* lib/webrick/server.rb: avoid redundant fcntl callnormal2015-05-171-1/+0
* cookie.rb: revert part of r50496nobu2015-05-151-1/+2
* * lib/cgi/cookie.rb: Implement HttpOnly flag for cookies.xibbar2015-05-141-23/+39
* * 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