From e3047adb46007d1c8a81c0f10c74f7d4f8fdbd22 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sun, 21 Jul 1996 11:09:58 +0000 Subject: [PATCH] Sun Jul 21 06:48:38 1996 Roland McGrath * sysdeps/generic/setenv.c (__environ): Change conditional for #define from [!HAVE_GNU_LD] to [!_LIBC]. [_LIBC]: Include and define a lock. (LOCK, UNLOCK): New macros, no-ops for [! _LIBC]. (setenv, unsetenv): Use them. Sat Jul 20 21:55:31 1996 Roland McGrath Win32 hacks from . * posix/glob.c [WIN32]: Don't include ; don't use d_ino; use void * for my_realloc; include for alloca. (glob) [WIN32]: Use "c:/users/default" for ~ if no HOME variable. * posix/fnmatch.h [WIN32]: Use prototypes even if [!__STDC__]. * posix/glob.h: Likewise. --- ChangeLog | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2c9785c4fc..206f074057 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Jul 21 06:48:38 1996 Roland McGrath + + * sysdeps/generic/setenv.c (__environ): Change conditional for #define + from [!HAVE_GNU_LD] to [!_LIBC]. + [_LIBC]: Include and define a lock. + (LOCK, UNLOCK): New macros, no-ops for [! _LIBC]. + (setenv, unsetenv): Use them. + Sun Jul 21 01:44:39 1996 Miles Bader * locale/programs/locfile.c (write_locale_data): Deal with missing @@ -6,6 +14,15 @@ Sun Jul 21 01:44:39 1996 Miles Bader * sysdeps/mach/hurd/socket.c (socket): Make TYPE an int. * sysdeps/mach/hurd/socketpair.c (socketpair): Likewise. +Sat Jul 20 21:55:31 1996 Roland McGrath + + Win32 hacks from . + * posix/glob.c [WIN32]: Don't include ; don't use d_ino; + use void * for my_realloc; include for alloca. + (glob) [WIN32]: Use "c:/users/default" for ~ if no HOME variable. + * posix/fnmatch.h [WIN32]: Use prototypes even if [!__STDC__]. + * posix/glob.h: Likewise. + Sat Jul 20 13:28:52 1996 Miles Bader * sysdeps/mach/hurd/select.c (__select): Don't poll on the last @@ -16,7 +33,7 @@ Sat Jul 20 13:28:52 1996 Miles Bader * sysdeps/mach/hurd/uname.c (uname): Deref UNAME to get nodename. : New include. - + * sysdeps/mach/libc-lock.h (__libc_lock_define): Backslashify continuation line. -- 2.11.4.GIT