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