summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-01-06* lib/fileutils.rb (ln): add ' -f' in the verbose message.eban
2003-01-05* lib/fileutils.rb (ln): `argv' is not a argument.eban
2003-01-05* instruby.rb: need paren in regexp(make -n install).eban
2002-12-31* Makefile.in, {win32,bcc32}/Makefile.sub: add new target:eban
2002-12-29* lib/fileutils.rb: should not inherit ftools.rb's misfeature.aamine
2002-12-28* lib/fileutils.rb (cmp): return false if file size differs.usa
2002-12-28* instruby.rb: remove junk args.eban
2002-12-27 * lib/cgi.rb (CGI#[]): improvement. thanks to Kazuhiro NISHIYAMAwakou
2002-12-27* lib/fileutils.rb (fu_parseargs): reject illegal options correctly.aamine
2002-12-26 * lib/net/telnet.rb: Telnet#print not add "\n".wakou
2002-12-25exiled historical RD inclusion, wrong [ruby-dev:19191]gotoken
2002-12-24* lib/irb/completion.rb: Use Object#class rather than Object#type.knu
2002-12-24* lib/cgi.rb (Cookie::parse), lib/cgi-lib.rb (initialize): Do notknu
2002-12-24* class.c (ins_methods_i): should not show ID_ALLOCATOR.matz
2002-12-24Convert RD to Rdoc.knu
2002-12-23* lib/README: Synchronize with reality.knu
2002-12-23* MANIFEST, lib/README, lib/ipaddr.rb: Add ipaddr.rb from rough.knu
2002-12-23Rename an argument name to avoid a potential clash.knu
2002-12-21* lib/mkmf.rb (create_makefile): accept pure ruby libraries.eban
2002-12-20* object.c (Init_Object): should not remove Class#allocate.matz
2002-12-20* parse.y (do_block): split "do" block and tLBRACE_ARG block.matz
2002-12-20Fix a fatal typo. (pointed out by Jim Freeze)knu
2002-12-19* lib/README, lib/cgi/ftplib.rb, lib/telnet.rb: Delete ftplib.rbknu
2002-12-19* lib/tempfile.rb: Embed Rdoc style comments.knu
2002-12-19Add Tempfile#close!() as a shorthand for Tempfile#close(true).knu
2002-12-19Delete final.rb, which was obsoleted long ago.knu
2002-12-19forgot to commit with open-uri.rb.akr
2002-12-18Add a missing ||.knu
2002-12-16* lib/open-uri.rb: new file.akr
2002-12-16* removed URI::Generic#to_ary.akira
2002-12-15* lib/mkmf.rb (init_mkmf): add $(topdir) to $LIBPATH if $extmk.eban
2002-12-12* configure.in (RUBY_PROG_GNU_LD): add $CFLAGS, $CPPFLAGS, $LDFLAGSeban
2002-12-12fixed a bug of URI::extract. URI::extract should return ["mailto:xxx"] instea...akira
2002-12-11* io.c (io_read): takes optional second argument to specify amatz
2002-12-10* sprintf.c (rb_f_sprintf): preceding ".." for negative numbersmatz
2002-12-07Teach eval the correct line number to report.knu
2002-12-02* lib/pp.rb (PP.singleline_pp): new method.akr
2002-12-02renamed OptionParser#new to #define.nobu
2002-12-01* lib/optparse.rb (OptionParser::new): same as OptionParser#on butnobu
2002-11-28* lib/mkmf.rb: Avoid the use of "clean::" in favor of "clean:" inknu
2002-11-27* lib/mkmf.rb: Make sure to dig the destination directory beforeknu
2002-11-22* file.c (rb_find_file_ext): should not terminate searching withmatz
2002-11-22change default prompt.keiju
2002-11-21* erb.rb: fix def_class bug.seki
2002-11-21* lib/net/smtp.rb: changes coding style.aamine
2002-11-21* lib/net/http.rb: unify coding style.aamine
2002-11-21* lib/net/http.rb: should not overwrite Host: header. (Original patch is cont...aamine
2002-11-21* lib/net/http.rb: support Proxy-Authorization. (Original patch is contribute...aamine
2002-11-19* array.c (rb_ary_zip): iterates over items in the receiver.matz
2002-11-19URI::extract extracts only URIs of specified schemes when schemes are specified.akira