summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Document syntax-sourcevAndy Wingo2021-03-091-0/+7
* Document quote-syntaxAndy Wingo2021-03-091-0/+18
* Fix up source properties section in manualAndy Wingo2021-03-051-6/+6
* Update reference for GUILE_EXTENSIONS_PATHAndy Wingo2021-03-041-1/+9
* Update documentation to incorporate read-syntaxAndy Wingo2021-03-043-35/+84
* Implement read-syntaxAndy Wingo2021-02-211-5/+5
* Document datum->syntax extensionsAndy Wingo2021-02-211-4/+14
* Replace libltdl with raw dlopen, dlsymAndy Wingo2021-02-034-530/+446
* Replace mutating mkdtemp! with non-mutating mkdtempMichael Gran2021-01-211-8/+8
* Update Gnulib to v0.1-4379-g2ef5a9b4bAndy Wingo2021-01-202-6/+31
* New procedure mkdtemp! to create unique temporary directoryMichael Gran2021-01-191-1/+20
* Fix "display" typo in make-thread and begin-thread docsRob Browning2021-01-171-2/+2
* Document new interfacesAndy Wingo2021-01-121-0/+13
* Document call-with-portAndy Wingo2021-01-122-7/+8
* New warnings: -Wuse-before-definition, -Wnon-idempotent-definitionAndy Wingo2021-01-071-8/+4
* Move copy-tree to (ice-9 copy-tree); deprecate main bindingAndy Wingo2020-09-102-7/+11
* Update NEWSAndy Wingo2020-09-051-1/+0
* Add $switch CPS term kindAndy Wingo2020-08-121-2/+16
* Add eq-immediate? instructionAndy Wingo2020-08-031-0/+6
* Add sign-extending make-immediate instructionAndy Wingo2020-07-301-2/+8
* Add jtable instructionAndy Wingo2020-07-231-1/+17
* doc: Mention (ice-9 time) module path.Arun Isaac2020-06-181-0/+3
* doc: Document default delimiter of string-join.Arun Isaac2020-06-181-3/+4
* doc: Improve content-range HTTP header documentation.Arun Isaac2020-06-181-5/+5
* doc: Fix minor typo in the HTTP headers documentation.Arun Isaac2020-06-181-1/+1
* doc: Add missing canonicalize-path documentation.Ricardo G. Herdt2020-06-181-0/+15
* srfi-1: Rewrite 'find' in Scheme.Ludovic Courtès2020-06-171-2/+2
* doc: Remove copy/pasted sentence.Ludovic Courtès2020-06-151-1/+1
* doc: Fix a few typos in vm section.Eric Bavier2020-05-271-3/+3
* doc: Fix typos in the manual.Jan Synacek2020-05-273-4/+4
* doc: Rephrase documentation of 'thunk?'.Ludovic Courtès2020-05-271-2/+2
* doc: Reword unclear sentence about programs.Ludovic Courtès2020-05-271-3/+5
* doc: Add reference to Guile Hall in the manual.Alex Sassmannshausen2020-05-272-0/+27
* doc: '@' is not equivalent to autoloading.Ludovic Courtès2020-05-221-4/+0
* doc: #:autoload does not pull in all the module bindings.Ludovic Courtès2020-05-221-3/+5
* doc: Fix documentation for srfi-171.Linus Björnstam2020-05-181-2/+2
* doc: Tweak 'pipeline' documentation.Ludovic Courtès2020-05-161-12/+9
* popen: Add 'pipeline' procedure.Rutger van Beusekom2020-05-161-0/+28
* Update NEWS for baseline compilerAndy Wingo2020-05-121-5/+23
* Update documentation on <language>Andy Wingo2020-05-121-11/+17
* Add intrinsics for a baseline compilerAndy Wingo2020-04-291-0/+39
* Deprecate scm_bitvector, scm_make_bitvector, scm_bitvector_pAndy Wingo2020-04-291-8/+1
* Prefer C-like interfaces for scm_c_bitvector_{set,clear}_bits_xAndy Wingo2020-04-291-30/+16
* Deprecate useless C bitvector interfaceAndy Wingo2020-04-291-10/+5
* bitvector-count-bits replaces bit-count*Andy Wingo2020-04-291-13/+17
* doc: Fix typo.Matt Wette2020-04-261-1/+1
* bitvector-flip-all-bits! replaces bit-invert!Andy Wingo2020-04-181-7/+4
* bitvector-set-all-bits! / bitvector-clear-all-bits! replace bitvector-fill!Andy Wingo2020-04-151-11/+10
* bitvector-set-bit! / bitvector-clear-bit! replace bitvector-set!Andy Wingo2020-04-141-4/+10
* bitvector-bit-set? / bitvector-bit-clear? replace bitvector-refAndy Wingo2020-04-141-7/+9