summaryrefslogtreecommitdiff
path: root/src/annotate.c
Commit message (Collapse)AuthorAgeFilesLines
* annotate: be consistent in error messagesLance Wang2019-08-031-1/+1
|
* annotate: rewrite code to avoid fixed buffersMike Frysinger2018-06-221-9/+14
| | | | | Avoid fgets which can chop lines, and strncpy which in this case was missing a NUL terminating byte.
* move (redundant) ifdef checks from source to build filesMike Frysinger2018-06-211-21/+0
| | | | | | We've been tracking program deps in the build files, so it ends up being redundant for a lot of our test/example programs. Clean them up, and update some of the cmake/automake files as needed.
* fix coverity CID 95865: bail out nicely on too long font namePierre Joye2016-06-201-3/+8
|
* fix issue #64Remi Collet2013-05-271-0/+1
|
* Use custom error handler instead of fprintf(stderr, ...)Ondřej Surý2013-04-181-1/+1
|
* - apply same CS everywherepierrejoye2013-04-031-13/+13
|
* fix -Wunused-parametertabe2013-02-121-0/+3
|
* - ws + csmattias2007-12-221-186/+178
|
* - sync to 2.0.24pierre2006-04-051-1/+0
|
* - sync to 2.0.12pierre2006-04-051-0/+8
|
* - sync to 2.0.9pierre2006-04-051-140/+178
|
* - sync to 2.0.5GD_2_0_5pierre2006-04-051-0/+13
|
* - sync to 2.0.3GD_2_0_3pierre2006-04-051-0/+153