Changeset b401b33 in mainline for kernel/Makefile


Ignore:
Timestamp:
2019-06-06T12:15:29Z (5 years ago)
Author:
GitHub <noreply@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a103b5, e28175d
Parents:
83b64a59 (diff), 42e91ae (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Jiří Zárevúcky <zarevucky.jiri@…> (2019-06-06 12:15:29)
git-committer:
GitHub <noreply@…> (2019-06-06 12:15:29)
Message:

Merge pull request #169 from le-jzr/strtolwip

Removes internal str_uint() function in favor of the one in strtol.c.
Fixes handling of a bunch of corner cases.
The expected behavior of str_uint*_t() functions should be unchanged.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/Makefile

    r83b64a59 rb401b33  
    207207        generic/src/lib/gsort.c \
    208208        generic/src/lib/str.c \
     209        generic/src/lib/strtol.c \
    209210        generic/src/lib/str_error.c \
    210211        generic/src/lib/elf.c \
Note: See TracChangeset for help on using the changeset viewer.