* Makefile.am (DEFS): Added. automake adds -I options to DEFS,
[bpt/guile.git] / libguile / sort.c
2000-04-21 Mikael Djurfeldt* Makefile.am (DEFS): Added. automake adds -I options...
2000-04-03 Dirk HerrmannLots of fixes to make guile (at some time) compile...
2000-03-19 Michael Livshin * *.[hc]: add Emacs magic at the end of file, to ensur...
2000-03-17 Dirk HerrmannOnly include vectors.h in those files, where it is...
2000-03-03 Greg J. Badros* error.h, error.c: Added `scm_wrong_type_arg_msg'...
2000-01-26 Greg J. Badros* sort.c: typo in comment fixed.
2000-01-11 Greg J. Badros* dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
2000-01-11 Greg J. Badros* guile-func-name-check.in: Added this script to static...
2000-01-05 Greg J. Badros* *.[ch]: Whitespace changes -- added space after SCM_V...
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...