index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sprintf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
update sprintf rdoc.
akr
2008-04-20
1
-59
/
+62
*
fix doc.
akr
2008-03-09
1
-1
/
+1
*
update sprintf rdoc.
akr
2008-03-07
1
-49
/
+164
*
update sprintf rdoc.
akr
2008-03-06
1
-30
/
+60
*
* sprintf.c (rb_str_format): space flag is in effect for Inf/NaN too.
nobu
2008-03-06
1
-0
/
+2
*
* sprintf.c (rb_str_format): casting double to long is undefined
usa
2008-03-06
1
-2
/
+1
*
* sprintf.c (rb_str_format): casting double to long is undefined
usa
2008-03-06
1
-1
/
+2
*
* sprintf.c (rb_str_format): ignore 0 flag for NaN and Inf.
nobu
2008-03-06
1
-20
/
+1
*
* sprintf.c (rb_str_format): no need of loop.
nobu
2008-03-06
1
-2
/
+3
*
* sprintf.c (rb_str_format): size_t returned from strlen() can be
nobu
2008-03-05
1
-1
/
+1
*
* sprintf.c (rb_str_format): "%#.0o" should keep prefix where
matz
2008-03-01
1
-5
/
+8
*
* sprintf.c (rb_str_format): fix for left justify flag.
nobu
2008-01-27
1
-3
/
+6
*
* sprintf.c (rb_str_format): fix for octal with precision.
nobu
2008-01-27
1
-8
/
+17
*
* sprintf.c (rb_str_format): zero-precision zero should be empty.
nobu
2008-01-26
1
-6
/
+6
*
* sprintf.c (remove_sign_bits): returns pointer to the first char to
nobu
2008-01-24
1
-27
/
+22
*
* sprintf.c: fix comment. [ruby-dev:33275]
mame
2008-01-23
1
-7
/
+2
*
* sprintf.c (rb_str_format): set result encoding for wider width.
nobu
2008-01-18
1
-0
/
+1
*
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2008-01-06
1
-1
/
+0
*
fix a typo.
akr
2007-12-31
1
-1
/
+1
*
* include/ruby/encoding.h (rb_enc_sprintf, rb_enc_vsprintf): prototyped.
nobu
2007-12-30
1
-8
/
+24
*
* regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb,
akr
2007-12-21
1
-1
/
+1
*
* sprintf.c (rb_str_format): need to clear output buffer to avoid
matz
2007-12-17
1
-1
/
+1
*
* string.c (tr_find): wrong condition fixed.
matz
2007-12-17
1
-1
/
+3
*
* string.c (str_gsub): should copy encoding to the result.
matz
2007-12-13
1
-0
/
+1
*
* bignum.c (big2str_find_n1): removed extraneous element.
nobu
2007-11-27
1
-3
/
+5
*
* sprintf.c (rb_str_format): always trim preceding zeros.
matz
2007-11-26
1
-1
/
+1
*
* include/ruby/ruby.h: introduce 2 macros:
ko1
2007-11-13
1
-4
/
+4
*
* include/ruby/ruby.h (struct RBignum): embed digits in RBignum for
akr
2007-09-01
1
-3
/
+3
*
* encoding.c: provide basic features for M17N.
matz
2007-08-25
1
-19
/
+48
*
* bignum.c (bigtrunc): RBIGNUM(x)->len may be zero. out of bound
matz
2007-08-16
1
-0
/
+4
*
* sprintf.c (rb_f_sprintf): should not check positional number as
nobu
2007-08-02
1
-1
/
+1
*
* sprintf.c (rb_str_format): make %u behave like %d for negative
matz
2007-07-16
1
-9
/
+3
*
* sprintf.c (rb_f_sprintf): more checks for format argument.
nobu
2007-07-15
1
-26
/
+35
*
* include/ruby: moved public headers.
nobu
2007-06-10
1
-2
/
+2
*
* sprintf.c (rb_str_format): should preserve leading zero
matz
2006-10-30
1
-1
/
+1
*
* ruby.h (struct RString): embed small strings.
matz
2006-08-31
1
-16
/
+16
*
* sprintf.c (rb_str_format): a bug in %c type check.
matz
2006-08-04
1
-3
/
+5
*
* sprintf.c (rb_f_sprintf): documentation update patch from Jacob
matz
2006-07-28
1
-1
/
+7
*
* sprintf.c (rb_str_format): prepend ".." to %u for negative bignum,
nobu
2006-07-26
1
-18
/
+16
*
* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehner
matz
2006-06-20
1
-2
/
+2
*
* ext/socket/socket.c (Init_socket): remove obsolete constants:
matz
2006-06-13
1
-0
/
+2
*
* sprintf.c (rb_str_format): allow %c to print one character
matz
2006-06-09
1
-1
/
+9
*
* sprintf.c (rb_str_format): fix a GC problem.
akr
2005-12-12
1
-1
/
+2
*
* sprintf.c (rb_f_sprintf): [ruby-dev:27967]
matz
2005-12-07
1
-6
/
+6
*
* sprintf.c (rb_str_format): integer overflow check added.
matz
2005-12-07
1
-1
/
+8
*
* ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style
matz
2005-09-16
1
-3
/
+3
*
* bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]
ocean
2005-09-14
1
-1
/
+1
*
* array.c: moved to ANSI function style from K&R function style.
ocean
2005-09-12
1
-36
/
+8
*
* sprintf.c (ruby__sfvwrite): should move `buf' to the end of
ocean
2005-08-22
1
-0
/
+1
*
* sprintf.c: replacing is no longer needed.
nobu
2005-08-03
1
-2
/
+0
[next]