[Top][All Lists]
[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.
- Re: underscores in gnulib file names, (continued)
- Re: underscores in gnulib file names, Bruno Haible, 2007/09/08
- Re: underscores in gnulib file names, Jim Meyering, 2007/09/08
- Re: underscores in gnulib file names, Bruno Haible, 2007/09/08
- Re: underscores in gnulib file names, Paul Eggert, 2007/09/10
- Re: underscores in gnulib file names, Jim Meyering, 2007/09/10
- Re: underscores in gnulib file names, Karl Berry, 2007/09/10
- Re: underscores in gnulib file names, Bruno Haible, 2007/09/10
- Re: underscores in gnulib file names, Bruno Haible, 2007/09/11
- Re: underscores in gnulib file names, Paul Eggert, 2007/09/11
- Re: underscores in gnulib file names, Bruno Haible, 2007/09/11
- Re: underscores in gnulib file names,
Jim Meyering <=
- Re: underscores in gnulib file names, James Youngman, 2007/09/13
- Re: underscores in gnulib file names, Bruno Haible, 2007/09/30
- Re: underscores in gnulib file names, Bruno Haible, 2007/09/08
- Re: underscores in gnulib file names, Bruno Haible, 2007/09/08
- Re: underscores in gnulib file names, Jim Meyering, 2007/09/08
- Re: underscores in gnulib file names, Eric Blake, 2007/09/08
- Re: underscores in gnulib file names, Bruno Haible, 2007/09/08
- Re: underscores in gnulib file names, Jim Meyering, 2007/09/08
- Re: underscores in gnulib file names, Eric Blake-1, 2007/09/24
- Re: underscores in gnulib file names, Jim Meyering, 2007/09/25