* list.h (SCM_LISTn): New macros. Make list creation in C code
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 15 Sep 1997 21:20:48 +0000 (21:20 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Mon, 15 Sep 1997 21:20:48 +0000 (21:20 +0000)
commit92396c0aa11dfff27e62fbb8bbc1c20f57c2c766
treea9e9fe12d9937757c4db61ea9aa7cb316d224bb6
parente69807f074a9889e8a7243a20b40722a8710b008
* list.h (SCM_LISTn): New macros.  Make list creation in C code
prettier.  The idea comes from STk.

* sequences.h, sequences.c, append.h, append.c: Removed.  These
files implemented non-R4RS operations which would encourage
non-portable programming style and less easy-to-read code.

* Makefile.am (sequences.h, sequences.c, append.h, append.c):
Removed.

* libguile.h, eval.c, init.c, stime.c, unif.c: Removed #include
sequences.h, #include append.h.

* gh.h, gh_list.c: Renamed gh_list_length --> gh_length.

* list.h, list.c: Renamed scm_list_length --> scm_length, scm
libguile/ChangeLog
libguile/append.c [deleted file]
libguile/gh.h
libguile/gh_list.c
libguile/list.c
libguile/list.h
libguile/script.c
libguile/sequences.c [deleted file]
libguile/unif.c