index
:
ruby.git
The Ruby Programming Language
summary
refs
log
tree
commit
diff
path:
root
/
sprintf.c
Age
Commit message (
Expand
)
Author
2024-11-08
Fix benign off-by-one
John Hawthorn
2024-11-08
Fix update_coderange for binary strings
John Hawthorn
2024-11-06
[Bug #20873] Consider `-FIXNUM_MIN` overflow
Nobuyoshi Nakada
2024-09-04
Time#strftime: avoid repeated coderange scanning
Jean Boussier
2024-07-11
Do not warn about extra `format` argument when passed as keywords
Jean Boussier
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
[next]