diff options
author | Roland McGrath <roland@gnu.org> | 1996-03-28 09:48:58 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-03-28 09:48:58 +0000 |
commit | ffcf96345f519a1a557b019271d4a62ec40f7eaa (patch) | |
tree | 7038c77b3f6be934c42d8e210f7fd651e2b4176b /ChangeLog | |
parent | 0393dfd6c22d4f3bb61c4650e4c22e87026b19bd (diff) | |
download | glibc-ffcf96345f519a1a557b019271d4a62ec40f7eaa.tar.gz glibc-ffcf96345f519a1a557b019271d4a62ec40f7eaa.tar.xz glibc-ffcf96345f519a1a557b019271d4a62ec40f7eaa.zip |
Thu Mar 28 03:00:43 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu> cvs/libc-960328
* locale/nl_langinfo.c (nl_langinfo): Use DATA->values instead of DATA->strings. * Makerules (BUILD_CFLAGS): Remove $(common-objpfx) from config.h. * configure.in (.weakext check): Fix asm code to use .weakext instead of .weak! Fix bogus test calls. * configure: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2c683f8aed..7dd1a4bd17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Thu Mar 28 03:00:43 1996 Roland McGrath <roland@whiz-bang.gnu.ai.mit.edu> + + * locale/nl_langinfo.c (nl_langinfo): Use DATA->values instead of + DATA->strings. + + * Makerules (BUILD_CFLAGS): Remove $(common-objpfx) from config.h. + + * configure.in (.weakext check): Fix asm code to use .weakext instead + of .weak! Fix bogus test calls. + * configure: Regenerated. + Thu Mar 28 03:25:10 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> * locale/programs/xmalloc.c: Test _LIBC as well as STDC_HEADERS. |