summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2003-02-03* object.c (Init_Object): default Object#=== now calls "=="matz
2003-02-03* re.c (rb_memsearch): a little improvement.nobu
2003-02-03typonobu
2003-02-032003-02-03eban
2003-02-03* re.c (rb_memsearch): algolithm body of String#index.matz
2003-01-31Added RDoc comments. See comments at EOF for remaining issues.gsinclair
2003-01-31* string.c (rb_str_index): search using Karp-Rabin algolithm.matz
2003-01-31* variable.c (rb_obj_classname): wrong tail recursion.nobu
2003-01-31* variable.c (rb_obj_classname): new function.matz
2003-01-31* random.c (rb_f_rand): type fix.eban
2003-01-31* parse.y (yylex): remove EXPR_CMDARG according to the RHG book.matz
2003-01-31* lib/optparse.rb (OptionParser::make_switch): NoArgument doesn'tnobu
2003-01-30* lib/optparse.rb (OptionParser::List::accept): defaultnobu
2003-01-302003-01-30eban
2003-01-30* lib/optparse.rb (OptionParser::Switch::PlacedArgument): added.nobu
2003-01-29* file.c (rb_file_s_expand_path): removed a sludge.nobu
2003-01-27* instruby.rb (parse_args), ext/extmk.rb (parse_args): Prepend aknu
2003-01-272003-01-27eban
2003-01-26* error.c (get_syserror): use snprintf() instead of sprintf(). pointedusa
2003-01-26* error.c (get_syserror): some Windows' errno have 5 digits.usa
2003-01-26Update.knu
2003-01-26* instruby.rb ($mflags.set?): Check $make instead of $nmake, sinseusa
2003-01-26* lib/shellwords.rb: Embed rdoc style comments.knu
2003-01-26* instruby.rb (parse_args), ext/extmk.rb (parse_args): Detect -nknu
2003-01-25* instruby.rb (makedirs): make same directory only once even ifnobu
2003-01-25* instruby.rb: re-define individual methods verbosely rather thannobu
2003-01-25*** empty log message ***nobu
2003-01-25* instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub,knu
2003-01-24Converted RD to RDoc and improved documentation. See comments at EOF.gsinclair
2003-01-242003-01-24eban
2003-01-24* parse.y: tMINUS should have lower precedence than tPOW.matz
2003-01-23* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): dealnobu
2003-01-23* eval.c (rb_eval): do not warn discarding already undefinedmatz
2003-01-23garbage?nobu
2003-01-23* parse.y (arg): missing arguments.nobu
2003-01-232003-01-23nobu
2003-01-23* lib/rational.rb: modified to support "quo".matz
2003-01-23* time.c (time_arg): was accessing garbage argv value.matz
2003-01-23* parse.y (arg): syntaxify tPOW negative number hack.matz
2003-01-22wrong fix.nobu
2003-01-22* instruby.rb: should not contain destdir in shebang line.nobu
2003-01-22* win32/win32.c (pipe_exec): remove unnecessary SetStdHandle().usa
2003-01-21makes possible to add files to clean and distclean targetsmichal
2003-01-21Small changes to documentation.gsinclair
2003-01-21Converted RD to RDoc, with some changes/additions.gsinclair
2003-01-21Correct descriptions of {proper_,}{superset,subset}?.knu
2003-01-21Very slight improvement to documentation.gsinclair
2003-01-21Exchange do { } while (0) for ((void)0)michal
2003-01-212003-01-21eban
2003-01-21* bcc32/Makefile.sub (LIBRUBY_A): link dmyext.nobu