.hgignore

Sun, 06 Nov 2022 16:07:32 +0100

author
Mike Becker <universe@uap-core.de>
date
Sun, 06 Nov 2022 16:07:32 +0100
changeset 604
056e5f592d84
parent 398
8d506ed6c1c0
child 753
24dc84788dee
permissions
-rw-r--r--

change hash functions

1) for zero-terminated strings, the terminator is no longer included in the hash
2) for NULL there is now a special hash value different from the hash for empty data

     1 syntax:regexp
     2 ^nbproject/
     3 ^build/
     4 /core$
     5 DS_Store$
     6 ^stamp-h
     7 /test-suite.log$
     8 ^ucx-.*\.tar.gz$
     9 ^.idea/
    10 ^cmake-build-

mercurial