Age | Commit message (Collapse) | Author |
|
supported before trying to use it." (#8526)
This reverts commit c1fddb9a6ae5c3af6865461a7295788a341011a2 and 639cfa43d23aa142cabbf2f08ec20a2133b0503e.
access_mode "none" is only supported by GCC11, but introduced
after it branched. So there are GCC11.0s out there that do not
support it. We will have to wait for GCC11.1 to hit before we
can re-add this.
|
|
|
|
|
|
that followed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
strecpy and strecat; give end pointer instead of a size
|
|
and strecat.
|
|
|
|
|
|
before they were shown, causing an assertion to trigger
|
|
NewGRF list as for the server list.
|
|
Eagle_rainbow)
|
|
StringControlCode enum since it's value is not allowed to change
|
|
|
|
(leecbaker)
|
|
again if strtolower actually changed the name.
|
|
declared in string_func.h.
|
|
more likely to be updated [o-s].
|
|
|
|
|
|
|
|
|
|
modifying it)
|
|
ICU isn't linked and thus doesn't remove them
|
|
|
|
cases (Krille)
|
|
|
|
with the same effect
|
|
|
|
|
|
unnecessarily add it.
|
|
printf-like functions
-Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places
|
|
|
|
strcasecmp under some circumstances.
|
|
_GNU_SOURCE isn't defined.
|
|
to squirrel
|
|
the network) to pass newlines instead of replacing them with question marks, but only when asked to do so.
|
|
|
|
-Doc: string(cpy|cat) functions
|
|
|
|
but do return the number of characters written instead of the number of characters that would be written; as size_t is unsigned substraction can cause integer underflows quite quickly.
|
|
size, first check if we are not out of bounds already
|
|
|
|
on all platforms
|