aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix sharing_detection.akr2003-01-201-0/+8
* refine previous change.akr2003-01-201-21/+0
* * lib/pp.rb: Don't redefine `inspect'.akr2003-01-201-65/+34
* Modified some RDoc formatting.gsinclair2003-01-201-2/+2
* Added RDoc comments.gsinclair2003-01-201-10/+43
* * lib/tempfile.rb (self.open): If a block is given, call it withknu2003-01-201-2/+18
* make public ERB::Compilerseki2003-01-201-3/+0
* fix: % in <%..%>seki2003-01-201-44/+74
* * regex.c (is_in_list): should work weill with UTF-8.matz2003-01-201-11/+14
* Added RDoc comments.gsinclair2003-01-201-27/+375
* * lib/mkmf.rb (egrep_cpp): use inspect to show options.nobu2003-01-191-5/+8
* * lib/shellwords.rb (shellwords): A backslash ('\') in singleknu2003-01-191-2/+1
* Added RDoc comments. See comments at EOF for TODOs.gsinclair2003-01-171-24/+57
* Added RDoc comments. Several issues exist: see comments at EOF.gsinclair2003-01-171-0/+76
* Added RDoc comments. Several TODOs remain; see comments at EOF.gsinclair2003-01-171-0/+136
* * 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