summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
...
* Add thread local fluids...Andy Wingo2017-03-072-19/+38
* Check for working profiling and virtual itimers...Mike Gran2017-03-062-8/+19
* Can't recursively search DLLs with FFI on Cygwin...Mike Gran2017-03-051-1/+6
* Fix makeinfo warnings...Andy Wingo2017-03-012-3/+3
* Remove useless subsection from hooks documentation...Andy Wingo2017-03-011-14/+0
* Fix scheme-scripts markup....Andy Wingo2017-03-011-1/+1
* doc: Describe -e (module) on equal footing with (@ ...)....Arne Babenhauserheide2017-03-012-8/+72
* i18n: 'number->locale-string' guesses the minimum number of decimals....Ludovic Courtès2017-03-011-4/+6
* doc: Fix typo in site packages documentation....Georgi Kirilov2017-03-011-1/+1
* doc: Fix typo in keywords documentation....Georgi Kirilov2017-03-011-1/+1
* REPL Server: Guard against HTTP inter-protocol exploitation attacks....Mark H Weaver2017-03-011-5/+15
* Document 'scm_to_uintptr_t' and 'scm_from_uintptr_t'....Ludovic Courtès2017-03-011-1/+3
* Remove 'umask' calls from 'mkdir'....Ludovic Courtès2017-03-011-3/+4
* "select" no longer throws exception on EINTR...Andy Wingo2017-03-011-4/+4
* Fix "Scheme Syntax" info rendering...Andy Wingo2017-03-011-2/+2
* "Scripting Examples" update....Andy Wingo2017-02-281-0/+11
* Revert "futures: Limit the number of nested futures on the same stack."...Andy Wingo2017-02-281-7/+0
* Explain why no native accessors for `s8' and `u8' exist...Diogo F. S. Ramos2017-02-271-2/+3
* Add accept4 support...Andy Wingo2017-02-151-1/+5
* Update Gnulib to v0.1-1157-gb03f418.Andy Wingo2017-02-152-2/+2
* Avoid stacks in dynamically-bound values...Andy Wingo2017-02-071-0/+15
* Add unboxed floating point comparison instructions....David Thompson2017-01-121-0/+10
* Final names for new array functions...Daniel Llorens2017-01-091-64/+92
* New interfaces to help wait on fd/cond...Andy Wingo2016-12-291-0/+32
* FFI: Add support for functions that set 'errno'....Mark H Weaver2016-12-181-4/+11
* Add suspendable-continuation?...Andy Wingo2016-12-121-0/+27
* Add thread-local variables manual section....Andy Wingo2016-12-061-0/+49
* Minor parameters doc change...Andy Wingo2016-12-061-5/+8
* Update fluids / dynstate docs...Andy Wingo2016-12-061-18/+35
* Move fluids, parameters docs nearer to dynamic-wind...Andy Wingo2016-12-062-297/+297
* Fix small typo in suspendable-ports documentation....Christopher Allan Webber2016-12-061-1/+1
* with-dynamic-state compiler and VM support...Andy Wingo2016-12-051-0/+23
* Reimplement dynamic states...Andy Wingo2016-12-051-18/+18
* Compile fluid-set! to VM opcode...Andy Wingo2016-11-271-1/+1
* Document new array functions, with provisional names...Daniel Llorens2016-11-231-0/+165
* Merge api-{data,compound}.texi...Andy Wingo2016-11-225-4541/+4484
* Update join-thread docs...Andy Wingo2016-11-211-7/+9
* doc: Adjust capitalization for "HTTPS" and "GnuTLS"....Christopher Allan Webber2016-11-071-1/+1
* web: Add https support through gnutls....Christopher Allan Webber2016-11-071-1/+5
* Minor editing in api-scheduling.texi...Andy Wingo2016-11-061-2/+2
* Update documentation on mutexes...Andy Wingo2016-11-061-45/+19
* Update mutex documentation...Andy Wingo2016-11-051-37/+108
* SRFI-18 threads disjoint from guile threads...Andy Wingo2016-11-041-0/+3
* Update SRFI-18 documentation....Andy Wingo2016-11-041-60/+39
* Fix typo in threads documentation...Andy Wingo2016-11-021-1/+1
* Deprecate critical sections...Andy Wingo2016-11-011-46/+0
* Add scm_yield to manual alongside yield...Andy Wingo2016-11-011-0/+1
* api-scheduling.texi: Syntactic cleanups....Andy Wingo2016-11-011-3/+0
* Remove thread cleanup facility...Andy Wingo2016-10-311-21/+0
* cancel-thread can take arguments...Andy Wingo2016-10-311-2/+3