summaryrefslogtreecommitdiff
path: root/util.c
AgeCommit message (Expand)Author
2021-01-10dtoa.c: make thread-safe by using atomic CASNobuyoshi Nakada
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2019-12-26decouple internal.h headers卜部昌平
2019-02-07Split dtoa.cnobu
2018-11-15suppress integer overflow warningsshyouhei
2018-11-13suppress integer overflow warningsshyouhei
2018-11-09util.c: suppress warningsshyouhei
2018-11-08avoid (size_t)-- (2nd try)shyouhei
2018-11-08svn merge -r 65625:65623 .shyouhei
2018-11-08avoid (size_t)--shyouhei
2018-09-26yet another -Wparentheses tweakshyouhei
2018-09-10util.c: removed extra #endif [Bug #15091]nobu
2018-09-10util.c: fix ruby_qsort with qsort_snobu
2018-09-10there is no such predefined macro. check build before commit!usa
2018-09-09util.c: qsort_s in C11nobu
2018-01-04define NO_LONG_LONG appropriatelyshyouhei
2017-10-23Drop to support NaCl platform.hsbt
2017-05-19Merge latest dtoa.c [Bug #13545]naruse
2017-05-18potential memory leaknobu
2017-03-03fix for mingw64nobu
2016-11-04util.c: round to evennobu
2016-07-15util.c: do not underflownobu
2016-07-10util.c: round nearly middle valuenobu
2016-05-11util.c: qsort_snobu
2016-05-08* gc.c (rb_gc_unprotect_logging): throw rb_memerror when it cannotnaruse
2015-12-23prefer rb_syserr_failnobu
2015-09-15util.c: BSD qsort_rnobu
2015-06-17util.c: fix off-by-one errornobu
2015-05-29parse.y: check NTH_REF rangenobu
2015-02-13util.c: hexdigitnobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-04-16util.c: let getcwd allocate buffernobu
2014-02-08* configure.in: check qsort_r(3) and whether it is GNU version.glass
2013-12-14util.c: bump stack size in ruby_qsort()nobu
2013-11-22util.c: more precisionnobu
2013-11-22util.c: ignore too long fraction partnobu
2013-07-03* internal.h (ruby_digit36_to_number_table): Declared.akr
2013-07-01util.c: constifynobu
2013-04-22* util.c (ruby_hdtoa): revert r29729.naruse
2012-05-17Imports Ruby's port to NativeClient (a.k.a NaCl).yugui
2012-03-15* util.c (ruby_strtod): no need to check same digit for hexdigitnobu
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 ofkosaki
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