musl/include/fnmatch.h, branch master musl - an implementation of the standard library for Linux-based systems remove now-unnecessary features.h inclusion from fnmatch.h 2013年12月02日T07:06:52+00:00 Rich Felker dalias@aerifal.cx 2013年12月02日T07:06:52+00:00 a2231757044db66a36b9899a56011ae0cbac8d1e
expose FNM_* extensions in fnmatch.h without _GNU_SOURCE 2013年12月02日T07:04:58+00:00 Rich Felker dalias@aerifal.cx 2013年12月02日T07:04:58+00:00 bb181ae3b86d801a4f78d7ae94cf5b80aa6a1d97 at least a couple of these are used on BSD too, and the FNM_* namespace is reserved in fnmatch.h anyway.
at least a couple of these are used on BSD too, and the FNM_*
namespace is reserved in fnmatch.h anyway.
default features: make musl usable without feature test macros 2012年09月08日T03:13:55+00:00 Rich Felker dalias@aerifal.cx 2012年09月08日T03:13:55+00:00 c1a9658bd19245ff0fb52d3da567815d822fb622 the old behavior of exposing nothing except plain ISO C can be obtained by defining __STRICT_ANSI__ or using a compiler option (such as -std=c99) that predefines it. the new default featureset is POSIX with XSI plus _BSD_SOURCE. any explicit feature test macros will inhibit the default. installation docs have also been updated to reflect this change.
the old behavior of exposing nothing except plain ISO C can be
obtained by defining __STRICT_ANSI__ or using a compiler option (such
as -std=c99) that predefines it. the new default featureset is POSIX
with XSI plus _BSD_SOURCE. any explicit feature test macros will
inhibit the default.
installation docs have also been updated to reflect this change.
add some missing GNU FNM_* extensions to the header 2011年10月17日T16:24:23+00:00 Rich Felker dalias@aerifal.cx 2011年10月17日T16:24:23+00:00 42976cee2d31bbaade6d2169a9f234cd82af0715 note that none of these are implemented, and programs depending on them may break... patch by sh4rm4
note that none of these are implemented, and programs depending on
them may break... patch by sh4rm4
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 によって変換されたページ (->オリジナル) /