Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-11-25 | makenewline() now copies the data into the structure rather than just | Robert James Kaes | 1 | -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-22 | Reformated text. | Robert James Kaes | 1 | -2/+2 | |
2001-11-05 | Removed the buffer_size() function and turned it into BUFFER_SIZE() macro. | Robert James Kaes | 1 | -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-27 | Changed the types for various variables. Some the functions had the | Robert James Kaes | 1 | -4/+4 | |
variable types changed as well. | |||||
2000-09-11 | Cleaned up the source so that the internal structure is no exposed by the | Robert James Kaes | 1 | -41/+4 | |
buffer.h header. | |||||
2000-03-31 | Added the working_* fields as a scratch pad for readline(). | Robert James Kaes | 1 | -1/+4 | |
2000-02-16 | This commit was generated by cvs2svn to compensate for changes in r2, | Steven Young | 1 | -0/+62 | |
which included commits to RCS files with non-trunk default branches. |