From edbba60a5e69bd62483a39f75401caa9403197af Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 6 Dec 1995 10:00:22 +0000 Subject: Tue Dec 5 14:00:17 1995 Roland McGrath * misc/Makefile (headers): Add error.h, err.h. (routines): Add error, err. (gpl2lgpl): New variable. * misc/err.c: New file. * misc/err.h: New file. * misc/error.c, misc/error.h: New files. * sysdeps/mach/hurd/ioctl.c: Fix typo in last change. * Makeconfig (+link): Translate libc% from $^, not just libc.a. (link-libc): Append $(libc.so-version) to libc.so. (built-program-cmd): Fix comma usage. * Makerules [libc.so-version] (libc.so$(libc.so-version)): Make a symlink to libc.so in the build directory. * Rules ($(others) $(tests)): Depend on the library that appears in $(link-libc). (%.out): Use $(built-program-cmd) in commands. * posix/unistd.h [__USE_MISC]: Declare brk, sbrk. * sysdeps/generic/setenv.c: Added canonical portability cruft. (setenv): Use realloc on LAST_ENVIRON instead of always copying. (unsetenv): New function. * stdlib/stdlib.h [__USE_BSD]: Declare unsetenv. * sysdeps/generic/putenv.c: Rewritten using setenv and unsetenv. * libio/Makefile (routines): Remove iofscanf, add iopopen, pclose. --- ChangeLog | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 28a803280f..537b15ee97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,34 @@ +Tue Dec 5 14:00:17 1995 Roland McGrath + + * misc/Makefile (headers): Add error.h, err.h. + (routines): Add error, err. + (gpl2lgpl): New variable. + * misc/err.c: New file. + * misc/err.h: New file. + * misc/error.c, misc/error.h: New files. + + * sysdeps/mach/hurd/ioctl.c: Fix typo in last change. + + * Makeconfig (+link): Translate libc% from $^, not just libc.a. + (link-libc): Append $(libc.so-version) to libc.so. + (built-program-cmd): Fix comma usage. + * Makerules [libc.so-version] (libc.so$(libc.so-version)): Make a + symlink to libc.so in the build directory. + * Rules ($(others) $(tests)): Depend on the library that appears + in $(link-libc). + (%.out): Use $(built-program-cmd) in commands. + + * posix/unistd.h [__USE_MISC]: Declare brk, sbrk. + + * sysdeps/generic/setenv.c: Added canonical portability cruft. + (setenv): Use realloc on LAST_ENVIRON instead of always copying. + (unsetenv): New function. + * stdlib/stdlib.h [__USE_BSD]: Declare unsetenv. + * sysdeps/generic/putenv.c: Rewritten using setenv and unsetenv. + Tue Dec 5 02:27:32 1995 Ulrich Drepper - * libio/Makefile [routines]: Remove iofscanf, add iopopen, pclose. + * libio/Makefile (routines): Remove iofscanf, add iopopen, pclose. * libio/iofscanf.c: Remove file. -- cgit v1.2.3