| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/json.rb, lib/json/*: moved to ext/json/lib. | naruse | 2007-12-04 | 19 | -4681/+0 |
* | * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.1 -> 0.2.2. | kou | 2007-12-02 | 4 | -7/+9 |
* | * lib/xmlrpc/server.rb (XMLRPC::Server#server): Improve signal handling so | jeg2 | 2007-12-01 | 1 | -3/+3 |
* | lib/README: remove jcode.rb | matz | 2007-12-01 | 1 | -1/+0 |
* | a reaction to recent time's changes. | tadf | 2007-12-01 | 1 | -4/+4 |
* | lib/jcode.rb: removed | matz | 2007-11-30 | 1 | -231/+0 |
* | * lib/json.rb, lib/json/add/{core.rb, rails.rb}, | naruse | 2007-11-30 | 3 | -12/+192 |
* | * ext/json, lib/json, test/json: Update to JSON 1.1.2. | naruse | 2007-11-28 | 4 | -49/+132 |
* | * ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS to | nobu | 2007-11-28 | 1 | -3/+8 |
* | lib/finalizer.rb: removed | matz | 2007-11-27 | 1 | -193/+0 |
* | * lib/drb/extserv.rb (initialize, stop_service): synchronize with | seki | 2007-11-26 | 1 | -6/+13 |
* | * lib/complex.rb: be able to create Complex(0, -0.0). [ruby-list:44268] | keiju | 2007-11-26 | 1 | -0/+3 |
* | Import fast-loading gem_prelude.rb from RubyGems. | drbrain | 2007-11-25 | 4 | -15/+53 |
* | Update to RubyGems 0.9.5 | drbrain | 2007-11-20 | 9 | -42/+109 |
* | merged from ruby_1_8 branch. | seki | 2007-11-19 | 7 | -60/+69 |
* | fix Time.parse to support nsec. | akr | 2007-11-19 | 1 | -1/+6 |
* | * configure.in: check struct timespec, clock_gettime, utimensat, | akr | 2007-11-19 | 1 | -3/+3 |
* | * lib/mkmf.rb (String#tr_cpp): make preprocessor identifiers. | nobu | 2007-11-18 | 1 | -7/+10 |
* | * lib/mkmf.rb (have_struct_member): define HAVE_type_member. | akr | 2007-11-17 | 1 | -4/+7 |
* | * include/ruby/ruby.h: added some declarations for event hooks. | shugo | 2007-11-16 | 1 | -0/+4 |
* | * lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv. | nobu | 2007-11-16 | 1 | -1/+1 |
* | * ext/syck/rubyext.c: Node#value defined twice. | why | 2007-11-15 | 2 | -3/+1 |
* | * lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit. | why | 2007-11-15 | 1 | -3/+3 |
* | * lib/yaml.rb (quick_emit): use combination of object_id and hash to | why | 2007-11-15 | 2 | -9/+13 |
* | * lib/cgi/session.rb (CGI::Session::FileStore::restore): use | matz | 2007-11-15 | 1 | -4/+12 |
* | * lib/mkmf.rb (create_makefile): rdoc about srcprefix. a patch from | nobu | 2007-11-12 | 1 | -0/+31 |
* | refine doc. | akr | 2007-11-11 | 1 | -1/+1 |
* | * {lib,test}/rubygems: set property. | nobu | 2007-11-10 | 1 | -183/+183 |
* | Import RubyGems trunk revision 1493. | drbrain | 2007-11-10 | 81 | -0/+12239 |
* | Don't override Enumerable#inject for 1.9 | drbrain | 2007-11-10 | 1 | -1/+1 |
* | * lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x for | matz | 2007-11-06 | 1 | -2/+2 |
* | * eval.c (rb_f_send): allow send/__send__ to call methods of all | matz | 2007-11-04 | 7 | -27/+27 |
* | * lib/optparse.rb (OptionParser::Switch::summarize): fix for long form | nobu | 2007-11-04 | 1 | -1/+1 |
* | * parse.y (call_args): remove "parenthesize argument(s) for future | matz | 2007-11-04 | 1 | -7/+7 |
* | * lib/net/http.rb (HTTPHeader#initialize): provide default User-Agent to fix ... | aamine | 2007-11-04 | 1 | -0/+1 |
* | Fixes ticket:110 (more UTF-16 problems) | ser | 2007-11-04 | 4 | -6/+18 |
* | * configure.in: --with-vendor-hdrdir implemented. | akr | 2007-11-03 | 1 | -0/+15 |
* | * lib/rss/content.rb, lib/rss/content/, lib/rss/maker/content.rb, | kou | 2007-11-02 | 5 | -16/+32 |
* | * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1. | kou | 2007-11-02 | 1 | -1/+1 |
* | * error.c (Init_Exception): make NameError to be subclass of | matz | 2007-11-02 | 1 | -7/+7 |
* | * lib/open-uri.rb: :redirect option implemented to disable redirects. | akr | 2007-10-28 | 1 | -0/+24 |
* | * lib/net/telnet.rb (Net::Telnet#login): Allowing "passphrase" in | jeg2 | 2007-10-25 | 1 | -1/+1 |
* | * lib/net/telnet.rb (Net::Telnet#login): Making the password prompt | jeg2 | 2007-10-25 | 1 | -1/+1 |
* | * lib/net/pop.rb (Net::POP3::do_start): type fixed. a patch from | matz | 2007-10-25 | 1 | -1/+1 |
* | * lib/uri.rb, lib/uri/ldaps.rb: added LDAPS | akira | 2007-10-25 | 2 | -0/+13 |
* | * lib/xmlrpc/parser.rb (XMLRPC::Convert::dateTime): Fixing a bug that | jeg2 | 2007-10-24 | 1 | -2/+2 |
* | * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Explicitly start | jeg2 | 2007-10-24 | 1 | -0/+3 |
* | * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): Improving the error | jeg2 | 2007-10-24 | 1 | -2/+2 |
* | * lib/xmlrpc/utils.rb (XMLRPC::ParseContentType#parse_content_type): | jeg2 | 2007-10-24 | 1 | -1/+1 |
* | doc. wording fix. | akr | 2007-10-24 | 1 | -1/+1 |