summaryrefslogtreecommitdiffstats
path: root/sprintf.c
Commit message (Expand)AuthorAgeFilesLines
* merges r23186 and r23187 from trunk into ruby_1_9_1.yugui2009-05-041-0/+1
* merges r21227 from trunk into ruby_1_9_1.yugui2009-01-041-6/+0
* merges r21115 from trunk into ruby_1_9_1.yugui2008-12-291-3/+0
* merges r20911 and 20921 from trunk into ruby_1_9_1.yugui2008-12-251-2/+2
* merges r20909 and r20910 from trunk into ruby_1_9_1.yugui2008-12-251-11/+20
* * util.c (freedtoa): made static to get rid of name clash. a patch bynobu2008-10-241-1/+1
* * sprintf.c (rb_str_format): check if codepoint for %c is valid.nobu2008-10-091-1/+1
* * sprintf.c (rb_str_format): add %<name>s style named argumentmatz2008-09-301-1/+48
* * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.naruse2008-09-111-1/+2
* * sprintf.c, util.c (quorem, nrv_alloc, dtoa): enabled floating pointnobu2008-08-121-0/+2
* * include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): newnobu2008-07-221-0/+35
* * missing/vsnprintf.c (struct __sbuf, FILE): use size_t.nobu2008-07-211-1/+1
* * sprintf.c: include ieeefp.h to refer isinf.mame2008-07-021-0/+4
* * eval.c (rb_interrupt): trick to suppress GCC warning.shyouhei2008-07-011-2/+2
* describe %% in rdoc.akr2008-06-101-0/+1
* update sprintf rdoc.akr2008-04-201-59/+62
* fix doc.akr2008-03-091-1/+1
* update sprintf rdoc.akr2008-03-071-49/+164
* update sprintf rdoc.akr2008-03-061-30/+60
* * sprintf.c (rb_str_format): space flag is in effect for Inf/NaN too.nobu2008-03-061-0/+2
* * sprintf.c (rb_str_format): casting double to long is undefinedusa2008-03-061-2/+1
* * sprintf.c (rb_str_format): casting double to long is undefinedusa2008-03-061-1/+2
* * sprintf.c (rb_str_format): ignore 0 flag for NaN and Inf.nobu2008-03-061-20/+1
* * sprintf.c (rb_str_format): no need of loop.nobu2008-03-061-2/+3
* * sprintf.c (rb_str_format): size_t returned from strlen() can benobu2008-03-051-1/+1
* * sprintf.c (rb_str_format): "%#.0o" should keep prefix wherematz2008-03-011-5/+8
* * sprintf.c (rb_str_format): fix for left justify flag.nobu2008-01-271-3/+6
* * sprintf.c (rb_str_format): fix for octal with precision.nobu2008-01-271-8/+17
* * sprintf.c (rb_str_format): zero-precision zero should be empty.nobu2008-01-261-6/+6
* * sprintf.c (remove_sign_bits): returns pointer to the first char tonobu2008-01-241-27/+22
* * sprintf.c: fix comment. [ruby-dev:33275]mame2008-01-231-7/+2
* * sprintf.c (rb_str_format): set result encoding for wider width.nobu2008-01-181-0/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* fix a typo.akr2007-12-311-1/+1
* * include/ruby/encoding.h (rb_enc_sprintf, rb_enc_vsprintf): prototyped.nobu2007-12-301-8/+24
* * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr2007-12-211-1/+1
* * sprintf.c (rb_str_format): need to clear output buffer to avoidmatz2007-12-171-1/+1
* * string.c (tr_find): wrong condition fixed.matz2007-12-171-1/+3
* * string.c (str_gsub): should copy encoding to the result.matz2007-12-131-0/+1
* * bignum.c (big2str_find_n1): removed extraneous element.nobu2007-11-271-3/+5
* * sprintf.c (rb_str_format): always trim preceding zeros.matz2007-11-261-1/+1
* * include/ruby/ruby.h: introduce 2 macros:ko12007-11-131-4/+4
* * include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr2007-09-011-3/+3
* * encoding.c: provide basic features for M17N.matz2007-08-251-19/+48
* * bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of boundmatz2007-08-161-0/+4
* * sprintf.c (rb_f_sprintf): should not check positional number asnobu2007-08-021-1/+1
* * sprintf.c (rb_str_format): make %u behave like %d for negativematz2007-07-161-9/+3
* * sprintf.c (rb_f_sprintf): more checks for format argument.nobu2007-07-151-26/+35
* * include/ruby: moved public headers.nobu2007-06-101-2/+2
* * sprintf.c (rb_str_format): should preserve leading zeromatz2006-10-301-1/+1