aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_cmp_m): return nil if str2 does not respond tomatz2003-02-204-12/+41
* This '$destdir' was meant to be a local variable.knu2003-02-201-3/+3
* * eval.c (rb_thread_remove): thread may die in the process ofmatz2003-02-203-1/+13
* * file.c (file_expand_path): fix wrong behavior for root file.nobu2003-02-202-2/+11
* * file.c (file_expand_path): should not upward beyond share name.nobu2003-02-202-13/+41
* * missing.h (strtoul): fix prototype of strtoul.eban2003-02-203-4/+8
* *** empty log message ***nobu2003-02-201-0/+1
* * parse.y (clhs): allow "Foo::Bar = x".matz2003-02-205-35/+107
* * eval.c (rb_thread_restore_context): inhibit interrupts innobu2003-02-192-1/+7
* 2003-02-19nobu2003-02-191-3/+3
* * node.h (nd_cpath): nested class/module declaration.nobu2003-02-195-24/+93
* 2003-02-18eban2003-02-181-3/+3
* * eval.c (rb_call0): should not report uninitialized warning bymatz2003-02-185-4/+37
* * misc/ruby-mode.el (ruby-comment-column): customize commentnobu2003-02-172-45/+198
* * win32/win32.c (rb_w32_opendir, rb_w32_utime): need parens.nobu2003-02-172-3/+7
* * win32/win32.c (link): implement with CreateHardLink().usa2003-02-173-1/+103
* 2003-02-17nobu2003-02-171-3/+3
* commit error.nobu2003-02-171-0/+5
* *** empty log message ***nobu2003-02-171-8/+7
* * file.c (file_expand_path): buffer might be reallocated whilenobu2003-02-163-46/+59
* * io.c (prep_stdio, Init_io): always set binmode on Cygwin.eban2003-02-153-3/+24
* * file.c (file_expand_path): fix surplus path separators whilenobu2003-02-143-17/+40
* * lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()akira2003-02-146-10/+33
* *** empty log message ***nobu2003-02-133-9/+15
* * range.c (range_step): step might be float 0 < x < 1.matz2003-02-137-4/+36
* * ruby.c (proc_options): script argument is in effect only when -e is not given.nobu2003-02-132-11/+10
* 2003-02-13nobu2003-02-131-3/+3
* * ruby.c (ruby_init_loadpath): ensures buffer terminatednobu2003-02-132-11/+18
* * eval.c (rb_thread_schedule): current thread may be dead whennobu2003-02-122-1/+8
* * file.c (rb_file_s_dirname): append "." if drive only.nobu2003-02-122-1/+7
* 2003-02-12nobu2003-02-121-3/+3
* * file.c (strrdirsep): ignore trailing directory separators.nobu2003-02-122-83/+121
* convert EOL code.nobu2003-02-120-0/+0
* This commit was generated by cvs2svn to compensate for changes in r3481,ntalbott2003-02-120-0/+0
* Initial revisionntalbott2003-02-1223-0/+2337
* * typo fix.eban2003-02-101-1/+1
* * ext/extmk.rb (parse_args): add '-n' to $mflags BEFORE "--".eban2003-02-102-3/+7
* * lib/fileutils.rb (FileUtils#uptodate?): use mtime for comparison.aamine2003-02-102-2/+7
* * array.c (rb_ary_to_a): return value should be an Array if thematz2003-02-105-3/+70
* * io.c (rb_file_sysopen): rb_file_sysopen_internal() needs foureban2003-02-093-4/+9
* 2003-02-09eban2003-02-091-3/+3
* * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC, RB_CVAR_SET_4ARGS):nobu2003-02-093-3/+10
* * lib/mkmf.rb (init_mkmf): add libdir to LIBPATH unless crossnobu2003-02-092-2/+7
* * lib/net/http.rb: 4xx raises Net::ProtoServerError, 5xx raises Net::ProtoFat...aamine2003-02-082-2/+7
* * lib/fileutils.rb: new method FileUtils.pwd (really).aamine2003-02-082-14/+27
* fix typo.akr2003-02-081-2/+2
* Sorry, missed contributer's name.nobu2003-02-081-1/+3
* * misc/ruby-mode.el (ruby-forward-string): fixed void variablenobu2003-02-082-4/+12
* * lib/irb/workspace.rb, lib/irb/ext/math-mode.rb,knu2003-02-0710-35/+43
* 2003-02-08knu2003-02-071-3/+3