annotate modules/javaversion @ 17448:b3516a31a386

regex: port to --with-included-regex --enable-gcc-warnings non-threaded * lib/regex_internal.h (lock_fini, lock_lock): Rework to avoid gcc warnings in the non-threaded case. Reported by Charlie Brown in <http://lists.gnu.org/archive/html/bug-gnulib/2013-07/msg00015.html>.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 09 Jul 2013 11:35:01 -0700 (2013-07-09)
parents 5be0c314f2f8
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7018
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Determine the Java version supported by javaexec.
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 lib/javaversion.h
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 lib/javaversion.c
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 lib/javaversion.java
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8 lib/javaversion.class
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10 Depends-on:
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 javaexec
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 stdbool
13924
5be0c314f2f8 Rename module 'pipe' to 'spawn-pipe'.
Bruno Haible <bruno@clisp.org>
parents: 7497
diff changeset
13 spawn-pipe
7018
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14 wait-process
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 getline
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16 gettext-h
7324
9e3f92eb6ea2 Use the configmake module.
Bruno Haible <bruno@clisp.org>
parents: 7089
diff changeset
17 configmake
7018
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 configure.ac:
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21 Makefile.am:
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 lib_SOURCES += javaversion.h javaversion.c
7089
537f18903d33 Make pkgdata_DATA a cumulative variable. From Ralf Wildenhues.
Bruno Haible <bruno@clisp.org>
parents: 7082
diff changeset
23 pkgdata_DATA += javaversion.class
7018
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
24
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
25 Include:
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
26 "javaversion.h"
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
27
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
28 License:
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
29 GPL
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
30
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
31 Maintainer:
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
32 Bruno Haible
096754ee89e4 New module 'javaversion'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
33