put autocompiled files into ~/.cache or $XDG_CACHE_HOME
authorAndy Wingo <wingo@pobox.com>
Sat, 20 Jun 2009 12:26:54 +0000 (14:26 +0200)
committerAndy Wingo <wingo@pobox.com>
Sat, 20 Jun 2009 12:26:54 +0000 (14:26 +0200)
commit179fe3363241ea1aeb48f1f63d13d2dd12196dcf
tree938015430875117c7c90c76ecd0bf570bfa8ee80
parent89cb70a0d5f365ebdfcc0257d6cab4a80a9f6a74
put autocompiled files into ~/.cache or $XDG_CACHE_HOME

* module/system/base/compile.scm (compiled-file-name): Remove unneeded
  path separator.

* libguile/load.c (scm_init_load_path): Change so the default cache path
  is ~/.cache/guile/ccache/1.9, and respect $XDG_CACHE_HOME.
libguile/load.c
module/system/base/compile.scm