CVS commit: xsrc/local/programs/bdfload

2024-03-12 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Mar 12 09:42:55 UTC 2024 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: remove accidentally left in debug goop To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 xsrc/local/programs/bdfload

CVS commit: xsrc/local/programs/bdfload

2024-03-12 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Mar 12 09:42:55 UTC 2024 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: remove accidentally left in debug goop To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 xsrc/local/programs/bdfload

CVS commit: xsrc/local/programs/bdfload

2024-03-12 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Mar 12 09:36:06 UTC 2024 Modified Files: xsrc/local/programs/bdfload: README bdfload.c Log Message: use uint8_t for all 8bit masks and data to avoid sign extending weirdness found by running this on hppa with gcc12 To gen

CVS commit: xsrc/local/programs/bdfload

2024-03-12 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Mar 12 09:36:06 UTC 2024 Modified Files: xsrc/local/programs/bdfload: README bdfload.c Log Message: use uint8_t for all 8bit masks and data to avoid sign extending weirdness found by running this on hppa with gcc12 To gen

CVS commit: xsrc/local/programs/bdfload

2024-01-08 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Jan 8 18:09:33 UTC 2024 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: add support for doubling a font's size, with optional smoothing - works only on fonts up to 8 pixels wide for now - smoothing atte

CVS commit: xsrc/local/programs/bdfload

2024-01-08 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Jan 8 18:09:33 UTC 2024 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: add support for doubling a font's size, with optional smoothing - works only on fonts up to 8 pixels wide for now - smoothing atte

CVS commit: xsrc/local/programs/bdfload

2023-07-27 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 27 08:44:42 UTC 2023 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: include glyph name in -d output To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 xsrc/local/programs/bdfload/bdfloa

CVS commit: xsrc/local/programs/bdfload

2023-07-27 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 27 08:44:42 UTC 2023 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: include glyph name in -d output To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 xsrc/local/programs/bdfload/bdfloa

CVS commit: xsrc/local/programs/bdfload

2023-07-27 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 27 08:30:02 UTC 2023 Modified Files: xsrc/local/programs/bdfload: README Log Message: document command line option To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 xsrc/local/programs/bdfload/README Please

CVS commit: xsrc/local/programs/bdfload

2023-07-27 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 27 08:30:02 UTC 2023 Modified Files: xsrc/local/programs/bdfload: README Log Message: document command line option To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 xsrc/local/programs/bdfload/README Please

CVS commit: xsrc/local/programs/bdfload

2022-10-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Oct 25 13:36:35 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: put back quotation mark removal in FAMILI_NAME statement which got broken in a previous commit To generate a diff of this commit

CVS commit: xsrc/local/programs/bdfload

2022-10-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Oct 25 13:36:35 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: put back quotation mark removal in FAMILI_NAME statement which got broken in a previous commit To generate a diff of this commit

CVS commit: xsrc/local/programs/bdfload

2022-10-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Oct 25 13:31:58 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: keep track of character names and dump them into the header file if known To generate a diff of this commit: cvs rdiff -u -r1.17

CVS commit: xsrc/local/programs/bdfload

2022-10-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Oct 25 13:31:58 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: keep track of character names and dump them into the header file if known To generate a diff of this commit: cvs rdiff -u -r1.17

CVS commit: xsrc/local/programs/bdfload

2022-10-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Oct 25 12:55:04 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: do not rely on every STARTCHAR/ENDCHAR sequence starting with ENCODING - the standard doesn't specify in which order each glyph's

CVS commit: xsrc/local/programs/bdfload

2022-10-25 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Oct 25 12:55:04 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: do not rely on every STARTCHAR/ENDCHAR sequence starting with ENCODING - the standard doesn't specify in which order each glyph's

CVS commit: xsrc/local/programs/bdfload

2022-09-27 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Tue Sep 27 18:29:08 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: - cast to unsigned char for ctype macros - some warn/err improvements To generate a diff of this commit: cvs rdiff -u -r1.15 -r1

CVS commit: xsrc/local/programs/bdfload

2022-09-27 Thread Christos Zoulas
Module Name:xsrc Committed By: christos Date: Tue Sep 27 18:29:08 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: - cast to unsigned char for ctype macros - some warn/err improvements To generate a diff of this commit: cvs rdiff -u -r1.15 -r1

CVS commit: xsrc/local/programs/bdfload

2022-09-27 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Sep 27 10:57:23 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: rename a local variable so it doesn't conflict with a global one NFC To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.

CVS commit: xsrc/local/programs/bdfload

2022-09-27 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Sep 27 10:57:23 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: rename a local variable so it doesn't conflict with a global one NFC To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.

CVS commit: xsrc/local/programs/bdfload

2022-09-27 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Sep 27 10:54:04 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: remove debug printf() To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 xsrc/local/programs/bdfload/bdfload.c Pleas

CVS commit: xsrc/local/programs/bdfload

2022-09-27 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Sep 27 10:54:04 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: remove debug printf() To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 xsrc/local/programs/bdfload/bdfload.c Pleas

CVS commit: xsrc/local/programs/bdfload

2022-09-18 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Sun Sep 18 22:04:31 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: error out on proportional fonts, provide option to override To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 xsrc/l

CVS commit: xsrc/local/programs/bdfload

2022-09-18 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Sun Sep 18 22:04:31 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: error out on proportional fonts, provide option to override To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 xsrc/l

CVS commit: xsrc/local/programs/bdfload

2022-08-29 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Aug 29 14:54:04 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: add -N option to override the font's name To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 xsrc/local/programs/bdfl

CVS commit: xsrc/local/programs/bdfload

2022-08-29 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Mon Aug 29 14:54:04 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: add -N option to override the font's name To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 xsrc/local/programs/bdfl

CVS commit: xsrc/local/programs/bdfload

2022-08-23 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 23 19:09:15 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: limit the comment width in the header output to the size of the character cell To generate a diff of this commit: cvs rdiff -u -

CVS commit: xsrc/local/programs/bdfload

2022-08-23 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 23 19:09:15 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: limit the comment width in the header output to the size of the character cell To generate a diff of this commit: cvs rdiff -u -

CVS commit: xsrc/local/programs/bdfload

2022-08-23 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 23 18:28:14 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: if there are comments in the bdf copy them into the header output To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 x

CVS commit: xsrc/local/programs/bdfload

2022-08-23 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 23 18:28:14 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: if there are comments in the bdf copy them into the header output To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 x

CVS commit: xsrc/local/programs/bdfload

2022-08-23 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 23 18:11:43 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: use [] instead of # to represent pixels in the header output, this way pixels are somewhat closer to square and the preview looks

CVS commit: xsrc/local/programs/bdfload

2022-08-23 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 23 18:11:43 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: use [] instead of # to represent pixels in the header output, this way pixels are somewhat closer to square and the preview looks

CVS commit: xsrc/local/programs/bdfload

2022-08-23 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 23 13:56:04 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: add -h option to write font data as a header file that can be compiled into a kernel To generate a diff of this commit: cvs rdif

CVS commit: xsrc/local/programs/bdfload

2022-08-23 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 23 13:56:04 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: add -h option to write font data as a header file that can be compiled into a kernel To generate a diff of this commit: cvs rdif

CVS commit: xsrc/local/programs/bdfload

2022-08-16 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 16 21:52:00 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: move \n where it's supposed to be now fonts wider than 8 are dumped correctly To generate a diff of this commit: cvs rdiff -u -r

CVS commit: xsrc/local/programs/bdfload

2022-08-16 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 16 21:52:00 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: move \n where it's supposed to be now fonts wider than 8 are dumped correctly To generate a diff of this commit: cvs rdiff -u -r

CVS commit: xsrc/local/programs/bdfload

2022-08-16 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 16 21:32:21 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: fix tpyo - now we draw characters with a smaller bounding box than the character cell correctly, like term14.bdf To generate a d

CVS commit: xsrc/local/programs/bdfload

2022-08-16 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 16 21:32:21 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: fix tpyo - now we draw characters with a smaller bounding box than the character cell correctly, like term14.bdf To generate a d

CVS commit: xsrc/local/programs/bdfload

2022-08-16 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 16 21:28:53 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: add -d option to dump rendered characters to the console To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 xsrc/local/

CVS commit: xsrc/local/programs/bdfload

2022-08-16 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 16 21:28:53 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: add -d option to dump rendered characters to the console To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 xsrc/local/

CVS commit: xsrc/local/programs/bdfload

2022-08-16 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 16 20:27:33 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: - convert remaining error output to err() - suppress console output unless -v is specified To generate a diff of this commit: cv

CVS commit: xsrc/local/programs/bdfload

2022-08-16 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Tue Aug 16 20:27:33 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: - convert remaining error output to err() - suppress console output unless -v is specified To generate a diff of this commit: cv

CVS commit: xsrc/local/programs/bdfload

2022-06-08 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Wed Jun 8 19:19:42 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: bdfload: Teach it to write wsf font files. wsfontload(8) now groks simple "wsf" file format - that is basically a header of kinda stru

CVS commit: xsrc/local/programs/bdfload

2022-06-08 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Wed Jun 8 19:19:42 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: bdfload: Teach it to write wsf font files. wsfontload(8) now groks simple "wsf" file format - that is basically a header of kinda stru

CVS commit: xsrc/local/programs/bdfload

2022-05-09 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Mon May 9 15:47:28 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: bdfload: g/c trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 xsrc/local/programs/bdfload/bdfload.c P

CVS commit: xsrc/local/programs/bdfload

2022-05-09 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Mon May 9 15:47:28 UTC 2022 Modified Files: xsrc/local/programs/bdfload: bdfload.c Log Message: bdfload: g/c trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 xsrc/local/programs/bdfload/bdfload.c P

CVS commit: xsrc/local/programs/bdfload

2022-05-08 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Sun May 8 22:29:55 UTC 2022 Modified Files: xsrc/local/programs/bdfload: Makefile Log Message: Define NOMAN. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 xsrc/local/programs/bdfload/Makefile Please note that diffs

CVS commit: xsrc/local/programs/bdfload

2022-05-08 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Sun May 8 22:29:55 UTC 2022 Modified Files: xsrc/local/programs/bdfload: Makefile Log Message: Define NOMAN. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 xsrc/local/programs/bdfload/Makefile Please note that diffs

CVS commit: xsrc/local/programs/bdfload

2022-05-08 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Sun May 8 22:29:36 UTC 2022 Modified Files: xsrc/local/programs/bdfload: Makefile Log Message: Add final newline. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 xsrc/local/programs/bdfload/Makefile Please note that

CVS commit: xsrc/local/programs/bdfload

2022-05-08 Thread Valeriy E. Ushakov
Module Name:xsrc Committed By: uwe Date: Sun May 8 22:29:36 UTC 2022 Modified Files: xsrc/local/programs/bdfload: Makefile Log Message: Add final newline. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 xsrc/local/programs/bdfload/Makefile Please note that