diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b7d32a6..383ed88 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,11 @@ 2001-12-14 Marcus Brinkmann <[email protected]> + * assuan-buffer.c (_assuan_read_line): New variable ATTICLEN, use + it to save the number of bytes left over after the complete line. + Rediddle the code a bit to make it more clear what happens. + +2001-12-14 Marcus Brinkmann <[email protected]> + * assuan-defs.h (LINELENGTH): Define as ASSUAN_LINELENGTH. assuan.h: Define ASSUAN_LINELENGTH. |