Changeset 31a566b in mainline for uspace/srv/loader/Makefile

Timestamp:
2019-05-27T16:17:24Z (6 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0260034
Parents:
af5037d
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-25 16:35:41)
git-committer:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-05-27 16:17:24)
Message:

Generalize and fix strtol() and friends

Added the option to recognize prefixes used by str_uint() (unused atm).
Allow the error variable be something else than errno.
Fix behavior of strtoul()/strtoull() on unsigned input. The standard
doesn't consider negative input "out of range", the expected behavior
is to just negate the unsigned input value (wraparound).

(No files)

Note: See TracChangeset for help on using the changeset viewer.