Dirk Herrmann
66460dfba3
* environments.c: Don't use '==' to compare SCM objects.
...
* posix.c (scm_getgroups): Don't create a redundant string object.
2000-11-01 17:55:41 +00:00
Dirk Herrmann
bfa974f0a4
* Replace a bunch of calls to SCM_LENGTH.
2000-10-09 14:37:36 +00:00
Dirk Herrmann
86c991c2a2
* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.
2000-09-22 17:17:55 +00:00
Dirk Herrmann
a2d47b23b2
* Fix hash value handling.
...
* Documentation improvements.
* Cleanups and optimizations.
2000-09-07 09:19:22 +00:00
Mikael Djurfeldt
480a873ce1
* environments.c (scm_init_environments): All internal includes in
...
libguile must use the prefix "libguile/" in path names since inly
the top-level source directory is on the include list. (That, in
turn, is because we want to distinguish between system header
files and hedares files internal to libguile.)
2000-08-26 20:55:49 +00:00
Dirk Herrmann
5d3e2388f3
* Added Jost Boekemeier's implementation of environments to guile.
...
* Added a test suite for (up to now only) leaf environments.
2000-08-25 17:01:32 +00:00