summaryrefslogtreecommitdiff
path: root/src/buffer.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2005-08-15* [Indent] Ran Source Through indentRobert James Kaes1-3/+3
I re-indented the source code using indent with the following options: indent -kr -bad -bap -nut -i8 -l80 -psl -sob -ss -ncs There are now _no_ tabs in the source files, and all indentation is eight spaces. Lines are 80 characters long, and the procedure type is on it's own line. Read the indent manual for more information about what each option means.
2005-07-12* Updated Copyright Email AddressesRobert James Kaes1-2/+2
Updated the copyright email addresses for Robert James Kaes. The users.sourceforge.net address should always exist.
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.