1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-14 01:30:19 +02:00
guile/module/system/base
Andy Wingo 25b82b3485 new function: canonicalize-path. use when autocompiling
* libguile/filesys.h:
* libguile/filesys.c (scm_canonicalize_path): New function,
  canonicalize-path.

* module/system/base/compile.scm (compiled-file-name): Canonicalize the
  filename so that compiling e.g. ../foo.scm doesn't compile to
  ~/.guile-ccache/1.9/../foo.scm.
2009-06-19 14:26:47 +02:00
..
compile.scm new function: canonicalize-path. use when autocompiling 2009-06-19 14:26:47 +02:00
language.scm update docs, clean up VM vestiges, macro docs, fix (/ a b c) 2009-05-24 13:09:01 +02:00
pmatch.scm inline calls to some primitives 2009-05-17 23:24:26 +02:00
syntax.scm slight optimization in transform-record, note in optimize* 2009-02-27 13:37:35 +01:00