summaryrefslogtreecommitdiffhomepage
path: root/src/buffer.h
AgeCommit message (Collapse)Author
2001-11-25makenewline() now copies the data into the structure rather than justRobert James Kaes
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 Kaes
2001-11-05Removed the buffer_size() function and turned it into BUFFER_SIZE() macro.Robert James Kaes
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 Kaes
variable types changed as well.
2000-09-11Cleaned up the source so that the internal structure is no exposed by theRobert James Kaes
buffer.h header.
2000-03-31Added the working_* fields as a scratch pad for readline().Robert James Kaes
2000-02-16This commit was generated by cvs2svn to compensate for changes in r2,Steven Young
which included commits to RCS files with non-trunk default branches.