summaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Expand)Author
2007-03-04* util.c (push_element): should return a int value.knu
2007-02-27Merge changes between r11907 and r11913 from ruby_1_8.knu
2006-07-18* object.c (rb_cstr_to_dbl): limit out-of-range message.nobu
2006-07-17* util.c (ruby_strtod): stop at dot not followed by digits.nobu
2006-06-26* util.c (powersOf10): constified.nobu
2006-05-16* util.c (ruby_strtod): try to reduce errors using powersOf10matz
2006-05-11* util.c (ruby_strtod): differ addition to minimize error.matz
2006-05-11* util.c (ruby_strtod): should not raise ERANGE when the inputmatz
2006-05-01* numeric.c (num_div): use floor rather than rb_Integer().matz
2006-04-28* util.c (ruby_strtod): should not cut off 18 digits for nomatz
2006-02-17* util.c (ruby_strtod): Float("1e") should fail. [ruby-core:7330]ocean
2004-09-21* array.c (rb_ary_uniq_bang): element size might change duringmatz
2004-09-12* util.c (ruby_strdup): remove unnecessary code. (xmalloc neverocean
2004-07-14* util.c (ruby_strtod): should not convert string in the form ofocean
2004-05-14* util.c (ruby_strtod): strtod("0", &end); => end should point '\0'.ocean
2004-05-07* util.c (ruby_strtod): 0.0000000000000000001 == 0.0 should be false.ocean
2004-01-29* util.c (mblen): fix overrun. [ruby-dev:22672]eban
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-09-24* error.c (rb_warn_m): should not warn if -W0 is specified.matz
2003-07-11* util.c (ruby_strtod): exp should be less than MDMAXEXPT.matz
2003-07-09* eval.c (rb_load): put rb_load_file() in a thread criticalmatz
2003-05-27* eval.c, util.c: removed duplicated includes/defines.nobu
2003-04-17* util.c (ruby_strtod): improved conversion accuracy.nobu
2003-01-16Updated Copyrights of Matz to 2003.michal
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-02WinCE patch mergedmatz
2002-08-28Int vs Long cleanup #3 (ruby-core:352)michal
2002-08-21*.c: Int vs Long cleanupmichal
2002-05-29* parse.y: yyparse #defines moved from intern.hmatz
2002-05-28 * array.c: fixed format string for 'long' args (%d -> %ld).michal
2002-05-14* eval.c (rb_clear_cache_by_class): new function.matz
2002-04-18* re.c (rb_reg_expr_str): should treat backslash specially inmatz
2002-03-23* util.c (push_element): avoid warning for djgpp.eban
2002-03-19* util.c (ruby_getcwd): the content of buf is uncertain and mustknu
2001-12-10* array.c (rb_ary_modify): should copy the internal buffer if thematz
2001-11-28* eval.c (rb_thread_select): should subtract timeofday() frommatz
2001-11-08* process.c (security): always give warning for insecure PATH.matz
2001-05-02* eval.c (block_pass): should not downgrade safe level.matz
2001-03-27* eval.c (rb_mod_define_method): should have clear method cache.matz
2001-03-22* ruby.h: better inline function support.matz
2001-03-21rb_iglob -> rb_globieban
2001-02-14* dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz
2001-01-10* m17n baseline.matz
2000-12-26matzmatz
2000-12-18ebaneban
2000-12-05matzmatz
2000-07-27matzmatz
2000-07-04matzmatz
2000-07-022000-07-02eban
2000-05-122000-05-12matz