mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 21:10:27 +02:00
*** empty log message ***
This commit is contained in:
parent
4469a27ac1
commit
7c9c776088
3 changed files with 26 additions and 13 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Mon Apr 14 18:51:25 1997 Jim Blandy <jimb@floss.cyclic.com>
|
||||||
|
|
||||||
|
* 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 <jimb@floss.cyclic.com>
|
Sun Apr 13 22:14:10 1997 Jim Blandy <jimb@floss.cyclic.com>
|
||||||
|
|
||||||
* guile.m4: Revert change of Mar 15, and use the new 'no-define'
|
* guile.m4: Revert change of Mar 15, and use the new 'no-define'
|
||||||
|
|
|
@ -1,18 +1,20 @@
|
||||||
|
*.la
|
||||||
|
*.lo
|
||||||
|
*.x
|
||||||
|
.deps
|
||||||
|
.libs
|
||||||
Makefile
|
Makefile
|
||||||
|
config.cache
|
||||||
config.log
|
config.log
|
||||||
config.status
|
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_err_symbols.c
|
||||||
cpp_sig_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
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Apr 14 20:15:29 1997 Jim Blandy <jimb@totoro.cyclic.com>
|
||||||
|
|
||||||
|
* 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 <jimb@floss.cyclic.com>
|
Mon Apr 14 01:32:57 1997 Jim Blandy <jimb@floss.cyclic.com>
|
||||||
|
|
||||||
* gh_init.c (gh_standard_handler): Return SCM_BOOL_F, not garbage.
|
* gh_init.c (gh_standard_handler): Return SCM_BOOL_F, not garbage.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue