aboutsummaryrefslogtreecommitdiff
path: root/module (unfollow)
Commit message (Expand)Author
2023-10-10Better structuring between webdav modules.Hugo Hörnquist
2023-10-09Fix `prop` for multi-valued items.Hugo Hörnquist
2023-10-09Handle crashes in tests!Hugo Hörnquist
2023-10-08Document atomic types.Hugo Hörnquist
2023-10-08Further rewrite of testrunner.Hugo Hörnquist
2023-10-03Cleanup in lens.Hugo Hörnquist
2023-10-02Add TODO comments.Hugo Hörnquist
2023-10-02Rewrite test running system.Hugo Hörnquist
2023-10-02Made displayln into a library export.Hugo Hörnquist
2023-09-13Rewrote `with-replaced-properties`.Hugo Hörnquist
2023-09-12Even more documentation.nextHugo Hörnquist
2023-09-12Add a bunch of documentation.Hugo Hörnquist
2023-09-11Fix bug causing for's continue to not work.Hugo Hörnquist
2023-09-11Document text modules.Hugo Hörnquist
2023-09-11Introduce stream-split-by.Hugo Hörnquist
2023-09-11Clean up and include exception utility documentation.Hugo Hörnquist
2023-09-11Allow shorter byday when constructing recurrence rules.Hugo Hörnquist
2023-09-11Extend `for'-macro to allow improper list elements.Hugo Hörnquist
2023-09-11Change `kvlist->assq` and `group-by` to return pairs.Hugo Hörnquist
2023-09-11Fix seeding of UUIDs.Hugo Hörnquist
2023-09-11Add comment about bad stream error.Hugo Hörnquist
2023-09-11Simplify glob procedure bindings.Hugo Hörnquist
2023-09-11Require component for path append.Hugo Hörnquist
2023-09-11Allow find-undocumented to skip files.Hugo Hörnquist
2023-09-11Document how find-undocumented's pattern builder work.Hugo Hörnquist
2023-09-11Expose eager-stream-cons.Hugo Hörnquist
2023-09-11Add `break` and `continue` support in `for`.Hugo Hörnquist
2023-09-11Enable let-env to unset variables.Hugo Hörnquist
2023-09-11Fixes to xdg basedir.Hugo Hörnquist
2023-09-11Remove xdg sysconfdir.Hugo Hörnquist
2023-09-07Add new script to find undocumented symbols.Hugo Hörnquist
2023-09-07Remove accidental extra 'vcomponent control' module.Hugo Hörnquist
2023-09-07Explicitly import copy-tree (needed since guile 3).Hugo Hörnquist
2023-09-07Create a true all-files-under-directory procedure.Hugo Hörnquist
2023-09-05Major work on, something.Hugo Hörnquist
2023-04-24Add set on top of tree-table.Hugo Hörnquist
2023-04-24Add tree->list, -map, and -fold.Hugo Hörnquist
2023-04-24Add basic table.Hugo Hörnquist
2023-04-21Add href-relative.Hugo Hörnquist
2023-04-21Split WebDAV calendar resources into 2.Hugo Hörnquist
2023-04-21Add xmllint shell-out for normalizing xml trees.Hugo Hörnquist
2023-04-21Change xcal to work on namespaced sxml instead.Hugo Hörnquist
2023-04-19Utilities for namespaced sxml.Hugo Hörnquist
2023-04-18Allow namespaced sxml to add namespaces.Hugo Hörnquist
2023-04-18Move code for finding an available socket.Hugo Hörnquist
2023-04-18Move test runner to library.Hugo Hörnquist
2023-04-14Allow compilation without sqlite3 module.Hugo Hörnquist
2023-04-14WebDAV Fail properly on bad body.Hugo Hörnquist
2023-04-14Fix propfind.Hugo Hörnquist
2023-04-13Fix webdav move.Hugo Hörnquist