bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: underscores in gnulib file names


From: Jim Meyering
Subject: Re: underscores in gnulib file names
Date: Wed, 12 Sep 2007 16:18:11 +0200

Paul Eggert <address@hidden> wrote:
> Bruno Haible <address@hidden> writes:
>
>> Eli Zaretskii replied with this statement:
>
> Since DOS is no longer an issue, I assume we should use the ".in.h"
> suffix instead?  I can propose a patch along those lines.

Good!
You probably already know that fts_.h is a special case,
in that it's not a template.

As for how to get rid of the underscore, here's what
I've been planning for a long time:

[background: there are fts functions and an fts.h in glibc,
 but there are fundamental ABI differences, so glibc cannot
 (or will not) break ABI compatibility to take advantage
 of the improvements in the gnulib version. ]

So, I'm going to rename everything, from the structures to the public
functions and the files themselves.  There will be a new module, probably
named gfts, with all of the renamed symbols and files.  I'll deprecate
the old fts module and eventually remove it.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]