summaryrefslogtreecommitdiff
path: root/sprintf.c
AgeCommit message (Expand)Author
2010-12-30* sprintf.c: parenthesize macro arguments.akr
2010-12-10* sprintf.c (_HAVE_SANE_QUAD_): Don't forget LP64, r30156.naruse
2010-12-10* sprintf.c (_HAVE_SANE_QUAD_): if a certain platform has LONG_LONG inusa
2010-10-15Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and"naruse
2010-10-15* sprintf.c (rb_str_format): fix: sprintf with hex format andnaruse
2010-09-15* sprintf.c (rb_f_sprintf): fix rdoc. pointed out by Tomoyukinobu
2010-09-14* string.c (rb_str_times): mentioned about Hash argument. a patchnobu
2010-07-21* sprintf.c: add short documentation about named reference.naruse
2010-07-21* util.c (ruby_hdtoa): renamed from BSD__hdtoa.nobu
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-04-04* include/ruby/ruby.h: replace snprintf and vsnprintf bynaruse
2010-04-01* sprintf.c (rb_str_format): support %a format. [ruby-dev:40650]naruse
2010-02-08* io.c (rb_io_getline_fast): wrong calculation of new positionmatz
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