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