| Commit message (Expand) | Author | Age | Files | Lines |
* | * sprintf.c (rb_enc_vsprintf): relaxed the restriction. since the | nobu | 2012-01-14 | 1 | -2/+3 |
* | * sprintf.c (rb_enc_vsprintf): can be used for ASCII compatible | nobu | 2012-01-13 | 1 | -1/+7 |
* | * sprintf.c (rb_str_format): add RB_GC_GUARD to prevent temporary | nagachika | 2011-08-22 | 1 | -2/+6 |
* | * random.c (random_rand): remove unused variables. | naruse | 2011-04-25 | 1 | -5/+2 |
* | * sprintf.c: parenthesize macro arguments. | akr | 2010-12-30 | 1 | -12/+12 |
* | * sprintf.c (_HAVE_SANE_QUAD_): Don't forget LP64, r30156. | naruse | 2010-12-10 | 1 | -4/+4 |
* | * sprintf.c (_HAVE_SANE_QUAD_): if a certain platform has LONG_LONG in | usa | 2010-12-10 | 1 | -0/+4 |
* | Revert "* sprintf.c (rb_str_format): fix: sprintf with hex format and" | naruse | 2010-10-15 | 1 | -5/+7 |
* | * sprintf.c (rb_str_format): fix: sprintf with hex format and | naruse | 2010-10-15 | 1 | -7/+5 |
* | * sprintf.c (rb_f_sprintf): fix rdoc. pointed out by Tomoyuki | nobu | 2010-09-15 | 1 | -2/+2 |
* | * string.c (rb_str_times): mentioned about Hash argument. a patch | nobu | 2010-09-14 | 1 | -3/+3 |
* | * sprintf.c: add short documentation about named reference. | naruse | 2010-07-21 | 1 | -0/+9 |
* | * util.c (ruby_hdtoa): renamed from BSD__hdtoa. | nobu | 2010-07-21 | 1 | -0/+1 |
* | * array.c: Documentation: change => in call-seq to ->. | marcandre | 2010-05-17 | 1 | -2/+2 |
* | * include/ruby/ruby.h: replace snprintf and vsnprintf by | naruse | 2010-04-04 | 1 | -2/+1 |
* | * sprintf.c (rb_str_format): support %a format. [ruby-dev:40650] | naruse | 2010-04-01 | 1 | -5/+11 |
* | * io.c (rb_io_getline_fast): wrong calculation of new position | matz | 2010-02-08 | 1 | -2/+2 |
* | * sprintf.c: fixed type. | nobu | 2009-09-23 | 1 | -7/+8 |
* | revert r24507. [ruby-dev:39073] | matz | 2009-08-13 | 1 | -1/+1 |
* | * sprintf.c (rb_str_format): should preserve format encoding | matz | 2009-08-11 | 1 | -5/+5 |
* | * encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint() | matz | 2009-05-19 | 1 | -2/+2 |
* | * sprintf.c (rb_str_format): scan coderange incrementally. | nobu | 2009-04-13 | 1 | -0/+16 |
* | * sprintf.c (rb_str_format): optimize previous commit. | naruse | 2009-04-13 | 1 | -1/+2 |
* | * sprintf.c (rb_str_format): check encoding compatibility only on | naruse | 2009-04-13 | 1 | -1/+1 |
* | * sprintf.c (rb_str_format): checks if named argument given twice. | nobu | 2009-03-27 | 1 | -6/+14 |
* | * sprintf.c (GETNAMEARG): remembers named arg is used, to get rid | nobu | 2009-03-27 | 1 | -1/+1 |
* | * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c, | nobu | 2009-03-17 | 1 | -3/+3 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -11/+11 |
* | * include/ruby/missing.h, sprintf.c: get rid of a warning of VC++. | usa | 2009-01-02 | 1 | -6/+0 |
* | * sprintf.c: not force to override snprintf/vsnprintf. | nobu | 2008-12-28 | 1 | -3/+0 |
* | * sprintf.c (rb_str_format): fix buffer overflow. | mame | 2008-12-22 | 1 | -2/+2 |
* | * configure.in (mingw): no longer uses snprintf and vsnprintf of | nobu | 2008-12-22 | 1 | -11/+20 |
* | * util.c (freedtoa): made static to get rid of name clash. a patch by | nobu | 2008-10-24 | 1 | -1/+1 |
* | * sprintf.c (rb_str_format): check if codepoint for %c is valid. | nobu | 2008-10-09 | 1 | -1/+1 |
* | * sprintf.c (rb_str_format): add %<name>s style named argument | matz | 2008-09-30 | 1 | -1/+48 |
* | * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int. | naruse | 2008-09-11 | 1 | -1/+2 |
* | * sprintf.c, util.c (quorem, nrv_alloc, dtoa): enabled floating point | nobu | 2008-08-12 | 1 | -0/+2 |
* | * include/ruby/intern.h, sprintf.c (rb_str_catf, rb_str_vcatf): new | nobu | 2008-07-22 | 1 | -0/+35 |
* | * missing/vsnprintf.c (struct __sbuf, FILE): use size_t. | nobu | 2008-07-21 | 1 | -1/+1 |
* | * sprintf.c: include ieeefp.h to refer isinf. | mame | 2008-07-02 | 1 | -0/+4 |
* | * eval.c (rb_interrupt): trick to suppress GCC warning. | shyouhei | 2008-07-01 | 1 | -2/+2 |
* | describe %% in rdoc. | akr | 2008-06-10 | 1 | -0/+1 |
* | 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 |