aboutsummaryrefslogtreecommitdiff
path: root/module/srfi (follow)
Commit message (Collapse)AuthorAge
* Add srfi-64 util.Hugo Hörnquist2022-07-07
|
* Limit imports in (srfi srfi-41 util).Hugo Hörnquist2022-06-23
|
* Normalize keyword syntax.Hugo Hörnquist2022-06-23
|
* Centralize (almost) all exports to :export in define-module.Hugo Hörnquist2022-06-23
|
* 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.
* Replace Guile's srfi-64:s test-error with working version.Hugo Hörnquist2022-03-07
| | | | Along with updating now failing tests.
* Remove with-stream macro.Hugo Hörnquist2022-03-01
| | | | | | | | | | It was an extra (rather complicated) macro to support, which had 2 unresolved TODO:s, and made the resulting code hard to read since it wasn't immediately apparent which procedures where replaced by their stream counterparts. The only using code was rewritten using a threading macro, which is way more readable.
* Move stuff from calp/util to hnh/util.Hugo Hörnquist2022-01-31
| | | | | This is the first (major) step in splitting the generally useful items into its own library.
* Move util modules into calp module..Hugo Hörnquist2020-08-24
|
* Really start breaking apart HTML.Hugo Hörnquist2020-08-10
|
* Got new timeslice limiter to work, document.Hugo Hörnquist2020-08-10
|
* Add stream-timeslice-limit.Hugo Hörnquist2020-08-10
|
* Add stream-paginate.Hugo Hörnquist2020-07-30
|
* HTTP POST insertion works.Hugo Hörnquist2020-06-29
|
* Change calling for find-min.Hugo Hörnquist2020-06-28
|
* Fix minor spelling error.Hugo Hörnquist2020-06-16
|
* Add stream-partition.Hugo Hörnquist2020-05-24
|
* Add stream->values.Hugo Hörnquist2020-05-14
|
* Add stream-remove.Hugo Hörnquist2020-04-25
|
* minor cleanup.Hugo Hörnquist2020-03-25
|
* Hopefully fixed events-between.Hugo Hörnquist2020-03-23
|
* HTML small cal table now works with better intervals.Hugo Hörnquist2020-03-22
|
* Add with-streams macro.Hugo Hörnquist2020-03-19
|
* Freed datetime from its srfi-19 prison.Hugo Hörnquist2020-02-18
|
* Documentation.Hugo Hörnquist2020-02-18
|
* Once again replace get-time.Hugo Hörnquist2020-02-18
|
* Store TZ in sensible way when parsing datetimes.Hugo Hörnquist2020-02-18
|
* Get-time now always returns localtime.Hugo Hörnquist2020-02-16
|
* Export utc? for time objects.Hugo Hörnquist2020-02-14
|
* Add date-difference.Hugo Hörnquist2020-02-14
|
* REMOVE datetime-.Hugo Hörnquist2020-02-14
|
* parse-time parse UTC Z.Hugo Hörnquist2020-02-14
|
* Minor cleanup.Hugo Hörnquist2020-02-14
|
* Cleanup and tests.Hugo Hörnquist2020-02-14
|
* Months once again start on the first.Hugo Hörnquist2020-02-14
|
* Add datetime-difference.Hugo Hörnquist2020-02-14
|
* Fix date/-time<.Hugo Hörnquist2020-02-14
|
* Fix date<%, similar to time<.Hugo Hörnquist2020-02-13
|
* Remove in-day?Hugo Hörnquist2020-02-13
|
* Hopefully fixed date+ bugs.Hugo Hörnquist2020-02-11
|
* Fix FATAL bug in time<.Hugo Hörnquist2020-02-11
|
* Fix date<=.Hugo Hörnquist2020-02-03
|
* Work.Hugo Hörnquist2020-01-31
|
* Delete old srfi-19 extensions.Hugo Hörnquist2020-01-30
|
* Once again compiles.Hugo Hörnquist2020-01-30
|
* Export as-{date,time}.Hugo Hörnquist2020-01-26
|
* Reorder srfi-19 alt.Hugo Hörnquist2020-01-26
|
* Large work in alt.scm.Hugo Hörnquist2020-01-26
|
* Made <date> printer more stable.Hugo Hörnquist2020-01-26
|
* Start of new date structures.Hugo Hörnquist2020-01-24
|