summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2002-11-19initialize hackmatz
2002-11-18* instruby.rb: not rewrite installed scripts when dry-run mode.nobu
2002-11-18Improve the comment section.knu
2002-11-17* lib/tempfile.rb: Make this libary thread safe.knu
2002-11-17* add ERBseki
2002-11-15* ostruct.rb: keep NoMethodError message with Ruby itself.nahi
2002-11-14* profile.rb: illegal use of Array#sort!. replaced it with non-bangnahi
2002-11-14* observer.rb: raise NoMethodError instead of NameError. [ruby-dev:18788]nahi
2002-11-14* configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu
2002-11-14* math.c (math_acos): check errno after operation. ditto formatz
2002-11-09* lib/set.rb: retire contain?() and add superset?(),knu
2002-11-09DEBUGGER__::Context::debug_print_help: Typo fix of help message.nahi
2002-11-07* class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz
2002-11-04* instruby.rb, lib/mkmf.rb: use CONFIG["ENABLE_SHARED"] instead ofusa
2002-11-03* lib/getopts.rb: Do not choke on characters that cannot be usedknu
2002-11-03* object.c (Init_Object): added Object#object_id, new name formatz
2002-10-28* ext/extmk.rb (extmake): use dummy_makefile to create dummynobu
2002-10-27ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is cont...H_Konishi
2002-10-27* djgpp/*: sync with the latest.eban
2002-10-24* configure.in (LIBPATHFLAG): avoid $ substitution.nobu