.hgignore

Sun, 17 Dec 2023 15:33:50 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 17 Dec 2023 15:33:50 +0100
changeset 800
30d484806c2b
parent 789
378b5ab86f77
child 801
ce97ff16f00e
permissions
-rw-r--r--

fix faulty string to int conversion utilities

Probably it was expected that errno is set to EINVAL when illegal characters are encountered. But this is not standard and does not happen on every system, allowing illegal strings to be parsed as valid integers.

syntax:regexp
^nbproject/.*$
^build/.*$
^docs/src/build/.*$
core$
^config.mk$
^.c?project$
^.settings/.*$
^test/bin-test/tmp-sync
^make/vs/vcpkg_installed$
^make/vs/.vs$
^make/.*vcxproj.user$

mercurial