Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   rmind
Date:           Sun Jul  8 01:21:12 UTC 2012

Modified Files:
        src/common/lib/libc: Makefile.inc
        src/lib/libc: shlib_version
        src/lib/libc/hash: Makefile.inc
Added Files:
        src/common/lib/libc/hash/murmurhash: murmurhash.c

Log Message:
Add MurmurHash2 -- a non-cryptographic hash function by Austin Appleby.
The code is taken from the upstream and is in the public domain.

OK christos@


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/common/lib/libc/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/common/lib/libc/hash/murmurhash/murmurhash.c
cvs rdiff -u -r1.231 -r1.232 src/lib/libc/shlib_version
cvs rdiff -u -r1.11 -r1.12 src/lib/libc/hash/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index