summaryrefslogtreecommitdiff
path: root/libguile/coop-threads.c
AgeCommit message (Expand)AuthorFilesLines
2005-03-02See ChangeLog from 2005-03-02.Marius Vollmer1-0/+0
2004-09-22*** empty log message ***Marius Vollmer1-549/+0
2004-07-06* deprecated.h, boolean.h (SCM_FALSEP, SCM_NFALSEP, SCM_BOOL,Marius Vollmer1-4/+4
2003-04-05Changed license terms to the plain LGPL thru-out.Marius Vollmer1-36/+12
2003-03-27* coop-threads.c: fix various preprocessor usages of new publicRob Browning1-2/+2
2003-03-25* coop-threads.c: #include "libguile/_scm.h" early. ReplaceRob Browning1-3/+4
2002-10-27* coop-defs.h (coop_m): Added 'level' field.Marius Vollmer1-5/+66
2002-10-16(scm_i_thread_root): Do not validate argument.Marius Vollmer1-3/+0
2002-10-03* coop-defs.h (coop_t): Added new "handle" slot.Marius Vollmer1-1/+34
2002-03-01Changes in doc/ref:Dirk Herrmann1-2/+2
2002-02-11* gc.h, gc.c (scm_gc_sweep): Issue deprecation warning whenMarius Vollmer1-11/+5
2001-11-25Replaced SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell andMarius Vollmer1-4/+2
2001-07-09Remove "face-lift" comment.Thien-Thi Nguyen1-2/+0
2001-06-26 * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,Keisuke Nishida1-4/+2
2001-06-14replace "scm_*_t" with "scm_t_*".Marius Vollmer1-12/+12
2001-05-24* validate.hMichael Livshin1-2/+2
2001-03-17* validate.h (SCM_WRONG_NUM_ARGS): Call scm_error_num_args_subrDirk Herrmann1-1/+0
2001-03-08* coop-threads.c: Fixed change of 2001-03-06.Mikael Djurfeldt1-1/+1
2001-03-06* Remove uses of SCM_ASSERT that may result in error messages differentDirk Herrmann1-10/+11
2000-11-30* coop-threads.c: Don't join finished threads. Thanks to Julian Satchell.Dirk Herrmann1-3/+16
2000-09-26* Replaced a lot of references to SCM_CHARS.Dirk Herrmann1-4/+4
2000-04-21* Makefile.am (DEFS): Added. automake adds -I options to DEFS,Mikael Djurfeldt1-5/+5
2000-03-30* coop-defs.h, coop-threads.c (struct coop_t): EliminateMikael Djurfeldt1-0/+2
2000-03-29* coop-threads.c (scm_call_with_new_thread, scm_spawn_thread,Mikael Djurfeldt1-4/+4
2000-03-29* coop-threads.c (scm_call_with_new_thread, scm_spawn_thread):Mikael Djurfeldt1-2/+3
2000-03-19* coop-threads.c: Addd #include "root.h", #include "strings.h".Mikael Djurfeldt1-0/+2
2000-03-19 * *.[hc]: add Emacs magic at the end of file, to ensure GNUMichael Livshin1-0/+6
2000-03-12* struct.c, coop-threads.c: SCM_ASSCM/ASWORD fixes.Mikael Djurfeldt1-3/+3
2000-03-03* error.h, error.c: Added `scm_wrong_type_arg_msg' to supportGreg J. Badros1-1/+1
2000-01-05* *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*Greg J. Badros1-1/+1
2000-01-03* dynl-vms.c, debug.c, coop-threads.c, backtrace.c, eval.c: MoreGreg J. Badros1-1/+1
1999-12-16* coop-threads.c: Remove K&R function headers.Greg J. Badros1-72/+17
1999-12-13* Makefile.am: Fix ETAGS_ARGS to recognize GUILE_PROC,Greg J. Badros1-6/+0
1999-07-07Greg's smob patchMikael Djurfeldt1-49/+3
1998-10-03Get rid of warnings from the cooperative threading system.Jim Blandy1-6/+6
1998-02-06* iselect.h, iselect.c, coop.c, coop-threads.c, coop-threads.h,Mikael Djurfeldt1-1/+1
1998-02-02* backtrace.c (display_error_body, display_backtrace_body),Mikael Djurfeldt1-3/+3
1998-01-30* coop-threads.c (scheme_launch_data, scheme_body_bootstrip,Mikael Djurfeldt1-21/+73
1998-01-26* coop.c (coop_mutex_init, coop_mutex_lock, coop_mutex_unlock,Mikael Djurfeldt1-3/+2
1998-01-23* coop-threads.c, threads.h (scm_spawn_thread): New function.Mikael Djurfeldt1-9/+88
1997-08-14* stacks.c (scm_make_stack), coop-threads.c, mit-pthreads.cMikael Djurfeldt1-3/+9
1997-07-04* coop-threads.c (scm_wait_condition_variable): Lock mutex againMarius Vollmer1-0/+1
1997-05-26* Lots of files: New address for FSF.Jim Blandy1-3/+3
1997-04-15Merge threads directory into libguile.Jim Blandy1-0/+439