From b0748328d77ff60e91ad6d35dce4a7e075e2d2f0 Mon Sep 17 00:00:00 2001 From: Robert James Kaes Date: Sun, 25 Nov 2001 22:03:52 +0000 Subject: More changes. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 87fb051..e7c6aa9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2001-11-25 Robert James Kaes + + * src/buffer.c (makenewline): This function now copies the actual + data itself. This means any malloc() and free() functions are + closer together, instead of malloc()ing the data and then not + free()ing it. + (add_to_buffer): Add a new "line" to the buffer. I'm trying to + have more of the data go through the buffering code. Basically the + safe_read() function should only be called for special reasons. + 2001-11-24 Robert James Kaes * configure.ac: Changed the extension of the configure.in to match -- cgit v1.2.3