| Commit message (Expand) | Author | Age | Files | Lines |
* | * session.scm (apropos): Use hash-for-each instead of | Mikael Djurfeldt | 2003-03-04 | 2 | -25/+25 |
* | * environments.c (DEFAULT_OBARRAY_SIZE): Changed from 137 to 31 | Mikael Djurfeldt | 2003-02-19 | 2 | -4/+10 |
* | Added missing export | Mikael Djurfeldt | 2003-02-19 | 1 | -1/+1 |
* | * hooks.c (scm_c_hook_add): Fixed bug in append mode. | Mikael Djurfeldt | 2003-02-19 | 4 | -26/+74 |
* | * hashtab.c (scm_vector_to_hash_table, | Mikael Djurfeldt | 2003-02-11 | 2 | -1/+4 |
* | * syncase.scm (guile-macro): Strip syntactic information from | Mikael Djurfeldt | 2003-01-27 | 2 | -15/+22 |
* | * threads.scm (parallel, letpar): Rewritten. | Mikael Djurfeldt | 2003-01-24 | 2 | -8/+18 |
* | * threads.scm (par-mapper, n-par-map, n-par-for-each): Use | Mikael Djurfeldt | 2003-01-23 | 2 | -37/+36 |
* | * occam-channel.scm (alt): New syntax. | Mikael Djurfeldt | 2003-01-20 | 2 | -23/+172 |
* | * evalext.c, evalext.h (scm_self_evaluating_p): New function. | Mikael Djurfeldt | 2003-01-20 | 3 | -19/+24 |
* | * psyntax.ss (self-evaluating?): Allow procedures implanted in | Mikael Djurfeldt | 2003-01-19 | 2 | -2/+3 |
* | * psyntax.ss (build-data): Don't quote self-evaluating expressions | Mikael Djurfeldt | 2003-01-16 | 5 | -44/+97 |
* | * boot-9.scm (use-syntax): Return *unspecified*. | Mikael Djurfeldt | 2003-01-15 | 3 | -4/+12 |
* | * syncase.scm: Set expansion-eval-closure to | Mikael Djurfeldt | 2003-01-15 | 2 | -15/+15 |
* | * occam-channel.scm (make-timer): New function. | Mikael Djurfeldt | 2003-01-10 | 2 | -5/+56 |
* | * occam-channel.scm (make-channel): Renamed from channel. | Mikael Djurfeldt | 2003-01-10 | 2 | -2/+4 |
* | * Makefile.am (ice9_sources): Added occam-channel.scm. | Mikael Djurfeldt | 2003-01-10 | 3 | -2/+98 |
* | Add a hook that is run whenever a new module is defined. | Neil Jerram | 2002-12-28 | 2 | -0/+12 |
* | * threads.scm: Removed bogus definition of future-ref. | Mikael Djurfeldt | 2002-12-18 | 2 | -2/+4 |
* | * threads.scm (par-map, par-for-each): Reimplemented using | Mikael Djurfeldt | 2002-12-15 | 2 | -98/+99 |
* | *** empty log message *** | Marius Vollmer | 2002-12-12 | 1 | -0/+5 |
* | (improper-list-copy): New. | Marius Vollmer | 2002-12-12 | 1 | -2/+8 |
* | * threads.scm (letpar): New macro. | Mikael Djurfeldt | 2002-12-09 | 2 | -1/+14 |
* | *** empty log message *** | Rob Browning | 2002-12-09 | 3 | -0/+12 |
* | * debugger/breakpoints/Makefile.am (subpkgdatadir): VERSION -> | Rob Browning | 2002-12-09 | 1 | -1/+1 |
* | * debugger/Makefile.am (subpkgdatadir): VERSION -> | Rob Browning | 2002-12-09 | 1 | -1/+1 |
* | * debugger/breakpoints/Makefile.am (subpkgdatadir): VERSION -> | Rob Browning | 2002-12-09 | 1 | -1/+1 |
* | * threads.scm (par-map, par-for-each, parallel): | Mikael Djurfeldt | 2002-12-04 | 3 | -3/+97 |
* | * boot-9.scm (re-export-syntax): Re-introduced after accidentally | Dirk Herrmann | 2002-11-24 | 2 | -2/+7 |
* | Thanks to Mikael Djurfeldt for a bugreport which led to the | Dirk Herrmann | 2002-11-24 | 3 | -5/+17 |
* | Define local read-and-eval! in emacs interface. | Neil Jerram | 2002-11-17 | 2 | -0/+10 |
* | * syncase.scm (define-syntax, eval-when, fluid-let-syntax, | Dirk Herrmann | 2002-11-16 | 2 | -11/+19 |
* | * boot-9.scm (define-private, export-syntax, export-syntax): | Dirk Herrmann | 2002-11-16 | 2 | -3/+8 |
* | * boot-9.scm (define-private, export-syntax, export-syntax): | Dirk Herrmann | 2002-11-16 | 2 | -3/+11 |
* | Remove old code that was already commented out. | Neil Jerram | 2002-11-07 | 1 | -18/+0 |
* | *** empty log message *** | Marius Vollmer | 2002-11-07 | 1 | -0/+5 |
* | (format): Use 'monitor' properly. Not the definition | Marius Vollmer | 2002-11-07 | 1 | -1/+1 |
* | Fix error in recent define-option-interface "simplification". | Neil Jerram | 2002-11-06 | 3 | -1/+17 |
* | Simplify code for define-option-interface. | Neil Jerram | 2002-11-04 | 2 | -24/+17 |
* | Import readline function dynamically when necessary. | Neil Jerram | 2002-11-04 | 2 | -5/+16 |
* | *** empty log message *** | Marius Vollmer | 2002-11-03 | 1 | -0/+5 |
* | (format): Wrap a monitor around format:format since it is not | Marius Vollmer | 2002-11-03 | 1 | -1/+3 |
* | *** empty log message *** | Marius Vollmer | 2002-10-27 | 1 | -0/+5 |
* | (%thread-handler): Explicitely return '#f'. This value will be | Marius Vollmer | 2002-10-27 | 1 | -1/+2 |
* | Merge enhanced debugging features from `guile-debugger' package. | Neil Jerram | 2002-10-26 | 16 | -785/+2892 |
* | *** empty log message *** | Marius Vollmer | 2002-10-21 | 1 | -0/+5 |
* | (%thread-handler): Do not call unmask-signals, that should be | Marius Vollmer | 2002-10-21 | 1 | -2/+1 |
* | *** empty log message *** | Mikael Djurfeldt | 2002-10-20 | 1 | -0/+6 |
* | * boot-9.scm (top-repl): Look for use-emacs-interface in | Mikael Djurfeldt | 2002-10-20 | 1 | -2/+2 |
* | *** empty log message *** | Marius Vollmer | 2002-10-09 | 1 | -0/+7 |