| Age | Commit message (Expand) | Author |
| 2002-09-05 | * file.c (rb_path_check): nothing to check under DOSISH. | nobu |
| 2002-09-05 | * gc.c (rb_gc): should mark parser. | aamine |
| 2002-09-05 | 2002-09-05 | nobu |
| 2002-09-05 | * eval.c (rb_eval): overriding false constant with class/module | nobu |
| 2002-09-03 | 2002-09-03 | eban |
| 2002-09-02 | * gc.c (gc_sweep): does reclaim nodes in also compile time, if we can. | aamine |
| 2002-08-25 | * lib/cgi.rb (CGI#form): fix ruby-bugs-ja:PR#280, add default action. | wakou |
| 2002-08-24 | * lib/time.rb (Time.rfc2822, Time#rfc2822): preserve localtimeness. | akr |
| 2002-08-21 | 2002-08-21 | eban |
| 2002-08-21 | * eval.c (rb_thread_cleanup): should not modify the global | matz |
| 2002-08-20 | 2002-08-20 | eban |
| 2002-08-20 | * file.c (rb_file_s_expand_path): accept drive letter on Cygwin. | eban |
| 2002-08-19 | * misc/inf-ruby.el (inf-ruby-keys): ruby-send-definition | nobu |
| 2002-08-19 | * array.c (sort_2): fatal typo. | matz |
| 2002-08-19 | * array.c (sort_2): comparison should be done as signed long. | matz |
| 2002-08-19 | * array.c (sort_2): *a - *b may overflow. | matz |
| 2002-08-19 | particular symbol for win32_exception_list. | nobu |
| 2002-08-19 | * eval.c (win32_get_exception_list, win32_set_exception_list): Cygwin fix. | eban |
| 2002-08-19 | 2002-08-19 | nobu |
| 2002-08-19 | * eval.c (rb_thread_save_context, rb_thread_restore_context): | nobu |
| 2002-08-15 | * lib/rational.rb(Rational#hash): modify algorism for hash-function. | keiju |
| 2002-08-12 | 2002-08-12 | eban |
| 2002-08-12 | * hash.c (rb_hash_equal): should check default values. | matz |
| 2002-08-01 | * ext/socket/socket.c (s_recvfrom): update RSTRING len. | matz |
| 2002-08-01 | 2002-08-01 | nobu |
| 2002-08-01 | * io.c (io_fread): return value was longer when EWOULDBLOCK | nobu |
| 2002-07-31 | * eval.c (rb_undef): undef should be done for klass, not ruby_class. | matz |
| 2002-07-30 | 2002-07-30 | nobu |
| 2002-07-30 | * ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returns | eban |
| 2002-07-11 | * eval.c (rb_eval): fixed line number in string interpolation. | nobu |
| 2002-07-11 | 2002-07-11 | nobu |
| 2002-07-11 | * parse.y (yylex): should pushback proper char after '<<'. | nobu |
| 2002-07-11 | * string.c (rb_str_slice_bang): if there's no corresponding | matz |
| 2002-07-05 | * lib/cgi.rb (CGI#initialize): improvement for mod_ruby. | wakou |
| 2002-07-03 | * lib/cgi.rb (CGI#initialize): improvement for mod_ruby. | wakou |
| 2002-07-02 | * lib/cgi.rb (CGI#header): accept any type as value. | wakou |
| 2002-06-30 | * configure.in (seekdir, telldir): add ac_cv_func_telldir=yes, | eban |
| 2002-06-27 | * win32/win32.c (rb_w32_stat): fix buffer overflow. (ruby-bugs:PR#329) | usa |
| 2002-06-25 | 2002-06-25 | nobu |
| 2002-06-25 | * dln.c: remove definition rb_loaderror(). | H_Konishi |
| 2002-06-24 | * dln.c: remark definition rb_loaderror(). | H_Konishi |
| 2002-06-20 | * ext/readline/readline.c (readline_readline): get rid of | nobu |
| 2002-06-20 | * configure.in (__NO_ISOCEXT): add for mingw-runtime 2.0-2. | eban |
| 2002-06-20 | * lib/ftools.rb (compare): don't return with a file opened | eban |
| 2002-06-20 | * lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192. | eban |
| 2002-06-19 | * ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called. | eban |
| 2002-06-17 | * dln.c (dln_load): rb_notimplement takes no argument. | eban |
| 2002-06-17 | 2002-06-17 | nobu |
| 2002-06-17 | * dln.c (dln_load): need to preserve dln_strerror() result, | nobu |
| 2002-06-15 | 2002-06-15 | knu |