index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
util.c
Age
Commit message (
Expand
)
Author
2007-05-22
merge -c 12192
shyouhei
2007-01-31
* removed svn:keywords for compatibility.
shugo
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 powersOf10
matz
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 input
matz
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 no
matz
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 during
matz
2004-09-12
* util.c (ruby_strdup): remove unnecessary code. (xmalloc never
ocean
2004-07-14
* util.c (ruby_strtod): should not convert string in the form of
ocean
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 if
matz
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 critical
matz
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-16
Updated Copyrights of Matz to 2003.
michal
2002-12-15
* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,
uema2
2002-12-02
WinCE patch merged
matz
2002-08-28
Int vs Long cleanup #3 (ruby-core:352)
michal
2002-08-21
*.c: Int vs Long cleanup
michal
2002-05-29
* parse.y: yyparse #defines moved from intern.h
matz
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 in
matz
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 must
knu
2001-12-10
* array.c (rb_ary_modify): should copy the internal buffer if the
matz
2001-11-28
* eval.c (rb_thread_select): should subtract timeofday() from
matz
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-21
rb_iglob -> rb_globi
eban
2001-02-14
* dir.c (dir_s_glob): supprt backslash escape of metacharacters
matz
2001-01-10
* m17n baseline.
matz
2000-12-26
matz
matz
2000-12-18
eban
eban
2000-12-05
matz
matz
2000-07-27
matz
matz
2000-07-04
matz
matz
2000-07-02
2000-07-02
eban
2000-05-12
2000-05-12
matz
[next]