aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * configure.in (rb_cv_noreturn): default for platforms not supportnobu2004-03-121-1/+8
* * lib/webrick/config.rb (WEBrick::Config::General): addgotoyuzo2004-03-112-0/+4
* * lib/fileutils.rb (remove_dir): should handle symlink correctly. This patch...aamine2004-03-101-1/+3
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-102-8/+8
* * lib/net/http.rb: HTTPHeader did not initialized correctly.aamine2004-03-081-13/+14
* * lib/net/http.rb (add_header): remove warning. [ruby-dev:23170]aamine2004-03-081-1/+1
* * lib/uri/common.rb (URI::REGEXP::PATTERN::HOSTPORT): (?:#{PORT})akira2004-03-081-1/+1
* * lib/webrick/config.rb (WEBrick::Config::HTTP): rename :RequestHandergotoyuzo2004-03-073-11/+17
* * lib/pstore.rb (commit_new): use FileUtils.copy_stream for Cygwin.eban2004-03-071-6/+8
* * lib/net/http.rb: HTTPHeader keeps its header fields as an array.aamine2004-03-061-43/+136
* * lib/net/http.rb: new method Net::HTTPRequest#body(=).aamine2004-03-061-19/+70
* * lib/net/http.rb: spin off https code again.aamine2004-03-065-226/+350
* * lib/net/protocol.rb: remove method: InternetMessageIO#address, port, ip_add...aamine2004-03-061-120/+74
* refixed the previous fix in IO#block_scanfdblack2004-03-061-1/+2
* Fixed a logic glitch in IO#block_scanfdblack2004-03-061-1/+2
* * lib/net/http.rb: net/https is merged.aamine2004-03-051-5/+90
* * lib/net/http.rb: support WebDAV methods, PROPPATCH, LOCK, UNLOCK, OPTIONS, ...aamine2004-03-051-0/+108
* * lib/net/http.rb: Net::HTTPResponse#response is obsolete. [ruby-core:02592]aamine2004-03-051-2/+10
* * lib/net/http.rb (HTTPResponse#to_ary): should return an object which does n...aamine2004-03-051-1/+5
* Move RDoc comments for Test::Unitdave2004-03-041-259/+258
* * lib/drb/extservm.rb (DRb::ExtServManager#invoke_service_command):nobu2004-03-041-1/+2
* * ext/syck/rubyext.c: get rid of warnings.nobu2004-03-032-3/+3
* * lib/rdoc/ri/ri_display.rb (DefaultDisplay::page): wait until thenobu2004-03-031-18/+7
* * lib/rdoc/ri/ri_display.rb (DefaultDisplay::setup_pager): ensurenobu2004-03-031-9/+8
* * lib/mkmf.rb ($topdir): use compile_dir only when not installed yet.nobu2004-03-031-9/+4
* * lib/rss/converter.rb: handled Uconv::Error.kou2004-03-023-45/+36
* * soak_up_spaces only ungetc's non-space last characterdblack2004-03-021-3/+7
* * io.c (pipe_open): erred program name should be reported bynobu2004-03-024-24/+15
* Fixed Kernel#scanf to propagate code blockdblack2004-03-011-2/+2
* Partial fix so STDIN#scanf works with new STDIN#pos behaviordblack2004-03-011-6/+6
* Allow aliases to have parenthesesdave2004-03-011-0/+4
* Handle :nodoc: om singleton classesdave2004-02-291-12/+8
* * MANIFEST: add test_erb.rbseki2004-02-281-1/+1
* require drb/eq.rb by defaultseki2004-02-261-0/+1
* Doug Kearns's doc. patchdave2004-02-262-0/+2
* * lib/cgi-lib.rb, lib/getopts.rb, lib/importenv.rb, lib/parsearg.rb:nobu2004-02-254-4/+4
* Improve heuristic for which files to include. See ChangeLogdave2004-02-241-4/+12
* Deal with case where first file processed contains a :stopdoc:dave2004-02-241-1/+14
* Handle class vars in code listingsdave2004-02-231-2/+4
* Handle aliases in C filesdave2004-02-231-0/+14
* Check opdir _before_ parsing filesdave2004-02-231-4/+5
* Fix constant value extraction. Escape HTML in constant valuesdave2004-02-232-3/+11
* * lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.nobu2004-02-221-1/+1
* * lib/uri/mailto.rb (URI::MailTo::to_s): should include fragment.akira2004-02-221-0/+9
* * lib/ostruct.rb (OpenStruct#initialize_copy): should not sharenobu2004-02-201-0/+6
* * lib/irb/init.rb (IRB::IRB.parse_opts): add -I option tomatz2004-02-203-0/+5
* Support visibility modifiers for attributesdave2004-02-192-7/+27
* * lib/ostruct.rb: documentedgsinclair2004-02-191-11/+54
* * lib/soap/mapping/rubytypeFactory.rb: should not dump singleton class.nahi2004-02-191-2/+2
* Fix typos (Doug Kearns)dave2004-02-193-3/+29