aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Clarify that this file is not actively maintained.knu2002-12-011-0/+2
* * lib/mkmf.rb: Avoid the use of "clean::" in favor of "clean:" inknu2002-11-282-8/+13
* 2002-11-27knu2002-11-271-2/+2
* * lib/mkmf.rb: Make sure to dig the destination directory beforeknu2002-11-272-2/+9
* * dln.c (init_funcname_len): remove MAXPATHLEN dependency.matz2002-11-272-17/+11
* * ext/syslog/syslog.c: Cut redundancy.knu2002-11-272-27/+54
* * ext/syslog/test.rb: Syslog.close should raise RuntimeError whenknu2002-11-272-10/+29
* * ext/digest/test.rb: Switch from RUnit to Test::Unit.knu2002-11-272-11/+6
* * ext/syslog/syslog.c: Fix a problem where Syslog#ident was notknu2002-11-272-30/+29
* * ext/syslog/test.rb: Switch from RUnit to Test::Unit.knu2002-11-272-17/+18
* 2002-11-26nobu2002-11-261-2/+2
* commit missnobu2002-11-261-0/+1
* * error.c (exit_initialize): add SystemExit#initialize to setnobu2002-11-263-9/+40
* dlsizeof() should handle 'S' and 's'.ttate2002-11-261-0/+2
* * ext/extmk.rb (extmake): return true if not dynamic and not static.eban2002-11-252-1/+5
* typofix.eban2002-11-241-1/+1
* * dln.c: devert and add the MAXPATHLEN definition on mswin32/mingw32.eban2002-11-243-5/+15
* * dln.c: move the MAXPATHLEN definition in front.eban2002-11-243-6/+9
* * sprintf.c (rb_f_sprintf): preceding ".." for negativematz2002-11-223-9/+55
* * instruby.rb: Install batch files on Windows. [Submitted by usa]knu2002-11-222-4/+25
* 2002-11-22eban2002-11-221-2/+2
* * eval.c (rb_add_method): node may be NULL.matz2002-11-222-1/+5
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-2214-91/+103
* 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