musl/include/regex.h, branch master musl - an implementation of the standard library for Linux-based systems make regoff_t and regex_t match C++ ABI 2013年07月22日T18:39:59+00:00 Rich Felker dalias@aerifal.cx 2013年07月22日T18:39:59+00:00 8327ae0cb23b799bc55a45e0d4bd95f5a2b1cdf1 for regoff_t, it's impossible to match on 64-bit archs because glibc defined the type in a non-conforming way. however this change makes the type match on 32-bit archs.
for regoff_t, it's impossible to match on 64-bit archs because glibc
defined the type in a non-conforming way. however this change makes
the type match on 32-bit archs.
fix some obscure header type size/alignment issues 2013年03月04日T22:05:45+00:00 Rich Felker dalias@aerifal.cx 2013年03月04日T22:05:45+00:00 8c741783fc96d559cfe79301c924c217b2905c0c
remove all remaining redundant __restrict/__inline/_Noreturn defs 2012年09月08日T21:14:52+00:00 Rich Felker dalias@aerifal.cx 2012年09月08日T21:14:52+00:00 455f96857f91d14e193219ca00969354a981c09c
use restrict everywhere it's required by c99 and/or posix 2008 2012年09月07日T02:44:55+00:00 Rich Felker dalias@aerifal.cx 2012年09月07日T02:44:55+00:00 400c5e5c8307a2ebe44ef1f203f5a15669f20347 to deal with the fact that the public headers may be used with pre-c99 compilers, __restrict is used in place of restrict, and defined appropriately for any supported compiler. we also avoid the form [restrict] since older versions of gcc rejected it due to a bug in the original c99 standard, and instead use the form *restrict.
to deal with the fact that the public headers may be used with pre-c99
compilers, __restrict is used in place of restrict, and defined
appropriately for any supported compiler. we also avoid the form
[restrict] since older versions of gcc rejected it due to a bug in the
original c99 standard, and instead use the form *restrict.
duplicate re_nsub in LSB/glibc ABI compatible location 2011年06月16日T20:53:11+00:00 Rich Felker dalias@aerifal.cx 2011年06月16日T20:53:11+00:00 32aea2087a699bb4bd9c34347b6ef8d164ee0d0b
initial check-in, version 0.5.0 2011年02月12日T05:22:29+00:00 Rich Felker dalias@aerifal.cx 2011年02月12日T05:22:29+00:00 0b44a0315b47dd8eced9f3b7f31580cf14bbfc01

AltStyle によって変換されたページ (->オリジナル) /