aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * win32/Makefile.sub: add -DNT to $CFLAGS instead of $CPPFLAGS.usa2002-04-193-4/+10
* * configure.in: version 0.0 -> 1.7.2.eban2002-04-191-1/+1
* * configure.in: cleanup for autoconf 2.5x.eban2002-04-194-17/+16
* * win32/win32.c: include <mswsock.h> on __MINGW32__.eban2002-04-192-0/+5
* 2002-04-19eban2002-04-191-2/+2
* * ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32.eban2002-04-192-9/+23
* * re.c (rb_reg_to_s): remove redundant shy group.nobu2002-04-192-20/+10
* * eval.c (rb_thread_cleanup): current thread may be THREAD_STOPPED,matz2002-04-196-49/+96
* ext/dl/ptr.c: remove rb_dlptr_cast().ttate2002-04-192-39/+4
* 2002-04-18nobu2002-04-181-2/+2
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-1823-98/+146
* * re.c (rb_reg_to_s): new function for Regexp#to_s.akr2002-04-182-1/+46
* copied from ext/etc.nobu2002-04-184-0/+8
* modify document.akr2002-04-182-3/+6
* * ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat inknu2002-04-1713-5229/+5
* * eval.c (assign): convert mrhs to mvalue.nobu2002-04-163-3/+7
* 2002-04-15nobu2002-04-151-2/+2
* * pack.c (pack_unpack): should treat 'U' in character unit, not inmatz2002-04-157-13/+18
* Correct.ttate2002-04-141-8/+8
* Edit the documentation.ttate2002-04-141-2/+7
* * struct.c (rb_struct_select): fix typo.matz2002-04-123-3/+12
* * configure.in: add check for initstate(3).eban2002-04-121-1/+1
* * win32/Makefile.sub: use missing/acosh.c.usa2002-04-123-2/+12
* 2002-04-12nobu2002-04-121-2/+2
* /tmp/lognobu2002-04-125-11/+119
* should be HAVE_TANHnobu2002-04-111-1/+1
* * random.c (rand_init): add check for initstate(3).eban2002-04-112-1/+5
* * io.c (remain_size): IO#read returns "" if file.size == 0.eban2002-04-112-3/+4
* 2002-04-11eban2002-04-111-2/+2