aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAge
* Complete rewrite of the lens system.Hugo Hörnquist2023-12-09
| | | | | | | | The old "lens" system was more of nested accessors. This rewrites them to be much better, at the cost of some extra up-front complexity. Beside the change in lenses, and all required adjustments, also adds lens creation to the define-type macro.
* Repair format tests.Hugo Hörnquist2023-12-01
| | | | | | | | The test have been really broken for a while, since the return type of `parameters` changed somewhere along the line. The serializers are now updated to the new API, and the tests updated to compare components correctly!
* Document vcomponent grouping utilities.Hugo Hörnquist2023-11-16
|
* Document that vcomponent children are unordered.Hugo Hörnquist2023-11-16
|
* Fix API for each-string.Hugo Hörnquist2023-11-06
|
* Merge (hnh module-introspection static) into parent module.Hugo Hörnquist2023-11-06
| | | | | It only contained a single binding, and the base module was already utilities.
* HAdd sections to introspection documentation.Hugo Hörnquist2023-11-06
|
* Update module-uses* documentation.Hugo Hörnquist2023-11-06
|
* Document assq-limit.Hugo Hörnquist2023-11-06
|
* Remove and=>>.Hugo Hörnquist2023-11-06
| | | | | It was a really nice procedure, but was largely made obsolete with the introduction of the `do` notation.
* Remove unused 'color-if'.Hugo Hörnquist2023-11-06
|
* Fix some incorrect strings in documentation.Hugo Hörnquist2023-11-06
|
* Fix spelling of 'definitions'.Hugo Hörnquist2023-10-24
|
* Merge (web uri-query) into (web query).Hugo Hörnquist2023-10-24
|
* Split webdav documentation into multiple files.Hugo Hörnquist2023-10-24
|
* Fixup in documentation.Hugo Hörnquist2023-10-23
|
* Fix spelling.Hugo Hörnquist2023-10-18
|
* Remove (hnh util graph) export of rebuild-graph.Hugo Hörnquist2023-10-18
|
* Add "unreachable".Hugo Hörnquist2023-10-18
|
* Introduce keyword: to define-type.Hugo Hörnquist2023-10-18
| | | | | | Type fields like to be named after their containing type. But when creating new instances having to type the full name each time gets cumbersome. This allows local keywords for cleaner code.
* Clarify keywordness for object field parameters.Hugo Hörnquist2023-10-18
|
* Document sxml namespaced utils.Hugo Hörnquist2023-10-17
|
* Move timespec and recur-rule to new object system.Hugo Hörnquist2023-10-16
|
* Move `false?` to type module.Hugo Hörnquist2023-10-16
|
* Document test utilities.Hugo Hörnquist2023-10-16
|
* s/defaulct/default/gHugo Hörnquist2023-10-16
|
* Document call-with-tmpfile.Hugo Hörnquist2023-10-16
|
* Add documentation and tests for table.Hugo Hörnquist2023-10-16
|
* 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 '.'.