History log of /netbsd/lib/libc/compat/gen/compat___fts13.c (Results 1 – 11 of 11)
Revision Date Author Comments
# a949d096 04-Oct-2013 christos <christos@NetBSD.org>

prefix compat with __ in case __dso_hidden is not available


# fafcda42 04-Oct-2013 christos <christos@NetBSD.org>

avoid linker warning for compat symbols that are used internally in libc,
by introducing a hidden compat_foo() function, using that internally in
libc, and exposing foo as a strong alias to compat_fo

avoid linker warning for compat symbols that are used internally in libc,
by introducing a hidden compat_foo() function, using that internally in
libc, and exposing foo as a strong alias to compat_foo(). I am open for
better ideas.

show more ...


# 17f7ffb9 14-Mar-2012 christos <christos@NetBSD.org>

rename the macros ftsent_ since they apply to the ftsent struct not the
fts one.


# c30ed348 13-Mar-2012 joerg <joerg@NetBSD.org>

Fix all the issues lint is too dumb to warn about and re-enable
-Wconstant-conversion.


# e826745e 13-Mar-2012 christos <christos@NetBSD.org>

PR/45989: Martin Husemann: lint invocation does include -w only on i386

- turn lint -w for all the platforms after fixing the lint warnings.
- add _DIAGASSERTS() for casts that would assign values t

PR/45989: Martin Husemann: lint invocation does include -w only on i386

- turn lint -w for all the platforms after fixing the lint warnings.
- add _DIAGASSERTS() for casts that would assign values to types that
would not fit.
- change types, add casts
- change into ansii prototypes
- turn on _DIAGNOSTIC for libc (during current, to be eliminated for release
builds)

approved by core@

show more ...


# 23671418 19-Oct-2009 christos <christos@NetBSD.org>

PR/42201: NAKAJIMA Yoshihiro: fts(3): broken compatibility
As new field types were added, we did not provide overrides for older compat
versions. This restores compatibility.


# 461a86f9 11-Jan-2009 christos <christos@NetBSD.org>

merge christos-time_t


# b44f868f 27-Jul-2006 christos <christos@NetBSD.org>

Turn fts_number to a quad.


# 3c9502f9 30-Mar-2006 christos <christos@NetBSD.org>

Unbreak fts13 after yesterdays header changes [yes I keep old binaries around
just to test this]


# b53fea69 11-Dec-2005 christos <christos@NetBSD.org>

Restore the compatibility versions of fts not to do path mangling (i.e.
remove double slashes). Also make sure we free sp in all cases. From yamt,
many thanks!


# 5b84b398 13-Sep-2005 christos <christos@NetBSD.org>

compat core reorg.