From 6aa0e5f6436c2e86a5dbc16028d6e1a9890ac6de Mon Sep 17 00:00:00 2001 From: leitner Date: Sat, 1 Oct 2016 15:22:17 +0000 Subject: [PATCH] document a few more changes --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index b4b2604..8336971 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,9 @@ special case buffer_get_token with token length 1 through memccpy (almost 4x speedup) test for pread and use it instead of lseek+read in cdb and io_mmapwritefile add mmap_readat (like mmap_read but open by fd, not by name) + add fmt_iso8601 and scan_iso8601 (time_t -> "2014-05-27T19:22:16Z") + add fmt_netstring and scan_netstring (http://cr.yp.to/proto/netstrings.txt) + add (fmt|scan)_varint and (fmt|scan)_pb_* (binary marshaling ala protocol buffers) 0.30: add compiletimeassert.h