summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-01-31* variable.c (rb_obj_classname): new function.matz
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-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-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* 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* instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub,knu
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-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-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-21* bcc32/Makefile.sub (LIBRUBY_A): link dmyext.nobu
2003-01-21* parse.y (arg): put back old ** behavior for negative numbermatz
2003-01-21* instruby.rb: use real interpreter pathname at shebang line.usa
2003-01-21* lib/pp.rb: Use Test::Unit.akr
2003-01-20refine previous change.akr
2003-01-20* lib/pp.rb: Don't redefine `inspect'.akr
2003-01-20* configure.in (MANTYPE): Detect if the system's nroff(1) groksknu
2003-01-20* lib/tempfile.rb (self.open): If a block is given, call it withknu
2003-01-20* mdoc2man.rb: Properly put nested braces, parentheses and angles.knu
2003-01-20* mdoc2man.rb: Make this work as a library.knu
2003-01-20* eval.c (rb_f_require): purge too many goto's.nobu
2003-01-20* mdoc2man.rb (parse_macro): Understand .Ux.knu
2003-01-20* mdoc2man.rb: New file. A mdoc to man converter ported fromknu
2003-01-20* ruby.1: Properly close .Bl with .El.knu
2003-01-20* regex.c (is_in_list): should work weill with UTF-8.matz
2003-01-19* lib/mkmf.rb (egrep_cpp): use inspect to show options.nobu
2003-01-19* ext/aix_mksym.rb: no longer used.nobu
2003-01-19* file.c (eaccess): under windows, make eaccess() just callusa
2003-01-19* lib/shellwords.rb (shellwords): A backslash ('\') in singleknu
2003-01-18* bignum.c (rb_cstr_to_inum): should not erase all 0s, butnobu
2003-01-16* sprintf.c (rb_f_sprintf): Fix a bug caused by an uninitializedknu
2003-01-15* enum.c (enum_all): now works without block.matz
2003-01-15* configure.in (ARCHFILE): set even unless --enable-shared onnobu
2003-01-14* eval.c (rb_f_require): do not search adding .rb/.so suffixes ifnobu