diff options
author | Roland McGrath <roland@gnu.org> | 1995-06-22 09:00:11 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1995-06-22 09:00:11 +0000 |
commit | 487253ea1f81b8223334200ada86a3d3b7de6d9c (patch) | |
tree | 0befcdc81388e86f1e550635437ffa0385cf34dc /ChangeLog | |
parent | b1099b2fba10e78325715f65e23af286705bf86e (diff) | |
download | glibc-487253ea1f81b8223334200ada86a3d3b7de6d9c.tar.gz glibc-487253ea1f81b8223334200ada86a3d3b7de6d9c.tar.xz glibc-487253ea1f81b8223334200ada86a3d3b7de6d9c.zip |
Tue Jun 20 02:18:19 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* Makerules (lib%.so: lib%_pic.a): Pass -soname switch giving the library's name including $(libprefix) and major version number. * locale/locale-ctype.c (allocate_arrays): Use xmalloc and bzero in place of xcalloc. * Makeconfig (prefix, exec_prefix, libprefix): Instead of `ifndef', use the $(origin) function to only set these if they are undefined, and not if they are defined to empty. * gnu-versions.h: New file. * features.h (__GNU_LIBRARY__): Increase value to 5.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e9812c8054..b133e7589e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Tue Jun 20 02:18:19 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> + + * Makerules (lib%.so: lib%_pic.a): Pass -soname switch giving the + library's name including $(libprefix) and major version number. + + * locale/locale-ctype.c (allocate_arrays): Use xmalloc and bzero + in place of xcalloc. + + * Makeconfig (prefix, exec_prefix, libprefix): Instead of + `ifndef', use the $(origin) function to only set these if they are + undefined, and not if they are defined to empty. + + * gnu-versions.h: New file. + * features.h (__GNU_LIBRARY__): Increase value to 5. + Wed Jun 14 03:45:24 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> * stdio/stdio.h (__validfp): Use ({...}) rather than a comma |