| Commit message (Expand) | Author | Age | Files | Lines |
* | * thread.c (blocking_region_{begin,end}): declared as inline. | nobu | 2008-10-26 | 1 | -4/+2 |
* | * util.c (freedtoa): made static to get rid of name clash. a patch by | nobu | 2008-10-24 | 1 | -2/+2 |
* | * dln.c: Ruby no longer supports MS-DOS. | yugui | 2008-10-04 | 1 | -1/+1 |
* | * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp. | yugui | 2008-10-04 | 1 | -135/+1 |
* | * sprintf.c, util.c (quorem, nrv_alloc, dtoa): enabled floating point | nobu | 2008-08-12 | 1 | -6/+5 |
* | * util.c (ruby_strtod): ruby_strtod don't allow a trailing | wanabe | 2008-06-10 | 1 | -0/+2 |
* | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 | 2008-06-08 | 1 | -2/+2 |
* | * io.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode): | nobu | 2008-06-07 | 1 | -0/+4 |
* | * st.c (st_reverse_foreach): comment out unused function. | mame | 2008-06-05 | 1 | -0/+2 |
* | * util.c (ruby_strtod, dtoa): initialize more variables for error | nobu | 2008-06-01 | 1 | -5/+4 |
* | * suppress warnings with -Wwrite-string. | nobu | 2008-05-31 | 1 | -1/+1 |
* | * util.c (ruby_strtod): clear errno at the top of our own | matz | 2008-05-26 | 1 | -2/+1 |
* | * debug.c (ruby_set_debug_option): separated ruby_each_words(). | nobu | 2008-02-23 | 1 | -0/+18 |
* | * util.c (valid_filename): use O_EXCL to get rid of clobbering | nobu | 2008-02-23 | 1 | -9/+5 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | downcase MUL_OVERFLOW. it is a local variable. | akr | 2008-01-03 | 1 | -2/+2 |
* | * util.c (ruby_strtoul): "0x", "+" and "-" is not a valid integer. | akr | 2008-01-02 | 1 | -2/+7 |
* | use signed char explicitly for table in scan_digits. | akr | 2008-01-02 | 1 | -1/+1 |
* | * util.c (ruby_strtoul): locale independent strtoul is implemented to | akr | 2008-01-02 | 1 | -0/+111 |
* | * util.c (IEEE_BIG_ENDIAN): use configured value. [ruby-dev:31623] | nobu | 2007-08-27 | 1 | -37/+41 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 1 | -1/+1 |
* | * util.c: updated for ANSI C only. applied a patch from | matz | 2007-08-22 | 1 | -169/+31 |
* | * util.c (ruby_strtod): replaced by the implementation by David | matz | 2007-08-21 | 1 | -252/+3281 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 1 | -2/+2 |
* | * util.c (ruby_strtod): exponent is radix 10. [ruby-talk:248272] | nobu | 2007-04-18 | 1 | -2/+2 |
* | * regparse.c, etc.: K&R to ANSI code cleanup patch from Stefan | matz | 2007-03-19 | 1 | -6/+2 |
* | * util.c (push_element): should return a int value. | eban | 2007-03-04 | 1 | -1/+3 |
* | * util.c (__crt0_glob_function): use ruby_glob() instead of rb_globi(). | eban | 2007-02-27 | 1 | -1/+1 |
* | * file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR and | usa | 2006-08-31 | 1 | -7/+7 |
* | * object.c (rb_cstr_to_dbl): limit out-of-range message. | nobu | 2006-07-18 | 1 | -2/+5 |
* | * util.c (ruby_strtod): stop at dot not followed by digits. | nobu | 2006-07-17 | 1 | -2/+2 |
* | * math.c (log2): may be a macro. | nobu | 2006-06-09 | 1 | -2/+3 |
* | * sprintf.c (rb_str_format): allow %c to print one character | matz | 2006-06-09 | 1 | -46/+44 |
* | * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330] | ocean | 2006-02-17 | 1 | -3/+9 |
* | * util.[hc] (ruby_add_suffix): constified. | ocean | 2005-10-22 | 1 | -24/+12 |
* | * array.c, enum.c, eval.c, util.c: safer function pointer usage. | nobu | 2005-10-11 | 1 | -6/+3 |
* | * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056] | ocean | 2005-09-14 | 1 | -1/+1 |
* | * enum.c (enum_sort_by): do not use qsort directly. use | matz | 2004-09-21 | 1 | -18/+19 |
* | * util.c (ruby_strdup): remove unnecessary code. (xmalloc never | ocean | 2004-09-12 | 1 | -2/+5 |
* | * util.c (ruby_strtod): should not convert string in the form of | ocean | 2004-07-14 | 1 | -6/+13 |
* | * util.c (ruby_strtod): strtod("0", &end); => end should point '\0'. | ocean | 2004-05-14 | 1 | -8/+6 |
* | * util.c (ruby_strtod): 0.0000000000000000001 == 0.0 should be false. | ocean | 2004-05-07 | 1 | -27/+21 |
* | * util.c (mblen): fix overrun. [ruby-dev:22672] | eban | 2004-01-29 | 1 | -0/+2 |
* | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz | 2004-01-29 | 1 | -1/+1 |
* | * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX. | siena | 2004-01-21 | 1 | -1/+1 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -1/+12 |
* | * error.c (rb_warn_m): should not warn if -W0 is specified. | matz | 2003-09-24 | 1 | -0/+7 |
* | * util.c (ruby_strtod): exp should be less than MDMAXEXPT. | matz | 2003-07-11 | 1 | -1/+1 |
* | * eval.c (rb_load): put rb_load_file() in a thread critical | matz | 2003-07-09 | 1 | -9/+6 |
* | * eval.c, util.c: removed duplicated includes/defines. | nobu | 2003-05-27 | 1 | -4/+0 |