aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * hash.c (env_clear): new Hash compatible method.matz2003-01-071-4/+1
* * lib/fileutils.rb (ln): add ' -f' in the verbose message.eban2003-01-061-2/+2
* * lib/fileutils.rb (ln): `argv' is not a argument.eban2003-01-051-1/+1
* * instruby.rb: need paren in regexp(make -n install).eban2003-01-051-1/+1
* * Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban2002-12-311-1/+11
* * lib/fileutils.rb: should not inherit ftools.rb's misfeature.aamine2002-12-291-3/+0
* * lib/fileutils.rb (cmp): return false if file size differs.usa2002-12-281-1/+1
* * instruby.rb: remove junk args.eban2002-12-281-0/+1
* * lib/cgi.rb (CGI#[]): improvement. thanks to Kazuhiro NISHIYAMAwakou2002-12-271-0/+3
* * lib/fileutils.rb (fu_parseargs): reject illegal options correctly.aamine2002-12-271-45/+44
* * lib/net/telnet.rb: Telnet#print not add "\n".wakou2002-12-262-22/+29
* exiled historical RD inclusion, wrong [ruby-dev:19191]gotoken2002-12-251-13/+2
* * lib/irb/completion.rb: Use Object#class rather than Object#type.knu2002-12-241-1/+1
* * lib/cgi.rb (Cookie::parse), lib/cgi-lib.rb (initialize): Do notknu2002-12-242-2/+2
* * class.c (ins_methods_i): should not show ID_ALLOCATOR.matz2002-12-241-1/+1
* Convert RD to Rdoc.knu2002-12-241-216/+119
* * lib/README: Synchronize with reality.knu2002-12-231-4/+7
* * MANIFEST, lib/README, lib/ipaddr.rb: Add ipaddr.rb from rough.knu2002-12-232-0/+691
* Rename an argument name to avoid a potential clash.knu2002-12-231-2/+2
* * lib/mkmf.rb (create_makefile): accept pure ruby libraries.eban2002-12-211-18/+24
* * object.c (Init_Object): should not remove Class#allocate.matz2002-12-202-63/+65
* * parse.y (do_block): split "do" block and tLBRACE_ARG block.matz2002-12-201-20/+26
* Fix a fatal typo. (pointed out by Jim Freeze)knu2002-12-201-1/+1
* * lib/README, lib/cgi/ftplib.rb, lib/telnet.rb: Delete ftplib.rbknu2002-12-193-25/+0
* * lib/tempfile.rb: Embed Rdoc style comments.knu2002-12-191-41/+56
* Add Tempfile#close!() as a shorthand for Tempfile#close(true).knu2002-12-191-7/+25
* Delete final.rb, which was obsoleted long ago.knu2002-12-193-6/+0
* forgot to commit with open-uri.rb.akr2002-12-191-0/+1
* Add a missing ||.knu2002-12-181-1/+1
* * lib/open-uri.rb: new file.akr2002-12-161-0/+390
* * removed URI::Generic#to_ary.akira2002-12-162-8/+5
* * lib/mkmf.rb (init_mkmf): add $(topdir) to $LIBPATH if $extmk.eban2002-12-151-3/+1
* * configure.in (RUBY_PROG_GNU_LD): add $CFLAGS, $CPPFLAGS, $LDFLAGSeban2002-12-121-2/+4
* fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instea...akira2002-12-121-9/+9
* * io.c (io_read): takes optional second argument to specify amatz2002-12-111-4/+5
* * sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz2002-12-101-1/+2
* Teach eval the correct line number to report.knu2002-12-071-1/+1
* * lib/pp.rb (PP.singleline_pp): new method.akr2002-12-021-68/+80
* renamed OptionParser#new to #define.nobu2002-12-021-9/+9
* * lib/optparse.rb (OptionParser::new): same as OptionParser#on butnobu2002-12-011-7/+23
* * lib/mkmf.rb: Avoid the use of "clean::" in favor of "clean:" inknu2002-11-281-8/+7
* * lib/mkmf.rb: Make sure to dig the destination directory beforeknu2002-11-271-2/+2
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-10/+10
* change default prompt.keiju2002-11-221-0/+6
* * erb.rb: fix def_class bug.seki2002-11-211-2/+2
* * lib/net/smtp.rb: changes coding style.aamine2002-11-213-117/+122
* * lib/net/http.rb: unify coding style.aamine2002-11-211-221/+222
* * lib/net/http.rb: should not overwrite Host: header. (Original patch is cont...aamine2002-11-211-1/+1
* * lib/net/http.rb: support Proxy-Authorization. (Original patch is contribute...aamine2002-11-211-7/+63
* * array.c (rb_ary_zip): iterates over items in the receiver.matz2002-11-191-1/+1