From 7c9c7760882abfab2e7515ce25a58ecdca52edd8 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 15 Apr 1997 01:24:05 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 6 ++++++ libguile/.cvsignore | 28 +++++++++++++++------------- libguile/ChangeLog | 5 +++++ 3 files changed, 26 insertions(+), 13 deletions(-) diff --git a/ChangeLog b/ChangeLog index 544bed2cc..736e42350 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Apr 14 18:51:25 1997 Jim Blandy + + * threads.m4 (CY_AC_WITH_THREADS): When using coop threads, no + need to link against libthreads; the files it used to contain + are now a part of libguile. + Sun Apr 13 22:14:10 1997 Jim Blandy * guile.m4: Revert change of Mar 15, and use the new 'no-define' diff --git a/libguile/.cvsignore b/libguile/.cvsignore index 6f5f70743..209746383 100644 --- a/libguile/.cvsignore +++ b/libguile/.cvsignore @@ -1,18 +1,20 @@ +*.la +*.lo +*.x +.deps +.libs Makefile +config.cache config.log config.status -config.cache -fd.h -scmconfig.h -stamp-h -*.x -libpath.h -.deps -guile-snarf -*.lo -libtool -*.la -.libs -errnos.list cpp_err_symbols.c cpp_sig_symbols.c +errnos.list +fd.h +gh_test_c +gh_test_repl +guile-snarf +libpath.h +libtool +scmconfig.h +stamp-h diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 6a505b4fd..b8f23dc73 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +Mon Apr 14 20:15:29 1997 Jim Blandy + + * stime.c (scm_mktime): #ifndef HAVE_TM_ZONE, Use lt.tm_zone, not + lt->tm_zone. + Mon Apr 14 01:32:57 1997 Jim Blandy * gh_init.c (gh_standard_handler): Return SCM_BOOL_F, not garbage.