diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-08-19 23:02:49 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-08-19 23:02:49 +0000 |
commit | dc4ddb335e9afdfe41797d1a5171f457022c526f (patch) | |
tree | 094a12843ad4ad6f8931d5f5126880bd626d01d1 | |
parent | a34af05ece9e38cff48205196c9e3bc149ca5737 (diff) | |
download | guile-dc4ddb335e9afdfe41797d1a5171f457022c526f.tar.gz |
*** empty log message ***
-rw-r--r-- | libguile/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog index a8fce3681..f7d4fa345 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +1999-08-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se> + + * sort.c (quicksort): Added condition to protect the algorithm + from crashing the interpreter if the less predicate is buggy. + 1999-08-19 Gary Houston <ghouston@easynet.co.uk> * fports.c (fport_write): fix line-buffering mode again. |