summaryrefslogtreecommitdiff
path: root/sprintf.c
AgeCommit message (Expand)Author
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
2007-11-26* sprintf.c (rb_str_format): always trim preceding zeros.matz
2007-11-13* include/ruby/ruby.h: introduce 2 macros:ko1
2007-09-01* include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-08-16* bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of boundmatz
2007-08-02* sprintf.c (rb_f_sprintf): should not check positional number asnobu
2007-07-16* sprintf.c (rb_str_format): make %u behave like %d for negativematz
2007-07-15* sprintf.c (rb_f_sprintf): more checks for format argument.nobu
2007-06-10* include/ruby: moved public headers.nobu
2006-10-30* sprintf.c (rb_str_format): should preserve leading zeromatz
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-08-04* sprintf.c (rb_str_format): a bug in %c type check.matz
2006-07-28* sprintf.c (rb_f_sprintf): documentation update patch from Jacobmatz
2006-07-26* sprintf.c (rb_str_format): prepend ".." to %u for negative bignum,nobu
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-13* ext/socket/socket.c (Init_socket): remove obsolete constants:matz
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2005-12-12* sprintf.c (rb_str_format): fix a GC problem.akr
2005-12-07* sprintf.c (rb_f_sprintf): [ruby-dev:27967]matz
2005-12-07* sprintf.c (rb_str_format): integer overflow check added.matz