Hi,
Regarding the bug report for gettext:
https://lists.gnu.org/archive/html/bug-gettext/2013-09/msg00010.html
javacomp.c has the following code to check if javac can compile some
Java programs. First, it writes out some code snippet to a temporary
file and then call javac command on the written
* lib/userspec.c (parse_user_spec): If the GID param is NULL,
then avoid group processing and treat the full spec as a user.
(parse_with_separator): Allow the USERNAME and GROUPNAME to
be optional params (NULL), in which case they're ignored.
* tests/test-userspec.c (main): Ensure NULL params are i
On 09/20/2013 01:22 AM, Daiki Ueno wrote:
> Hi,
>
> Regarding the bug report for gettext:
> https://lists.gnu.org/archive/html/bug-gettext/2013-09/msg00010.html
>
> javacomp.c has the following code to check if javac can compile some
> Java programs. First, it writes out some code snippet to a t