aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu2004-03-231-3/+4
* * lib/webrick/httpserver.rb (WEBrick::HTTPServer#virtual_host):gotoyuzo2004-03-211-2/+9
* * lib/shell/*: bug fix for Shell#system(command_line_string).keiju2004-03-213-9/+16
* * lib/rss/{rss,dublincore,syndication}.rb: handled W3CDTF correctly.kou2004-03-213-4/+38
* * test/rss/test_xml-stylesheet.rb: added tests for xml-stylesheet.kou2004-03-2110-84/+200
* * eval.c (rb_require_safe): preserve old ruby_errinfo.matz2004-03-201-1/+1
* Force RDoc html background to whitedave2004-03-201-0/+1
* synchronized with date2 3.6.tadf2004-03-202-12/+36
* * lib/mkmf.rb ($beos, $solaris): add OS flags.usa2004-03-191-3/+6
* * eval.c (proc_eq): avoid false positive by using scope andmatz2004-03-182-2/+2
* * mkconfig.rb: no longer embed srcdir and compile_dir intonobu2004-03-181-8/+8
* stop undef DRbObject#to_aseki2004-03-181-1/+1
* * eval.c: remove specialized version of rb_Array(). use simplematz2004-03-181-2/+2
* * 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