Manpages
Done: ndbuf_free, ndbuf_free_item, ndbuf_new, ndbuf_new_frombuf, ndbuf_new_palloc, ndbuf_new_wmops
Added: ndbuf_free_item manpage;
Added: new flag NDBUF_MOLS - if applied it will use allocless/memcpyless
Added: ndbuf_free_item() function to free in a proper way e.g.
ndbuf_free_item implementation
Create memcpy less reading
ndbuf_free_item implementation
NDBUF_MOLS should be used in order to avoid alloc/memcpy for s, p and P types. use it with care
Version update: new things are added, time to increase version number;
Create memcpy less reading
Added: Manpages directory and manpages for:
Added: NDBUF_RORB flag is a read-only aware flag. Set this to avoid
Manpages
it's a time to begin with that. I will add a special manpage for "memory-less" parsing function later - meaning this task is closed after this.
Read-only ndbuf
More common sense is came: it was done via additional checking and special flag. It's just to avoid stupid errors during the workflow with binary packed buffers.
Manpages
Add possibility to use user defined memory ops
Read-only ndbuf
Create memcpy less reading
Added possibility to use user defined memory ops:
Add possibility to use user defined memory ops
Create memcpy less reading
Read-only ndbuf
Fixed ret type warning;
pkgconfig config version info is invalid
pkgconfig config version info is invalid
Add possibility to use user defined memory ops
NEWS updated; test commit (for sync);
Fixed pkgconfig template file (version variable);
Manpages
Initial one: moving useful code to separate tiny lib;
License reverted to LGPLv2.1;
INSTALL now ignored;