.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

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

mercurial