| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) 44195: [Backport #7772] | usa | 2014-01-29 | 1 | -1/+3 |
* | merge revision(s) 43780: | usa | 2013-11-22 | 1 | -1/+1 |
* | merge revision(s) 43775: | usa | 2013-11-22 | 1 | -2/+12 |
* | merge revision(s) 32826,34732: [Backport #6681] | usa | 2012-10-26 | 1 | -178/+0 |
* | * thread_pthread.c (mutex_debug): use exit(EXIT_FAILURE) instad of | kosaki | 2011-07-10 | 1 | -1/+1 |
* | * internal.h: declare more internal functions. | akr | 2011-06-18 | 1 | -3/+1 |
* | * util.c: parenthesize macro arguments. | akr | 2011-01-10 | 1 | -35/+35 |
* | * util.c (ruby_strtod): this code uses FPU's rounding system. | naruse | 2010-11-09 | 1 | -2/+5 |
* | * util.c (ruby_strtod): suppress a warning. | nobu | 2010-11-08 | 1 | -1/+2 |
* | * util.c (ruby_hdtoa): fix type cast and bufsize. | naruse | 2010-11-08 | 1 | -3/+3 |
* | * util.c (ruby_strtod): get rid of overflow/underflow as possible. | nobu | 2010-10-30 | 1 | -13/+29 |
* | * util.c (ruby_strtod): fix indent. | nobu | 2010-10-30 | 1 | -14/+14 |
* | * util.c (ruby_strtod): reject 0x1.p+0. [ruby-dev:42432] #3966 | naruse | 2010-10-20 | 1 | -2/+3 |
* | * compile.c (iseq_build_body), insns.def (getglobal, setglobal), | nobu | 2010-10-12 | 1 | -1/+1 |
* | * util.c (ruby_strtod): reject Float('0x0.'). | naruse | 2010-09-13 | 1 | -0/+2 |
* | * util.c (ruby_strtod): check there is at least 1 digit after | naruse | 2010-09-06 | 1 | -2/+3 |
* | * util.c (ruby_strtod): check integr overflow. | naruse | 2010-09-06 | 1 | -6/+11 |
* | * util.c (ruby_strtod): make sure to have digit-sequence after 'p' | naruse | 2010-08-23 | 1 | -2/+6 |
* | From b80689141673b93e8d12968c3196ec6a2331da45 Mon Sep 17 00:00:00 2001 | nobu | 2010-08-16 | 1 | -6/+8 |
* | From 75db84d6ec7c9ef5fd05e5835ac1004df8ea7e2a Mon Sep 17 00:00:00 2001 | nobu | 2010-08-16 | 1 | -3/+3 |
* | * util.c (ruby_add_suffix): suppress a warning. | nobu | 2010-07-31 | 1 | -1/+1 |
* | * util.c (ruby_add_suffix): fixed a bug returning uninitialized | nobu | 2010-07-29 | 1 | -6/+11 |
* | * util.c (ruby_hdtoa): renamed from BSD__hdtoa. | nobu | 2010-07-21 | 1 | -1/+1 |
* | * util.c (ruby_add_suffix): fixed type warnings. | nobu | 2010-07-17 | 1 | -5/+5 |
* | * io.c (argf_inplace_mode_set): prohibits an assignment of a tainted | usa | 2010-07-02 | 1 | -45/+52 |
* | * util.c (BSD__hdtoa): suppress a warning. | nobu | 2010-04-01 | 1 | -1/+1 |
* | * util.c (BSD__hdtoa): don't use C99 macros. (FP_NORMAL etc) | naruse | 2010-04-01 | 1 | -19/+18 |
* | * sprintf.c (rb_str_format): support %a format. [ruby-dev:40650] | naruse | 2010-04-01 | 1 | -0/+143 |
* | * object.c (rb_cstr_to_dbl): return 0.0 if hexadecimal and | naruse | 2010-04-01 | 1 | -16/+13 |
* | * util.c (ruby_strtod): Add support for Hexadecimal | naruse | 2010-03-17 | 1 | -0/+38 |
* | * removed spaces just before tabs. | nobu | 2009-11-26 | 1 | -2/+2 |
* | * util.c (ruby_strtod): use dval() consistently. | akr | 2009-11-10 | 1 | -10/+10 |
* | fix typos. | akr | 2009-11-03 | 1 | -1/+1 |
* | * common.mk (bignum.o, numeric.o): depend on util.h. | nobu | 2009-05-26 | 1 | -1/+1 |
* | * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c, | nobu | 2009-03-17 | 1 | -2/+3 |
* | * util.c (ruby_scan_oct, ruby_scan_hex): use size_t. | nobu | 2009-03-14 | 1 | -2/+2 |
* | * util.c (ruby_each_words): assume no string exceeds INT_MAX. | nobu | 2009-03-14 | 1 | -1/+1 |
* | * util.c (ruby_strdup, Balloc, rv_alloc): use size_t. | nobu | 2009-03-14 | 1 | -12/+18 |
* | * util.c (ruby_qsort): the result of cmp must be signed, so get | nobu | 2009-03-14 | 1 | -18/+19 |
* | * dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): use | nobu | 2009-03-14 | 1 | -2/+2 |
* | * util.c (rv_strdup): macro to duplicate nul-terminated string. | nobu | 2009-03-12 | 1 | -8/+10 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 1 | -12/+12 |
* | * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def, | nobu | 2009-03-10 | 1 | -3/+3 |
* | * util.c (ruby_dtoa): allocates one more byte to get rid of buffer | nobu | 2009-03-01 | 1 | -1/+1 |
* | * util.c: fix SEGV by test_time.rb with | akr | 2009-02-27 | 1 | -33/+44 |
* | * util.c (valid_filename): use our own implementation of open(), | usa | 2009-02-26 | 1 | -11/+3 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -8/+8 |
* | * util.c (rv_alloc, freedtoa): use our normal xmalloc()/xfree() because | usa | 2009-02-20 | 1 | -13/+2 |
* | * thread.c (blocking_region_{begin,end}): declared as inline. | nobu | 2008-10-26 | 1 | -4/+2 |
* | * util.c (freedtoa): made static to get rid of name clash. a patch by | nobu | 2008-10-24 | 1 | -2/+2 |