summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-03-28Documentation fixes and a patch to fix whitespace handling.ser
2004-03-28fix typo.akr
2004-03-28* lib/net/pop.rb: def m( arg ) -> def m(arg).aamine
2004-03-28* lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk...aamine
2004-03-28* lib/net/pop.rb: revert to rev1.63. 1.64 wrongly contains POPS code.aamine
2004-03-28* lib/net/pop.rb (auth): failed when account/password include "%". [ruby-talk...aamine
2004-03-27* (lib/open-uri.rb): permit extra semicolon in content-type field.akr
2004-03-27* (lib/pp.rb, lib/prettyprint.rb): define seplist in PP::PPMethodsakr
2004-03-26 * lib/logger.rb: trim tail space of each line. no user visible change.nahi
2004-03-25Missing trailing "$"dave
2004-03-25Add --version option to ridave
2004-03-24Add the --list-names optiondave
2004-03-24Must now use "::" to separate nested classes. This fixes bug where "ri Kernel...dave
2004-03-24Get --one-page working with C codedave
2004-03-24Move "y" documentation to correct placedave
2004-03-24 * lib/uri.rb: Documented (thanks Dmitry V. Sabanin).gsinclair
2004-03-24* lib/mkmf.rb ($ruby, $topdir, $hdrdir): should not be affected bynobu
2004-03-24* lib/tempfile.rb: fixed a stupid bug. [ruby-talk:95680]matz
2004-03-24Don't be as eager to invent classes to documentdave
2004-03-24Allow templates to be specified outside the RDoc treedave
2004-03-24* lib/tempfile.rb (Tempfile::_close): should not clear @tmpnamematz
2004-03-23* object.c (rb_mod_cvar_get): new method Module#class_variable_get.matz
2004-03-23* Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu
2004-03-21* lib/webrick/httpserver.rb (WEBrick::HTTPServer#virtual_host):gotoyuzo
2004-03-21* lib/shell/*: bug fix for Shell#system(command_line_string).keiju
2004-03-21* lib/rss/{rss,dublincore,syndication}.rb: handled W3CDTF correctly.kou
2004-03-21* test/rss/test_xml-stylesheet.rb: added tests for xml-stylesheet.kou
2004-03-20* eval.c (rb_require_safe): preserve old ruby_errinfo.matz
2004-03-20Force RDoc html background to whitedave
2004-03-20synchronized with date2 3.6.tadf
2004-03-19* lib/mkmf.rb ($beos, $solaris): add OS flags.usa
2004-03-18* eval.c (proc_eq): avoid false positive by using scope andmatz
2004-03-18* mkconfig.rb: no longer embed srcdir and compile_dir intonobu
2004-03-18stop undef DRbObject#to_aseki
2004-03-18* eval.c: remove specialized version of rb_Array(). use simplematz
2004-03-12* configure.in (rb_cv_noreturn): default for platforms not supportnobu
2004-03-11* lib/webrick/config.rb (WEBrick::Config::General): addgotoyuzo
2004-03-10* lib/fileutils.rb (remove_dir): should handle symlink correctly. This patch...aamine
2004-03-10* struct.c (rb_struct_s_def): Struct::new executes block withmatz
2004-03-08* lib/net/http.rb: HTTPHeader did not initialized correctly.aamine
2004-03-08* lib/net/http.rb (add_header): remove warning. [ruby-dev:23170]aamine
2004-03-08* lib/uri/common.rb (URI::REGEXP::PATTERN::HOSTPORT): (?:#{PORT})akira
2004-03-07* lib/webrick/config.rb (WEBrick::Config::HTTP): rename :RequestHandergotoyuzo
2004-03-07* lib/pstore.rb (commit_new): use FileUtils.copy_stream for Cygwin.eban
2004-03-06* lib/net/http.rb: HTTPHeader keeps its header fields as an array.aamine
2004-03-06* lib/net/http.rb: new method Net::HTTPRequest#body(=).aamine
2004-03-06* lib/net/http.rb: spin off https code again.aamine
2004-03-06* lib/net/protocol.rb: remove method: InternetMessageIO#address, port, ip_add...aamine
2004-03-06refixed the previous fix in IO#block_scanfdblack
2004-03-06Fixed a logic glitch in IO#block_scanfdblack