A ref change was pushed to the OpenLDAP (openldap.git) repository. It will be available in the public mirror shortly.
The branch, mdb.master has been updated via ca47c2af1f4d90e1a0ec7e4c6ce4937262c18c74 (commit) via 225bcae3e7bf944d0740609dd331e08900ae4161 (commit) from aa89ca31b3a95f266cd2b354037466a2d950bc1f (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit ca47c2af1f4d90e1a0ec7e4c6ce4937262c18c74 Author: Howard Chu hyc@symas.com Date: Mon Jun 23 07:39:06 2014 -0700
ITS#7879 Windows build compatibility
Just use srand/rand, we don't care about the quality of the random numbers, we just want some data.
commit 225bcae3e7bf944d0740609dd331e08900ae4161 Author: Howard Chu hyc@symas.com Date: Mon Jun 23 07:36:38 2014 -0700
Flesh out mdb_cmp_cint for BigEndians
-----------------------------------------------------------------------
Summary of changes: libraries/liblmdb/.gitignore | 1 + libraries/liblmdb/mdb.c | 11 ++++++++++- libraries/liblmdb/mtest.c | 11 +++++------ libraries/liblmdb/mtest2.c | 11 +++++------ libraries/liblmdb/mtest3.c | 11 +++++------ libraries/liblmdb/mtest4.c | 5 ++--- libraries/liblmdb/mtest5.c | 11 +++++------ libraries/liblmdb/mtest6.c | 7 +++---- 8 files changed, 36 insertions(+), 32 deletions(-)