aboutsummaryrefslogtreecommitdiff
path: root/module/glob.scm (unfollow)
Commit message (Collapse)Author
2023-12-01Improve glob errors.Hugo Hörnquist
These are the three possible error values specified by POSIX. Resolving the symbols makes the error far clearer. Other errors are still supported, but fall back to integers.
2023-09-11Simplify glob procedure bindings.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