summaryrefslogtreecommitdiff
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* Fri, 2 Jul 2010 14:35:10 +0000 usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>shyouhei2010-11-221-52/+56
* merge revision(s) 23353:shyouhei2009-11-161-33/+44
* merge revision(s) 22694,22947:shyouhei2009-06-031-5/+7
* merge revision(s) 17074:shyouhei2008-06-291-0/+2
* Merge changes from ruby_1_8 to reduce warnings and potentially improveknu2008-06-061-7/+16
* Merge from ruby_1_8.knu2008-05-311-1/+1
* Merge -r16241:16456 from ruby_1_8.knu2008-05-181-253/+3158
* * util.c (valid_filename): use O_EXCL to get rid of clobberingnobu2008-02-231-9/+5
* * util.c (ruby_strtod): exponent is radix 10. [ruby-talk:248272]nobu2007-04-181-2/+2
* * util.c (push_element): should return a int value.eban2007-03-041-1/+3
* * util.c (__crt0_glob_function): use ruby_glob() instead of rb_globi().eban2007-02-271-1/+1
* * object.c (rb_cstr_to_dbl): limit out-of-range message.nobu2006-07-181-2/+5
* * util.c (ruby_strtod): stop at dot not followed by digits.nobu2006-07-171-2/+2
* * util.c (powersOf10): constified.nobu2006-06-261-2/+4
* * util.c (ruby_strtod): try to reduce errors using powersOf10matz2006-05-161-21/+31
* * util.c (ruby_strtod): differ addition to minimize error.matz2006-05-111-12/+50
* * util.c (ruby_strtod): should not raise ERANGE when the inputmatz2006-05-111-4/+3
* * numeric.c (num_div): use floor rather than rb_Integer().matz2006-05-011-61/+23
* * util.c (ruby_strtod): should not cut off 18 digits for nomatz2006-04-281-62/+51
* * util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean2006-02-171-3/+9
* * array.c (rb_ary_uniq_bang): element size might change duringmatz2004-09-211-18/+19
* * util.c (ruby_strdup): remove unnecessary code. (xmalloc neverocean2004-09-121-2/+5
* * util.c (ruby_strtod): should not convert string in the form ofocean2004-07-141-6/+13
* * util.c (ruby_strtod): strtod("0", &end); => end should point '\0'.ocean2004-05-141-8/+6
* * util.c (ruby_strtod): 0.0000000000000000001 == 0.0 should be false.ocean2004-05-071-27/+21
* * util.c (mblen): fix overrun. [ruby-dev:22672]eban2004-01-291-0/+2
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-1/+12
* * error.c (rb_warn_m): should not warn if -W0 is specified.matz2003-09-241-0/+7
* * util.c (ruby_strtod): exp should be less than MDMAXEXPT.matz2003-07-111-1/+1
* * eval.c (rb_load): put rb_load_file() in a thread criticalmatz2003-07-091-9/+6
* * eval.c, util.c: removed duplicated includes/defines.nobu2003-05-271-4/+0
* * util.c (ruby_strtod): improved conversion accuracy.nobu2003-04-171-55/+78
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-5/+5
* WinCE patch mergedmatz2002-12-021-5/+5
* Int vs Long cleanup #3 (ruby-core:352)michal2002-08-281-6/+6
* *.c: Int vs Long cleanupmichal2002-08-211-1/+1
* * parse.y: yyparse #defines moved from intern.hmatz2002-05-291-3/+5
* * array.c: fixed format string for 'long' args (%d -> %ld).michal2002-05-281-1/+1
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-3/+255
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-3/+3
* * util.c (push_element): avoid warning for djgpp.eban2002-03-231-1/+2
* * util.c (ruby_getcwd): the content of buf is uncertain and mustknu2002-03-191-1/+1
* * array.c (rb_ary_modify): should copy the internal buffer if thematz2001-12-101-27/+32
* * eval.c (rb_thread_select): should subtract timeofday() frommatz2001-11-281-1/+1
* * process.c (security): always give warning for insecure PATH.matz2001-11-081-0/+15
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-148/+157
* * eval.c (rb_mod_define_method): should have clear method cache.matz2001-03-271-1/+0
* * ruby.h: better inline function support.matz2001-03-221-1/+1
* rb_iglob -> rb_globieban2001-03-211-1/+1