aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add direnv .envrc file.Hugo Hörnquist2023-09-11
| | | | | Direnv <https://github.com/direnv/direnv/> is a setting environment variables based on PWD.
* 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
| | | | | Each value in the return of group-by must have exactly two values, so cons pairs (instead of lists) is much better.
* 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
| | | | | Changed the signature of `path-append` to require at least one argument. The alternative would have been that no components expands into '.'.
* 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
| | | | | Update to v0.8 (XDG_STATE_HOME). Allowed empty environment variables alongside unset variables.
* Remove xdg sysconfdir.Hugo Hörnquist2023-09-11
| | | | | It was based on a missunderstanding of the spec. `sysconfdir` is mentioned, but only as an element of XDG_CONFIG_DIR.
* 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
| | | | | | | | | | | | 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 - ...
* 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
|
* Fix IPv6-binding without hot-patching guile.Hugo Hörnquist2022-12-07
| | | | | The previous hotpatching worked fine in Guile-2.2, but not in Guile-3.0. Probably due to the higher level of optimizations now applied.
* Document (hnh util io).Hugo Hörnquist2022-11-12
|
* Add /everything.ics endpoint.HEADshowmasterHugo Hörnquist2022-10-24
| | | | | Endpoint returns all events in interval. Used to sync to other calendars.
* Change graphviz linking for easier patching.Hugo Hörnquist2022-10-24
|
* Specify encoding for scss.Hugo Hörnquist2022-10-24
|
* Replace root-redirect with propper HTTP 307.Hugo Hörnquist2022-10-24
|
* Use MAKEINFO variableHugo Hörnquist2022-10-24
|
* Repair labels in HTML.Hugo Hörnquist2022-10-17
| | | | | | At commit bbecd2476ebddb2731065aad2f3895c5074c9ecb the code changed from generating valid labels backend to generating them frontend. I however forgot to attach the labels to the DOM...
* Add missing translations.Hugo Hörnquist2022-10-16
|
* Handle liu-get script if gnutls is unavailable.Hugo Hörnquist2022-10-16
|
* Fix that events where submitted twice.Hugo Hörnquist2022-10-16
|
* Minor cleaup.Hugo Hörnquist2022-10-16
|
* Validate that submitted event doesn't have invalid interval.Hugo Hörnquist2022-10-16
|
* Fix errors when submitting events.Hugo Hörnquist2022-10-16
|
* Add missing lambda in make routes.Hugo Hörnquist2022-10-16
|
* Truncate print for spawned repl.Hugo Hörnquist2022-10-16
| | | | | | Having this as the default allows the representation of vcomponents to not contain a newline. Otherwise accidentaly printing everything was a sure fire way to hang emacs.
* Better error handling when submitting events.Hugo Hörnquist2022-10-16
|