Mercurial > hg > octave-kai > gnulib-hg
annotate modules/times @ 17431:744044c581c4
getcwd-lgpl: port to Tru64
* lib/getcwd-lgpl.c: Include <stdlib.h>, for malloc etc.
Problem reported by Steven M. Schweda in
<http://lists.gnu.org/archive/html/bug-gzip/2013-06/msg00010.html>.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 11 Jun 2013 19:52:46 -0700 |
parents | dc03b3279cc1 |
children |
rev | line source |
---|---|
10735
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
1 Description: |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
2 times() function: get process times |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
3 |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
4 Files: |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
5 lib/times.c |
12543
62393c457544
times: Update after sys_times changed.
Bruno Haible <bruno@clisp.org>
parents:
12008
diff
changeset
|
6 m4/times.m4 |
10735
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
7 |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
8 Depends-on: |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
9 sys_times |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
10 |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
11 configure.ac: |
12543
62393c457544
times: Update after sys_times changed.
Bruno Haible <bruno@clisp.org>
parents:
12008
diff
changeset
|
12 gl_FUNC_TIMES |
15127
dc03b3279cc1
times: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
12543
diff
changeset
|
13 if test $HAVE_TIMES = 0; then |
dc03b3279cc1
times: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
12543
diff
changeset
|
14 AC_LIBOBJ([times]) |
dc03b3279cc1
times: Move AC_LIBOBJ invocations to module description.
Bruno Haible <bruno@clisp.org>
parents:
12543
diff
changeset
|
15 fi |
10735
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
16 gl_SYS_TIMES_MODULE_INDICATOR([times]) |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
17 |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
18 Makefile.am: |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
19 |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
20 Include: |
12008
18ea6ab4e81d
maint: make Include sections of modules consistent
Eric Blake <ebb9@byu.net>
parents:
10735
diff
changeset
|
21 <sys/times.h> |
10735
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
22 |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
23 License: |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
24 LGPLv2+ |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
25 |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
26 Maintainer: |
d3ffeb7d9a34
Add modules for sys/times.h header and times function.
Simon Josefsson <simon@josefsson.org>
parents:
diff
changeset
|
27 Simon Josefsson |