Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:New autoconf/make apparatus. Usage:

./autogen.sh ./configure make

Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 7bf5b6c8d0fe0ce9d23668ffb9ffe48ea3697e83
User & Date: owensmk 2013-03-04 22:37:29.620
Context
2013-03-08
09:59
Merge prefix-mmap branch with trunk. This allows lsm to memory map a prefix of the database file and use regular read and write system calls to access the remainder. check-in: 02954a5b8d user: dan tags: trunk
2013-03-06
20:15
Allow accessing a prefix of the database file using mmap and the remainder using read and write. check-in: abe0420724 user: dan tags: prefix-mmap
2013-03-04
22:37
New autoconf/make apparatus. Usage:

./autogen.sh ./configure make check-in: 7bf5b6c8d0 user: owensmk tags: trunk

17:09
Merge xPutMeta and xGetMeta related changes from experimental branch. check-in: 03550f6b28 user: dan tags: trunk
Changes
Unified Diff Side-by-Side Diff Patch
Added Make.defines.
Added Make.freebsd.
Added Make.linux.
Added Make.mingw.
Added Make.opts.
Added Make.solaris.
Added Make.unix.
Added Make.win.
Deleted Makefile.
Added Makefile.in.
Changes to README.
Added autogen.sh.
Added config.h.in.
Added config/config.guess.
Added config/config.sub.
Added config/install-sh.
Added config/missing.
Added config/mkinstalldirs.
Added configure.in.