annotate modules/getpass-gnu @ 17259:bc20efc34eba octave-stable

branch to handle patches for Octave stable
author John W. Eaton <jwe@octave.org>
date Thu, 03 Jan 2013 14:26:52 -0500
parents b15151b8de0d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4490
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 getpass() function: read a password of arbitrary length from /dev/tty.
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
5170
17c4badb3864 Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4490
diff changeset
5 lib/getpass.h
4490
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/getpass.c
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/getpass.m4
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
10093
a08fa804bfab Keep getpass-gnu in sync with getpass.
Martin Lambers <marlam@marlam.de>
parents: 7497
diff changeset
10 fseeko
4490
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 getline
5170
17c4badb3864 Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4490
diff changeset
12 stdbool
4490
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
13
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 configure.ac:
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 gl_FUNC_GETPASS_GNU
14972
b15151b8de0d getpass-gnu: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 10093
diff changeset
16 if test $REPLACE_GETPASS = 1; then
b15151b8de0d getpass-gnu: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 10093
diff changeset
17 AC_LIBOBJ([getpass])
b15151b8de0d getpass-gnu: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 10093
diff changeset
18 gl_PREREQ_GETPASS
b15151b8de0d getpass-gnu: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents: 10093
diff changeset
19 fi
4490
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Makefile.am:
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Include:
5170
17c4badb3864 Add getpass.h, so it's properly declared.
Paul Eggert <eggert@cs.ucla.edu>
parents: 4490
diff changeset
24 "getpass.h"
4490
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25
5251
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 5170
diff changeset
26 License:
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 5170
diff changeset
27 LGPL
42b53a22aee5 Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents: 5170
diff changeset
28
4490
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 Maintainer:
3994ca24c3a0 New module 'getpass-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30 Jim Meyering, glibc