[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnulib] new modules chdir-long, openat; also, save-cwd improvem
From: |
Jim Meyering |
Subject: |
Re: [bug-gnulib] new modules chdir-long, openat; also, save-cwd improvements |
Date: |
Wed, 19 Jan 2005 13:38:18 +0100 |
FYI, I've just checked in the following changes,
currently just for coreutils. The diffs were the same
as those I posted here yesterday, modulo a few removed
FIXME comments in openat.c and an added comment in chdir-long.c.
2005-01-19 Jim Meyering <address@hidden>
* chdir-long.c (chdir_long): Rewrite to remove limitation on
component length. This included changing the parameter to be
of type `char *' rather than `char const *'.
* chdir-long.h (chdir_long): Update prototype.
* openat.c (fdopendir, fstatat): New functions.
* openat.h: Include headers required for use of DIR and struct stat.
[AT_SYMLINK_NOFOLLOW]: Define.
(fdopendir, fstatat): Add prototypes.
http://savannah.gnu.org/cgi-bin/viewcvs/coreutils/coreutils/lib/chdir-long.c.diff?r1=1.3&r2=1.4
http://savannah.gnu.org/cgi-bin/viewcvs/coreutils/coreutils/lib/chdir-long.c
http://savannah.gnu.org/cgi-bin/viewcvs/coreutils/coreutils/lib/chdir-long.h
http://savannah.gnu.org/cgi-bin/viewcvs/coreutils/coreutils/lib/openat.c
http://savannah.gnu.org/cgi-bin/viewcvs/coreutils/coreutils/lib/openat.h
- [bug-gnulib] new modules chdir-long, openat; also, save-cwd improvements, Paul Eggert, 2005/01/18
- Re: [bug-gnulib] new modules chdir-long, openat; also, save-cwd improvements, Jim Meyering, 2005/01/18
- Re: [bug-gnulib] new modules chdir-long, openat; also, save-cwd improvements,
Jim Meyering <=
- Re: [bug-gnulib] new modules chdir-long, openat; also, save-cwd improvements, Paul Eggert, 2005/01/19
- Re: [bug-gnulib] new modules chdir-long, openat; also, save-cwd improvements, Jim Meyering, 2005/01/19
- Re: [bug-gnulib] new modules chdir-long, openat; also, save-cwd improvements, Paul Eggert, 2005/01/19
- Re: [bug-gnulib] new modules chdir-long, openat; also, save-cwd improvements, Jim Meyering, 2005/01/20
- Re: [bug-gnulib] new modules chdir-long, openat; also, save-cwd improvements, Paul Eggert, 2005/01/20