]> granicus.if.org Git - graphviz/commit
remove temporary buffer for the name of registered GVC plugins
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 29 May 2021 20:59:31 +0000 (13:59 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 5 Jun 2021 01:57:32 +0000 (18:57 -0700)
commitb397354116a6d5b26504a5bda456c2f067ff8db2
treea1ba62d10d3553d073fb692b050f52f628919531
parent832b5a9d3dc143baa1a3e85d3dd58839fde95d54
remove temporary buffer for the name of registered GVC plugins

Similar to the previous commit, this removes a temporary buffer that was only
being used for splitting a name on a ':' separator. Using the same strategy of
maintaining start and end as pointers into the original string, we can remove
the need for the temporary buffer and remove the limitation on ≤63 character
names.
CHANGELOG.md
lib/gvc/gvplugin.c