summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-11-03* test/rss/*.rb: removed tab width configuration headers.kou
2004-11-01* eval.c (proc_invoke): nail down dyna_var node when Proc objectmatz
2004-11-01* lib/rss/maker/base.rb: changed xml-stylesheet's API of RSS Makerkou
2004-11-01* lib/rss/maker.rb: added entry point of RSS Maker.kou
2004-10-31* lib/rss/maker/*.rb: added RSS Maker.kou
2004-10-29* CR stripped.nobu
2004-10-29* eval.c (ruby_cleanup): ruby_finalize_1 may cause exception,matz
2004-10-27* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz
2004-10-26Restore correct :nodoc: behavior with nested classesdave
2004-10-23* ext/zlib/zlib.c (zstream_append_input): clear klass for z->inputmatz
2004-10-22* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#meta_vars):gotoyuzo
2004-10-21* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):gotoyuzo
2004-10-20* parse.y (lex_getline): should update ruby_debug_lines.matz
2004-10-19* array.c (rb_ary_times): Array#* should return an instance ofmatz
2004-10-19RDoc can now deal with "attr" used as a variabledave
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-10-17* lib/webrick/httprequest.rb (WEBrick::HTTPRequest#initialize):gotoyuzo
2004-10-16* lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.kou
2004-10-16* lib/rss/: untabified.kou
2004-10-16* lib/rss: supported prety print.kou
2004-10-16* lib/mkmf.rb (create_makefile): install-rb is needed for staticallynobu
2004-10-14* added link to Tutorial.kou
2004-10-12* lib/webrick/config.rb:gotoyuzo
2004-10-10Support "require" as variable name in RDocdave
2004-10-09* lib/rss/converter.rb: changed to try to use Iconv for defaultkou
2004-10-08* lib/fileutils.rb (fu_traverse): return value of Dir.entries is reliable. (p...aamine
2004-10-06* io.c (rb_io_mode_flags): preserve append mode flag.matz
2004-10-05* io.c (rb_fopen): mode string copy at the lowest level.matz
2004-10-03* lib/net/imap.rb (TEXT_REGEXP): allow 8-bit characters for the germanshugo
2004-09-25synchronized with date2 3.6.1tadf
2004-09-21* enum.c (enum_sort_by): do not use qsort directly. usematz
2004-09-17* array.c (rb_ary_delete): element comparison might change arraymatz
2004-09-16* lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USERgotoyuzo
2004-09-14Add simple formatter to ridave
2004-09-11Fix up cross-file class mergingdave
2004-09-10* lib/fileutils.rb (mkdir_p): should pass mode argument to Dir.mkdir. [ruby-d...aamine
2004-09-09James Buck's patch for call-seqdave
2004-09-09Allow spaces around parameter to define_method_underdave
2004-08-30ri now merges the documentation if it finds the same class in multiple placesdave
2004-08-28* bignum.c (rb_big_and): protect parameters from GC.matz
2004-08-25Minor fix to error messagedave
2004-08-24* lib/cgi/session.rb (CGI::Session::FileStore#initialize): do notshugo
2004-08-24* lib/cgi/session.rb (CGI::Session::FileStore#initialize): untaintshugo
2004-08-23* lib/resolv.rb (Config.default_config_hash): when multiple domainsusa
2004-08-21* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_connect):gotoyuzo
2004-08-20* ext/tcltklib/extconf.rb (find_tcl, find_tk): find stub library.nobu
2004-08-18* lib/yaml/rubytypes.rb: whoops. bad require for 'yaml/compat'. sorry.why
2004-08-18* lib/yaml/baseemitter.rb: folding now handles double-quoted strings,why
2004-08-18* lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, sel...aamine
2004-08-16Get RDoc::usage playing better with OptionParserdave