Script latest-files.scm: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

9 February 2008

  • curprev 22:1922:19, 9 February 2008Wgscott talk contribsm 1,628 bytes +1,628 New page: <pre> ;; find the most recently created file from the given glob and dir ;; ;; return #f on no-such-file ;; (define most-recently-created-file (lambda (glob-str dir) (define add-di...