Age | Commit message (Expand) | Author |
2016-07-20 | Fix commit miss | kazu |
2016-07-20 | fix typos | kazu |
2016-07-19 | * lib/unicode_normalize/tables.rb: Remove | duerst |
2016-07-12 | math.c: Complex sqrt | nobu |
2016-07-11 | * configure.in, lib/mkmf.rb, win32/Makefile.sub (CSRCFLAG): make the | usa |
2016-07-09 | * tool/mkconfig.rb: use true instead of TRUE. | shugo |
2016-07-06 | Local header dependencies | nobu |
2016-07-06 | * lib/net/http/generic_rquest.rb (write_header): A Request-Line must | shugo |
2016-07-05 | * lib/net/ftp.rb (putline): raise an ArgumentError when | shugo |
2016-07-02 | * lib/uri/mailto.rb (initialize): RFC3986_Parser#split sets opaque | naruse |
2016-06-28 | Octal mode in un.rb | nobu |
2016-06-28 | PStore::CHECKSUM_ALGO | nobu |
2016-06-28 | Tue Jun 28 22:09:09 2017 Akio Tajima <[email protected]> | arton |
2016-06-28 | Octal mode | nobu |
2016-06-28 | Cache no proxy case | nobu |
2016-06-28 | Use conditional operator | nobu |
2016-06-27 | FileUtils#install: symbolic mode | nobu |
2016-06-27 | FileUtils#install: owner/group options | nobu |
2016-06-27 | Refactor | nobu |
2016-06-24 | * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: | hsbt |
2016-06-21 | Multiple values X-Forwarded-Proto in webrick | nobu |
2016-06-18 | * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems | hsbt |
2016-06-11 | * lib/forwardable.rb (_delegator_method): get rid of a warning which | usa |
2016-06-11 | Remove dead link [ci skip] | nobu |
2016-06-11 | forwardable.rb: optimize awy __send__ | nobu |
2016-06-11 | forwardable.rb: backtrace | nobu |
2016-06-10 | forwardable.rb: nodoc _delegator_method [ci skip] | nobu |
2016-06-10 | forwardable.rb: fix for non-module objects | nobu |
2016-06-08 | * lib/net/smtp.rb (getok, get_response): raise an ArgumentError when | shugo |
2016-06-05 | optparse.rb: fix quote [ci skip] | nobu |
2016-06-03 | mkmf.rb: sort lists of source and object files | nobu |
2016-05-31 | optparse.rb: fix char class option | nobu |
2016-05-31 | optparse.rb: no duplicate strings | nobu |
2016-05-28 | * lib/cgi/util.rb: added to missing quote. | hsbt |
2016-05-22 | * remove trailing spaces. | svn |
2016-05-22 | use finalizer trick instead of thread. | seki |
2016-05-21 | ipaddr: fix typo [ci skip] | nobu |
2016-05-17 | Use Integer instead of Fixnum and Bignum. | akr |
2016-05-17 | [Feature #12005] Unify Fixnum and Bignum into Integer | akr |
2016-05-16 | * lib/xmlrpc.rb, lib/xmlrpc/*, test/xmlrpc: XMLRPC is bundled gem | hsbt |
2016-05-15 | don't use keeper thread. [Bug #12342] | seki |
2016-05-14 | lib/mkmf.rb: use xsystem to pkg-config --exists | nobu |
2016-05-11 | mkmf.rb: fix conflict in have_library | nobu |
2016-05-10 | random.c: use bytes | nobu |
2016-05-07 | * lib/webrick/ssl.rb: Accept string value for SSLCertName. It is used | hsbt |
2016-05-04 | * lib/net/http/header.rb: [DOC] add documentation that | ktsj |
2016-05-04 | * lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name, | ktsj |
2016-05-04 | * lib/set.rb: [DOC] add documentation that Set#{delete_if,keep_if,collect!,re... | ktsj |
2016-05-04 | * lib/set.rb (Set#{delete_if,keep_if,collect!,reject!,select!,classify,divide}, | ktsj |
2016-04-30 | Define Integer#/ instead of Bignum#/. | akr |