summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2005-01-19* lib/ipaddr.rb (test_s_new): typo.usa
2005-01-19* lib/ipaddr.rb (to_s, test_to_s): too many colons with some cases.usa
2005-01-18* lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf): ignoreakr
2005-01-16* ext/readline/readline.c: suppress warnings.nobu
2005-01-16* lib/uri/common.rb (PORT): typo fix. fiex: [ruby-core:04256]eban
2005-01-15* lib/rss/rss.rb (RSS::VERSION): 0.1.2 -> 0.1.3.kou
2005-01-10* lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): shouldgotoyuzo
2005-01-07* lib/yaml.rb: Kernel#y requires an argument.why
2005-01-07* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo
2005-01-06* lib/time.rb: recognize +00:00 and GMT as a localtime.akr
2005-01-05Allow for colons in DOS file namesdave
2005-01-02* missed in last commit.gotoyuzo
2005-01-02* lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):gotoyuzo
2005-01-02add lazy stop_serviceseki
2005-01-01update copyright yearaamine
2005-01-01* lib/net/http.rb (each_capitalized): should join header field value. This p...aamine
2005-01-01* lib/fileutils.rb (copy_stream): use read/write instead of sysread/syswrite,...aamine
2004-12-31Fix problem in ri formatting if heading contains markupdave
2004-12-29Update kilmer template to use sectionsdave
2004-12-28* lib/net/telnet.rb (preprocess): remove NULL unless binmode.usa
2004-12-27* lib/fileutils.rb (mv): should raise error when moving a directory to the (e...aamine
2004-12-26* lib/net/imap.rb (Net::IMAP::PlainAuthenticator): added a new classshugo
2004-12-21* lib/xmlrpc/client.rb: use "" instead of "." if prefix argument ismneumann
2004-12-21 * lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup.nahi
2004-12-20 * added files:nahi
2004-12-20* lib/net/https.rb: delete descriptions about key_file and cert_file.gotoyuzo
2004-12-19* lib/cgi/session.rb (CGI::Session#initialize): empty session id wasnobu
2004-12-19* lib/rexml/encodings/SHIFT_JIS.rb: fixed LoadError bug. [ruby-core:3958]kou
2004-12-19* lib/test/unit.rb: use standalone runner for -e.nobu
2004-12-18 * lib/webrick/httpauth.rb,nahi
2004-12-17* lib/cgi/session.rb (CGI::Session#initialize): control addingnobu
2004-12-16* lib/mkmf.rb (create_makefile): create RUBYARCHDIR also when no extensionnobu
2004-12-15* lib/net/http.rb: remove junk.aamine
2004-12-15* ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]matz
2004-12-15changed default binded address family to use an available address family of h...seki
2004-12-15* lib/webrick/server.rb (WEBrick::GenericServer#start_thread):gotoyuzo
2004-12-15* lib/set.rb (Set#==): [ruby-dev:25206]matz
2004-12-13Merged in the changes from BSD bug report. shift-jis is now shift_jis, inser
2004-12-12* lib/pathname.rb (cleanpath_aggressive): make it private.akr
2004-12-12Don't show r/w accessot flags if none were specified for custom attributesdave
2004-12-12Never exclude files given on command linedave
2004-12-11add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]seki
2004-12-09* lib/webrick/cgi.rb (WEBrick::CGI#setup_header): avoidgotoyuzo
2004-12-08Fix CSS typo that meant h2 headings were invisibledave
2004-12-08* process.c (rb_spawn): support for DJGPP.eban
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-12-05* lib/optparse.rb (OptionParser::Completion#complete): new parameternobu
2004-12-04* lib/fileutils.rb: (In previous commit) new method chown.aamine
2004-12-04* lib/fileutils.rb (mkdir, mkdir_p): should chmod explicitly. [ruby-core:03881]aamine
2004-12-04* lib/rss/rss.rb: removed empty lines from output.kou