| Age | Commit message (Expand) | Author |
| 2002-10-27 | * moved a blank line. | nobu |
| 2002-10-27 | * fixed generator script name. | nobu |
| 2002-10-26 | * array.c, class.c, eval.c, file.c, gc.c, node.h, numeric.c, | knu |
| 2002-10-25 | 2002-10-26 | knu |
| 2002-10-25 | * parse.y (str_extend): pushback() takes one argument, so properly | knu |
| 2002-10-25 | * ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missing | knu |
| 2002-10-25 | * eval.c, gc.c: use a common set of alloca() #ifdef's. This fixes | knu |
| 2002-10-23 | * eval.c (rb_eval): local_vars[-1] should protect body, not a | matz |
| 2002-10-20 | should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa... | akira |
| 2002-10-18 | * parse.y (value_expr0): allow return/break/next/redo/retry in rhs | nobu |
| 2002-10-17 | * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ on | knu |
| 2002-10-17 | 2002-10-17 | eban |
| 2002-10-17 | * eval.c (rb_eval): need to push empty varmap node only when | matz |
| 2002-10-10 | * win32/win32.c (win32_fclose, win32_close): use closesocket() | nobu |
| 2002-10-10 | gc.c (Init_stack): avoid warning | eban |
| 2002-10-10 | * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak. | eban |
| 2002-10-10 | * eval.c (ruby_init): Init_stack() with local location. | nobu |
| 2002-10-07 | 2002-10-07 | eban |
| 2002-10-07 | * bignum.c (bigdivrem): bignum zero's len should not be 0. | matz |
| 2002-10-07 | * bignum.c (bigdivmod): wrong condition check for Bignum zero. | matz |
| 2002-10-06 | 2002-10-06 | nobu |
| 2002-10-05 | * eval.c (rb_load): should not pass block to the loaded file. | aamine |
| 2002-10-04 | updated uri.rb and uri/*.rb to uri-0.9.7 | akira |
| 2002-10-04 | * configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld. | eban |
| 2002-10-03 | * ext/tcltklib/tcltklib.c (invoke_queue_handler): make singleton | nobu |
| 2002-10-02 | * configure.in: set ac_cv_func_setitimer to "no" on Cygwin. | eban |
| 2002-10-01 | * ext/socket/socket.c (sock_new): duplicate underlying socket | nobu |
| 2002-10-01 | * regex.c (re_match): p1 may exceed pend limit. | matz |
| 2002-09-27 | Update. | knu |
| 2002-09-25 | * eval.c (ruby_run): should set toplevel visibility again here. | matz |
| 2002-09-22 | 2002-09-22 | nobu |
| 2002-09-22 | * lib/mkmf.rb: some backports. | nobu |
| 2002-09-15 | * win32/win32.c (opendir): Corresponds to the unjust path containing ". | H_Konishi |
| 2002-09-11 | * lib/mkmf.rb (create_makefile): Merge from 1.7: link with | usa |
| 2002-09-11 | 2002-09-12 | knu |
| 2002-09-11 | * eval.c (rb_trap_eval): preserve thread status and so on. | nobu |
| 2002-09-11 | * lib/open3.rb: Merge from 1.7: Turn sync on for the writer | knu |
| 2002-09-11 | 2002-09-11 | knu |
| 2002-09-11 | * lib/thread.rb: Merge from 1.7: Get rid of race condition in | knu |
| 2002-09-11 | * lib/tempfile.rb: Merge from 1.7: Add Tempfile#size. | knu |
| 2002-09-09 | * win32/win32.h (S_I?USR): define only if not mingw32. | eban |
| 2002-09-09 | 2002-09-09 | eban |
| 2002-09-09 | * win32/win32.c (do_spawn): fix the bug which the environment variables | usa |
| 2002-09-08 | 2002-09-08 | eban |
| 2002-09-08 | * dir.c (rb_glob): add prototype of 2nd argument to avoid VC++ warning. | usa |
| 2002-09-07 | * misc/inf-ruby.el (inferior-ruby-error-regexp-alist): regexp | nobu |
| 2002-09-07 | 2002-09-07 | eban |
| 2002-09-06 | * parse.y (rb_gc_mark_parser): ruby_eval_tree is marked in eval.c. | aamine |
| 2002-09-06 | 2002-09-06 | eban |
| 2002-09-06 | * parse.y (rb_gc_mark_parser): should mark all global variables in parse.y. | aamine |