summaryrefslogtreecommitdiff
path: root/src/utils/buffer.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix memmove beyond buffer length in parserutlis_buffer_discard. Thanks to ↵Michael Drake2014-03-281-1/+1
| | | | Elie Roudninski.
* Remove client allocation function.Michael Drake2013-12-141-16/+9
|
* Fix input insertion.Vincent Sanders2012-07-051-1/+1
| | | | The gap in teh input was being created at the wrong insertion point!
* C89François Revel2008-11-291-1/+5
| | | | svn path=/trunk/libparserutils/; revision=5838
* Return errors from constructors and destructors.John Mark Bell2008-11-081-19/+31
| | | | svn path=/trunk/libparserutils/; revision=5652
* Move the location of the utf8 buffer every time we're asked for a character ↵John Mark Bell2008-08-131-0/+24
| | | | | | | | in debug mode. This leaks memory lots, deliberately. svn path=/trunk/libparserutils/; revision=5081
* Import parser construction utility libraryJohn Mark Bell2008-05-011-0/+156
svn path=/trunk/libparserutils/; revision=4111