aboutsummaryrefslogtreecommitdiffstats
path: root/util.c
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * util.c (ruby_scan_oct, ruby_scan_hex): use size_t.nobu2009-03-141-2/+2
* * util.c (ruby_each_words): assume no string exceeds INT_MAX.nobu2009-03-141-1/+1
* * util.c (ruby_strdup, Balloc, rv_alloc): use size_t.nobu2009-03-141-12/+18
* * util.c (ruby_qsort): the result of cmp must be signed, so getnobu2009-03-141-18/+19
* * dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): usenobu2009-03-141-2/+2
* * util.c (rv_strdup): macro to duplicate nul-terminated string.nobu2009-03-121-8/+10
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-12/+12
* * array.c, bignum.c, gc.c, numeric.c, string.c, util.c, insns.def,nobu2009-03-101-3/+3
* * util.c (ruby_dtoa): allocates one more byte to get rid of buffernobu2009-03-011-1/+1
* * util.c: fix SEGV by test_time.rb withakr2009-02-271-33/+44
* * util.c (valid_filename): use our own implementation of open(),usa2009-02-261-11/+3
* stripped trailing spaces.nobu2009-02-221-8/+8
* * util.c (rv_alloc, freedtoa): use our normal xmalloc()/xfree() becauseusa2009-02-201-13/+2
* * thread.c (blocking_region_{begin,end}): declared as inline.nobu2008-10-261-4/+2
* * util.c (freedtoa): made static to get rid of name clash. a patch bynobu2008-10-241-2/+2
* * dln.c: Ruby no longer supports MS-DOS.yugui2008-10-041-1/+1
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-041-135/+1
* * sprintf.c, util.c (quorem, nrv_alloc, dtoa): enabled floating pointnobu2008-08-121-6/+5
* * util.c (ruby_strtod): ruby_strtod don't allow a trailingwanabe2008-06-101-0/+2
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-2/+2
* * io.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode):nobu2008-06-071-0/+4
* * st.c (st_reverse_foreach): comment out unused function.mame2008-06-051-0/+2
* * util.c (ruby_strtod, dtoa): initialize more variables for errornobu2008-06-011-5/+4
* * suppress warnings with -Wwrite-string.nobu2008-05-311-1/+1
* * util.c (ruby_strtod): clear errno at the top of our ownmatz2008-05-261-2/+1
* * debug.c (ruby_set_debug_option): separated ruby_each_words().nobu2008-02-231-0/+18
* * util.c (valid_filename): use O_EXCL to get rid of clobberingnobu2008-02-231-9/+5
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0