diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-16 18:30:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-16 18:30:44 +0000 |
commit | 22bc79788225fb13ff8e66d38e0dd92d44b1e588 (patch) | |
tree | 4245a0b22a3abc3601bc9924b5d3452dba61e7c8 /catgets | |
parent | 6760028826b40e45fe7f12b3e1ec934b032dba55 (diff) | |
download | glibc-22bc79788225fb13ff8e66d38e0dd92d44b1e588.zip glibc-22bc79788225fb13ff8e66d38e0dd92d44b1e588.tar.gz glibc-22bc79788225fb13ff8e66d38e0dd92d44b1e588.tar.bz2 |
Update.
1998-03-15 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
* posix/wordexp-test.c: Add more tests.
(testit): Fix logic.
* posix/wordexp.c (exec_comm): In the child, redirect stderr to
/dev/null instead of closing it, close pipe. Always chop off all
trailing newlines. Kill and reap child before returning error.
(w_addword, parse_glob): Fix memory leak.
(wordexp): Fix dangling pointer problem.
1998-03-16 Ulrich Drepper <drepper@cygnus.com>
* elf/dl-close.c (_dl_close): Correct and simplify unmapping.
* posix/wordexp-test.c (main): Fix little thinkos and typos.
* catgets/Makefile (CPPFLAGS): Change NLSPATH to also examine
directory index by only the language.
Diffstat (limited to 'catgets')
-rw-r--r-- | catgets/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/catgets/Makefile b/catgets/Makefile index 0631599..ee464c1 100644 --- a/catgets/Makefile +++ b/catgets/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997 Free Software Foundation, Inc. +# Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -38,5 +38,5 @@ include ../Rules $(objpfx)gencat: $(gencat-modules:%=$(objpfx)%.o) -CPPFLAGS := -DNLSPATH='"$(localedir)/%L/%N:$(localedir)/%L/LC_MESSAGES/%N:"' \ +CPPFLAGS := -DNLSPATH='"$(localedir)/%L/%N:$(localedir)/%L/LC_MESSAGES/%N:$(localedir)/%l/%N:$(localedir)/%l/LC_MESSAGES/%N:"' \ -DHAVE_CONFIG_H $(CPPFLAGS) |