Mercurial > hg > octave-shane > gnulib-hg
annotate modules/posixtm @ 10812:a672954bb892
New module 'servent'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 16 Nov 2008 05:02:40 +0100 |
parents | 6a764f23e302 |
children | f40dff4e11c8 |
rev | line source |
---|---|
4110 | 1 Description: |
4172 | 2 Convert a date/time string (POSIX syntax) to linear time or broken-down time. |
4110 | 3 |
4 Files: | |
5 lib/posixtm.h | |
6 lib/posixtm.c | |
7 m4/posixtm.m4 | |
8 | |
9 Depends-on: | |
4434
5340c4c26a0a
* modules/getdate, modules/posixtm: Depend on mktime.
Paul Eggert <eggert@cs.ucla.edu>
parents:
4197
diff
changeset
|
10 mktime |
5820
aec0a1f23054
(Depends-on): Add stdbool.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5722
diff
changeset
|
11 stdbool |
4110 | 12 |
13 configure.ac: | |
14 gl_POSIXTM | |
15 | |
16 Makefile.am: | |
17 | |
18 Include: | |
19 "posixtm.h" | |
20 | |
5251
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4434
diff
changeset
|
21 License: |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4434
diff
changeset
|
22 GPL |
42b53a22aee5
Add a license tag to every module.
Bruno Haible <bruno@clisp.org>
parents:
4434
diff
changeset
|
23 |
4197 | 24 Maintainer: |
25 Jim Meyering |