]> git.ipfire.org Git - thirdparty/glibc.git/commit - libio/iofopncook.c
update from main archive 960907
authorUlrich Drepper <drepper@redhat.com>
Sat, 7 Sep 1996 23:56:19 +0000 (23:56 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 7 Sep 1996 23:56:19 +0000 (23:56 +0000)
commit499e7464ed5c42246134fe708d783bf44a472c98
tree785f6ad88c02bb872deac4e2034275689287e077
parentedf5b2d7168982e1725f41e142b77e5ec88d7bf2
update from main archive 960907

Sat Sep  7 14:00:33 1996  David Mosberger-Tang  <davidm@azstarnet.com>

* catgets/catgets.c (catopen): Allocate sizeof(*result) bytes
instead of sizeof(nl_catd) (which is just a pointer!).

Sat Sep  7 19:39:19 1996  Ulrich Drepper  <drepper@cygnus.com>

* Makefile ($(objpfx)version-info.h): Generate from Banner files.
* version.c (banner): Add contents of version-info.h to string.

* Makerules: If $($(subdir)-version) is available name versioned
shared library according to this value instead of glibc's version.

* libio/Banner: New file.

* elf/eval.c (funcall): Write error message in case function is
not found.
(eval): Recognize `_' in names.
20 files changed:
ChangeLog
Makefile
Makerules
catgets/catgets.c
elf/eval.c
libio/Banner [new file with mode: 0644]
libio/iofdopen.c
libio/iofopen.c
libio/iofopncook.c
libio/iopopen.c
libio/iovsprintf.c
libio/iovsscanf.c
libio/libio.h
libio/libioP.h
libio/memstream.c
libio/stdfiles.c
libio/vasprintf.c
libio/vdprintf.c
libio/vsnprintf.c
version.c