1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
Commit graph

9 commits

Author SHA1 Message Date
Mikael Djurfeldt
4c6fe5fca5 Fix 1999-08-29 03:27:33 +00:00
Mikael Djurfeldt
342490251d * sort.c (closureless): Use scm_eval_body. 1999-08-29 01:29:05 +00:00
Mikael Djurfeldt
15d9c4e306 Fixes in comments 1999-08-20 00:19:01 +00:00
Mikael Djurfeldt
1cfda2d332 Removed left-over debugging code 1999-08-19 23:15:05 +00:00
Mikael Djurfeldt
a34af05ece * sort.c (quicksort): Added condition to protect the algorithm
from crashing the interpreter if the less predicate is buggy.
1999-08-19 23:02:00 +00:00
Mikael Djurfeldt
2ddb09208b * eval.c (SCM_APPLY), sort.c (closureless): Expand body when
evaluating closures.
1999-08-19 19:01:19 +00:00
Mikael Djurfeldt
c56cc3c85d * sort.c (scm_merge, scm_merge_list_x): Bugfix: Place elements
from first arg before equal elements in second arg in result.
(scm_merge_list_step): Bugfix: Don't presume that arguments in a C
function call are executed in a well defined order.
1999-01-11 11:34:33 +00:00
Mikael Djurfeldt
a5cae3f309 Added #include "feature.h" 1999-01-11 07:40:01 +00:00
Mikael Djurfeldt
54e09076eb * sort.c, sort.h: New files: Implement slib's and scsh's sort
interfaces.  Author: Roland Orre.
1999-01-10 07:57:58 +00:00