summaryrefslogtreecommitdiff
path: root/src/buffer.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2002-05-14Moved the definition of the struct buffer_s into the buffer.c file and outRobert James Kaes1-15/+4
of the buffer.h file. This also required the removal of the BUFFER_SIZE macro, and replace it with the buffer_size() function.
2001-11-25makenewline() now copies the data into the structure rather than justRobert James Kaes1-3/+9
storing the pointer to the data. add_to_buffer() is now exported. Renamed writebuff() and readbuff() to write_buffer() and read_buffer().
2001-11-22Reformated text.Robert James Kaes1-2/+2
2001-11-05Removed the buffer_size() function and turned it into BUFFER_SIZE() macro.Robert James Kaes1-2/+16
Moved the struct buffer_s into the header file. Added more assert() calls to better document the assumptions the functions make. Removed incorrect code in remove_from_buffer() which was never actually called anyway.
2001-05-27Changed the types for various variables. Some the functions had theRobert James Kaes1-4/+4
variable types changed as well.
2000-09-11Cleaned up the source so that the internal structure is no exposed by theRobert James Kaes1-41/+4
buffer.h header.
2000-03-31Added the working_* fields as a scratch pad for readline().Robert James Kaes1-1/+4
2000-02-16This commit was generated by cvs2svn to compensate for changes in r2,Steven Young1-0/+62
which included commits to RCS files with non-trunk default branches.