| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | * 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 |