| Commit message (Expand) | Author | Age | Files | Lines |
| * | * error.c (get_syserror): use snprintf() instead of sprintf(). pointed | usa | 2003-01-26 | 1 | -2/+8 |
| * | * error.c (get_syserror): some Windows' errno have 5 digits. | usa | 2003-01-26 | 1 | -0/+4 |
| * | Update. | knu | 2003-01-26 | 1 | -0/+9 |
| * | * instruby.rb ($mflags.set?): Check $make instead of $nmake, sinse | usa | 2003-01-26 | 1 | -0/+8 |
| * | * instruby.rb (parse_args), ext/extmk.rb (parse_args): Detect -n | knu | 2003-01-26 | 1 | -0/+6 |
| * | * instruby.rb (makedirs): make same directory only once even if | nobu | 2003-01-25 | 1 | -1/+4 |
| * | * instruby.rb: re-define individual methods verbosely rather than | nobu | 2003-01-25 | 1 | -0/+9 |
| * | * instruby.rb, ext/extmk.rb, Makefile.in, win32/Makefile.sub, | knu | 2003-01-25 | 1 | -0/+10 |
| * | * parse.y: tMINUS should have lower precedence than tPOW. | matz | 2003-01-24 | 1 | -0/+4 |
| * | * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): deal | nobu | 2003-01-23 | 1 | -0/+7 |
| * | * eval.c (rb_eval): do not warn discarding already undefined | matz | 2003-01-23 | 1 | -0/+7 |
| * | garbage? | nobu | 2003-01-23 | 1 | -1/+1 |
| * | * parse.y (arg): missing arguments. | nobu | 2003-01-23 | 1 | -0/+4 |
| * | * lib/rational.rb: modified to support "quo". | matz | 2003-01-23 | 1 | -0/+9 |
| * | * time.c (time_arg): was accessing garbage argv value. | matz | 2003-01-23 | 1 | -0/+4 |
| * | * parse.y (arg): syntaxify tPOW negative number hack. | matz | 2003-01-23 | 1 | -1/+17 |
| * | * instruby.rb: should not contain destdir in shebang line. | nobu | 2003-01-22 | 1 | -0/+4 |
| * | * win32/win32.c (pipe_exec): remove unnecessary SetStdHandle(). | usa | 2003-01-22 | 1 | -0/+4 |
| * | makes possible to add files to clean and distclean targets | michal | 2003-01-21 | 1 | -0/+4 |
| * | * bcc32/Makefile.sub (LIBRUBY_A): link dmyext. | nobu | 2003-01-21 | 1 | -0/+4 |
| * | * parse.y (arg): put back old ** behavior for negative number | matz | 2003-01-21 | 1 | -0/+5 |
| * | * instruby.rb: use real interpreter pathname at shebang line. | usa | 2003-01-21 | 1 | -0/+5 |
| * | * lib/pp.rb: Use Test::Unit. | akr | 2003-01-21 | 1 | -0/+10 |
| * | refine previous change. | akr | 2003-01-20 | 1 | -3/+4 |
| * | * lib/pp.rb: Don't redefine `inspect'. | akr | 2003-01-20 | 1 | -0/+5 |
| * | * configure.in (MANTYPE): Detect if the system's nroff(1) groks | knu | 2003-01-20 | 1 | -0/+12 |
| * | * lib/tempfile.rb (self.open): If a block is given, call it with | knu | 2003-01-20 | 1 | -0/+6 |
| * | * mdoc2man.rb: Properly put nested braces, parentheses and angles. | knu | 2003-01-20 | 1 | -0/+15 |
| * | * mdoc2man.rb: Make this work as a library. | knu | 2003-01-20 | 1 | -0/+4 |
| * | * eval.c (rb_f_require): purge too many goto's. | nobu | 2003-01-20 | 1 | -0/+4 |
| * | * mdoc2man.rb (parse_macro): Understand .Ux. | knu | 2003-01-20 | 1 | -0/+4 |
| * | * mdoc2man.rb: New file. A mdoc to man converter ported from | knu | 2003-01-20 | 1 | -0/+5 |
| * | * ruby.1: Properly close .Bl with .El. | knu | 2003-01-20 | 1 | -0/+4 |
| * | * regex.c (is_in_list): should work weill with UTF-8. | matz | 2003-01-20 | 1 | -0/+6 |
| * | * lib/mkmf.rb (egrep_cpp): use inspect to show options. | nobu | 2003-01-19 | 1 | -0/+10 |
| * | * ext/aix_mksym.rb: no longer used. | nobu | 2003-01-19 | 1 | -0/+4 |
| * | * file.c (eaccess): under windows, make eaccess() just call | usa | 2003-01-19 | 1 | -1/+6 |
| * | * lib/shellwords.rb (shellwords): A backslash ('\') in single | knu | 2003-01-19 | 1 | -0/+6 |
| * | * bignum.c (rb_cstr_to_inum): should not erase all 0s, but | nobu | 2003-01-18 | 1 | -0/+5 |
| * | * sprintf.c (rb_f_sprintf): Fix a bug caused by an uninitialized | knu | 2003-01-16 | 1 | -0/+11 |
| * | * enum.c (enum_all): now works without block. | matz | 2003-01-15 | 1 | -0/+6 |
| * | * configure.in (ARCHFILE): set even unless --enable-shared on | nobu | 2003-01-15 | 1 | -0/+8 |
| * | * eval.c (rb_f_require): do not search adding .rb/.so suffixes if | nobu | 2003-01-14 | 1 | -0/+6 |
| * | * parse.y (list_append): avoid O(n) search using node->nd_next->nd_end. | matz | 2003-01-14 | 1 | -0/+8 |
| * | * io.c (next_argv): not always set binmode. | nobu | 2003-01-13 | 1 | -0/+4 |
| * | * ext/dl/lib/dl/win32.rb: elimitate unnecessary "A" adding. | eban | 2003-01-12 | 1 | -0/+4 |
| * | * io.c (next_argv): inherit binmode from $defout. | eban | 2003-01-12 | 1 | -0/+4 |
| * | * ext/dl/lib/dl/win32.rb: compatibility improvement. | eban | 2003-01-11 | 1 | -0/+4 |
| * | * configure.in (RUBY_CHECK_IO_NEED): added more tests. | nobu | 2003-01-10 | 1 | -0/+6 |
| * | * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): syntax | nobu | 2003-01-09 | 1 | -0/+6 |