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
2018-01-04
define NO_LONG_LONG appropriately
shyouhei
2017-10-23
Drop to support NaCl platform.
hsbt
2017-05-19
Merge latest dtoa.c [Bug #13545]
naruse
2017-05-18
potential memory leak
nobu
2017-03-03
fix for mingw64
nobu
2016-11-04
util.c: round to even
nobu
2016-07-15
util.c: do not underflow
nobu
2016-07-10
util.c: round nearly middle value
nobu
2016-05-11
util.c: qsort_s
nobu
2016-05-08
* gc.c (rb_gc_unprotect_logging): throw rb_memerror when it cannot
naruse
2015-12-23
prefer rb_syserr_fail
nobu
2015-09-15
util.c: BSD qsort_r
nobu
2015-06-17
util.c: fix off-by-one error
nobu
2015-05-29
parse.y: check NTH_REF range
nobu
2015-02-13
util.c: hexdigit
nobu
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-04-16
util.c: let getcwd allocate buffer
nobu
2014-02-08
* configure.in: check qsort_r(3) and whether it is GNU version.
glass
2013-12-14
util.c: bump stack size in ruby_qsort()
nobu
2013-11-22
util.c: more precision
nobu
2013-11-22
util.c: ignore too long fraction part
nobu
2013-07-03
* internal.h (ruby_digit36_to_number_table): Declared.
akr
2013-07-01
util.c: constify
nobu
2013-04-22
* util.c (ruby_hdtoa): revert r29729.
naruse
2012-05-17
Imports Ruby's port to NativeClient (a.k.a NaCl).
yugui
2012-03-15
* util.c (ruby_strtod): no need to check same digit for hexdigit
nobu
2011-12-22
* ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.
kazu
2011-10-20
* util.c (mmprepare): fix for fragmental size.
nobu
2011-08-03
* util.c, include/ruby/util.h (ruby_add_suffix): remove the function.
usa
2011-07-10
* thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad of
kosaki
2011-06-18
* internal.h: declare more internal functions.
akr
2011-01-10
* util.c: parenthesize macro arguments.
akr
2010-11-09
* util.c (ruby_strtod): this code uses FPU's rounding system.
naruse
2010-11-08
* util.c (ruby_strtod): suppress a warning.
nobu
2010-11-08
* util.c (ruby_hdtoa): fix type cast and bufsize.
naruse
2010-10-30
* util.c (ruby_strtod): get rid of overflow/underflow as possible.
nobu
2010-10-30
* util.c (ruby_strtod): fix indent.
nobu
2010-10-20
* util.c (ruby_strtod): reject 0x1.p+0. [ruby-dev:42432] #3966
naruse
2010-10-12
* compile.c (iseq_build_body), insns.def (getglobal, setglobal),
nobu
2010-09-13
* util.c (ruby_strtod): reject Float('0x0.').
naruse
2010-09-06
* util.c (ruby_strtod): check there is at least 1 digit after
naruse
2010-09-06
* util.c (ruby_strtod): check integr overflow.
naruse
2010-08-23
* util.c (ruby_strtod): make sure to have digit-sequence after 'p'
naruse
2010-08-16
From b80689141673b93e8d12968c3196ec6a2331da45 Mon Sep 17 00:00:00 2001
nobu
2010-08-16
From 75db84d6ec7c9ef5fd05e5835ac1004df8ea7e2a Mon Sep 17 00:00:00 2001
nobu
2010-07-31
* util.c (ruby_add_suffix): suppress a warning.
nobu
2010-07-29
* util.c (ruby_add_suffix): fixed a bug returning uninitialized
nobu
2010-07-21
* util.c (ruby_hdtoa): renamed from BSD__hdtoa.
nobu
2010-07-17
* util.c (ruby_add_suffix): fixed type warnings.
nobu
2010-07-02
* io.c (argf_inplace_mode_set): prohibits an assignment of a tainted
usa
[next]