index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sprintf.c
Age
Commit message (
Expand
)
Author
2014-07-09
* parse.y: change Symbol <-> ID relationship to avoid
ko1
2014-07-08
sprintf.c: skip non-interned name
nobu
2014-07-02
sprintf.c: check_name_arg
nobu
2014-07-02
sprintf.c: check_pos_arg
nobu
2014-07-02
sprintf.c: check_next_arg
nobu
2014-07-02
sprintf.c: get_num
nobu
2014-06-26
sprintf.c: unnumbered asterisk with numbered argument
nobu
2014-06-26
sprintf.c: remove extra parentheses
nobu
2014-06-02
encoding.h: constify rb_encoding
nobu
2014-06-01
constify rb_encoding and OnigEncoding
nobu
2014-03-26
* parse.y: support Symbol GC. [ruby-trunk Feature #9634]
nari
2014-02-15
* internal.h: Rename macro names: RBIGNUM_FOO to BIGNUM_FOO.
akr
2013-07-30
sprintf.c: QUOTE flag
nobu
2013-07-11
* sprintf.c: Fix typo patch by @hynkle [Fixes GH-357]
zzak
2013-06-16
* internal.h (INTEGER_PACK_2COMP): Defined.
akr
2013-06-12
* sprintf.c (rb_str_format): Fix a dynamic format string.
akr
2013-06-11
* bignum.c (rb_integer_pack_internal): Renamed from rb_integer_pack
akr
2013-05-13
* include/ruby/ruby.h: constify RBasic::klass and add
ko1
2013-04-09
* internal.h (MUL_OVERFLOW_INT_P): New macro.
akr
2012-08-15
sprintf.c: infect
nobu
2012-08-15
sprintf.c: coderange fix
nobu
2012-06-26
use rb_check_hash_type
nobu
2012-05-24
sprintf.c: inspect by plus
nobu
2012-05-24
Feature #5896
nobu
2012-04-11
* parse.y (rb_check_id_cstr): new function to check if ID is
nobu
2012-04-11
* sprintf.c (rb_str_format): fix exception message encoding.
nobu
2012-04-11
* sprintf.c (rb_str_format): fix error message.
nobu
2012-04-10
rb_str_format: check overflow
nobu
2012-01-14
* sprintf.c (rb_enc_vsprintf): relaxed the restriction. since the
nobu
2012-01-13
* sprintf.c (rb_enc_vsprintf): can be used for ASCII compatible
nobu
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
[next]