diff CHANGES @ 0:2cb46628feec

from cdb-0.75 per http://cr.yp.to/cdb.html, retrieved 2025-01-03, contents appear to have been create on 2000-02-19
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Wed, 29 Jan 2025 10:50:34 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/CHANGES	Wed Jan 29 10:50:34 2025 +0000
@@ -0,0 +1,16 @@
+20000215
+	api: rewrote almost everything from scratch. tnx Ken Lalonde for
+		suggesting mmap.
+20000216
+	ui: cdbget supports skip.
+	version: cdb 0.70, beta.
+20000219
+	bug: cdb_make_addbegin() didn't explicitly return 0. impact:
+		database creation could fail on systems that didn't
+		follow the traditional C return behavior. fix: obvious.
+		tnx Uwe Ohse.
+	internal: increased bspace in cdb_make.h from 1024 to 8192.
+	internal: switched cdbmake to PUTC, GETC. 3x speedup here.
+	internal: added testzero to rts.
+	ui: posplus() sets nomem if it passes 4GB.
+	version: cdb 0.75, beta.