aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr2007-12-212-2/+2
* * lib/net/http.rb (Net::HTTP#connect): usegotoyuzo2007-12-202-48/+16
* * lib/net/imap.rb (initialize): the second argument is an optionko12007-12-201-21/+74
* Import RubyGems 1.0.0, r1575drbrain2007-12-2025-462/+427
* * compile.c (iseq_compile_each): remove "retry" in block.ko12007-12-191-2/+0
* * lib/webrick/server.rb (WEBrick::GenericServer#accept_client): gotoyuzo2007-12-182-4/+7
* * lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb,gotoyuzo2007-12-184-7/+4
* Don't call private fail anymore.drbrain2007-12-181-4/+4
* * lib/ping.rb, lib/readbytes.rb: removedmatz2007-12-173-108/+0
* * lib/Env.rb, lib/base64.rb, lib/importenv.rb, lib/eregex.rb: removed.matz2007-12-175-228/+0
* * lib/mkmf.rb (depend_rules): inserts ruby to only headers.nobu2007-12-171-1/+1
* * common.mk (encs): added dependencies.nobu2007-12-171-38/+36
* * common.mk (encs): new target to compile external encodings.nobu2007-12-171-52/+65
* * lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line orgotoyuzo2007-12-172-7/+10
* * lib/timeout.rb: join the background thread to make sure it is dead.akr2007-12-151-1/+4
* * lib/e2mmap.rb (Exception2MessageMapper::E2MM.Raise): $! nomatz2007-12-151-25/+4
* * lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz2007-12-143-20/+3
* * lib/mkmf.rb (try_var): should fail for functions.nobu2007-12-141-1/+1
* * io.c (rb_io_getc): use default external encoding if fptr->enc ismatz2007-12-122-2/+2
* * lib/net/http.rb (Net::HTTP::get): now supports gzipmatz2007-12-101-3/+51
* * lib/uri/common.rb (URI::REGEXP::PATTERN): typo in REG_NAMEmatz2007-12-101-1/+1
* * eval.c (rb_f_public_send): rename invoke_method to public_send.matz2007-12-101-2/+2
* * re.c (rb_reg_names): new method Regexp#names.akr2007-12-091-2/+16
* * lib/cgi.rb (read_multipart): exclude blanks from header values.nobu2007-12-091-5/+5
* * lib/pp.rb: use Hash for recursion check as inspect.akr2007-12-071-6/+6
* * lib/json.rb, lib/json/*: moved to ext/json/lib.naruse2007-12-0419-4681/+0
* * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.1 -> 0.2.2.kou2007-12-024-7/+9
* * lib/xmlrpc/server.rb (XMLRPC::Server#server): Improve signal handling sojeg22007-12-011-3/+3
* lib/README: remove jcode.rbmatz2007-12-011-1/+0
* a reaction to recent time's changes.tadf2007-12-011-4/+4
* lib/jcode.rb: removedmatz2007-11-301-231/+0
* * lib/json.rb, lib/json/add/{core.rb, rails.rb},naruse2007-11-303-12/+192
* * ext/json, lib/json, test/json: Update to JSON 1.1.2.naruse2007-11-284-49/+132
* * ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS tonobu2007-11-281-3/+8
* lib/finalizer.rb: removedmatz2007-11-271-193/+0
* * lib/drb/extserv.rb (initialize, stop_service): synchronize withseki2007-11-261-6/+13
* * lib/complex.rb: be able to create Complex(0, -0.0). [ruby-list:44268]keiju2007-11-261-0/+3
* Import fast-loading gem_prelude.rb from RubyGems.drbrain2007-11-254-15/+53
* Update to RubyGems 0.9.5drbrain2007-11-209-42/+109
* merged from ruby_1_8 branch.seki2007-11-197-60/+69
* fix Time.parse to support nsec.akr2007-11-191-1/+6
* * configure.in: check struct timespec, clock_gettime, utimensat,akr2007-11-191-3/+3
* * lib/mkmf.rb (String#tr_cpp): make preprocessor identifiers.nobu2007-11-181-7/+10
* * lib/mkmf.rb (have_struct_member): define HAVE_type_member.akr2007-11-171-4/+7
* * include/ruby/ruby.h: added some declarations for event hooks.shugo2007-11-161-0/+4
* * lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv.nobu2007-11-161-1/+1
* * ext/syck/rubyext.c: Node#value defined twice.why2007-11-152-3/+1
* * lib/yaml/types.rb: Likewise, pass self to YAML::quick_emit.why2007-11-151-3/+3
* * lib/yaml.rb (quick_emit): use combination of object_id and hash towhy2007-11-152-9/+13
* * lib/cgi/session.rb (CGI::Session::FileStore::restore): usematz2007-11-151-4/+12