summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-08-07* lib/webrick/httputils.rb (FormData#list): should not takegotoyuzo
2003-08-06 * lib/test/unit/testcase.rb: Added equality checking.ntalbott
2003-08-06RD -> RDoc by William Webbergsinclair
2003-08-06* lib/mkmf.rb (have_library): treat nil function name as "main".nobu
2003-08-06* ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu
2003-08-05* lib/net/http.rb: update document.aamine
2003-08-05RDoc updated by William Webbergsinclair
2003-08-05RDoc comments provided by William Webber <wew@williamwebber.com>gsinclair
2003-08-05* lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):matz
2003-08-05* lib/fileutils.rb (install): should preserve timestamp only.eban
2003-08-05* lib/irb/ruby-lex.rb, lib/irb/ruby-token.rb: support %s-notation for irb.keiju
2003-08-05* lib/irb/ruby-lec.rb: support %W-notation.keiju
2003-08-04* lib/delegate.rb (marshal_dump, marshal_load: defined for Marshal.matz
2003-08-04* lib/test/unit/ui/console/testrunner.rb: Flushed io in thematz
2003-08-04* lib/net/imap.rb (receive_responses): raise exception toshugo
2003-08-04* lib/net/imap.rb: convert RD to RDoc.shugo
2003-08-03* lib/un.h (help): new. % ruby -run -e help cpeban
2003-08-02* numeric.c (flo_to_s): get rid of buffer overflow.matz
2003-08-02* lib/webrick/https.rb: change an option name.gotoyuzo
2003-08-02* lib/net/smtp.rb: respond_to? needs 2nd argument. [ruby-talk:77796]aamine
2003-08-02* lib/mkmf.rb (pkg_config): get configuration by pkg-config. [new]nobu
2003-08-02* lib/un.rb: add each descriptions for the -v option.eban
2003-08-01* class.c (rb_obj_singleton_methods): should not go up tomatz
2003-08-01* lib/yaml/store.rb (YAML::Store#initialize): filename is firstwhy
2003-08-01* lib/net/http.rb: refine document.aamine
2003-08-01* lib/net/http.rb: convert RD to RDoc. Thanks William Webber. [ruby-doc:456]aamine
2003-08-01* eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,matz
2003-07-31import erb-2.0.4b4seki
2003-07-31* numeric.c (rb_num_coerce_relop): export function.matz
2003-07-31add explicit trim modeseki
2003-07-30* lib/net/ftp.rb (return_code): obsolete.shugo
2003-07-30* lib/mkmf.rb (dir_config): allow multiple directories separatednobu
2003-07-30* lib/un.rb: add descriptions.eban
2003-07-30commit missnobu
2003-07-30* lib/net/ftp.rb (get): fix wrong argument name. Thanks to Williamshugo
2003-07-29* marshal.c (w_object): if object responds to 'marshal_dump',matz
2003-07-29import erb_2_0_4b2seki
2003-07-29Small documentation correction.gsinclair
2003-07-29* lib/net/smtp.rb (send0): do taint check only when $SAFE > 0aamine
2003-07-29* lib/fileutils.rb (install): support preserve timestamp.eban
2003-07-29* lib/net/smtp.rb: unify coding style.aamine
2003-07-29* lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz
2003-07-27* lib/set.rb: each() should return self.knu
2003-07-27* string.c (rb_str_chomp_bang): defer rb_str_modify() to actualmatz
2003-07-27* lib/debug.rb: fix breakpoint parameter parsing/checking.nahi
2003-07-27add UNIXFileOwner, UNIXFileGroupseki
2003-07-26* lib/tmpdir.rb: use GetWindowsDirectory, not GetSystemDirectory. [ruby-talk:...eban
2003-07-26* ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz
2003-07-26Added credit to PragProggsinclair
2003-07-26* variable.c (rb_mod_const_missing): "const_missing" should notmatz