summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-scheduling.texi
AgeCommit message (Collapse)AuthorFilesLines
2004-08-02* scheme-binding.texi: Renamed to api-binding.texi.Marius Vollmer1-0/+0
* scheme-compound.texi: Renamed to api-compound.texi. * scheme-control.texi: Renamed to api-control.texi. * scheme-data.texi: Renamed to api-data.texi. * scheme-debug.texi: Renamed to api-debug.texi. * deprecated.texi: Renamed to api-deprecated.texi. * scheme-evaluation.texi: Renamed to api-evaluation.texi. * ref-init.texi: Renamed to api-init.texi. * scheme-io.texi: Renamed to api-io.texi. * scheme-memory.texi: Renamed to api-memory.texi. * scheme-modules.texi: Renamed to api-modules.texi. * scheme-options.texi: Renamed to api-options.texi. * scm.texi: Renamed to api-overview.texi. * scheme-procedures.texi: Renamed to api-procedures.texi. * scheme-scheduling.texi: Renamed to api-scheduling.texi. * scheme-scm.texi: Renamed to api-scm.texi. * scheme-smobs.texi: Renamed to api-smobs.texi. * scheme-snarf.texi: Renamed to api-snarf.texi. * scheme-translation.texi: Renamed to api-translation.texi. * scheme-utility.texi: Renamed to api-utility.texi. * debugging.texi: Renamed to scheme-debugging.texi. * scripts.texi: Renamed to scheme-scripts.texi. * program.texi: Renamed to libguile-program.texi.
2004-04-21Big reorganization of the whole manual to give it a simpler structure.Marius Vollmer1-863/+0
2004-01-21Added Copyright notice.Marius Vollmer1-0/+6
2004-01-20(Higher level thread procedures): In monitor,Kevin Ryde1-3/+10
don't let "newly created" suggest a mutex created on every evaluation. Note what "monitor" means.
2004-01-07Adapt to new 'frame' names. Document scm_c_with_fluid,Marius Vollmer1-6/+23
scm_c_with_fluids, and scm_frame_fluid.
2004-01-04Document scm_with_[un]blocked_asyncs.Marius Vollmer1-0/+19
2004-01-03(Threads): Note Guile uses POSIX threads, forKevin Ryde1-14/+42
concurrency and preemption. (C level thread interface): Note periodic libguile call required for C code in threads, add commented out reminders for SCM_TICK and guile-mode, for when those features are ready.
2003-07-24Bit more of:Kevin Ryde1-1/+2
(Parallel Forms): New section.
2003-07-24(Parallel Forms): New section.Kevin Ryde1-0/+93
2003-07-24(System asyncs): Add index entries for C functions.Kevin Ryde1-0/+8
2003-06-04(Futures): New section.Kevin Ryde1-0/+32
2003-05-05(C level thread interface): Use @deftypefnKevin Ryde1-40/+40
not @deftypefun, to get function names (not types) indexed.
2003-01-02* scheme-scheduling.texi (Low level thread primitives): Fixed typoMikael Djurfeldt1-1/+1
in broadcast-condition-variable.
2002-12-02Changes to the thread sections.Marius Vollmer1-36/+177
2002-10-27Updated mutex and condition varable functions.Marius Vollmer1-6/+28
2002-10-19Auto docstring updates, including soft port enhancement.Neil Jerram1-2/+2
2002-10-09(System Asyncs): Updated.Marius Vollmer1-13/+24
2002-10-07* scheme-scheduling.texi (Asyncs): Updated.Marius Vollmer1-51/+68
* posix.texi (sigaction): Updated.
2002-08-13(Fluids): Touched up a bit, added with-fluids.Marius Vollmer1-16/+24
2001-11-16* Adding C function declarations from the SCM interface to theNeil Jerram1-31/+49
reference manual documentation.
2001-08-24* Organize documentation into per-manual directories (halfway point commit).Neil Jerram1-0/+435