scummvm/common
D G Turner 4f271d76f5 COMMON: Forbid strlwr() and strupr() Usage
These functions are often present, but not reliably portable.

They are not defined in ANSI C and were non-standard defined in older
versions of Microsoft C.

These are better replaced with Common::String.toLowercase() and
Common::String.toUppercase() if needed.
2024-03-09 21:38:18 +02:00
..
compression
encodings
formats
lua
algorithm.h
archive.cpp
archive.h
array.h
bitarray.h
bitstream.h
btea.cpp
btea.h
bufferedstream.h
callback.h
concatstream.cpp
concatstream.h
config-manager.cpp
config-manager.h
coroutines.cpp
coroutines.h
crc_slow.h
crc.h
data-io.h
dbcs-str.cpp
dbcs-str.h
debug-channels.h
debug.cpp
debug.h
dialogs.h
enc-internal.h
endian.h
error.cpp
error.h
events.cpp
events.h
file.cpp
file.h
forbidden.h
frac.h
fs.cpp
fs.h
func.h
gui_options.cpp
gui_options.h
hash-ptr.h
hash-str.h
hashmap.cpp
hashmap.h
huffman.h
inttypes.h
keyboard.h
language.cpp
language.h
list_intern.h
list.h
localization.cpp
localization.h
macresman.cpp
macresman.h
math.h
md5.cpp
md5.h
memory.cpp
memory.h
memorypool.cpp
memorypool.h
memstream.h
module.mk
multimap.h
mutex.cpp
mutex.h
noncopyable.h
osd_message_queue.cpp
osd_message_queue.h
pack-end.h
pack-start.h
path.cpp
path.h
platform.cpp
platform.h
ptr.h
punycode.cpp
punycode.h
queue.h
random.cpp
random.h
rational.cpp
rational.h
rb_tree.h
recorderfile.cpp
recorderfile.h
rect.h
rendermode.cpp
rendermode.h
safe-bool.h
savefile.h
scummsys.h
serializer.h
singleton.h
span.h
stablemap.h
stack.h
str-array.h
str-base.cpp
str-base.h
str-enc.cpp
str-enc.h
str.cpp
str.h
stream.cpp
stream.h
streamdebug.cpp
streamdebug.h
substream.h
system.cpp
system.h
taskbar.h
text-to-speech.cpp
text-to-speech.h
textconsole.cpp
textconsole.h
timer.h
tokenizer.cpp
tokenizer.h
translation.cpp
translation.h
type-traits.h
types.h
unicode-bidi.cpp
unicode-bidi.h
updates.cpp
updates.h
ustr.cpp
ustr.h
util.cpp
util.h
xpfloat.cpp
xpfloat.h
zip-set.cpp
zip-set.h