Fabio Alessandrelli
|
2a837d525f
Add NULL-terminator the string passed to strtol.
|
6 years ago |
Hein-Pieter van Braam
|
4f49d09272
Don't crash when parse_utf8 receives a NULL pointer
|
6 years ago |
marxin
|
c11e7ffd0e
Fix warnings seen with -Wignored-qualifiers.
|
6 years ago |
marxin
|
8d51618949
Add -Wshadow=local to warnings and fix reported issues.
|
6 years ago |
lupoDharkael
|
597aac382b
Fix wrong bounds check in String::right
|
6 years ago |
Ibrahn Sahir
|
cbb396c006
Repair String lstrip and rstrip.
|
6 years ago |
Hein-Pieter van Braam
|
5e6c6f3bb7
Merge pull request #21708 from hpvb/fix-21242v2
|
6 years ago |
Hein-Pieter van Braam
|
ac99ed3cda
String[size()] should return a default constructed CharType
|
6 years ago |
Rémi Verschelde
|
70de8ca9a9
Merge pull request #24585 from Xrayez/fix-crash-hex-number
|
6 years ago |
Rémi Verschelde
|
b16c309f82
Update copyright statements to 2019
|
6 years ago |
Andrii Doroshenko (Xrayez)
|
c891cf32ca
Fix crash when checking empty string for valid hex number
|
6 years ago |
Hein-Pieter van Braam
|
4e25e5066b
Reduce String CoW
|
6 years ago |
Poommetee Ketson
|
aa311320d9
Fix formatting -0.0 by %+f displays +-0.0
|
6 years ago |
Juan Linietsky
|
c8765b459a
Merge pull request #23159 from DavidSichma/string-escape
|
6 years ago |
David Sichma
|
62848f94ee
Fix: String::format Variant to String conversion
|
6 years ago |
Dualtagh Murray
|
b902a2f2a7
Fixing warnings generated by MSVC
|
6 years ago |
K. S. Ernest (iFire) Lee
|
47b42787e3
Make visualscript search better.
|
6 years ago |
exts
|
18b6f5a6c9
fixes #22828 - res://user had incorrect substr value
|
6 years ago |
Rémi Verschelde
|
6ab78d9ffb
Fix some more warnings reported by CI
|
6 years ago |
Rémi Verschelde
|
277b24dfb7
Make core/ includes absolute, remove subfolders from include path
|
7 years ago |
Rémi Verschelde
|
52466d57e9
Make some debug prints verbose-only, remove others
|
7 years ago |
Rémi Verschelde
|
7718b90d92
Merge pull request #20443 from AlexHolly/add-string-format-no-index
|
7 years ago |
Rémi Verschelde
|
9a6e4d10b4
Merge pull request #20772 from dragmz/string_copy_oob_read_fix
|
7 years ago |
Ibrahn Sahir
|
62f0dd9d57
removed some surplus null appends that got typoed in 0e29f7974b59e4440cf02e1388fb9d8ab2b5c5fd
|
7 years ago |
Marcin Zawiejski
|
f3b2689aa6
fix out of buffer read when copying non-null terminated strings
|
7 years ago |
Hein-Pieter van Braam
|
0e29f7974b
Reduce unnecessary COW on Vector by make writing explicit
|
7 years ago |
Alexander Holland
|
2290cc6227
Added String.format "no index" support
|
7 years ago |
Alexander Holland
|
84db7056b7
Fix format ignores case in placeholder
|
7 years ago |
Ibrahn Sahir
|
e0df1221bf
removed redundant strlen calculation from String::substr
|
7 years ago |
Marcelo Fernandez
|
ecb071b221
Fix upper/lower case convertion for characters >= 0x80
|
7 years ago |