summaryrefslogtreecommitdiff
path: root/libguile
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1996-09-05 20:20:34 +0000
committerJim Blandy <jimb@red-bean.com>1996-09-05 20:20:34 +0000
commitfef5d92f56a8d3977ac4d0766e2418baad1b1339 (patch)
tree167d7a762de86e62d6df80ed8d535ec8854afa61 /libguile
parentae5d8fbb1d1af01e754a1c58ede538462f7a773f (diff)
downloadguile-fef5d92f56a8d3977ac4d0766e2418baad1b1339.tar.gz
.
Diffstat (limited to 'libguile')
-rw-r--r--libguile/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 4a8ab8554..06d7b4282 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -15,14 +15,14 @@ Thu Sep 5 11:38:07 1996 Jim Blandy <jimb@floss.cyclic.com>
this makes it easier to run Guile without installing it. See
corresponding changes in guile/Makefile.in.
* feature.c: Move stuff concerned with the load path to load.c.
- (scm_compiled_library_path): Deleted.
+* (scm_compiled_library_path): Deleted.
Don't #include libpath.h here.
* feature.h: Don't mention scm_compiled_library_path.
* load.c: #include "libpath.h" here, as well as <sys/types.h>,
<sys/stat.h>, and <unistd.h> (if present).
(R_OK): #define if the system hasn't deigned to.
(scm_loc_load_path): New variable.
- (scm_init_load_path, scm_sys_search_load_path,
+* (scm_init_load_path, scm_sys_search_load_path,
scm_sys_try_load_path): New functions.
(scm_init_load): Initialize scm_loc_load_path to point to the
value cell of the Scheme %load-path variable.
@@ -88,7 +88,7 @@ Wed Sep 4 00:55:49 1996 Jim Blandy <jimb@floss.cyclic.com>
* feature.c: ... #include "libpath.h" here.
* .cvsignore: Ignore libpath.h.
- Don't install the unwashed masses of Guile header files in the
+* Don't install the unwashed masses of Guile header files in the
main #include path; put most of them in a subdirectory called
'libguile'. This avoids naming conflicts between Guile header
files and system header files (of which there were a few).