1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 1999-08-19 23:02:49 +00:00
parent a34af05ece
commit dc4ddb335e

View file

@ -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.