forked from nikodemus/fsdb
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* src/fsdb.lisp (db-probe): :ADDED :METHOD `db-probe' -- This is pres…
…ent in the fsdb.lisp distributed with Bill St. Clairs truledger (db-contents): :CHANGED :METHOD `db-contents' -- It would seem the pathname wildcard frobbing is not relevant to SBCL. This could prob. be further modified with an SBCL reader conditional to not use empty strings at all. (base-db): :RENAMED :CLASS `db' -> `base-db' -- adjusted associated generics and methods. * src/test.lisp (rwlock-test): :MOVE from src/fsdb.lisp * fsdb.asd (:fsdb): :ADDED :FILE src/test.lisp * src/utility.lisp (normalize-key): :MOVED from :FILE src/fsdb.lisp * src/sbcl.lisp (create-directory): Added comment about difference in implementation w/r/t the MODE keyword.
- Loading branch information
Showing
5 changed files
with
123 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters