summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2002-10-23* lib/mkmf.rb (create_makefile): site-install target for backward compatibility.nobu
2002-10-23* lib/mkmf.rb (init_mkmf): libdir prior to topdir.nobu
2002-10-23* eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu
2002-10-22* lib/mkmf.rb (init_mkmf): add dir_config("opt").eban
2002-10-22* instruby.rb: add dryrun mode.nobu
2002-10-21* configure.in (RUBY_CPPOUTFILE): fix cache file bug.eban
2002-10-21* configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu
2002-10-20should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa...akira
2002-10-17* object.c (rb_str_to_dbl): RString ptr might be NULL.matz
2002-10-17* lib/fileutils.rb: stat.blksize might become 0/nil.aamine
2002-10-10* lib/weakref.rb (WeakRef::@@final): use Hash#delete.nobu
2002-10-08* lib/prettyprint.rb (PrettyPrint.singleline_format): new method.akr
2002-10-04updated uri.rb and uri/*.rb to uri-0.9.7akira
2002-10-02use Object#class instead of deprecated Object#type.nobu
2002-10-02* lib/delegate.rb (Delegator::initialize): use Object#classnobu
2002-09-25* lib/mkmf.rb (libpathflag): restore ENV['LIB'] when some error occured.usa
2002-09-25* io.c (appendline): forget to terminate with nul.matz
2002-09-23* configure.in (RUBY_MINGW32): new macro. check for the MinGWeban
2002-09-20* lib/set.rb: Merge rough/lib/set.rb rev.1.5-1.15.knu
2002-09-18No exception report when the exception is not specified to catch.nahi
2002-09-15* configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.eban
2002-09-13* lib/mkmf.rb ($INSTALLFILES): avoid warning when $VERBOSE mode.eban
2002-09-11* pp.rb (ARGF.pretty_print): implemented.akr
2002-09-10* lib/mkmf.rb: $hdrdir is $top_srcdir if invoked from extmk.rbeban
2002-09-10* ext/extmk.rb, lib/mkmf.rb ($INCFLAGS): new var for -I$(topdir).eban
2002-09-08* time.c (time_free): prototype; struct time_object -> void *.eban
2002-09-08* lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb.eban
2002-09-08* configure.in: modify program_prefix only if specifiedeban
2002-09-08bcc32/configure.bat : Control of a message.H_Konishi