aboutsummaryrefslogtreecommitdiff
path: root/module/util (follow)
Commit message (Collapse)AuthorAge
* Simplify internal app interface.Hugo Hörnquist2020-07-30
|
* Cleanup in atomic-output...Hugo Hörnquist2020-07-27
|
* Let with-atomic-output-to-file break free.Hugo Hörnquist2020-07-22
|
* Add missing format dependency for exceptions.Hugo Hörnquist2020-07-20
|
* Add read-lines.Hugo Hörnquist2020-07-20
|
* Add module for immutable directed graphs.Hugo Hörnquist2020-07-20
|
* Add base64 utility functions.Hugo Hörnquist2020-06-29
|
* Repaired ability to set config value to #f.Hugo Hörnquist2020-06-14
|
* Add base64 encoder/decoder.Hugo Hörnquist2020-06-13
|
* (util config) compiles again.Hugo Hörnquist2020-06-10
|
* Change top error handler.Hugo Hörnquist2020-06-05
|
* Add warnings-are-errors config.Hugo Hörnquist2020-06-05
|
* Define method now actually sets current-app.Hugo Hörnquist2020-06-01
|
* Minor comment changes.Hugo Hörnquist2020-06-01
|
* Minor output changes.Hugo Hörnquist2020-06-01
|
* Break text procedures into modules.Hugo Hörnquist2020-06-01
|
* Remove *TOP* tags from descriptions.Hugo Hörnquist2020-06-01
|
* Fix configuration help, print with --help.Hugo Hörnquist2020-06-01
|
* Add number of tags and attributes to ANSI formatter.Hugo Hörnquist2020-06-01
|
* Modify config to store return of #:pre.Hugo Hörnquist2020-06-01
|
* Introduce warnings-are-errors parameter.Hugo Hörnquist2020-05-24
|
* Slight changes to define-config.Hugo Hörnquist2020-05-23
|
* Remove strbuf.Hugo Hörnquist2020-05-19
| | | | | | Strbuf existed for the previous parser, which immitated the C parser but in scheme. The new parser is much more "correct" scheme, and therefore doesn't need a c-string thingy.
* Add some TODO's.Hugo Hörnquist2020-05-14
|
* Simplify prettify-tree of util/exceptions.Hugo Hörnquist2020-05-11
|
* New parser now on feature parity with old.Hugo Hörnquist2020-05-09
|
* Add profile! macro.Hugo Hörnquist2020-05-05
|
* Getopt-opt handles value being any symbol.Hugo Hörnquist2020-05-05
|
* All warning procedures now uses warning system.Hugo Hörnquist2020-05-04
|
* Add support for future code tag.Hugo Hörnquist2020-05-04
|
* Add some more text formatting tags.Hugo Hörnquist2020-05-04
|
* Add option formatter.Hugo Hörnquist2020-05-04
|
* Add shutdown-hook.Hugo Hörnquist2020-05-04
|
* Change call signature for [gs]etf.Hugo Hörnquist2020-04-30
|
* Minor changes.Hugo Hörnquist2020-04-30
|
* Add `app' type.Hugo Hörnquist2020-04-30
|
* Document 'warning'Hugo Hörnquist2020-04-25
|
* define-config now expands correctly.Hugo Hörnquist2020-04-25
|
* Fix warning parameter.Hugo Hörnquist2020-04-22
|
* Add parameterizised warning procedure.Hugo Hörnquist2020-04-20
|
* Minor notes and fixes.Hugo Hörnquist2020-04-07
|
* Update define-config to hopefully check pre-existing values.Hugo Hörnquist2020-04-03
|
* Remove ensure? for configs, built in instead.Hugo Hörnquist2020-04-02
|
* Update remaining code to use new config scheme.Hugo Hörnquist2020-04-01
|
* Add set-config! and get-config, along with print for debug.Hugo Hörnquist2020-04-01
|
* Start rewrite mentioned in last commit.Hugo Hörnquist2020-04-01
|
* Attempt at decentralized configuration system.Hugo Hörnquist2020-03-31
| | | | | | | | | | | | | | | Placing all possible configuration items in a central (parameters) module scales really badly. This idea that any module can register configuration parameters is better. The current implementation however has the drawback that it requires that the module exposing the parameter is loaded before the value can be sat, but that scales even worse. A probable solution would be to abandon binding everything to guile's module system, and instead let (util config) provide a `conf-ref' and a `conf-set!' procedures. A `define-configuration' similar to emacs `defcustom' could be of use, mainly for retroactively type checking parameters.
* Sprinkled in some time prints.Hugo Hörnquist2020-03-09
|
* Move open-{input,output}-port to (util io).Hugo Hörnquist2019-12-23
|
* Add descirption to strbuf.Hugo Hörnquist2019-11-03
|