aboutsummaryrefslogtreecommitdiff
path: root/module/util (follow)
Commit message (Collapse)AuthorAge
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Flip arrow.Hugo Hörnquist2020-08-24
|
* Base64 now free floating top level.Hugo Hörnquist2020-08-23
|
* Move catch-warnings.Hugo Hörnquist2020-08-23
|
* Fixes.Hugo Hörnquist2020-08-17
|
* cleanup.Hugo Hörnquist2020-08-12
|
* fixups in (util config).Hugo Hörnquist2020-08-12
|
* Massivly simplify config internals.Hugo Hörnquist2020-08-12
|
* Resolve (datetime instance) TODO with ./configure?Hugo Hörnquist2020-08-03
| | | | | | | | | | Tried adding a ./configure script, which mostly is responsible for downloading a default zoneinfo file, and setting up the environment for the program. I have for quite a while thought about having a configure system for things like these, but also for setting up default paths. Let's see if it works out.
* Remove (util app).Hugo Hörnquist2020-08-02
|
* 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
|