aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* fix: keep linenoseki2003-07-251-11/+21
* remove debug messagematz2003-07-251-1/+0
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-251-11/+11
* * lib/yaml/dbm.rb: replace indexes with values_at.why2003-07-241-2/+2
* * gcc -Wall clean-up.matz2003-07-241-1/+1
* * lib/mkmf.rb (have_type): check if a type is defined.nobu2003-07-241-0/+86
* * eval.c (thgroup_add): no warning for terminated threads.matz2003-07-242-16/+25
* * lib/pathname.rb: added.akr2003-07-241-0/+523
* * ext/Win32API/lib/win32/resolv.rb: added.usa2003-07-241-41/+51
* * lib/webrick: imported.gotoyuzo2003-07-2333-0/+3881
* * lib/tmpdir.rb (tmpdir): new method. remove TMPDIR.eban2003-07-234-15/+31
* import erb-2.0.4b1seki2003-07-231-131/+169
* * lib/mkmf.rb (log_src, checking_for, create_header):nobu2003-07-231-6/+6
* * variable.c (rb_mod_const_missing): new method. [ruby-core:00441]matz2003-07-222-7/+11
* * lib/tmpdir.rb: remove charcters after "\000" and regularize path.usa2003-07-221-2/+2
* * lib/tmpdir.rb: new library to get temporary directory path,matz2003-07-214-8/+35
* * string.c (rb_str_match2): add warning to "~string".matz2003-07-191-1/+13
* Initial commit of scanf.rb.dblack2003-07-191-0/+697
* * lib/xmlrpc: import.matz2003-07-1911-0/+3352
* * lib/mkmf.rb (init_mkmf): clear $INSTALLFILES. [ruby-dev:20727]nobu2003-07-181-3/+2
* * lib/mkmf.rb (rm_f): use FileUtils.nobu2003-07-181-19/+16