summaryrefslogtreecommitdiff
path: root/sprintf.c
AgeCommit message (Expand)Author
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
2005-09-16* ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz
2005-09-14* bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-08-22* sprintf.c (ruby__sfvwrite): should move `buf' to the end ofocean
2005-08-03* sprintf.c: replacing is no longer needed.nobu
2005-08-03* configure.in: check vsnprintf() and snprintf().nobu
2005-07-28* parse.y (rb_parser_end_seen_p): exclude from ripper.nobu
2005-07-28* parse.y (f_larglist): allow bv_decl at the end of lambdamatz
2005-07-27* gc.c (obj_free): make message formant consistent with one frommatz
2005-07-27* parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz
2005-07-26* sprintf.c (rb_sprintf): fixed typo.ocean
2005-07-23* sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu
2005-06-07* parse.y (parser_yylex): allow ';;' to be block terminator inmatz
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2004-12-08* sprintf.c (rb_f_sprintf): [ruby-dev:25104]matz
2004-10-27* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz