aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
* prefer rb_syserr_failnobu2015-12-231-3/+5
* util.c: BSD qsort_rnobu2015-09-151-1/+23
* util.c: fix off-by-one errornobu2015-06-171-1/+2
* parse.y: check NTH_REF rangenobu2015-05-291-9/+13
* util.c: hexdigitnobu2015-02-131-2/+3
* * internal.h: Include ruby.h and ruby/encoding.h to beakr2014-11-151-1/+0
* util.c: let getcwd allocate buffernobu2014-04-161-9/+9
* * configure.in: check qsort_r(3) and whether it is GNU version.glass2014-02-081-0/+2
* util.c: bump stack size in ruby_qsort()nobu2013-12-141-1/+3
* util.c: more precisionnobu2013-11-221-1/+1
* util.c: ignore too long fraction partnobu2013-11-221-2/+12
* * internal.h (ruby_digit36_to_number_table): Declared.akr2013-07-031-20/+21
* util.c: constifynobu2013-07-011-1/+1
* * util.c (ruby_hdtoa): revert r29729.naruse2013-04-221-5/+2
* Imports Ruby's port to NativeClient (a.k.a NaCl).yugui2012-05-171-0/+10
* * util.c (ruby_strtod): no need to check same digit for hexdigitnobu2012-03-151-2/+5
* * ext/bigdecimal/bigdecimal.h: add satisfy cc-mode comment.kazu2011-12-221-2/+2
* * util.c (mmprepare): fix for fragmental size.nobu2011-10-201-23/+54
* * util.c, include/ruby/util.h (ruby_add_suffix): remove the function.usa2011-08-031-178/+0
* * thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad ofkosaki2011-07-101-1/+1
* * internal.h: declare more internal functions.akr2011-06-181-3/+1
* * util.c: parenthesize macro arguments.akr2011-01-101-35/+35
* * util.c (ruby_strtod): this code uses FPU's rounding system.naruse2010-11-091-2/+5
* * util.c (ruby_strtod): suppress a warning.nobu2010-11-081-1/+2
* * util.c (ruby_hdtoa): fix type cast and bufsize.naruse2010-11-081-3/+3
* * util.c (ruby_strtod): get rid of overflow/underflow as possible.nobu2010-10-301-13/+29
* * util.c (ruby_strtod): fix indent.nobu2010-10-301-14/+14
* * util.c (ruby_strtod): reject 0x1.p+0. [ruby-dev:42432] #3966naruse2010-10-201-2/+3
* * compile.c (iseq_build_body), insns.def (getglobal, setglobal),nobu2010-10-121-1/+1
* * util.c (ruby_strtod): reject Float('0x0.').naruse2010-09-131-0/+2
* * util.c (ruby_strtod): check there is at least 1 digit afternaruse2010-09-061-2/+3
* * util.c (ruby_strtod): check integr overflow.naruse2010-09-061-6/+11
* * util.c (ruby_strtod): make sure to have digit-sequence after 'p'naruse2010-08-231-2/+6
* From b80689141673b93e8d12968c3196ec6a2331da45 Mon Sep 17 00:00:00 2001nobu2010-08-161-6/+8
* From 75db84d6ec7c9ef5fd05e5835ac1004df8ea7e2a Mon Sep 17 00:00:00 2001nobu2010-08-161-3/+3
* * util.c (ruby_add_suffix): suppress a warning.nobu2010-07-311-1/+1
* * util.c (ruby_add_suffix): fixed a bug returning uninitializednobu2010-07-291-6/+11
* * util.c (ruby_hdtoa): renamed from BSD__hdtoa.nobu2010-07-211-1/+1
* * util.c (ruby_add_suffix): fixed type warnings.nobu2010-07-171-5/+5
* * io.c (argf_inplace_mode_set): prohibits an assignment of a taintedusa2010-07-021-45/+52
* * util.c (BSD__hdtoa): suppress a warning.nobu2010-04-011-1/+1
* * util.c (BSD__hdtoa): don't use C99 macros. (FP_NORMAL etc)naruse2010-04-011-19/+18
* * sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse2010-04-011-0/+143
* * object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal andnaruse2010-04-011-16/+13
* * util.c (ruby_strtod): Add support for Hexadecimalnaruse2010-03-171-0/+38
* * removed spaces just before tabs.nobu2009-11-261-2/+2
* * util.c (ruby_strtod): use dval() consistently.akr2009-11-101-10/+10
* fix typos.akr2009-11-031-1/+1
* * common.mk (bignum.o, numeric.o): depend on util.h.nobu2009-05-261-1/+1
* * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu2009-03-171-2/+3