aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/vtfontcvt
Commit message (Collapse)AuthorAgeFilesLines
* vtfontcvt: remove superfluous newlines in errx messagesEd Maste2016-09-141-5/+5
| | | | Notes: svn path=/head/; revision=305815
* vtfontcvt: support .hex fonts with characters beyond the Unicode BMPEd Maste2016-03-151-2/+3
| | | | | | | | | This is already supported by the vt(4) vfnt format mapping from code points to glyphs. Update the .hex font parser to accept up to six hex digits. Notes: svn path=/head/; revision=296920
* vtfontcvt: fix buffer overflow for non-default size .hex fontsEd Maste2015-09-011-6/+22
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=287340
* vtfontcvt: introduce xmalloc to abort on out-of-memoryEd Maste2015-08-311-3/+13
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=287336
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+18
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | Off by default, build behaves normally. WITH_META_MODE we get auto objdir creation, the ability to start build from anywhere in the tree. Still need to add real targets under targets/ to build packages. Differential Revision: D2796 Reviewed by: brooks imp Notes: svn path=/head/; revision=284345
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| | | | | | | | Notes: svn path=/projects/bmake/; revision=284172
| * Merge sync of headSimon J. Gerraty2015-05-271-18/+18
| |\ | | | | | | | | | Notes: svn path=/projects/bmake/; revision=283595
| * | Merge head from 7/28Simon J. Gerraty2014-08-191-0/+19
| | | | | | | | | | | | Notes: svn path=/projects/bmake/; revision=270164
* | | Remove WARNS vtfontcvt builds find with clang and gcc with maximum level warningBaptiste Daroussin2015-06-061-2/+0
| |/ |/| | | | | Notes: svn path=/head/; revision=284062
* | vtfontcvt: Allow 6 digits in verbose outputEd Maste2015-05-141-18/+18
|/ | | | | | | | | Some fonts (e.g. GNU Unifont) have more than 100,000 (half-)glyphs. Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=282920
* vtfontcvt will first ship in FreeBSD 10.1Ed Maste2014-07-241-1/+1
| | | | Notes: svn path=/head/; revision=269063
* Remove redundant return statement after errxEd Maste2014-07-211-20/+7
| | | | | | | | MFC after: 3 days Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=268949
* Use the standard way of printing the usage stringEd Maste2014-07-211-1/+1
| | | | | | | Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=268948
* vtfontcvt: correct width calculation (.hex files and commandline)Ed Maste2014-07-021-8/+13
| | | | | | | | MFC after: 1 week Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=268172
* Avoid leaking file pointer on errorEd Maste2014-06-111-2/+9
| | | | | | | CID: 1222506, 1222505 Notes: svn path=/head/; revision=267366
* vt fontcvt: move to usr.bin/vtfontcvtEd Maste2014-06-103-0/+650
vtfontcvt is useful for end users to convert arbitrary bitmap fonts for use by vt(4). It can also be used as a build tool, allowing us to keep the source font data in the src tree rather than uuencoded binaries. Reviewed by: ray, wblock (D183) Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=267337