aboutsummaryrefslogtreecommitdiff
path: root/module/glob.scm (unfollow)
Commit message (Collapse)Author
2022-07-21Remove old unused files.Hugo Hörnquist
2022-06-13Remove custom let*.Hugo Hörnquist
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.
2022-03-28Normalize errors.Hugo Hörnquist
2020-07-29Make glob.scm use include#.Hugo Hörnquist
2020-05-14Glob, and the whole, now works on 32 bit systems.Hugo Hornquist
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.
2019-05-13Improve glob.Hugo Hörnquist
2019-05-06Add glob routine.Hugo Hörnquist