Home | History | Annotate | Download | only in gen
History log of /src/lib/libc/compat/gen/compat___fts31.c
RevisionDateAuthorComments
 1.6  04-Oct-2013  christos prefix compat with __ in case __dso_hidden is not available
 1.5  04-Oct-2013  christos 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.
 1.4  14-Mar-2012  christos branches: 1.4.2;
rename the macros ftsent_ since they apply to the ftsent struct not the
fts one.
 1.3  13-Mar-2012  christos 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@
 1.2  19-Oct-2009  christos branches: 1.2.6;
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.
 1.1  27-Jul-2006  christos Turn fts_number to a quad.
 1.2.6.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.2.6.1  17-Apr-2012  yamt sync with head
 1.4.2.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.

RSS XML Feed