summaryrefslogtreecommitdiff
path: root/sprintf.c
AgeCommit message (Expand)Author
2009-09-23* sprintf.c: fixed type.nobu
2009-08-13revert r24507. [ruby-dev:39073]matz
2009-08-11* sprintf.c (rb_str_format): should preserve format encodingmatz
2009-05-19* encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()matz
2009-04-13* sprintf.c (rb_str_format): scan coderange incrementally.nobu
2009-04-13* sprintf.c (rb_str_format): optimize previous commit.naruse
2009-04-13* sprintf.c (rb_str_format): check encoding compatibility only onnaruse
2009-03-27* sprintf.c (rb_str_format): checks if named argument given twice.nobu
2009-03-27* sprintf.c (GETNAMEARG): remembers named arg is used, to get ridnobu
2009-03-17* dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu
2009-02-22stripped trailing spaces.nobu
2009-01-02 * include/ruby/missing.h, sprintf.c: get rid of a warning of VC++.usa
2008-12-28* sprintf.c: not force to override snprintf/vsnprintf.nobu
2008-12-22* sprintf.c (rb_str_format): fix buffer overflow.mame
2008-12-22* configure.in (mingw): no longer uses snprintf and vsnprintf ofnobu
2008-10-24* util.c (freedtoa): made static to get rid of name clash. a patch bynobu
2008-10-09* sprintf.c (rb_str_format): check if codepoint for %c is valid.nobu
2008-09-30* sprintf.c (rb_str_format): add %<name>s style named argumentmatz
2008-09-11* include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.naruse
2008-08-12* sprintf.c, util.c (quorem, nrv_alloc, dtoa): enabled floating pointnobu
2008-07-22* include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): newnobu
2008-07-21* missing/vsnprintf.c (struct __sbuf, FILE): use size_t.nobu
2008-07-02* sprintf.c: include ieeefp.h to refer isinf.mame
2008-07-01 * eval.c (rb_interrupt): trick to suppress GCC warning.shyouhei
2008-06-10describe %% in rdoc.akr
2008-04-20update sprintf rdoc.akr
2008-03-09fix doc.akr
2008-03-07update sprintf rdoc.akr
2008-03-06update sprintf rdoc.akr
2008-03-06* sprintf.c (rb_str_format): space flag is in effect for Inf/NaN too.nobu
2008-03-06 * sprintf.c (rb_str_format): casting double to long is undefinedusa
2008-03-06 * sprintf.c (rb_str_format): casting double to long is undefinedusa
2008-03-06* sprintf.c (rb_str_format): ignore 0 flag for NaN and Inf.nobu
2008-03-06* sprintf.c (rb_str_format): no need of loop.nobu
2008-03-05* sprintf.c (rb_str_format): size_t returned from strlen() can benobu
2008-03-01* sprintf.c (rb_str_format): "%#.0o" should keep prefix wherematz
2008-01-27* sprintf.c (rb_str_format): fix for left justify flag.nobu
2008-01-27* sprintf.c (rb_str_format): fix for octal with precision.nobu
2008-01-26* sprintf.c (rb_str_format): zero-precision zero should be empty.nobu
2008-01-24* sprintf.c (remove_sign_bits): returns pointer to the first char tonobu
2008-01-23* sprintf.c: fix comment. [ruby-dev:33275]mame
2008-01-18* sprintf.c (rb_str_format): set result encoding for wider width.nobu
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-31fix a typo.akr
2007-12-30* include/ruby/encoding.h (rb_enc_sprintf, rb_enc_vsprintf): prototyped.nobu
2007-12-21* regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,akr
2007-12-17* sprintf.c (rb_str_format): need to clear output buffer to avoidmatz
2007-12-17* string.c (tr_find): wrong condition fixed.matz
2007-12-13* string.c (str_gsub): should copy encoding to the result.matz
2007-11-27* bignum.c (big2str_find_n1): removed extraneous element.nobu