| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Don't call private fail anymore. | drbrain | 2007-12-18 | 1 | -4/+4 |
* | * lib/ping.rb, lib/readbytes.rb: removed | matz | 2007-12-17 | 3 | -108/+0 |
* | * lib/Env.rb, lib/base64.rb, lib/importenv.rb, lib/eregex.rb: removed. | matz | 2007-12-17 | 5 | -228/+0 |
* | * lib/mkmf.rb (depend_rules): inserts ruby to only headers. | nobu | 2007-12-17 | 1 | -1/+1 |
* | * common.mk (encs): added dependencies. | nobu | 2007-12-17 | 1 | -38/+36 |
* | * common.mk (encs): new target to compile external encodings. | nobu | 2007-12-17 | 1 | -52/+65 |
* | * lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line or | gotoyuzo | 2007-12-17 | 2 | -7/+10 |
* | * lib/timeout.rb: join the background thread to make sure it is dead. | akr | 2007-12-15 | 1 | -1/+4 |
* | * lib/e2mmap.rb (Exception2MessageMapper::E2MM.Raise): $! no | matz | 2007-12-15 | 1 | -25/+4 |
* | * lib/rdoc/options.rb (Options::parse): do not access $KCODE any | matz | 2007-12-14 | 3 | -20/+3 |
* | * lib/mkmf.rb (try_var): should fail for functions. | nobu | 2007-12-14 | 1 | -1/+1 |
* | * io.c (rb_io_getc): use default external encoding if fptr->enc is | matz | 2007-12-12 | 2 | -2/+2 |
* | * lib/net/http.rb (Net::HTTP::get): now supports gzip | matz | 2007-12-10 | 1 | -3/+51 |
* | * lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAME | matz | 2007-12-10 | 1 | -1/+1 |
* | * eval.c (rb_f_public_send): rename invoke_method to public_send. | matz | 2007-12-10 | 1 | -2/+2 |
* | * re.c (rb_reg_names): new method Regexp#names. | akr | 2007-12-09 | 1 | -2/+16 |
* | * lib/cgi.rb (read_multipart): exclude blanks from header values. | nobu | 2007-12-09 | 1 | -5/+5 |
* | * lib/pp.rb: use Hash for recursion check as inspect. | akr | 2007-12-07 | 1 | -6/+6 |
* | * 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 |