(exception:string-contains-nul): New exception pattern.
[bpt/guile.git] / ice-9 / threads.scm
2006-06-17 Kevin Rydemerge from 1.8 branch
2006-04-16 Kevin Rydemerge from 1.8 branch
2006-01-29 Marius VollmerExport %thread-handler.
2006-01-29 Marius VollmerReplaced 'futures' with threads.
2005-05-23 Marius VollmerThe FSF has a new address.
2003-06-19 Kevin Ryde(parallel): For no forms, use `(values)' not `(begin)'.
2003-04-25 Mikael DjurfeldtComment fix
2003-04-24 Mikael Djurfeldt* threads.scm (n-for-each-par-map): New procedure.
2003-04-05 Marius VollmerChanged license terms to the plain LGPL thru-out.
2003-03-10 Mikael Djurfeldt* srfi-1.scm (iota map for-each map-in-order list-index...
2003-01-24 Mikael Djurfeldt* threads.scm (parallel, letpar): Rewritten.
2003-01-23 Mikael Djurfeldt* threads.scm (par-mapper, n-par-map, n-par-for-each...
2002-12-18 Mikael Djurfeldt* threads.scm: Removed bogus definition of future-ref.
2002-12-15 Mikael Djurfeldt* threads.scm (par-map, par-for-each): Reimplemented...
2002-12-09 Mikael Djurfeldt* threads.scm (letpar): New macro.
2002-12-04 Mikael Djurfeldt* threads.scm (par-map, par-for-each, parallel):
2002-10-27 Marius Vollmer(%thread-handler): Explicitely return '#f'. This value...
2002-10-21 Marius Vollmer(%thread-handler): Do not call unmask-signals, that...
2001-10-21 Mikael Djurfeldt* lib.scm: Move module the system directives `export',
2001-06-03 Marius VollmerAdded exception notice to all files.
2001-04-28 Thien-Thi NguyenAdd commentary; nfc.
2001-04-06 Thien-Thi NguyenUpdate copyright.
1998-10-19 Jim Blandy* boot-9.scm, debug.scm, expect.scm, hcons.scm, lineio...
1998-01-30 Mikael Djurfeldt* threads.scm: Added simple error and signal handler.
1997-06-24 Jim Blandy* boot-9.scm, debug.scm, hcons.scm, lineio.scm, mapping...
1997-05-26 Jim Blandy* COPYING, boot-9.scm, debug.scm, emacs.scm, expect...
1996-10-05 Mikael Djurfeldt* threads.scm: New file. Modified from the Cygnus...