view STATUS-libposix @ 16033:917610de47d7

New modules 'at-internal', 'openat-h', split off from module 'openat'. * m4/openat.m4 (gl_FUNC_OPENAT): Don't set GNULIB_OPENAT. Don't invoke gl_PREREQ_OPENAT and gl_MODULE_INDICATOR. * modules/openat (Description): Add reference to POSIX function. (Files): Remove lib/openat.h, lib/openat-proc.c. (Depends-on): Add at-internal, openat-h. Remove fdopendir, gettext-h, intprops, unistd. (configure.ac): Remove AC_LIBOBJ of openat-proc. Invoke gl_PREREQ_OPENAT, gl_MODULE_INDICATOR here. Invoke gl_FCNTL_MODULE_INDICATOR. (Include): Remove unistd.h, openat.h. * modules/areadlinkat (Files): Add lib/at-func.c. (Depends-on): Add at-internal, dosname, errno, extensions, fchdir, openat-die, openat-h, save-cwd. * modules/areadlinkat-with-size (Files): Add lib/at-func.c. (Depends-on): Add at-internal, dosname, errno, extensions, fchdir, openat-die, openat-h, save-cwd, unistd. * modules/faccessat (Files): Add lib/at-func.c, lib/openat-priv.h. (Depends-on): Add at-internal, dosname, errno, fchdir, openat-die, openat-h, save-cwd. Remove fcntl-h, openat. * modules/fchmodat (Files): Remove lib/openat.h. (Depends-on): Add at-internal, openat-h. Remove dirent, fcntl-h, openat, stdbool, unistd. * modules/fchownat (Files): Remove lib/openat.h. (Depends-on): Add at-internal, openat-h. Remove dirent, fcntl-h, openat, stdbool, sys_stat. * modules/fdopendir (Files): Remove lib/openat-priv.h, lib/openat-proc.c. (Depends-on): Add at-internal. (condigure.ac): Remove AC_LIBOBJ of openat-proc. * modules/fstatat (Files): Remove lib/openat.h. (Depends-on): Add at-internal, openat-h. Remove dirent, openat, stdbool, unistd. * modules/fts (Depends-on): Add openat-h. * modules/linkat (Depends-on): Add at-internal, openat-h. Remove openat. * modules/mkdirat (Files): Remove lib/openat.h. (Depends-on): Add at-internal, openat-h. Remove dirent, fcntl-h, openat, stdbool, sys_stat. * modules/mkfifoat (Files): Add lib/at-func.c. (Depends-on): Add at-internal, dosname, errno, fchdir, openat-die, openat-h, save-cwd. Remove fcntl-h, openat. * modules/openat-die (Depends-on): Add openat-h. Remove openat. * modules/readlinkat (Files): Add lib/at-func.c. (Depends-on): Add at-internal, dosname, errno, fchdir, openat-die, openat-h, save-cwd. Remove fcntl-h, openat. * modules/renameat (Depends-on): Add at-internal, openat-h. Remove openat. * modules/selinux-at (Files): Add lib/at-func.c. (Depends-on): Add at-internal, dosname, errno, extensions, fchdir, fcntl-h, openat-die, openat-h, save-cwd, unistd. Remove openat. * modules/symlinkat (Files): Add lib/at-func.c. (Depends-on): Add at-internal, dosname, errno, fchdir, openat-die, openat-h, save-cwd. Remove fcntl-h, openat. * modules/unlinkat (Files): Remove lib/openat.h. (Depends-on): Add at-internal, openat-h. Remove dirent, openat, stdbool. * modules/utimensat (Files): Add lib/at-func.c. (Depends-on): Add at-internal, dosname, errno, fchdir, fcntl-h, openat-die, openat-h, save-cwd. * modules/fchownat-tests (Depends-on): Add openat-h. Remove openat. * modules/fdutimensat-tests (Depends-on): Add openat. * modules/fstatat-tests (Depends-on): Add openat-h. * modules/readlinkat-tests (Depends-on): Add openat. * modules/symlinkat-tests (Depends-on): Add openat.
author Bruno Haible <bruno@clisp.org>
date Sat, 05 Nov 2011 11:35:57 +0100
parents 5f709022a256
children
line wrap: on
line source

Status for libposix
===================

This file documents the status of work-in-progress.
No ChangeLog entries are needed for this file.

Status for the libposix branch
------------------------------

Bruce Korb says:

I think a real big step in libposix is to get a little experience with it.
There are also some few little nits pointed out in the discussions that
need some careful consideration, but some experience in using it would
be good, too.  The intended/expected usage is along the lines of:

1.  configure, build and install the thing.  Perhaps from:
    http://autogen.sourceforge.net/data/
    or roll your own, but the distribution should be there, I think.

2.  fiddle a project to detect that it is "sufficiently recent" to
    cover the needs of this unnamed project.  That is an interesting
    issue, though:  the concept behind "configure" is that you do
    feature tests rather than version testing.  However, if you choose
    to not test the version of libposix and test the features you
    need of libposix, then I have an extremely difficult time trying
    to understand the point of libposix -- you are back to running
    a bunch of feature tests that take too long.  Testing for a
    libposix current as of some marker (version number or date)
    seems right to me, though there are some caveats to consider
    regarding "retired" POSIX features.

    Anyway, the "fiddle a project" should boil down to testing
    for libposix in some way and then dying if it is not up to snuff.

3.  configure, build, test, install and test installation of said project.


TODO list for master
--------------------

Bruno Haible says:

1) ... 7)
  proposed by Gary in the thread starting at
  [PATCH 0/7] contents of topic/libposix for merge to master
  in <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/threads.html>

1) Allow generate header files to coexist without shadowing each other.
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00283.html>

  Discussion:
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00289.html>

  Still missing: dealing with include_next and old compilers, cf.
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00269.html>
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00285.html>

2) Allow using libgnu's file name in module descriptions.
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00284.html>

  Discussion:
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00291.html>
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00308.html

3) iconv_open's file file list
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00282.html>

  Discussion:
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00290.html>
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00307.html>
  libposix needs to install only selected headers, not all of them. Let the
  script look at the 'Include:' section of each module description.

4) Module libposix
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00280.html>

  Discussion:
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00292.html>
  More discussion needed

5) Installable headers
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00281.html>

  Discussion:
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00293.html>
  Patch to be rewritten to use nobase_nodist_include_HEADERS,
  also need to add an Automake conditional to distinguish libposix from
  other projects.
  Also see whether the Automake bug can be fixed.
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00325.html>

6) libposix subdirectory
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00277.html>

  Discussion:
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00294.html>

7) use git-version-gen for version numbering
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00279.html>

  Discussion:
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00297.html>
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-10/msg00303.html>
  Patch to be revised.

8) Licensing
  <http://lists.gnu.org/archive/html/bug-gnulib/2010-12/msg00184.html>

  Status: A majority of the issues have been handled.
  Obsolete modules (free, memcpy) can be ignored.
  To be done:
    getcwd
    faccessat
    fdopendir
    linkat
    mkfifoat
    openat
    readlinkat
    renameat
    symlinkat
    utimensat

9) Versioning
  <http://lists.gnu.org/archive/html/bug-gnulib/2011-01/msg00163.html>

  Status: No real plan exists.