summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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* bin/erb: fix -S 4 option 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-21sorry, conflicts in ChangeLog is now resolved.aamine
2002-11-21modify ChangeLog.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-20add bin/erbseki
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-18defines.h: hack for the case sizeof(short) == sizeof(int)matz
2002-11-18* instruby.rb: Do not install various working files under bin/.knu
2002-11-18* instruby.rb: not rewrite installed scripts when dry-run mode.nobu
2002-11-18Oops, I mean ruby_install_name.knu
2002-11-18* instruby.rb: Rewrite installed scripts' shebang lines.knu
2002-11-18sample/irb.rb -> bin/irbknu
2002-11-18* bin/irb: Moved from sample/irb.rb.knu
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-172002-11-17nobu
2002-11-17* parse.y (dsym): garbage returned. (ruby-bugs-ja:PR#358)nobu
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-142002-11-14nobu
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-132002-11-13nobu
2002-11-13 * configure.in (DLDFLAGS): removed -Wl,-no-undefined tonobu
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-09* ext/tcltklib/stubs.c: should include "util.h" for ruby_strdup.eban
2002-11-09* eval.c: remove ENABLE_TRACE/DISABLE_TRACE to trace child nodes of c-call.nahi
2002-11-07* parse.y: back out an unintended change in the syntax.matz
2002-11-07* class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz
2002-11-07Get rid of ineffective symbols, lines, constants and so on.ttate
2002-11-072002-11-07nobu
2002-11-07* eval.c (rb_yield_0): should enable trace for non-cfunc nodes.nobu
2002-11-05fixed rb_ary2cary() to convert nil.ttate
2002-11-04* ext/extmk.rb: Properly pass the given target toknu
2002-11-04* instruby.rb, lib/mkmf.rb: use CONFIG["ENABLE_SHARED"] instead ofusa
2002-11-03Fix a bogon in the last commit. (reported by WATANABE Tetsuya inknu
2002-11-03* Makefile.in, ext/extmk.rb, bcc32/Makefile.sub,knu
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