aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* s/Mon 01/Mon 1/.knu2003-02-071-9/+9
* * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC): New boolean macro to makeknu2003-02-073-0/+12
* 2003-02-07eban2003-02-071-3/+3
* re-indented.nobu2003-02-071-1/+1
* * intern.h, re.c (rb_memsearch): returns long.nobu2003-02-074-3/+13
* * eval.c (proc_invoke): should propagate self to supernobu2003-02-072-0/+6
* * re.c (rb_reg_initialize_m): shoule not preset "kcode" unlessmatz2003-02-062-15/+22
* * lib/fileutils.rb: new method FileUtils.pwd.aamine2003-02-062-62/+59
* * lib/complex.rb (Complex#==): should not raise error by typematz2003-02-063-9/+29
* 2003-02-06eban2003-02-061-3/+3
* * re.c (rb_reg_initialize_m): 3rd argument was ignored.matz2003-02-063-3/+12
* * lib/open-uri.rb: dispatch code restructured to make it openableakr2003-02-052-46/+43
* * lib/open-uri.rb: Location: field may has a relative URI.akr2003-02-052-1/+12
* 2003-02-05eban2003-02-051-3/+3
* * parse.y (yylex): no .<digit> floating literal anymore.matz2003-02-052-10/+8
* typonobu2003-02-041-1/+1
* 2003-02-04eban2003-02-041-3/+3
* * array.c (rb_ary_equal): a == b is true when b is non T_ARRAYmatz2003-02-046-7/+38
* Added RDoc comments. See comments at EOF for remaining issues.gsinclair2003-02-041-37/+148
* Added RDoc comments.gsinclair2003-02-031-3/+147
* * re.c (rb_reg_initialize_m): unfotunate serious typo.matz2003-02-032-1/+2