aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 2002-05-02eban2002-05-021-2/+2
* * ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.eban2002-05-023-2/+7
* * error.c: use HAVE_DECL_SYS_NERR instead of platform names.matz2002-05-027-33/+36
* Catch the exception SystemExit in extconf.rb.ttate2002-05-011-0/+6
* 2002-05-01eban2002-05-011-2/+2
* * numeric.c (num_step): better iteration condition for floatmatz2002-05-017-104/+155
* L641: rb_float_new(*((float*)ptr)) -> rb_float_new(*((double*)ptr)).ttate2002-05-011-1/+1
* * win32/win32.c (insert): fix prototype for ANSI C.eban2002-04-282-2/+7
* ext/dl/ptr.c: missing break in switch statements.ttate2002-04-263-14/+36
* ANSI C requires a named argument before `...'nobu2002-04-261-1/+1
* * eval.c (rb_proc_new): make Proc from C function. [new]nobu2002-04-264-2/+17
* 2002-04-25nobu2002-04-251-2/+2
* * various files: macro fix-up by Michal Rokos.matz2002-04-2510-48/+47
* discarded unused parametergotoken2002-04-241-3/+4
* * eval.c (proc_to_proc): return self. [new]nobu2002-04-242-5/+21
* * configure.in: set size of the initial stack fromeban2002-04-242-1/+6
* * numeric.c (num_step): try to reduce residual on Float operations.matz2002-04-242-11/+34
* * gc.c (init_GC): typo fix(rb_exc_new -> rb_exc_new2).eban2002-04-241-1/+1
* * io.c (rb_io_mode_flags): both 'r+b' and 'rb+' should be allowed.matz2002-04-2424-434/+485
* * ext/stringio/stringio.c (strio_mark): must check if ptr is NULLnobu2002-04-234-5/+15
* * ext/extmk.rb.in (create_makefile): use `{$(srcdir)}' directive insteadusa2002-04-233-2/+11
* * configure.in: AC_INIT should take no argument.eban2002-04-211-1/+1
* Add a sample which shows how to deal with C++ libraries.ttate2002-04-203-0/+97