aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/net/pop.rb: def m( arg ) -> def m(arg).aamine2004-03-281-44/+43
* * lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk...aamine2004-03-281-2/+2
* * lib/net/pop.rb: revert to rev1.63. 1.64 wrongly contains POPS code.aamine2004-03-281-26/+6
* * lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk...aamine2004-03-281-6/+26
* * (lib/open-uri.rb): permit extra semicolon in content-type field.akr2004-03-271-2/+3
* * (lib/pp.rb, lib/prettyprint.rb): define seplist in PP::PPMethodsakr2004-03-272-39/+46
* * lib/logger.rb: trim tail space of each line. no user visible change.nahi2004-03-262-12/+12
* Missing trailing "$"dave2004-03-251-1/+1
* Add --version option to ridave2004-03-251-2/+16
* Add the --list-names optiondave2004-03-246-8/+70
* Must now use "::" to separate nested classes. This fixes bug where "ri Kernel...dave2004-03-241-0/+1
* Get --one-page working with C codedave2004-03-241-1/+7
* Move "y" documentation to correct placedave2004-03-241-15/+16
* * lib/uri.rb: Documented (thanks Dmitry V. Sabanin).gsinclair2004-03-248-985/+968
* * lib/mkmf.rb ($ruby, $topdir, $hdrdir): should not be affected bynobu2004-03-241-7/+13
* * lib/tempfile.rb: fixed a stupid bug. [ruby-talk:95680]matz2004-03-241-2/+1
* Don't be as eager to invent classes to documentdave2004-03-242-4/+7
* Allow templates to be specified outside the RDoc treedave2004-03-241-3/+7
* * lib/tempfile.rb (Tempfile::_close): should not clear @tmpnamematz2004-03-241-4/+7
* * object.c (rb_mod_cvar_get): new method Module#class_variable_get.matz2004-03-231-1/+2
* * 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