aboutsummaryrefslogtreecommitdiff
path: root/module/glob.scm (follow)
Commit message (Collapse)AuthorAge
* 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.
* Normalize errors.Hugo Hörnquist2022-03-28
|
* Make glob.scm use include#.Hugo Hörnquist2020-07-29
|
* Glob, and the whole, now works on 32 bit systems.Hugo Hornquist2020-05-14
| | | | | Guile really needs to have better way to get the native width of a pointer. Creating a symbol from a sizeof is nothing but ugly.
* Improve glob.Hugo Hörnquist2019-05-13
|
* Add glob routine.Hugo Hörnquist2019-05-06