*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
[bpt/guile.git] / libguile / sort.c
2000-01-05 Greg J. Badros*.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
2000-01-05 Greg J. Badros* *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INU...
1999-12-12 Greg J. Badros* *.c, scm_validate.h: Use SCM_VALIDATE_NIM, not SCM_VA...
1999-12-12 Greg J. Badros* *.c: Pervasive software-engineering-motivated rewrite of
1999-11-19 Gary Houston * acconfig.h: add HAVE_ARRAYS.
1999-08-29 Mikael DjurfeldtFix
1999-08-29 Mikael Djurfeldt* sort.c (closureless): Use scm_eval_body.
1999-08-20 Mikael DjurfeldtFixes in comments
1999-08-19 Mikael DjurfeldtRemoved left-over debugging code
1999-08-19 Mikael Djurfeldt* sort.c (quicksort): Added condition to protect the...
1999-08-19 Mikael Djurfeldt* eval.c (SCM_APPLY), sort.c (closureless): Expand...
1999-01-11 Mikael Djurfeldt* sort.c (scm_merge, scm_merge_list_x): Bugfix: Place...
1999-01-11 Mikael DjurfeldtAdded #include "feature.h"
1999-01-10 Mikael Djurfeldt* sort.c, sort.h: New files: Implement slib's and scsh...