1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-03 05:20:16 +02:00
guile/module/rnrs
Andy Wingo e44d2e4d98 remove encoding of versions into the file system (for now?)
* module/ice-9/boot-9.scm (find-versioned-module): Remove. Still had
  some bugs (e.g. for "." in the path and in finding compiled files),
  did too much computation and statting, and we don't really want to
  promote versioning. Nor do we want to hard-code a particular encoding
  of versions in the file-system. Perhaps the real way to do this is to
  be extensible somehow.
  (try-module-autoload): Just dispatch to primitive-load-path in all cases.

* module/rnrs
* module/rnrs.scm:
* module/rnrs/arithmetic/bitwise.scm:
* module/rnrs/arithmetic/fixnums.scm:
* module/rnrs/arithmetic/flonums.scm:
* module/rnrs/base.scm:
* module/rnrs/conditions.scm:
* module/rnrs/control.scm:
* module/rnrs/enums.scm:
* module/rnrs/eval.scm:
* module/rnrs/exceptions.scm:
* module/rnrs/files.scm:
* module/rnrs/hashtables.scm:
* module/rnrs/io/simple.scm:
* module/rnrs/lists.scm:
* module/rnrs/mutable-pairs.scm:
* module/rnrs/mutable-strings.scm:
* module/rnrs/programs.scm:
* module/rnrs/r5rs.scm:
* module/rnrs/records/inspection.scm:
* module/rnrs/records/procedural.scm:
* module/rnrs/records/syntactic.scm:
* module/rnrs/sorting.scm:
* module/rnrs/syntax-case.scm:
* module/rnrs/unicode.scm: Move these files, eliding the "6/" infix, so
  that they are in the normal (unversioned) module path.
2010-06-16 22:20:28 +02:00
..
arithmetic remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
io remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
records remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
base.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
bytevectors.scm add #:version (6) to rnrs bytevectors and ports 2010-06-02 22:19:40 +02:00
conditions.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
control.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
enums.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
eval.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
exceptions.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
files.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
hashtables.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
lists.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
mutable-pairs.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
mutable-strings.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
programs.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
r5rs.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
sorting.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
syntax-case.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00
unicode.scm remove encoding of versions into the file system (for now?) 2010-06-16 22:20:28 +02:00