aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * common.mk (.y.c): use SRC_FILE which contains slashes instead ofnobu2009-03-154-1/+10
* * common.mk (srcs-ext): creates ext/dl/callback/callback.c also.nobu2009-03-143-3/+16
* * test/ruby/test_float.rb (TestFloat#test_to_s): precision wasnobu2009-03-141-1/+1
* * process.c (SAVED_GROUP_ID, p_gid_switch): should be rb_gid_t.nobu2009-03-142-4/+10
* * string.c (rb_str_subpat): accept capture name.akr2009-03-146-9/+47
* * proc.c (bmcall): should not uninitialized variable. a patch fromnobu2009-03-143-4/+9
* * util.c (ruby_scan_oct, ruby_scan_hex): use size_t.nobu2009-03-146-23/+23
* * proc.c (rb_proc_call, bmcall): commit miss.nobu2009-03-141-2/+1
* * proc.c (rb_proc_call, rb_node_arity, bmcall, curry): checksnobu2009-03-142-14/+30
* * proc.c (rb_proc_call): checks overflow.nobu2009-03-142-2/+11
* * proc.c (rb_proc_arity): commit miss.nobu2009-03-141-1/+1
* * proc.c (rb_proc_parameters): unnamed_parameters() expects intnobu2009-03-142-12/+18
* * util.c (ruby_each_words): assume no string exceeds INT_MAX.nobu2009-03-142-1/+5
* * process.c (rb_spawn_internal): use int variable for status.akr2009-03-142-3/+8
* assert connects doesn't raise.akr2009-03-141-1/+6
* * process.c (rb_f_system): use rb_pid_t for pid.akr2009-03-142-12/+18
* * util.c (ruby_strdup, Balloc, rv_alloc): use size_t.nobu2009-03-142-12/+22
* * util.c (ruby_qsort): the result of cmp must be signed, so getnobu2009-03-142-18/+24
* * dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): usenobu2009-03-141-1/+1
* * dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): usenobu2009-03-145-13/+22
* * lib/mkmf.rb (CXX_EXT): checks for case-sensitive filesystem withnobu2009-03-142-10/+15
* * 2009-03-14svn2009-03-131-2/+2
* * lib/fileutils.rb (FileUtils#fu_get_gid): stringify groupmatz2009-03-132-0/+6
* * ext/socket/init.c (wait_connectable0): remove unreachable code.akr2009-03-132-2/+4
* * configure.in (RUBY_CHECK_SIZEOF): pass [include] to AC_CHECK_SIZEOF.akr2009-03-132-1/+5
* * dln.c (dln_find_1): compare fspace in size_t world.akr2009-03-132-3/+10
* * configure.in (CFLAGS, CXXFLAGS): moved after warnflags.nobu2009-03-132-2/+7
* * vm_eval.c (rb_throw_obj): inverted call flow. [ruby-core:22872]nobu2009-03-132-21/+14
* * include/ruby/ruby.h (bool): not define to get rid of conflictnobu2009-03-132-25/+8
* * ext/openssl/openssl_missing.h (i2d_of_void): cast for callbacks.nobu2009-03-136-12/+30
* * ext/openssl/ossl_x509ext.c (ossl_x509ext_set_value): should usenobu2009-03-132-3/+9
* * class.c: fixed indent.nobu2009-03-131-21/+21
* * configure.in (AC_HEADER_DIRENT): added.nobu2009-03-135-12/+53
* * configure.in (struct stat.st_size): may be huge.nobu2009-03-132-0/+5
* * bignum.c (bigfixize): zero length Bignum is 0.nobu2009-03-132-1/+6
* * util.c (rv_strdup): macro to duplicate nul-terminated string.nobu2009-03-123-10/+17
* * ext/openssl: suppress warnings.akr2009-03-128-54/+61
* * win32/Makefile.sub (WARNFLAGS): warning 4996 is only in VC++8 orusa2009-03-122-0/+9
* * ext/openssl/ossl_ssl.c (ossl_ssl_def_const): use INT2NUM becauseakr2009-03-122-1/+6
* * io.c (nogvl_copy_stream_read_write, copy_stream_body): use size_t.nobu2009-03-121-2/+2
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-1221-121/+132
* * marshal.c (div0), numeric.c (infinite_value): new functions tonobu2009-03-123-8/+38
* * vm.c (rb_vm_get_sourceline), vm_insnhelper.c (vm_throw): usenobu2009-03-123-3/+6
* * st.c: use st_index_t for indexes instead of int.nobu2009-03-122-8/+12
* * configure.in (RUBY_CHECK_SIZEOF): if same size type is found, nonobu2009-03-122-12/+24
* * transcode_data.h: suppress warnings of overflow.akr2009-03-122-2/+6
* * include/ruby/encoding.h: suppress warnings of overflow.akr2009-03-122-2/+6
* * configure.in (warnflags): added some default flags,nobu2009-03-112-2/+21
* * configure.in (RUBY_CHECK_HUGE): checks whether a value range isnobu2009-03-113-13/+34
* * io.c (copy_stream_fallback_body): off_t may be larger than long.nobu2009-03-112-4/+6