aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* change default prompt.keiju2002-11-221-0/+6
* * erb.rb: fix def_class bug.seki2002-11-211-2/+2
* * bin/erb: fix -S 4 option bug.seki2002-11-211-5/+3
* * lib/net/smtp.rb: changes coding style.aamine2002-11-214-118/+131
* * lib/net/http.rb: unify coding style.aamine2002-11-212-221/+226
* sorry, conflicts in ChangeLog is now resolved.aamine2002-11-211-1/+0
* modify ChangeLog.aamine2002-11-211-0/+11
* * 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
* add bin/erbseki2002-11-202-0/+136
* * array.c (rb_ary_zip): iterates over items in the receiver.matz2002-11-196-34/+73
* URI::extract extracts only URIs of specified schemes when schemes are specified.akira2002-11-191-2/+2
* initialize hackmatz2002-11-192-2/+2
* defines.h: hack for the case sizeof(short) == sizeof(int)matz2002-11-181-1/+6
* * instruby.rb: Do not install various working files under bin/.knu2002-11-182-0/+5
* * instruby.rb: not rewrite installed scripts when dry-run mode.nobu2002-11-183-9/+12
* Oops, I mean ruby_install_name.knu2002-11-181-1/+1
* * instruby.rb: Rewrite installed scripts' shebang lines.knu2002-11-182-10/+27
* sample/irb.rb -> bin/irbknu2002-11-181-1/+1
* * bin/irb: Moved from sample/irb.rb.knu2002-11-183-1/+14
* Improve the comment section.knu2002-11-181-11/+14
* * lib/tempfile.rb: Make this libary thread safe.knu2002-11-172-29/+67
* * add ERBseki2002-11-172-0/+259
* 2002-11-17nobu2002-11-171-2/+2
* * parse.y (dsym): garbage returned. (ruby-bugs-ja:PR#358)nobu2002-11-172-2/+5
* * 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-142-1/+5
* * observer.rb: raise NoMethodError instead of NameError. [ruby-dev:18788]nahi2002-11-143-3/+11
* 2002-11-14nobu2002-11-141-2/+2
* * configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]nobu2002-11-149-27/+80
* * math.c (math_acos): check errno after operation. ditto formatz2002-11-149-97/+112
* 2002-11-13nobu2002-11-131-2/+2
* * configure.in (DLDFLAGS): removed -Wl,-no-undefined tonobu2002-11-133-3/+17
* * lib/set.rb: retire contain?() and add superset?(),knu2002-11-092-17/+140
* DEBUGGER__::Context::debug_print_help: Typo fix of help message.nahi2002-11-091-1/+1
* * ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.eban2002-11-092-0/+5
* * eval.c: remove ENABLE_TRACE/DISABLE_TRACE to trace child nodes of c-call.nahi2002-11-092-14/+5
* * parse.y: back out an unintended change in the syntax.matz2002-11-071-4/+0
* * class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz2002-11-079-22/+48
* Get rid of ineffective symbols, lines, constants and so on.ttate2002-11-077-157/+143
* 2002-11-07nobu2002-11-071-2/+2
* * eval.c (rb_yield_0): should enable trace for non-cfunc nodes.nobu2002-11-072-4/+13
* fixed rb_ary2cary() to convert nil.ttate2002-11-051-0/+2
* * ext/extmk.rb: Properly pass the given target toknu2002-11-042-0/+6
* * instruby.rb, lib/mkmf.rb: use CONFIG["ENABLE_SHARED"] instead ofusa2002-11-043-2/+7
* Fix a bogon in the last commit. (reported by WATANABE Tetsuya inknu2002-11-031-2/+1
* * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub,knu2002-11-035-27/+40
* * lib/getopts.rb: Do not choke on characters that cannot be usedknu2002-11-032-2/+16
* * object.c (Init_Object): added Object#object_id, new name formatz2002-11-0310-166/+173
* 2002-10-30knu2002-11-011-2/+2