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
*
* 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
*
* configure.in: check vsnprintf() and snprintf().
nobu
2005-08-03
1
-0
/
+4
*
* parse.y (rb_parser_end_seen_p): exclude from ripper.
nobu
2005-07-28
1
-0
/
+1
*
* parse.y (f_larglist): allow bv_decl at the end of lambda
matz
2005-07-28
1
-1
/
+1
*
* gc.c (obj_free): make message formant consistent with one from
matz
2005-07-27
1
-0
/
+1
*
* parse.y (lambda): Perl6 style -> lambda expression. [NEW]
matz
2005-07-27
1
-0
/
+7
*
* sprintf.c (rb_sprintf): fixed typo.
ocean
2005-07-26
1
-1
/
+1
*
* sprintf.c (rb_vsprintf, rb_sprintf): new functions return new String,
nobu
2005-07-23
1
-8
/
+109
*
* parse.y (parser_yylex): allow ';;' to be block terminator in
matz
2005-06-07
1
-2
/
+4
*
* array.c: replace rb_protect_inspect() and rb_inspecting_p() by
matz
2005-03-04
1
-1
/
+1
*
* sprintf.c (rb_f_sprintf): [ruby-dev:25104]
matz
2004-12-08
1
-0
/
+1
*
* node.h (NODE_TYPESHIFT): allow 4 more bits for line numbers.
matz
2004-10-27
1
-5
/
+2
*
* sprintf.c (rb_f_sprintf): remove extra sign digit.
nobu
2004-07-17
1
-13
/
+13
*
* sprintf.c (rb_f_sprintf): support FZERO and FSPACE with NaN/Inf.
usa
2004-06-22
1
-3
/
+23
*
* sprintf.c (rb_f_sprintf): unify output of NaN, Inf and -Inf with
usa
2004-06-22
1
-0
/
+36
*
* exception message clean-up by Ian Macdonald <ian@caliban.org>.
matz
2004-03-29
1
-2
/
+2
*
* lib/irb/init.rb (IRB::IRB.parse_opts): add -I option to
matz
2004-02-20
1
-3
/
+3
*
* sprintf.c (rb_f_sprintf): clean up.
usa
2004-02-18
1
-74
/
+72
*
* sprintf.c (rb_f_sprintf): preserve original val for
matz
2004-02-17
1
-7
/
+8
*
Add RDoc documentation for stuff in object.c
dave
2003-12-28
1
-0
/
+99
*
* array.c (rb_values_at): extract common procedure from
matz
2003-07-03
1
-0
/
+2
*
* random.c (rb_f_rand): normalize bignum argument.
matz
2003-04-08
1
-1
/
+3
*
* sprintf.c (rb_f_sprintf): copy sign bits only if value is
matz
2003-03-20
1
-1
/
+6
*
* eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409)
matz
2003-03-20
1
-13
/
+24
*
* sprintf.c (rb_f_sprintf): Fix a bug caused by an uninitialized
knu
2003-01-16
1
-11
/
+29
*
Updated Copyrights of Matz to 2003.
michal
2003-01-16
1
-1
/
+1
*
* sprintf.c (rb_f_sprintf): preceding ".." for negative numbers
matz
2002-12-10
1
-38
/
+24
*
* sprintf.c (rb_f_sprintf): preceding ".." for negative
matz
2002-11-22
1
-6
/
+8
[next]