aboutsummaryrefslogtreecommitdiffstats
path: root/sprintf.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ruby.h (struct RString): embed small strings.matz2006-08-311-16/+16
* * sprintf.c (rb_str_format): a bug in %c type check.matz2006-08-041-3/+5
* * sprintf.c (rb_f_sprintf): documentation update patch from Jacobmatz2006-07-281-1/+7
* * sprintf.c (rb_str_format): prepend ".." to %u for negative bignum,nobu2006-07-261-18/+16
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-2/+2
* * ext/socket/socket.c (Init_socket): remove obsolete constants:matz2006-06-131-0/+2
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-1/+9
* * sprintf.c (rb_str_format): fix a GC problem.akr2005-12-121-1/+2
* * sprintf.c (rb_f_sprintf): [ruby-dev:27967]matz2005-12-071-6/+6
* * sprintf.c (rb_str_format): integer overflow check added.matz2005-12-071-1/+8
* * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz2005-09-161-3/+3
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-1/+1
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-36/+8
* * sprintf.c (ruby__sfvwrite): should move `buf' to the end ofocean2005-08-221-0/+1
* * sprintf.c: replacing is no longer needed.nobu2005-08-031-2/+0
* * configure.in: check vsnprintf() and snprintf().nobu2005-08-031-0/+4
* * parse.y (rb_parser_end_seen_p): exclude from ripper.nobu2005-07-281-0/+1
* * parse.y (f_larglist): allow bv_decl at the end of lambdamatz2005-07-281-1/+1
* * gc.c (obj_free): make message formant consistent with one frommatz2005-07-271-0/+1
* * parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz2005-07-271-0/+7
* * sprintf.c (rb_sprintf): fixed typo.ocean2005-07-261-1/+1
* * sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,nobu2005-07-231-8/+109
* * parse.y (parser_yylex): allow ';;' to be block terminator inmatz2005-06-071-2/+4
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-1/+1
* * sprintf.c (rb_f_sprintf): [ruby-dev:25104]matz2004-12-081-0/+1
* * node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.matz2004-10-271-5/+2