aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAge
* Remove obsolete frontend.org.Hugo Hörnquist2023-10-10
|
* Include calp documentation.Hugo Hörnquist2023-10-10
| | | | | A bad gitignore ignored much more than it should have. Now updated to only ignore top level binary.
* Document atomic types.Hugo Hörnquist2023-10-08
|
* Improve lens documentation.Hugo Hörnquist2023-10-03
|
* Document coverage utilities.Hugo Hörnquist2023-10-03
|
* Documentation work.Hugo Hörnquist2023-10-02
|
* Made displayln into a library export.Hugo Hörnquist2023-10-02
|
* Move around info nodes.Hugo Hörnquist2023-09-13
|
* Repair texinfo files after merge.Hugo Hörnquist2023-09-13
|
* Merge branch 'next' into datarewrite-structuresHugo Hörnquist2023-09-13
|\
| * Even more documentation.nextHugo Hörnquist2023-09-12
| |
| * Further doc work.Hugo Hörnquist2023-09-12
| |
| * Rework file tree structure for info files.Hugo Hörnquist2023-09-12
| |
| * Change overarching structure of info document.Hugo Hörnquist2023-09-12
| |
| * Add a bunch of documentation.Hugo Hörnquist2023-09-12
| |
| * Add basic documentation of entry points.Hugo Hörnquist2023-09-11
| |
| * Document text modules.Hugo Hörnquist2023-09-11
| |
| * Introduce stream-split-by.Hugo Hörnquist2023-09-11
| | | | | | | | | | | | This procedure isn't currently used, but as noted is really useful for grouping a character stream into a word stream, which is a later commit will use for it for justifying posibly infinite streams of text.
| * Add documentation for translation procedures.Hugo Hörnquist2023-09-11
| |
| * Clean up and include exception utility documentation.Hugo Hörnquist2023-09-11
| |
| * Change `kvlist->assq` and `group-by` to return pairs.Hugo Hörnquist2023-09-11
| | | | | | | | | | Each value in the return of group-by must have exactly two values, so cons pairs (instead of lists) is much better.
| * Require component for path append.Hugo Hörnquist2023-09-11
| | | | | | | | | | Changed the signature of `path-append` to require at least one argument. The alternative would have been that no components expands into '.'.
| * Fix spelling of stream-remove in documentation.Hugo Hörnquist2023-09-11
| |
| * Add `break` and `continue` support in `for`.Hugo Hörnquist2023-09-11
| |
| * Add documentation and tests for xdg basedir.Hugo Hörnquist2023-09-11
| |
| * Enable let-env to unset variables.Hugo Hörnquist2023-09-11
| |
| * Fix info declaration of `extract`.Hugo Hörnquist2023-09-07
| |
| * Move JS documentation into the JS-code.Hugo Hörnquist2023-09-05
| | | | | | | | | | | | | | | | | | | | | | | | Texinfo was a bad match for how TypeScript is structured. This also allows generation of jsdoc pages, which can be nice. Another large win is that this opens up for the texinfo pages to replace the Guile heading with different subheadings, including - external library - internal library - C library - ...
* | Add basic documentation for lens.Hugo Hörnquist2023-09-05
| |
* | Merge remote-tracking branch 'origin/new-object-system' into ↵Hugo Hörnquist2023-04-24
|\ \ | | | | | | | | | datarewrite-structures
| * | Document type and object system.new-object-systemHugo Hörnquist2022-07-09
| | |
* | | Split data-store and data-format indo separate doc pages.Hugo Hörnquist2023-04-21
| | |
* | | Allow namespaced sxml to add namespaces.Hugo Hörnquist2023-04-18
| | |
* | | Fix function tags in save-load.texi.Hugo Hörnquist2023-04-18
| | |
* | | Fix copy for file resources.Hugo Hörnquist2023-04-12
| | |
* | | UNFINISHED webdav server.Hugo Hörnquist2023-04-12
| | |
* | | Add with-locale1.Hugo Hörnquist2023-04-12
| | |
* | | Put base for new store-load interface.Hugo Hörnquist2023-04-10
| | |
* | | Add (sxml namespaced).Hugo Hörnquist2023-04-10
| | |
* | | Add ->port.Hugo Hörnquist2023-04-10
| | |
* | | Add init+last.Hugo Hörnquist2023-04-10
| | |
* | | Minor touchup of (hnh util) documentation.Hugo Hörnquist2023-04-10
| | |
* | | Change child/parent interface for vcomponent.Hugo Hörnquist2023-02-23
| | |
* | | Add (vcomponent create).Hugo Hörnquist2023-02-23
| | |
* | | Change kvlist->assq to return pairs.Hugo Hörnquist2023-02-21
| |/ |/|
* | Document (hnh util io).Hugo Hörnquist2022-11-12
| |
* | Use MAKEINFO variableHugo Hörnquist2022-10-24
| |
* | Extend catch to allow pre-unwind handlers.Hugo Hörnquist2022-10-16
| |
* | Clarify documentation for group-by.Hugo Hörnquist2022-10-16
| |
* | Add procedure relative-to.Hugo Hörnquist2022-09-18
| |