Daniil Kovalev
0f1d0ed78c
Fix name conflicts (C version)
...
Same as #952 , but for C
2021-05-08 16:51:02 +03:00
Takatoshi Kondo
3bd0172a9a
Unified NULL buf handling for all *buffer.
...
*buffer means sbuffer, zbuffer, fbuffer, and vrefbuffer.
The logic is as follows:
if buf is NULL
if len is 0
do nothing return 0 (success)
else
assertion fail
else
set contants to *buffer
2020-07-03 09:18:00 +09:00
Josef Schlehofer
65c35caab2
Include <sys/uio.h> in Linux
...
This is needed when cross-compiling for OpenWrt.
2019-11-10 11:40:13 +01:00
probonopd
a123053823
Add "defined(__HAIKU__)", closes #796
2019-07-13 19:14:37 +00:00
Utkarsh Anand
f65c26e280
Include <sys/uio.h> in NetBSD too.
...
This was needed for neovim
2018-03-28 20:18:05 +05:30
Michael Kaes
96a76a7a5c
Add defines for QNX build
2017-08-04 14:41:37 +02:00
Jasper Lievisse Adriaanse
f2b788e51f
Sprinkle __OpenBSD__: include missing headers and prevent iovec redefinition
2017-06-11 18:13:10 +02:00
Stefan Herbrechtsmeier
9ed842c014
Detect POSIX compatiblity explicit
...
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com >
2017-03-22 13:03:33 +01:00
Takatoshi Kondo
ba15089d86
Version 1.3.0.
...
Updated the license from the license from the Apache License Version 2.0
to the Boost Software License, Version 1.0.
Removed unused files.
2015-11-21 12:41:46 +09:00
Takatoshi Kondo
a4af97b32c
Supported dll export for msvc.
...
Supported tests for msvc.
2014-11-02 20:16:20 +09:00
Takatoshi Kondo
b0df21295c
Untabified.
...
Adjust line break positions.
2014-07-12 00:17:31 +09:00
Takatoshi Kondo
bc33317b7e
Reorganized tree.
2014-07-07 16:31:29 +09:00