summaryrefslogtreecommitdiff
path: root/libguile/environments.c
AgeCommit message (Collapse)AuthorFilesLines
2000-11-01* environments.c: Don't use '==' to compare SCM objects.Dirk Herrmann1-3/+3
* posix.c (scm_getgroups): Don't create a redundant string object.
2000-10-09* Replace a bunch of calls to SCM_LENGTH.Dirk Herrmann1-6/+6
2000-09-22* Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS.Dirk Herrmann1-5/+5
2000-09-07* Fix hash value handling.Dirk Herrmann1-17/+40
* Documentation improvements. * Cleanups and optimizations.
2000-08-26* environments.c (scm_init_environments): All internal includes inMikael Djurfeldt1-1/+1
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-25* Added Jost Boekemeier's implementation of environments to guile.Dirk Herrmann1-0/+2305
* Added a test suite for (up to now only) leaf environments.