annotate modules/openat-die @ 17138:42f6597efac3

* lib/regexec.c (re_search_internal): Fix grammar in comment.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 16 Oct 2012 16:01:05 -0700
parents 917610de47d7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8809
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
1 Description:
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
2 Report a save- or restore-cwd failure in our openat replacement and then exit.
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
3
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
4 Files:
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
5 lib/openat-die.c
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
6
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
7 Depends-on:
16033
917610de47d7 New modules 'at-internal', 'openat-h', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents: 8809
diff changeset
8 openat-h
8809
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
9 error
16033
917610de47d7 New modules 'at-internal', 'openat-h', split off from module 'openat'.
Bruno Haible <bruno@clisp.org>
parents: 8809
diff changeset
10 exitfail
8809
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
11 gettext-h
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
12
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
13 configure.ac:
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
14
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
15 Makefile.am:
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
16 lib_SOURCES += openat-die.c
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
17
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
18 Include:
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
19 "openat.h"
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
20
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
21 License:
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
22 GPL
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
23
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
24 Maintainer:
fdaaae08b999 New module
Sergey Poznyakoff <gray@gnu.org.ua>
parents:
diff changeset
25 all