1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-05 15:10:27 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1998-10-03 13:36:09 +00:00
parent c31bfb8563
commit 0553d3a207
3 changed files with 32 additions and 0 deletions

View file

@ -1,5 +1,9 @@
1998-10-03 <jimb@savonarola.red-bean.com> 1998-10-03 <jimb@savonarola.red-bean.com>
* configure.in: Check for a missing `sleep' declaration.
* acconfig.h (MISSING_SLEEP_DECL): Provide some text for this.
* configure: Regenerated.
* configure.in: Don't use the canonical host name to decide * configure.in: Don't use the canonical host name to decide
whether `bzero' and `usleep' have declarations --- that's going whether `bzero' and `usleep' have declarations --- that's going
back to the bad old days before autoconf. Remove the call to back to the bad old days before autoconf. Remove the call to

View file

@ -1,3 +1,26 @@
1998-10-03 <jimb@savonarola.red-bean.com>
Get rid of warnings from the cooperative threading system.
* threads.h (scm_single_thread_p, scm_yield,
scm_call_with_new_thread, scm_join_thread, scm_make_mutex,
scm_lock_mutex, scm_unlock_mutex, scm_make_condition_variable,
scm_wait_condition_variable, scm_signal_condition_variable): Add
prototypes for these Scheme-visible functions.
* coop-defs.h (coop_next_runnable_thread,
coop_wait_for_runnable_thread_now, coop_wait_for_runnable_thread):
Prototypes for these here, even though they're from iselect.c.
(coop_condition_variable_wait, coop_join): Add prototypes.
* coop-threads.c (scm_threads_free_thread, scm_threads_free_mutex,
scm_threads_free_condvar): Make these smob functions static.
* coop-threads.h (coop_init): Give this a real prototype.
* coop.c: #include <unistd.h>, if we have it, for `usleep' and `sleep'.
(coop_next_runnable_thread): No need to provide prototype; it's in
coop-defs.h.
* scmconfig.h.in: .detarenegeR
* iselect.c, threads.c: Doc fixes.
1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com> 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
* Makefile.in: Regenerated with a patched automake, to get * Makefile.in: Regenerated with a patched automake, to get

View file

@ -1,3 +1,8 @@
1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
* Makefile.in: Regenerated with a patched automake, to get
dependency generation right when using EGCS.
1998-09-29 Jim Blandy <jimb@totoro.red-bean.com> 1998-09-29 Jim Blandy <jimb@totoro.red-bean.com>
* stp.h (stp_create): Doc fix. * stp.h (stp_create): Doc fix.