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
ruby_3_4
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
2024-05-29
[Bug #20438] Disallow "%\n" and "%\0"
Nobuyoshi Nakada
2022-12-09
[Bug #19167] Remove useless conversion of classes for special const
Nobuyoshi Nakada
2022-11-16
Using UNDEF_P macro
S-H-GAMELINKS
2022-08-31
[Bug #18973] Promote US-ASCII to ASCII-8BIT when adding 8-bit char
Nobuyoshi Nakada
2022-08-31
Extract `update_coderange` macro
Nobuyoshi Nakada
2022-08-21
Check the room including the space to fill
Nobuyoshi Nakada
2022-08-20
[Bug #18958] format string must be ASCII compatible
Nobuyoshi Nakada
2022-08-20
[Bug #18956] Negative codepoints are invalid characters
Nobuyoshi Nakada
2022-08-20
[Bug #18955] format single character for `%c`
Nobuyoshi Nakada
2022-08-20
[Bug #18955] Check length of argument for `%c` in proper encoding
Nobuyoshi Nakada
2022-08-19
Scan the code range of the last added portion
Nobuyoshi Nakada
2022-08-19
Scan the code range of the formatted portion
Nobuyoshi Nakada
2022-08-18
rb_str_resize: Only clear coderange on truncation
Jean Boussier
2022-08-17
Extract common code from `rb_enc_vsprintf` and `rb_str_vcatf`
Nobuyoshi Nakada
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2021-08-27
Use C99-defined macros to classify a floating-point number
Nobuyoshi Nakada
2021-08-24
Moved exported symbols in internal/util.h to ruby/util.h
Nobuyoshi Nakada
2021-07-24
Escape unprintable chars only, without surrounding quotes
Nobuyoshi Nakada
2021-07-22
Sort out quad_t related macros
Nobuyoshi Nakada
2020-09-28
sprintf.c: Removed conflicting definition
Nobuyoshi Nakada
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-02-12
Make temporary lock string encoding free
Nobuyoshi Nakada
2019-12-26
decouple internal.h headers
卜部昌平
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-08-29
move docs around [ci skip]
卜部昌平
2019-07-14
Add /* fall through */ comments
Yusuke Endoh
2018-04-22
sprintf.c: fix typo
stomar
2018-03-14
quote symbols
nobu
2018-02-09
sprintf.c: overflow check
nobu
2018-01-09
internal.h: remove dependecy on ruby/encoding.h
nobu
2017-09-18
error.c: KeyError#receiver and KeyError#key
nobu
2017-09-09
sprintf.c: NULL as str
nobu
2017-08-02
suppress warnings when RUBY_USE_SETJMPEX
nobu
2017-07-31
Improve error message
kazu
2017-07-23
sprintf.c: width too big
nobu
2017-05-26
sprintf.c: remove redundant condition
nobu
2017-05-25
Raise ArgumentError if sprintf format string ends with %
eregon
2017-04-28
sprintf.c: remove unused variable
nobu
2017-04-28
sprintf.c: ruby_ultoa
nobu
2017-04-28
sprintf.c: format by utility functions
nobu
2017-04-28
sprintf.c: fix one-off bug
nobu
2017-04-23
Refactor "%f" % Inf/NaN
nobu
2017-04-23
Fix space flag when Inf/NaN and width==3
nobu
2017-03-20
Avoid integer overflow in sprintf()
nobu
2017-03-20
sprintf.c: string limits
nobu
2017-03-19
sprintf.c: use FILL
nobu
2017-03-13
sprintf.c: fix out-of-bound access
nobu
2017-03-09
revert RB_FIXABLE related changesets [Bug #13288][Bug #13293][Bug #13294]
shyouhei
[next]