Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2000-11-01 | * environments.c: Don't use '==' to compare SCM objects. | Dirk Herrmann | 1 | -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 Herrmann | 1 | -6/+6 | |
2000-09-22 | * Replaced SCM_CHARS with SCM_STRING_CHARS or SCM_SYMBOL_CHARS. | Dirk Herrmann | 1 | -5/+5 | |
2000-09-07 | * Fix hash value handling. | Dirk Herrmann | 1 | -17/+40 | |
* Documentation improvements. * Cleanups and optimizations. | |||||
2000-08-26 | * environments.c (scm_init_environments): All internal includes in | Mikael Djurfeldt | 1 | -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 Herrmann | 1 | -0/+2305 | |
* Added a test suite for (up to now only) leaf environments. |