summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2004-12-04* lib/rss/rss.rb (RSS::VERSION): 0.1.1 -> 0.1.2kou
2004-12-04Ignore leading and trailing lines in :section: blocksdave
2004-12-03* eval.c (proc_invoke): prepare to pass a block from "call" methodmatz
2004-12-02* io.c (rb_file_initialize): [ruby-dev:25032]matz
2004-11-29* io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992]matz
2004-11-29* object.c (convert_type): [ruby-core:03845]matz
2004-11-28* lib/rss/rss.rb (RSS::Element#tag): not use block_given? forkou
2004-11-28* lib/rss/rss.rb (RSS::NotSetError): added.kou
2004-11-27* lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: addedkou
2004-11-27* lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now,kou
2004-11-26Fix problem with :section: and new 1.9dave
2004-11-25* io.c (io_read): move StringValue() check before GetOpenFile().matz
2004-11-25* lib/thwait.rb (ThreadsWait#join_nowait): abnormally terminatednobu
2004-11-22Don't include 'require's with variable argumentsdave