aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/webrick/httputils.rb (FormData#list): should not takegotoyuzo2003-08-071-2/+1
* * lib/test/unit/testcase.rb: Added equality checking.ntalbott2003-08-063-3/+23
* RD -> RDoc by William Webbergsinclair2003-08-061-326/+302
* * lib/mkmf.rb (have_library): treat nil function name as "main".nobu2003-08-061-4/+4
* * ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]nobu2003-08-061-14/+38
* * lib/net/http.rb: update document.aamine2003-08-053-69/+80
* RDoc updated by William Webbergsinclair2003-08-051-135/+204
* RDoc comments provided by William Webber <wew@williamwebber.com>gsinclair2003-08-051-467/+405
* * lib/shell/command-processor.rb (Shell::CommandProcessor::rmdir):matz2003-08-051-1/+1
* * lib/fileutils.rb (install): should preserve timestamp only.eban2003-08-051-5/+5
* * lib/irb/ruby-lex.rb, lib/irb/ruby-token.rb: support %s-notation for irb.keiju2003-08-052-2/+5
* * lib/irb/ruby-lec.rb: support %W-notation.keiju2003-08-051-1/+2
* * lib/delegate.rb (marshal_dump, marshal_load: defined for Marshal.matz2003-08-041-0/+6
* * lib/test/unit/ui/console/testrunner.rb: Flushed io in thematz2003-08-041-0/+2
* * lib/net/imap.rb (receive_responses): raise exception toshugo2003-08-041-17/+33
* * lib/net/imap.rb: convert RD to RDoc.shugo2003-08-041-812/+871
* * lib/un.h (help): new. % ruby -run -e help cpeban2003-08-031-13/+44
* * numeric.c (flo_to_s): get rid of buffer overflow.matz2003-08-021-219/+237
* * lib/webrick/https.rb: change an option name.gotoyuzo2003-08-021-2/+2
* * lib/net/smtp.rb: respond_to? needs 2nd argument. [ruby-talk:77796]aamine2003-08-021-1/+1
* * lib/mkmf.rb (pkg_config): get configuration by pkg-config. [new]nobu2003-08-021-0/+21
* * lib/un.rb: add each descriptions for the -v option.eban2003-08-021-0/+13
* * class.c (rb_obj_singleton_methods): should not go up tomatz2003-08-011-1/+2
* * lib/yaml/store.rb (YAML::Store#initialize): filename is firstwhy2003-08-011-1/+1
* * lib/net/http.rb: refine document.aamine2003-08-011-118/+174
* * lib/net/http.rb: convert RD to RDoc. Thanks William Webber. [ruby-doc:456]aamine2003-08-011-591/+566
* * eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,matz2003-08-011-1/+0
* import erb-2.0.4b4seki2003-07-311-9/+9
* * numeric.c (rb_num_coerce_relop): export function.matz2003-07-311-69/+63
* add explicit trim modeseki2003-07-311-16/+144
* * lib/net/ftp.rb (return_code): obsolete.shugo2003-07-301-26/+28
* * lib/mkmf.rb (dir_config): allow multiple directories separatednobu2003-07-301-11/+20
* * lib/un.rb: add descriptions.eban2003-07-301-21/+103
* commit missnobu2003-07-301-1/+1
* * lib/net/ftp.rb (get): fix wrong argument name. Thanks to Williamshugo2003-07-301-3/+3
* * marshal.c (w_object): if object responds to 'marshal_dump',matz2003-07-291-1/+7
* import erb_2_0_4b2seki2003-07-291-6/+14
* Small documentation correction.gsinclair2003-07-291-1/+1
* * lib/net/smtp.rb (send0): do taint check only when $SAFE > 0aamine2003-07-291-3/+5
* * lib/fileutils.rb (install): support preserve timestamp.eban2003-07-293-9/+112
* * lib/net/smtp.rb: unify coding style.aamine2003-07-292-4/+4
* * lib/net/smtp.rb (Net::SMTP::send0): add taint check.matz2003-07-292-5/+9
* * lib/set.rb: each() should return self.knu2003-07-271-0/+1
* * string.c (rb_str_chomp_bang): defer rb_str_modify() to actualmatz2003-07-271-1/+1
* * lib/debug.rb: fix breakpoint parameter parsing/checking.nahi2003-07-271-22/+25
* add UNIXFileOwner, UNIXFileGroupseki2003-07-271-0/+8
* * lib/tmpdir.rb: use GetWindowsDirectory, not GetSystemDirectory. [ruby-talk:...eban2003-07-261-1/+1
* * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz2003-07-261-82/+112
* Added credit to PragProggsinclair2003-07-261-1/+3
* * variable.c (rb_mod_const_missing): "const_missing" should notmatz2003-07-262-2/+5