index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sprintf.c
Age
Commit message (
Expand
)
Author
2008-03-09
fix doc.
akr
2008-03-07
update sprintf rdoc.
akr
2008-03-06
update 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 undefined
usa
2008-03-06
* sprintf.c (rb_str_format): casting double to long is undefined
usa
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 be
nobu
2008-03-01
* sprintf.c (rb_str_format): "%#.0o" should keep prefix where
matz
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 to
nobu
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 dependent
akr
2007-12-31
fix 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 avoid
matz
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 for
akr
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 bound
matz
2007-08-02
* sprintf.c (rb_f_sprintf): should not check positional number as
nobu
2007-07-16
* sprintf.c (rb_str_format): make %u behave like %d for negative
matz
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 zero
matz
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 Jacob
matz
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 Huehner
matz
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 character
matz
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++ style
matz
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 of
ocean
2005-08-03
* sprintf.c: replacing is no longer needed.
nobu
2005-08-03
* configure.in: check vsnprintf() and snprintf().
nobu
[next]