aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* URI::extract extracts only URIs of specified schemes when schemes are specified.akira2002-11-191-2/+2
* initialize hackmatz2002-11-191-1/+1
* * instruby.rb: not rewrite installed scripts when dry-run mode.nobu2002-11-181-8/+4
* Improve the comment section.knu2002-11-181-11/+14
* * lib/tempfile.rb: Make this libary thread safe.knu2002-11-171-29/+52
* * add ERBseki2002-11-171-0/+258
* * ostruct.rb: keep NoMethodError message with Ruby itself.nahi2002-11-151-1/+1
* * profile.rb: illegal use of Array#sort!. replaced it with non-bangnahi2002-11-141-1/+2
* * observer.rb: raise NoMethodError instead of NameError. [ruby-dev:18788]nahi2002-11-142-3/+3
* * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu2002-11-141-1/+7
* * math.c (math_acos): check errno after operation. ditto formatz2002-11-142-6/+9
* * lib/set.rb: retire contain?() and add superset?(),knu2002-11-091-17/+128
* DEBUGGER__::Context::debug_print_help: Typo fix of help message.nahi2002-11-091-1/+1
* * class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz2002-11-074-12/+12
* * instruby.rb, lib/mkmf.rb: use CONFIG["ENABLE_SHARED"] instead ofusa2002-11-041-1/+1
* * lib/getopts.rb: Do not choke on characters that cannot be usedknu2002-11-031-2/+10
* * object.c (Init_Object): added Object#object_id, new name formatz2002-11-031-8/+5
* * ext/extmk.rb (extmake): use dummy_makefile to create dummynobu2002-10-281-63/+52
* ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is cont...H_Konishi2002-10-271-1/+1
* * djgpp/*: sync with the latest.eban2002-10-271-1/+5
* * configure.in (LIBPATHFLAG): avoid $ substitution.nobu2002-10-241-2/+2
* * lib/mkmf.rb (create_makefile): site-install target for backward compatibility.nobu2002-10-231-2/+2
* * lib/mkmf.rb (init_mkmf): libdir prior to topdir.nobu2002-10-231-1/+1
* * eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu2002-10-231-4/+4
* * lib/mkmf.rb (init_mkmf): add dir_config("opt").eban2002-10-221-0/+1
* * instruby.rb: add dryrun mode.nobu2002-10-221-1/+2
* * configure.in (RUBY_CPPOUTFILE): fix cache file bug.eban2002-10-211-2/+2
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-211-473/+431
* should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa...akira2002-10-201-2/+3
* * object.c (rb_str_to_dbl): RString ptr might be NULL.matz2002-10-171-0/+9
* * lib/fileutils.rb: stat.blksize might become 0/nil.aamine2002-10-171-44/+54
* * lib/weakref.rb (WeakRef::@@final): use Hash#delete.nobu2002-10-101-11/+7