aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* minor bug fixes.matz2002-05-222-5/+3
* * object.c (Init_Object): should do exact match for Module#==.matz2002-05-219-192/+216
* * misc/ruby-mode.el (ruby-font-lock-keywords): symbols end with '_'.nobu2002-05-212-1/+6
* Tue May 21 04:48:37 2002 Sean Chittenden <sean@chittenden.org>wakou2002-05-202-2/+8
* * parse.y (bodystmt): ensure clause was excuted on else clausenobu2002-05-202-1/+6
* Get rid of a function.ttate2002-05-201-1/+0
* Get rid of a few functions.ttate2002-05-201-7/+2
* rename PtrData::alloc and Struct#alloc to malloc respectively.ttate2002-05-206-20/+29
* Get rid of the declaration of rb_str_cat2().ttate2002-05-204-48/+37
* 2002-05-20nobu2002-05-201-2/+2
* * io.c (rb_io_clone): writing stream was not copied properly.nobu2002-05-202-2/+6
* added a summary of the changes in the new date.tadf2002-05-191-0/+8
* added an entry (date/format.rb).tadf2002-05-191-0/+1
* added an entry (lib/date/format.rb).tadf2002-05-191-0/+1
* corrected paths.tadf2002-05-181-1/+1
* use Array#select instead of Array#indexes.tadf2002-05-181-1/+1
* updated to the new version (based on date2 3.2.1).tadf2002-05-186-340/+897
* * win32/Makefile.sub (config.h): add VC++4/5 support about noreturnusa2002-05-182-0/+9
* * sampl/test.rb: use eval instead of './miniruby -c',eban2002-05-172-2/+14
* 2002-05-16eban2002-05-161-2/+2
* * eval.c (rb_thread_select): cleanup conditional compilation.nobu2002-05-162-18/+9
* Add DL::DLSTACK.ttate2002-05-154-60/+69
* * win32/Makefile.sub: config.h inlined. and catch up with thenobu2002-05-143-144/+240
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-1434-70/+377
* * gc.c (is_pointer_to_heap): avoid GCC 3.1 warnings.eban2002-05-144-5/+15
* * djgpp/config.hin, djgpp/config.sed: catch up with the latest change.eban2002-05-133-16/+64
* cast to long from char, short and int in ASM_PUSH_XXXX.ttate2002-05-122-7/+6
* * ext/dl: enable dl's stack emulation for constructing function call.ttate2002-05-112-3/+7
* enable dl's stack emulation for constructing function call.ttate2002-05-113-38/+122
* * forgot to commit.eban2002-05-111-0/+1
* 2002-05-12eban2002-05-111-2/+2
* * missing.h: add for missing/*.c.eban2002-05-114-37/+182
* 2002-05-11nobu2002-05-111-2/+2
* * dir.c (glob_helper): remove escaping backslashes.nobu2002-05-112-2/+8
* * parse.y (here_document): preserve line number begins herenobu2002-05-102-1/+10
* 2002-05-10nobu2002-05-091-2/+2
* * eval.c (rb_thread_join): added an argument to limit time to waitnobu2002-05-093-6/+40
* * re.c (rb_reg_s_quote): # also should be quoted.matz2002-05-074-2/+7
* 2002-05-07eban2002-05-071-2/+2
* * configure.in: forgot to add -Wl, to the gcc option on Cygwin/MinGW.eban2002-05-072-2/+6
* * ext/iconv/iconv.c (iconv_try): should initialize exceptionsnobu2002-05-072-7/+15
* * eval.c (rb_yield_0): The destination of the goto jump was wrong.aamine2002-05-072-1/+5
* * eval.c (superclass): undesirable "unexpected return" when the superclass is...aamine2002-05-072-2/+9
* 2002-05-05knu2002-05-041-2/+2
* * lib/mkmf.rb: exclude topdir from the system configurationknu2002-05-042-4/+9
* Back out the previous commit which was incorrect. I misread theknu2002-05-042-6/+1
* 2002-05-04knu2002-05-031-2/+2
* * dir.c (fnmatch): Make PERIOD() independent of FNM_PATHNAME.knu2002-05-032-1/+6
* * win32/config.h.in: define HAVE_DECL_SYS_NERR.eban2002-05-032-0/+4
* * configure.in: add #include <errno.h> in AC_CHECK_DECLS().eban2002-05-032-1/+6