aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * variable.c (rb_obj_classname): new function.matz2003-01-3119-64/+92
* * random.c (rb_f_rand): type fix.eban2003-01-312-4/+4
* * parse.y (yylex): remove EXPR_CMDARG according to the RHG book.matz2003-01-315-27/+31
* * lib/optparse.rb (OptionParser::make_switch): NoArgument doesn'tnobu2003-01-312-5/+16
* * lib/optparse.rb (OptionParser::List::accept): defaultnobu2003-01-302-1/+6
* 2003-01-30eban2003-01-301-3/+3
* * lib/optparse.rb (OptionParser::Switch::PlacedArgument): added.nobu2003-01-302-24/+52
* * file.c (rb_file_s_expand_path): removed a sludge.nobu2003-01-292-2/+9
* * instruby.rb (parse_args), ext/extmk.rb (parse_args): Prepend aknu2003-01-273-33/+23
* 2003-01-27eban2003-01-271-3/+3
* * error.c (get_syserror): use snprintf() instead of sprintf(). pointedusa2003-01-262-3/+9
* * error.c (get_syserror): some Windows' errno have 5 digits.usa2003-01-262-2/+6
* Update.knu2003-01-261-0/+9
* * instruby.rb ($mflags.set?): Check $make instead of $nmake, sinseusa2003-01-263-1/+11
* * lib/shellwords.rb: Embed rdoc style comments.knu2003-01-261-24/+36
* * instruby.rb (parse_args), ext/extmk.rb (parse_args): Detect -nknu2003-01-263-13/+38
* * instruby.rb (makedirs): make same directory only once even ifnobu2003-01-252-3/+17
* * instruby.rb: re-define individual methods verbosely rather thannobu2003-01-251-0/+9
* *** empty log message ***nobu2003-01-252-19/+23
* * instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub,knu2003-01-256-58/+122
* Converted RD to RDoc and improved documentation. See comments at EOF.gsinclair2003-01-241-261/+321
* 2003-01-24eban2003-01-241-3/+3
* * parse.y: tMINUS should have lower precedence than tPOW.matz2003-01-243-5/+8
* * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): dealnobu2003-01-232-16/+13
* * eval.c (rb_eval): do not warn discarding already undefinedmatz2003-01-233-2/+11
* garbage?nobu2003-01-231-1/+1
* * parse.y (arg): missing arguments.nobu2003-01-232-2/+6
* 2003-01-23nobu2003-01-231-3/+3
* * lib/rational.rb: modified to support "quo".matz2003-01-235-63/+67
* * time.c (time_arg): was accessing garbage argv value.matz2003-01-232-1/+5
* * parse.y (arg): syntaxify tPOW negative number hack.matz2003-01-235-55/+102
* wrong fix.nobu2003-01-221-2/+3
* * instruby.rb: should not contain destdir in shebang line.nobu2003-01-222-1/+5
* * win32/win32.c (pipe_exec): remove unnecessary SetStdHandle().usa2003-01-222-76/+41
* makes possible to add files to clean and distclean targetsmichal2003-01-212-6/+11
* Small changes to documentation.gsinclair2003-01-211-9/+9
* Converted RD to RDoc, with some changes/additions.gsinclair2003-01-211-175/+164
* Correct descriptions of {proper_,}{superset,subset}?.knu2003-01-211-5/+3
* Very slight improvement to documentation.gsinclair2003-01-211-1/+1
* Exchange do { } while (0) for ((void)0)michal2003-01-212-4/+6
* 2003-01-21eban2003-01-211-3/+3
* * bcc32/Makefile.sub (LIBRUBY_A): link dmyext.nobu2003-01-212-2/+6
* * parse.y (arg): put back old ** behavior for negative numbermatz2003-01-212-0/+24
* * instruby.rb: use real interpreter pathname at shebang line.usa2003-01-212-14/+28
* * lib/pp.rb: Use Test::Unit.akr2003-01-215-89/+113
* fix sharing_detection.akr2003-01-201-0/+8
* refine previous change.akr2003-01-202-24/+4
* * lib/pp.rb: Don't redefine `inspect'.akr2003-01-202-65/+39
* Modified some RDoc formatting.gsinclair2003-01-201-2/+2
* Added RDoc comments.gsinclair2003-01-201-10/+43