index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sprintf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add /* fall through */ comments
Yusuke Endoh
2019-07-14
1
-0
/
+1
*
sprintf.c: fix typo
stomar
2018-04-22
1
-1
/
+1
*
quote symbols
nobu
2018-03-14
1
-0
/
+6
*
sprintf.c: overflow check
nobu
2018-02-09
1
-3
/
+6
*
internal.h: remove dependecy on ruby/encoding.h
nobu
2018-01-09
1
-1
/
+2
*
error.c: KeyError#receiver and KeyError#key
nobu
2017-09-18
1
-1
/
+1
*
sprintf.c: NULL as str
nobu
2017-09-09
1
-6
/
+14
*
suppress warnings when RUBY_USE_SETJMPEX
nobu
2017-08-02
1
-0
/
+4
*
Improve error message
kazu
2017-07-31
1
-1
/
+1
*
sprintf.c: width too big
nobu
2017-07-23
1
-0
/
+1
*
sprintf.c: remove redundant condition
nobu
2017-05-26
1
-2
/
+1
*
Raise ArgumentError if sprintf format string ends with %
eregon
2017-05-25
1
-1
/
+4
*
sprintf.c: remove unused variable
nobu
2017-04-28
1
-2
/
+1
*
sprintf.c: ruby_ultoa
nobu
2017-04-28
1
-5
/
+5
*
sprintf.c: format by utility functions
nobu
2017-04-28
1
-38
/
+38
*
sprintf.c: fix one-off bug
nobu
2017-04-28
1
-5
/
+5
*
Refactor "%f" % Inf/NaN
nobu
2017-04-23
1
-18
/
+17
*
Fix space flag when Inf/NaN and width==3
nobu
2017-04-23
1
-3
/
+1
*
Avoid integer overflow in sprintf()
nobu
2017-03-20
1
-1
/
+2
*
sprintf.c: string limits
nobu
2017-03-20
1
-3
/
+8
*
sprintf.c: use FILL
nobu
2017-03-19
1
-24
/
+13
*
sprintf.c: fix out-of-bound access
nobu
2017-03-13
1
-0
/
+1
*
revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]
shyouhei
2017-03-09
1
-1
/
+5
*
optimize FIXABLE macro
shyouhei
2017-03-06
1
-5
/
+1
*
sprintf.c: avoid garbage in common (no exception) case
normal
2017-01-31
1
-2
/
+4
*
sprintf.c: fix width underflow
nobu
2016-12-17
1
-2
/
+2
*
Use PRIuSIZE format specifier for size_t values
rhe
2016-09-13
1
-1
/
+1
*
ruby.h: RB_INTEGER_TYPE_P
nobu
2016-05-18
1
-1
/
+1
*
[Feature #12005] Unify Fixnum and Bignum into Integer
akr
2016-05-17
1
-2
/
+2
*
sprintf.c: refactor Rational f
nobu
2016-03-27
1
-25
/
+23
*
sprintf.c: fix buffer overflow
nobu
2016-03-27
1
-1
/
+1
*
sprintf.c: simplify
nobu
2016-03-27
1
-9
/
+2
*
sprintf.c: Rational f by generic Integer functions
nobu
2016-03-27
1
-10
/
+7
*
sprintf.c: exact number
nobu
2016-01-14
1
-3
/
+9
*
sprintf.c: fix garbage inserted with Rational
nobu
2015-12-03
1
-7
/
+10
*
symbol.c: rb_sym_intern
nobu
2015-11-30
1
-3
/
+3
*
sprintf.c: nil value is valid
nobu
2015-11-11
1
-6
/
+14
*
sprintf.c: hash default value
nobu
2015-11-11
1
-5
/
+5
*
vsnprintf.c: constify
nobu
2015-09-28
1
-1
/
+1
*
preserve encodings in error messages
nobu
2015-09-28
1
-0
/
+20
*
sprintf.c: rb_inspect returns a string
nobu
2015-06-26
1
-2
/
+6
*
sprintf.c: ruby specific functions
nobu
2015-02-22
1
-0
/
+33
*
util.c: hexdigit
nobu
2015-02-13
1
-0
/
+2
*
* internal.h: Gather declarations in non-header files.
akr
2014-11-18
1
-2
/
+0
*
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-11-15
1
-3
/
+1
*
ruby.h: add mark to PRIsVALUE
nobu
2014-11-04
1
-0
/
+3
*
sprintf.c: integer overflow
nobu
2014-09-16
1
-3
/
+3
*
sprintf.c: improve rational 'f' format
nobu
2014-09-14
1
-13
/
+39
*
sprintf.c: fix condition
nobu
2014-08-19
1
-1
/
+1
*
sprintf.c: rational 'f' format
nobu
2014-08-18
1
-0
/
+67
[next]