aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * Add a bunch of documentation.Hugo Hörnquist2023-09-12
| * Fix bug causing for's continue to not work.Hugo Hörnquist2023-09-11
| * 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
| * Change how entry point is handled.Hugo Hörnquist2023-09-11
| * Add documentation for translation procedures.Hugo Hörnquist2023-09-11
| * Clean up and include exception utility documentation.Hugo Hörnquist2023-09-11
| * Add direnv .envrc file.Hugo Hörnquist2023-09-11
| * Add emacs .dir-locals.elHugo Hörnquist2023-09-11
| * Allow shorter byday when constructing recurrence rules.Hugo Hörnquist2023-09-11
| * Extend `for'-macro to allow improper list elements.Hugo Hörnquist2023-09-11
| * Change `kvlist->assq` and `group-by` to return pairs.Hugo Hörnquist2023-09-11
| * Fix seeding of UUIDs.Hugo Hörnquist2023-09-11
| * Add comment about bad stream error.Hugo Hörnquist2023-09-11
| * Simplify main scripts.Hugo Hörnquist2023-09-11
| * Simplify glob procedure bindings.Hugo Hörnquist2023-09-11
| * Require component for path append.Hugo Hörnquist2023-09-11
| * Split test/util.scm into groups.Hugo Hörnquist2023-09-11
| * Allow find-undocumented to skip files.Hugo Hörnquist2023-09-11
| * Document how find-undocumented's pattern builder work.Hugo Hörnquist2023-09-11
| * Expose eager-stream-cons.Hugo Hörnquist2023-09-11
| * 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
| * Fixes to xdg basedir.Hugo Hörnquist2023-09-11
| * Remove xdg sysconfdir.Hugo Hörnquist2023-09-11
| * Add new script to find undocumented symbols.Hugo Hörnquist2023-09-07
| * Fix info declaration of `extract`.Hugo Hörnquist2023-09-07
| * Remove accidental extra 'vcomponent control' module.Hugo Hörnquist2023-09-07
| * Explicitly import copy-tree (needed since guile 3).Hugo Hörnquist2023-09-07
| * Create a true all-files-under-directory procedure.Hugo Hörnquist2023-09-07
| * Update package-lock.jsonHugo Hörnquist2023-09-07
| * Document remaining javascript items.Hugo Hörnquist2023-09-07
| * Normalize tsconfig formatting.Hugo Hörnquist2023-09-07
| * Move JS documentation into the JS-code.Hugo Hörnquist2023-09-05
| * Minor whitespace cleanup.Hugo Hörnquist2023-09-05
| * Move frontend code to subdirectories, to simplify command line flags.Hugo Hörnquist2023-09-05
| * Add build step for jsdoc.Hugo Hörnquist2023-09-05
| * Add test for path-append without components.Hugo Hörnquist2023-02-11
* | Add basic documentation for lens.Hugo Hörnquist2023-09-05
* | Major work on, something.Hugo Hörnquist2023-09-05
* | Move lens test.Hugo Hörnquist2023-05-03
* | Add set on top of tree-table.Hugo Hörnquist2023-04-24
* | Add tree->list, -map, and -fold.Hugo Hörnquist2023-04-24
* | Add basic table.Hugo Hörnquist2023-04-24
* | Merge remote-tracking branch 'origin/new-object-system' into datarewrite-stru...Hugo Hörnquist2023-04-24
|\ \
| * | Document type and object system.new-object-systemHugo Hörnquist2022-07-09
| * | Move type checking macros to own module.Hugo Hörnquist2022-07-09