aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAge
...
| * 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
| |
* | Change JS formatters interface.Hugo Hörnquist2022-07-10
| | | | | | | | | | | | Now the application of formatters are centralized. It also allowed me to easily suround stuff in try-catch, since I otherwise had problems with formatters failing, and nothing showing up.
* | Add path-absolute?Hugo Hörnquist2022-07-07
|/
* Extend javascript formatters to also take VEvent.Hugo Hörnquist2022-07-07
|
* Remove case*.Hugo Hörnquist2022-07-07
| | | | It has its uses, but like others, its extra weight.
* Remove (add|remove)-day, and month[+-].Hugo Hörnquist2022-06-23
| | | | | Procedures where overly specific, and doing it manually was almost no more work.
* Normalize base64 errors.Hugo Hörnquist2022-06-23
|
* Remove ->str and ->quoted-string.Hugo Hörnquist2022-06-23
| | | | | | ->str as an alias of ->string is removed. ->string is however left. ->quoted-string was always weird, and was only used once.
* Document filename-extension and realpath.Hugo Hörnquist2022-06-23
|
* Document base64.Hugo Hörnquist2022-06-23
|
* Change to proper javascript privates.Hugo Hörnquist2022-06-16
|
* Merge html-validator.Hugo Hörnquist2022-06-13
|\ | | | | | | | | | | | | | | Adds an HTML validator which checks the soundness of our generated document, both before and after javascript is ran (thanks to selenium). This merge also fixes the initial problems, meaning that the HTML should validate as of this commit.
| * Fix spelling of aria-labelledby.Hugo Hörnquist2022-06-12
| |
* | Remove custom let*.Hugo Hörnquist2022-06-13
| | | | | | | | | | | | While it was nice, the most important part was the multi-valued let from srfi-71 (which is implemented in srfi-71)). The minor pattern matching structures could often be replaced with car+cdr, or a propper match.
* | Document timespec and zic.Hugo Hörnquist2022-06-13
|/
* Document web stuff.Hugo Hörnquist2022-06-11
|
* Document part of srfi-41 utils.Hugo Hörnquist2022-04-06
|
* Add basic documentation of error types.Hugo Hörnquist2022-03-28
|
* Add catch*Hugo Hörnquist2022-03-28
|
* Minor texi fixups.Hugo Hörnquist2022-03-28
|
* Add texinfo doc for (datetime).Hugo Hörnquist2022-03-28
|
* Add comment about why browserify.Hugo Hörnquist2022-03-28
|
* Introduce user-additions in frontend.Hugo Hörnquist2022-03-15
| | | | Along with an initial example of their use.