*** empty log message ***
This commit is contained in:
parent
0e95879552
commit
32552d73c6
3 changed files with 55 additions and 0 deletions
18
ChangeLog
18
ChangeLog
|
|
@ -1,3 +1,21 @@
|
||||||
|
Fri Jul 11 00:18:19 1997 Jim Blandy <jimb@floss.red-bean.com>
|
||||||
|
|
||||||
|
Changes to compile under gnu-win32, from Marcus Daniels:
|
||||||
|
* configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
|
||||||
|
to indicate that Unix domain sockets will work.
|
||||||
|
Check for socketpair, getgroups, setwent, pause, and tzset
|
||||||
|
(cygwin currently lacks these them).
|
||||||
|
Check for sethostent endhostent getnetent setnetent endnetent
|
||||||
|
getprotoent endprotoent getservent endservent getnetbyaddr
|
||||||
|
getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
|
||||||
|
lacks them). In the case of cygwin, temporarily prefix these
|
||||||
|
functions with "cygwin32_", the way that netdb.h does.
|
||||||
|
Don't define HAVE_REGCOMP unless both regcomp and regex.h are
|
||||||
|
available (cygwin b18 came distributed without a working regex.h
|
||||||
|
file).
|
||||||
|
* acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
|
||||||
|
* configure: Regenerated.
|
||||||
|
|
||||||
Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
|
Wed Jul 2 12:28:40 1997 Tim Pierce <twp@twp.tezcat.com>
|
||||||
|
|
||||||
* ltmain.sh: Remove any trailing colon on $shlibpath_var
|
* ltmain.sh: Remove any trailing colon on $shlibpath_var
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,9 @@
|
||||||
Fri Jul 11 00:13:43 1997 Jim Blandy <jimb@floss.red-bean.com>
|
Fri Jul 11 00:13:43 1997 Jim Blandy <jimb@floss.red-bean.com>
|
||||||
|
|
||||||
|
Changes to compile under gnu-win32, from Marcus Daniels:
|
||||||
|
* boot-9.scm (load-user-init): If HOME is unset, provide
|
||||||
|
a default of /.
|
||||||
|
|
||||||
* boot-9.scm (define-public): Changed to accomodate Hobbit.
|
* boot-9.scm (define-public): Changed to accomodate Hobbit.
|
||||||
|
|
||||||
Tue Jun 24 00:31:47 1997 Jim Blandy <jimb@floss.red-bean.com>
|
Tue Jun 24 00:31:47 1997 Jim Blandy <jimb@floss.red-bean.com>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,36 @@
|
||||||
|
Fri Jul 11 00:19:47 1997 Jim Blandy <jimb@floss.red-bean.com>
|
||||||
|
|
||||||
|
Changes to compile under gnu-win32, from Marcus Daniels:
|
||||||
|
* stime.c (tzset): If tzset isn't provided, make it a NOP.
|
||||||
|
(scm_localtime): Change SCM_EOF to SCM_EOL.
|
||||||
|
(scm_mktime): Likewise.
|
||||||
|
* socket.c: Don't include sys/un.h unless autoconf tells
|
||||||
|
us Unix domain sockets are available.
|
||||||
|
(scm_fill_sockaddr): Ignore Unix domain code.
|
||||||
|
(scm_addr_vector): Likewise.
|
||||||
|
(scm_init_addr_buffer): Likewise.
|
||||||
|
(scm_socketpair): Don't include unless socketpair was
|
||||||
|
found during autoconf.
|
||||||
|
* simpos.c (SYSTNAME): Treat cygwin like Unix.
|
||||||
|
* scmsigs.c (scm_pause): Don't include unless pause was found
|
||||||
|
during autoconf.
|
||||||
|
* posix.c (scm_getgroups): Don't include unless support function
|
||||||
|
was found during autoconf (in this case, getgroups).
|
||||||
|
(scm_setpwent): For setpwent.
|
||||||
|
(scm_setegid): For setegid.
|
||||||
|
* net_db.c (scm_inet_netof): Don't include unless support
|
||||||
|
function was found during autoconf (in this case, inet_netof).
|
||||||
|
(scm_lnaof): For inet_lnaof.
|
||||||
|
(scm_inet_makeaddr): For inet_makeaddr.
|
||||||
|
(scm_getnet): For getnetent, getnetbyname, getnetbyaddr.
|
||||||
|
(scm_getproto): For getprotoent.
|
||||||
|
(scm_getserv): For getservent.
|
||||||
|
(scm_sethost): For sethostent, endhostent.
|
||||||
|
(scm_setnet): For setnetent, endnetent.
|
||||||
|
(scm_setproto): For setprotoent, endprotoent.
|
||||||
|
(scm_setserv): For setservent, endservent.
|
||||||
|
* scmconfig.h.in: Regenerated.
|
||||||
|
|
||||||
Thu Jul 10 00:22:24 1997 Jim Blandy <jimb@floss.red-bean.com>
|
Thu Jul 10 00:22:24 1997 Jim Blandy <jimb@floss.red-bean.com>
|
||||||
|
|
||||||
* stime.c (scm_localtime, scm_mktime): Pass SCM_EOL to
|
* stime.c (scm_localtime, scm_mktime): Pass SCM_EOL to
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue