| Commit message (Expand) | Author | Age | Files | Lines |
* | * util.c (ruby_strdup, Balloc, rv_alloc): use size_t. | nobu | 2009-03-14 | 2 | -12/+22 |
* | * util.c (ruby_qsort): the result of cmp must be signed, so get | nobu | 2009-03-14 | 2 | -18/+24 |
* | * dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): use | nobu | 2009-03-14 | 1 | -1/+1 |
* | * dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): use | nobu | 2009-03-14 | 5 | -13/+22 |
* | * lib/mkmf.rb (CXX_EXT): checks for case-sensitive filesystem with | nobu | 2009-03-14 | 2 | -10/+15 |
* | * 2009-03-14 | svn | 2009-03-13 | 1 | -2/+2 |
* | * lib/fileutils.rb (FileUtils#fu_get_gid): stringify group | matz | 2009-03-13 | 2 | -0/+6 |
* | * ext/socket/init.c (wait_connectable0): remove unreachable code. | akr | 2009-03-13 | 2 | -2/+4 |
* | * configure.in (RUBY_CHECK_SIZEOF): pass [include] to AC_CHECK_SIZEOF. | akr | 2009-03-13 | 2 | -1/+5 |
* | * dln.c (dln_find_1): compare fspace in size_t world. | akr | 2009-03-13 | 2 | -3/+10 |
* | * configure.in (CFLAGS, CXXFLAGS): moved after warnflags. | nobu | 2009-03-13 | 2 | -2/+7 |
* | * vm_eval.c (rb_throw_obj): inverted call flow. [ruby-core:22872] | nobu | 2009-03-13 | 2 | -21/+14 |
* | * include/ruby/ruby.h (bool): not define to get rid of conflict | nobu | 2009-03-13 | 2 | -25/+8 |
* | * ext/openssl/openssl_missing.h (i2d_of_void): cast for callbacks. | nobu | 2009-03-13 | 6 | -12/+30 |
* | * ext/openssl/ossl_x509ext.c (ossl_x509ext_set_value): should use | nobu | 2009-03-13 | 2 | -3/+9 |
* | * class.c: fixed indent. | nobu | 2009-03-13 | 1 | -21/+21 |
* | * configure.in (AC_HEADER_DIRENT): added. | nobu | 2009-03-13 | 5 | -12/+53 |
* | * configure.in (struct stat.st_size): may be huge. | nobu | 2009-03-13 | 2 | -0/+5 |
* | * bignum.c (bigfixize): zero length Bignum is 0. | nobu | 2009-03-13 | 2 | -1/+6 |
* | * util.c (rv_strdup): macro to duplicate nul-terminated string. | nobu | 2009-03-12 | 3 | -10/+17 |
* | * ext/openssl: suppress warnings. | akr | 2009-03-12 | 8 | -54/+61 |
* | * win32/Makefile.sub (WARNFLAGS): warning 4996 is only in VC++8 or | usa | 2009-03-12 | 2 | -0/+9 |
* | * ext/openssl/ossl_ssl.c (ossl_ssl_def_const): use INT2NUM because | akr | 2009-03-12 | 2 | -1/+6 |
* | * io.c (nogvl_copy_stream_read_write, copy_stream_body): use size_t. | nobu | 2009-03-12 | 1 | -2/+2 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 21 | -121/+132 |
* | * marshal.c (div0), numeric.c (infinite_value): new functions to | nobu | 2009-03-12 | 3 | -8/+38 |
* | * vm.c (rb_vm_get_sourceline), vm_insnhelper.c (vm_throw): use | nobu | 2009-03-12 | 3 | -3/+6 |
* | * st.c: use st_index_t for indexes instead of int. | nobu | 2009-03-12 | 2 | -8/+12 |
* | * configure.in (RUBY_CHECK_SIZEOF): if same size type is found, no | nobu | 2009-03-12 | 2 | -12/+24 |
* | * transcode_data.h: suppress warnings of overflow. | akr | 2009-03-12 | 2 | -2/+6 |
* | * include/ruby/encoding.h: suppress warnings of overflow. | akr | 2009-03-12 | 2 | -2/+6 |
* | * configure.in (warnflags): added some default flags, | nobu | 2009-03-11 | 2 | -2/+21 |
* | * configure.in (RUBY_CHECK_HUGE): checks whether a value range is | nobu | 2009-03-11 | 3 | -13/+34 |
* | * io.c (copy_stream_fallback_body): off_t may be larger than long. | nobu | 2009-03-11 | 2 | -4/+6 |
* | * iseq.c (rb_iseq_disasm): RSTRING_LEN() returns long. | nobu | 2009-03-11 | 2 | -3/+6 |
* | * process.c (rb_f_sleep): time() needs time_t. | nobu | 2009-03-11 | 2 | -2/+4 |
* | * random.c (fill_random_seed): enclosed conditionally used | nobu | 2009-03-11 | 2 | -1/+6 |
* | * thread_pthread.c (ruby_init_stack): range of rlim_cur may be | nobu | 2009-03-11 | 2 | -3/+6 |
* | * missing/vsnprintf.c (BSD_vfprintf): commented out code which has | nobu | 2009-03-11 | 2 | -1/+6 |
* | use argument only if it is absolute path. | akr | 2009-03-11 | 1 | -2/+2 |
* | * configure.in: strip spaces from ruby_version. | akr | 2009-03-11 | 2 | -1/+7 |
* | * dir.c (dir_seek): use long for seekdir(). | nobu | 2009-03-11 | 2 | -1/+5 |
* | * tool/ytab.sed: replaces backslashes with slash for nmake. | nobu | 2009-03-11 | 4 | -3/+8 |
* | * time.c (time_mload): don't clear tm_mday. | akr | 2009-03-11 | 2 | -1/+5 |
* | * ext/dl/handle.c (rb_dlhandle_sym): RTLD_NEXT is not for symbol | nobu | 2009-03-11 | 2 | -11/+6 |
* | * test/dl/test_base.rb: decide dll name of MSVCRT from RUBY_SO_NAME on native... | usa | 2009-03-11 | 1 | -5/+5 |
* | * ext/dl/win32/lib/Win32API.rb: call by :stdcall as default. | usa | 2009-03-11 | 2 | -2/+7 |
* | * ChangeLog: mentiond about SUSv3. | nobu | 2009-03-11 | 1 | -1/+2 |
* | * parse.y (stack_type): uses VALUE which is able to be stored | nobu | 2009-03-11 | 2 | -7/+8 |
* | * win32/win32.c (init_env): set TMPDIR if none of TMPDIR, TMP, | nobu | 2009-03-11 | 2 | -56/+4 |