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
2016-09-13
Use PRIuSIZE format specifier for size_t values
rhe
2016-05-18
ruby.h: RB_INTEGER_TYPE_P
nobu
2016-05-17
[Feature #12005] Unify Fixnum and Bignum into Integer
akr
2016-03-27
sprintf.c: refactor Rational f
nobu
2016-03-27
sprintf.c: fix buffer overflow
nobu
2016-03-27
sprintf.c: simplify
nobu
2016-03-27
sprintf.c: Rational f by generic Integer functions
nobu
2016-01-14
sprintf.c: exact number
nobu
2015-12-03
sprintf.c: fix garbage inserted with Rational
nobu
2015-11-30
symbol.c: rb_sym_intern
nobu
2015-11-11
sprintf.c: nil value is valid
nobu
2015-11-11
sprintf.c: hash default value
nobu
2015-09-28
vsnprintf.c: constify
nobu
2015-09-28
preserve encodings in error messages
nobu
2015-06-26
sprintf.c: rb_inspect returns a string
nobu
2015-02-22
sprintf.c: ruby specific functions
nobu
2015-02-13
util.c: hexdigit
nobu
2014-11-18
* internal.h: Gather declarations in non-header files.
akr
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-04
ruby.h: add mark to PRIsVALUE
nobu
2014-09-16
sprintf.c: integer overflow
nobu
2014-09-14
sprintf.c: improve rational 'f' format
nobu
2014-08-19
sprintf.c: fix condition
nobu
2014-08-18
sprintf.c: rational 'f' format
nobu
2014-08-18
sprintf.c: remove magic numbers
nobu
2014-07-30
* sprintf.c (rb_str_format): like r47006, get rid of
ktsj
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
[next]