<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>wdvi, branch HEAD</title>
<subtitle>network DVI viewer
</subtitle>
<entry>
<id>cf57a0873251e525939200fbd7156b81240ead9f</id>
<published>2023-03-13T20:27:40Z</published>
<updated>2023-03-13T20:27:40Z</updated>
<title type="text">remove support for BMBYTES != 4</title>
<link rel="alternate" type="text/html" href="commit/cf57a0873251e525939200fbd7156b81240ead9f.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit cf57a0873251e525939200fbd7156b81240ead9f
parent fbb7237269d3aa6355345db891682882c5b183a7
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Mon, 13 Mar 2023 20:27:40 +0000

remove support for BMBYTES != 4

</content>
</entry>
<entry>
<id>fbb7237269d3aa6355345db891682882c5b183a7</id>
<published>2023-03-13T20:17:44Z</published>
<updated>2023-03-13T20:17:44Z</updated>
<title type="text">move defines to top of file</title>
<link rel="alternate" type="text/html" href="commit/fbb7237269d3aa6355345db891682882c5b183a7.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit fbb7237269d3aa6355345db891682882c5b183a7
parent 4583827e79e61ed31cc368ddcde09eb85f7279e7
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Mon, 13 Mar 2023 20:17:44 +0000

move defines to top of file

</content>
</entry>
<entry>
<id>4583827e79e61ed31cc368ddcde09eb85f7279e7</id>
<published>2023-03-13T05:07:42Z</published>
<updated>2023-03-13T05:07:42Z</updated>
<title type="text">rename variable to match name in dvitype manual</title>
<link rel="alternate" type="text/html" href="commit/4583827e79e61ed31cc368ddcde09eb85f7279e7.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 4583827e79e61ed31cc368ddcde09eb85f7279e7
parent 9b06471e5c81b12192e3beeb6b4e01439cc9171e
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Mon, 13 Mar 2023 05:07:42 +0000

rename variable to match name in dvitype manual

</content>
</entry>
<entry>
<id>9b06471e5c81b12192e3beeb6b4e01439cc9171e</id>
<published>2023-03-13T05:00:03Z</published>
<updated>2023-03-13T05:00:03Z</updated>
<title type="text">delete global dvi_is_valid</title>
<link rel="alternate" type="text/html" href="commit/9b06471e5c81b12192e3beeb6b4e01439cc9171e.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 9b06471e5c81b12192e3beeb6b4e01439cc9171e
parent 49fdeb79e939988e7864fcbdec7e9d23f9222c5a
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Mon, 13 Mar 2023 05:00:03 +0000

delete global dvi_is_valid

it was mainly used by check_dvi_file(), which was originally used to see
if the file changed on disk. we do not have that problem anymore, so this
can go.

</content>
</entry>
<entry>
<id>49fdeb79e939988e7864fcbdec7e9d23f9222c5a</id>
<published>2023-03-13T04:45:01Z</published>
<updated>2023-03-13T04:45:01Z</updated>
<title type="text">fix indentation and remove pointless casts</title>
<link rel="alternate" type="text/html" href="commit/49fdeb79e939988e7864fcbdec7e9d23f9222c5a.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 49fdeb79e939988e7864fcbdec7e9d23f9222c5a
parent 9f89e27d8a2b8c18e426583f73c8b523774b4267
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Mon, 13 Mar 2023 04:45:01 +0000

fix indentation and remove pointless casts

</content>
</entry>
<entry>
<id>9f89e27d8a2b8c18e426583f73c8b523774b4267</id>
<published>2023-03-13T04:37:04Z</published>
<updated>2023-03-13T04:37:04Z</updated>
<title type="text">delete duplicate macro</title>
<link rel="alternate" type="text/html" href="commit/9f89e27d8a2b8c18e426583f73c8b523774b4267.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 9f89e27d8a2b8c18e426583f73c8b523774b4267
parent ac7a3840bc033cee335f721b02fcba7d37ca9e09
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Mon, 13 Mar 2023 04:37:04 +0000

delete duplicate macro

</content>
</entry>
<entry>
<id>ac7a3840bc033cee335f721b02fcba7d37ca9e09</id>
<published>2023-03-13T03:37:26Z</published>
<updated>2023-03-13T03:37:26Z</updated>
<title type="text">replace lots of hand rolled parsing code with scanf()</title>
<link rel="alternate" type="text/html" href="commit/ac7a3840bc033cee335f721b02fcba7d37ca9e09.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit ac7a3840bc033cee335f721b02fcba7d37ca9e09
parent 62b6a0f52fa7bfcece13b42102fcb98f6e15ae86
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Mon, 13 Mar 2023 03:37:26 +0000

replace lots of hand rolled parsing code with scanf()

</content>
</entry>
<entry>
<id>62b6a0f52fa7bfcece13b42102fcb98f6e15ae86</id>
<published>2023-03-13T00:13:40Z</published>
<updated>2023-03-13T00:13:40Z</updated>
<title type="text">use variable names from dvitype manual</title>
<link rel="alternate" type="text/html" href="commit/62b6a0f52fa7bfcece13b42102fcb98f6e15ae86.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 62b6a0f52fa7bfcece13b42102fcb98f6e15ae86
parent 9592cb99bfac3ce8d2d2f8434e490b0c2426216c
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Mon, 13 Mar 2023 00:13:40 +0000

use variable names from dvitype manual

</content>
</entry>
<entry>
<id>9592cb99bfac3ce8d2d2f8434e490b0c2426216c</id>
<published>2023-03-13T00:10:04Z</published>
<updated>2023-03-13T00:10:04Z</updated>
<title type="text">delete another global variable</title>
<link rel="alternate" type="text/html" href="commit/9592cb99bfac3ce8d2d2f8434e490b0c2426216c.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 9592cb99bfac3ce8d2d2f8434e490b0c2426216c
parent b6b0d017fdb287e96d94dbf21b475ac455f02af6
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Mon, 13 Mar 2023 00:10:04 +0000

delete another global variable

magnification was only used outside the scope of dvi-init.c by special.c for a
one off feature for xdvi only: adding an asterisk after the papersize special.

Assume we do not need this feature and delete it. Then, all uses of magnification
are in dvi-init.c so declare the variable locally and pass it around.

</content>
</entry>
<entry>
<id>b6b0d017fdb287e96d94dbf21b475ac455f02af6</id>
<published>2023-03-12T23:45:37Z</published>
<updated>2023-03-12T23:45:37Z</updated>
<title type="text">use variable names identical to dvitype manual</title>
<link rel="alternate" type="text/html" href="commit/b6b0d017fdb287e96d94dbf21b475ac455f02af6.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit b6b0d017fdb287e96d94dbf21b475ac455f02af6
parent de057f9ef5a4c3a1d553133a1d8606601090b639
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sun, 12 Mar 2023 23:45:37 +0000

use variable names identical to dvitype manual

</content>
</entry>
<entry>
<id>de057f9ef5a4c3a1d553133a1d8606601090b639</id>
<published>2023-03-12T23:40:45Z</published>
<updated>2023-03-12T23:40:45Z</updated>
<title type="text">nuke one more global</title>
<link rel="alternate" type="text/html" href="commit/de057f9ef5a4c3a1d553133a1d8606601090b639.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit de057f9ef5a4c3a1d553133a1d8606601090b639
parent 755dee630cebe5610e5200ebc42c3789d41dd3a4
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sun, 12 Mar 2023 23:40:45 +0000

nuke one more global

font_not_found was used to when a font could not be loaded. it was used by
define_font() and read_postamble(), where the first is called by the second.

Instead, use a local variable and change the conditions of return in define_font()
such that it returns NULL when a font cannot be loaded. It almost did this before,
but was conditioned on the document being reloaded. Assume we do not care about
exiting font loading while the document is being reloaded.

The other caller of define_font() in vf.c does not use font_not_found, nor does it
check the return code.

</content>
</entry>
<entry>
<id>755dee630cebe5610e5200ebc42c3789d41dd3a4</id>
<published>2023-03-12T22:54:33Z</published>
<updated>2023-03-12T22:54:33Z</updated>
<title type="text">unwrap a line and remove space indents</title>
<link rel="alternate" type="text/html" href="commit/755dee630cebe5610e5200ebc42c3789d41dd3a4.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 755dee630cebe5610e5200ebc42c3789d41dd3a4
parent 36853a4166145f9724a6c6b88f67f6bc97a2e23d
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sun, 12 Mar 2023 22:54:33 +0000

unwrap a line and remove space indents

</content>
</entry>
<entry>
<id>36853a4166145f9724a6c6b88f67f6bc97a2e23d</id>
<published>2023-03-12T22:50:28Z</published>
<updated>2023-03-12T22:50:28Z</updated>
<title type="text">move font does not exist case out of for loop</title>
<link rel="alternate" type="text/html" href="commit/36853a4166145f9724a6c6b88f67f6bc97a2e23d.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 36853a4166145f9724a6c6b88f67f6bc97a2e23d
parent f945d5e7020fa4b805ac1bbc4fb0bb86a3f32553
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sun, 12 Mar 2023 22:50:28 +0000

move font does not exist case out of for loop

The way this loop was written was funny. Instead, first loop over all fonts
we have loaded, and if our font was not found, then create a new one.

</content>
</entry>
<entry>
<id>f945d5e7020fa4b805ac1bbc4fb0bb86a3f32553</id>
<published>2023-03-12T22:39:45Z</published>
<updated>2023-03-12T22:39:45Z</updated>
<title type="text">start cleaning up define_font()</title>
<link rel="alternate" type="text/html" href="commit/f945d5e7020fa4b805ac1bbc4fb0bb86a3f32553.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit f945d5e7020fa4b805ac1bbc4fb0bb86a3f32553
parent 685968969875380ac6eb9b068c29fb4d1d414ede
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sun, 12 Mar 2023 22:39:45 +0000

start cleaning up define_font()

- use variable names from dvitype.dvi manual
- use proper indentation

</content>
</entry>
<entry>
<id>685968969875380ac6eb9b068c29fb4d1d414ede</id>
<published>2023-03-12T07:02:22Z</published>
<updated>2023-03-12T07:02:22Z</updated>
<title type="text">expand out compound if statement</title>
<link rel="alternate" type="text/html" href="commit/685968969875380ac6eb9b068c29fb4d1d414ede.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 685968969875380ac6eb9b068c29fb4d1d414ede
parent 93ae17b7dca51b7276d84042899411d814a6b41e
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sun, 12 Mar 2023 07:02:22 +0000

expand out compound if statement

</content>
</entry>
<entry>
<id>93ae17b7dca51b7276d84042899411d814a6b41e</id>
<published>2023-03-12T04:26:48Z</published>
<updated>2023-03-12T04:26:48Z</updated>
<title type="text">continue early to avoid control flow nesting</title>
<link rel="alternate" type="text/html" href="commit/93ae17b7dca51b7276d84042899411d814a6b41e.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 93ae17b7dca51b7276d84042899411d814a6b41e
parent a884ab131418ed5cc5e4eab38870ff5f04c33ed0
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sun, 12 Mar 2023 04:26:48 +0000

continue early to avoid control flow nesting

</content>
</entry>
<entry>
<id>a884ab131418ed5cc5e4eab38870ff5f04c33ed0</id>
<published>2023-03-12T03:48:56Z</published>
<updated>2023-03-12T03:48:56Z</updated>
<title type="text">Makefile cleanup</title>
<link rel="alternate" type="text/html" href="commit/a884ab131418ed5cc5e4eab38870ff5f04c33ed0.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit a884ab131418ed5cc5e4eab38870ff5f04c33ed0
parent b841c3405ac60a2d0b7bb30c80c0851cc630c92e
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sun, 12 Mar 2023 03:48:56 +0000

Makefile cleanup

- use LDADD instead of abusing LDFLAGS
- remove old CFLAGS
- use link command line order that make does

</content>
</entry>
<entry>
<id>b841c3405ac60a2d0b7bb30c80c0851cc630c92e</id>
<published>2023-03-12T03:47:36Z</published>
<updated>2023-03-12T03:47:36Z</updated>
<title type="text">continue early to avoid nesting control flow</title>
<link rel="alternate" type="text/html" href="commit/b841c3405ac60a2d0b7bb30c80c0851cc630c92e.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit b841c3405ac60a2d0b7bb30c80c0851cc630c92e
parent 2f3759840bd62835f068e736ad5c9d6d67144b55
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sun, 12 Mar 2023 03:47:36 +0000

continue early to avoid nesting control flow

</content>
</entry>
<entry>
<id>2f3759840bd62835f068e736ad5c9d6d67144b55</id>
<published>2023-03-12T01:35:36Z</published>
<updated>2023-03-12T01:35:36Z</updated>
<title type="text">remove one layer of control flow from complicated loop</title>
<link rel="alternate" type="text/html" href="commit/2f3759840bd62835f068e736ad5c9d6d67144b55.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 2f3759840bd62835f068e736ad5c9d6d67144b55
parent 8c1e448e2e998d81d9e1bb1c44b6b13ea6694a85
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sun, 12 Mar 2023 01:35:36 +0000

remove one layer of control flow from complicated loop

</content>
</entry>
<entry>
<id>8c1e448e2e998d81d9e1bb1c44b6b13ea6694a85</id>
<published>2023-03-12T00:18:02Z</published>
<updated>2023-03-12T00:18:02Z</updated>
<title type="text">remove one layer of control flow from complicated loop</title>
<link rel="alternate" type="text/html" href="commit/8c1e448e2e998d81d9e1bb1c44b6b13ea6694a85.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 8c1e448e2e998d81d9e1bb1c44b6b13ea6694a85
parent 97f8596d4faba4d85958ffbb4811a42f266a12dd
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sun, 12 Mar 2023 00:18:02 +0000

remove one layer of control flow from complicated loop

</content>
</entry>
<entry>
<id>97f8596d4faba4d85958ffbb4811a42f266a12dd</id>
<published>2023-03-12T00:04:02Z</published>
<updated>2023-03-12T00:04:02Z</updated>
<title type="text">move numerator and denominator into local scope</title>
<link rel="alternate" type="text/html" href="commit/97f8596d4faba4d85958ffbb4811a42f266a12dd.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 97f8596d4faba4d85958ffbb4811a42f266a12dd
parent 5854dd185ba998944fdac5e902cc67ecc8f06074
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sun, 12 Mar 2023 00:04:02 +0000

move numerator and denominator into local scope

</content>
</entry>
<entry>
<id>5854dd185ba998944fdac5e902cc67ecc8f06074</id>
<published>2023-03-11T23:55:01Z</published>
<updated>2023-03-11T23:55:01Z</updated>
<title type="text">move last_page_offset into local scope</title>
<link rel="alternate" type="text/html" href="commit/5854dd185ba998944fdac5e902cc67ecc8f06074.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 5854dd185ba998944fdac5e902cc67ecc8f06074
parent 6601804250c2d0d65e8cf9803fa0bbce48887a1d
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 23:55:01 +0000

move last_page_offset into local scope

</content>
</entry>
<entry>
<id>6601804250c2d0d65e8cf9803fa0bbce48887a1d</id>
<published>2023-03-11T23:44:53Z</published>
<updated>2023-03-11T23:44:53Z</updated>
<title type="text">move preamble comment storage to local scope</title>
<link rel="alternate" type="text/html" href="commit/6601804250c2d0d65e8cf9803fa0bbce48887a1d.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 6601804250c2d0d65e8cf9803fa0bbce48887a1d
parent 1e23d619dff47a421032ff1d08356b9ae3a5486f
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 23:44:53 +0000

move preamble comment storage to local scope

Use variables similar to what is described in the dvitype manual.

</content>
</entry>
<entry>
<id>1e23d619dff47a421032ff1d08356b9ae3a5486f</id>
<published>2023-03-11T21:35:19Z</published>
<updated>2023-03-11T21:35:19Z</updated>
<title type="text">simplify parse_color()</title>
<link rel="alternate" type="text/html" href="commit/1e23d619dff47a421032ff1d08356b9ae3a5486f.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 1e23d619dff47a421032ff1d08356b9ae3a5486f
parent bb1e06c679c24534a1a5cdfb7083814d424e7902
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 21:35:19 +0000

simplify parse_color()

When parse_color() is called on a color name, search linearly through the table of
color names instead of doing a binary search on the name length.

Simplify the declaration of colors by modifying the perl script that scrapes
the dvipsk color.lpro file to do more calculations that had been done in C macros.

</content>
</entry>
<entry>
<id>bb1e06c679c24534a1a5cdfb7083814d424e7902</id>
<published>2023-03-11T20:37:48Z</published>
<updated>2023-03-11T20:37:48Z</updated>
<title type="text">statement bodies on newline</title>
<link rel="alternate" type="text/html" href="commit/bb1e06c679c24534a1a5cdfb7083814d424e7902.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit bb1e06c679c24534a1a5cdfb7083814d424e7902
parent a0b33d6d50d143f2ade2e8c4bc7c54210500f095
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 20:37:48 +0000

statement bodies on newline

</content>
</entry>
<entry>
<id>a0b33d6d50d143f2ade2e8c4bc7c54210500f095</id>
<published>2023-03-11T20:14:12Z</published>
<updated>2023-03-11T20:14:12Z</updated>
<title type="text">reduce indirection</title>
<link rel="alternate" type="text/html" href="commit/a0b33d6d50d143f2ade2e8c4bc7c54210500f095.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit a0b33d6d50d143f2ade2e8c4bc7c54210500f095
parent 2e6ecfd77a20af7528d0bdb03a20697778577a7b
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 20:14:12 +0000

reduce indirection

</content>
</entry>
<entry>
<id>2e6ecfd77a20af7528d0bdb03a20697778577a7b</id>
<published>2023-03-11T20:07:40Z</published>
<updated>2023-03-11T20:07:40Z</updated>
<title type="text">simplify and inline prep_fd()</title>
<link rel="alternate" type="text/html" href="commit/2e6ecfd77a20af7528d0bdb03a20697778577a7b.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 2e6ecfd77a20af7528d0bdb03a20697778577a7b
parent 93e2996fffbeaa4fc51e1a61e15309561cd257cb
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 20:07:40 +0000

simplify and inline prep_fd()

</content>
</entry>
<entry>
<id>93e2996fffbeaa4fc51e1a61e15309561cd257cb</id>
<published>2023-03-11T19:53:57Z</published>
<updated>2023-03-11T19:53:57Z</updated>
<title type="text">delete now unused include</title>
<link rel="alternate" type="text/html" href="commit/93e2996fffbeaa4fc51e1a61e15309561cd257cb.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 93e2996fffbeaa4fc51e1a61e15309561cd257cb
parent 849134a9af8cda92f6f30bac783cc2db5e02866d
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 19:53:57 +0000

delete now unused include

</content>
</entry>
<entry>
<id>849134a9af8cda92f6f30bac783cc2db5e02866d</id>
<published>2023-03-11T19:53:06Z</published>
<updated>2023-03-11T19:53:06Z</updated>
<title type="text">remove extra newlines</title>
<link rel="alternate" type="text/html" href="commit/849134a9af8cda92f6f30bac783cc2db5e02866d.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 849134a9af8cda92f6f30bac783cc2db5e02866d
parent acda95e0e4166e8ab3cfa6a4924e729e2747e70e
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 19:53:06 +0000

remove extra newlines

</content>
</entry>
<entry>
<id>acda95e0e4166e8ab3cfa6a4924e729e2747e70e</id>
<published>2023-03-11T19:51:29Z</published>
<updated>2023-03-11T19:51:29Z</updated>
<title type="text">while bodies on newline</title>
<link rel="alternate" type="text/html" href="commit/acda95e0e4166e8ab3cfa6a4924e729e2747e70e.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit acda95e0e4166e8ab3cfa6a4924e729e2747e70e
parent 0bfec25649cc4b4d986a0073f796964e9f8fef1d
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 19:51:29 +0000

while bodies on newline

</content>
</entry>
<entry>
<id>0bfec25649cc4b4d986a0073f796964e9f8fef1d</id>
<published>2023-03-11T19:49:25Z</published>
<updated>2023-03-11T19:49:25Z</updated>
<title type="text">replace only use of xpipe() with socketpair()</title>
<link rel="alternate" type="text/html" href="commit/0bfec25649cc4b4d986a0073f796964e9f8fef1d.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 0bfec25649cc4b4d986a0073f796964e9f8fef1d
parent 9894ac621463db25fa634bddbd3200cdcec48d57
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 19:49:25 +0000

replace only use of xpipe() with socketpair()

</content>
</entry>
<entry>
<id>9894ac621463db25fa634bddbd3200cdcec48d57</id>
<published>2023-03-11T19:10:36Z</published>
<updated>2023-03-11T19:10:36Z</updated>
<title type="text">replace xputenv() with setenv()</title>
<link rel="alternate" type="text/html" href="commit/9894ac621463db25fa634bddbd3200cdcec48d57.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 9894ac621463db25fa634bddbd3200cdcec48d57
parent b5fc480b547cdab6c622398134a6b59e2eadb8dd
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 19:10:36 +0000

replace xputenv() with setenv()

</content>
</entry>
<entry>
<id>b5fc480b547cdab6c622398134a6b59e2eadb8dd</id>
<published>2023-03-11T18:58:54Z</published>
<updated>2023-03-11T18:58:54Z</updated>
<title type="text">replace memicmp with strncasecmp</title>
<link rel="alternate" type="text/html" href="commit/b5fc480b547cdab6c622398134a6b59e2eadb8dd.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit b5fc480b547cdab6c622398134a6b59e2eadb8dd
parent 72dcacbcabfbf2364b098b8ee1862319e59e352a
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:58:54 +0000

replace memicmp with strncasecmp

</content>
</entry>
<entry>
<id>72dcacbcabfbf2364b098b8ee1862319e59e352a</id>
<published>2023-03-11T18:51:20Z</published>
<updated>2023-03-11T18:51:20Z</updated>
<title type="text">ansi function signatures</title>
<link rel="alternate" type="text/html" href="commit/72dcacbcabfbf2364b098b8ee1862319e59e352a.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 72dcacbcabfbf2364b098b8ee1862319e59e352a
parent f638f488b5fde5edecc893204ee8bb34bae646b6
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:51:20 +0000

ansi function signatures

</content>
</entry>
<entry>
<id>f638f488b5fde5edecc893204ee8bb34bae646b6</id>
<published>2023-03-11T18:36:58Z</published>
<updated>2023-03-11T18:36:58Z</updated>
<title type="text">unconditionally enable hush_cksum</title>
<link rel="alternate" type="text/html" href="commit/f638f488b5fde5edecc893204ee8bb34bae646b6.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit f638f488b5fde5edecc893204ee8bb34bae646b6
parent e56bca279c6da77c39ab665fd297afe3211883e6
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:36:58 +0000

unconditionally enable hush_cksum

</content>
</entry>
<entry>
<id>e56bca279c6da77c39ab665fd297afe3211883e6</id>
<published>2023-03-11T18:30:29Z</published>
<updated>2023-03-11T18:30:29Z</updated>
<title type="text">unconditionally disable hush_chars</title>
<link rel="alternate" type="text/html" href="commit/e56bca279c6da77c39ab665fd297afe3211883e6.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit e56bca279c6da77c39ab665fd297afe3211883e6
parent 0f2ef22650cda20e3b132e7d8ad9f41cc127d0b7
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:30:29 +0000

unconditionally disable hush_chars

</content>
</entry>
<entry>
<id>0f2ef22650cda20e3b132e7d8ad9f41cc127d0b7</id>
<published>2023-03-11T18:22:30Z</published>
<updated>2023-03-11T18:22:30Z</updated>
<title type="text">remove alt_font indirection</title>
<link rel="alternate" type="text/html" href="commit/0f2ef22650cda20e3b132e7d8ad9f41cc127d0b7.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 0f2ef22650cda20e3b132e7d8ad9f41cc127d0b7
parent 505aa3d5fed3ef3a62368d609638ae368e9a9101
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:22:30 +0000

remove alt_font indirection

</content>
</entry>
<entry>
<id>505aa3d5fed3ef3a62368d609638ae368e9a9101</id>
<published>2023-03-11T18:18:35Z</published>
<updated>2023-03-11T18:18:35Z</updated>
<title type="text">use resource._gamma directly</title>
<link rel="alternate" type="text/html" href="commit/505aa3d5fed3ef3a62368d609638ae368e9a9101.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 505aa3d5fed3ef3a62368d609638ae368e9a9101
parent 504cea9244bb237147693d63fe19e774b4ddd389
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:18:35 +0000

use resource._gamma directly

</content>
</entry>
<entry>
<id>504cea9244bb237147693d63fe19e774b4ddd389</id>
<published>2023-03-11T18:15:34Z</published>
<updated>2023-03-11T18:15:34Z</updated>
<title type="text">ansi function signature</title>
<link rel="alternate" type="text/html" href="commit/504cea9244bb237147693d63fe19e774b4ddd389.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 504cea9244bb237147693d63fe19e774b4ddd389
parent ebda7f5a76d285afa22017ab4f77245ad0b433d7
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:15:34 +0000

ansi function signature

</content>
</entry>
<entry>
<id>ebda7f5a76d285afa22017ab4f77245ad0b433d7</id>
<published>2023-03-11T18:15:18Z</published>
<updated>2023-03-11T18:15:18Z</updated>
<title type="text">cleanup myatopix()</title>
<link rel="alternate" type="text/html" href="commit/ebda7f5a76d285afa22017ab4f77245ad0b433d7.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit ebda7f5a76d285afa22017ab4f77245ad0b433d7
parent 2cf5f5a077324185c14d1ba440c7085a38b2f92b
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:15:18 +0000

cleanup myatopix()

- ansi function signature
- statement bodies on newline

</content>
</entry>
<entry>
<id>2cf5f5a077324185c14d1ba440c7085a38b2f92b</id>
<published>2023-03-11T18:14:35Z</published>
<updated>2023-03-11T18:14:35Z</updated>
<title type="text">statement bodies on newline for atopix()</title>
<link rel="alternate" type="text/html" href="commit/2cf5f5a077324185c14d1ba440c7085a38b2f92b.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 2cf5f5a077324185c14d1ba440c7085a38b2f92b
parent 925545dea6850d60f3c0f8fde68ff36dcc756fdf
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:14:35 +0000

statement bodies on newline for atopix()

</content>
</entry>
<entry>
<id>925545dea6850d60f3c0f8fde68ff36dcc756fdf</id>
<published>2023-03-11T18:13:55Z</published>
<updated>2023-03-11T18:13:55Z</updated>
<title type="text">ansi function signature for color_special()</title>
<link rel="alternate" type="text/html" href="commit/925545dea6850d60f3c0f8fde68ff36dcc756fdf.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 925545dea6850d60f3c0f8fde68ff36dcc756fdf
parent 82ecfd270f2531f666764de0178afbe5f68c6573
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:13:55 +0000

ansi function signature for color_special()

</content>
</entry>
<entry>
<id>82ecfd270f2531f666764de0178afbe5f68c6573</id>
<published>2023-03-11T18:12:45Z</published>
<updated>2023-03-11T18:12:45Z</updated>
<title type="text">use proper indentation in set_fg_color()</title>
<link rel="alternate" type="text/html" href="commit/82ecfd270f2531f666764de0178afbe5f68c6573.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 82ecfd270f2531f666764de0178afbe5f68c6573
parent b76d02ee26b0cde22a870f6b649c90111714ce3e
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:12:45 +0000

use proper indentation in set_fg_color()

</content>
</entry>
<entry>
<id>b76d02ee26b0cde22a870f6b649c90111714ce3e</id>
<published>2023-03-11T18:11:40Z</published>
<updated>2023-03-11T18:11:40Z</updated>
<title type="text">ansi function signatures</title>
<link rel="alternate" type="text/html" href="commit/b76d02ee26b0cde22a870f6b649c90111714ce3e.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit b76d02ee26b0cde22a870f6b649c90111714ce3e
parent 40debd29f9a7324f05f64614557c77cafcd3a15a
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:11:40 +0000

ansi function signatures

</content>
</entry>
<entry>
<id>40debd29f9a7324f05f64614557c77cafcd3a15a</id>
<published>2023-03-11T18:10:38Z</published>
<updated>2023-03-11T18:10:38Z</updated>
<title type="text">cleanup parse_color()</title>
<link rel="alternate" type="text/html" href="commit/40debd29f9a7324f05f64614557c77cafcd3a15a.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 40debd29f9a7324f05f64614557c77cafcd3a15a
parent 23ca3422457f13e9f399f98def2c196850fd8a4b
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:10:38 +0000

cleanup parse_color()

- ansi function signature
- while body on newline

</content>
</entry>
<entry>
<id>23ca3422457f13e9f399f98def2c196850fd8a4b</id>
<published>2023-03-11T18:09:42Z</published>
<updated>2023-03-11T18:09:42Z</updated>
<title type="text">remove extraneous tab in table</title>
<link rel="alternate" type="text/html" href="commit/23ca3422457f13e9f399f98def2c196850fd8a4b.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 23ca3422457f13e9f399f98def2c196850fd8a4b
parent f6a5c4f9f037108d001154e025f06202f1c9dad4
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:09:42 +0000

remove extraneous tab in table

</content>
</entry>
<entry>
<id>f6a5c4f9f037108d001154e025f06202f1c9dad4</id>
<published>2023-03-11T18:08:38Z</published>
<updated>2023-03-11T18:08:38Z</updated>
<title type="text">ansi function signatures</title>
<link rel="alternate" type="text/html" href="commit/f6a5c4f9f037108d001154e025f06202f1c9dad4.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit f6a5c4f9f037108d001154e025f06202f1c9dad4
parent 176a2a15ff46c9748740d2b27456cc26c82004ee
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:08:38 +0000

ansi function signatures

</content>
</entry>
<entry>
<id>176a2a15ff46c9748740d2b27456cc26c82004ee</id>
<published>2023-03-11T18:07:32Z</published>
<updated>2023-03-11T18:07:32Z</updated>
<title type="text">cleanup set_pen_size()</title>
<link rel="alternate" type="text/html" href="commit/176a2a15ff46c9748740d2b27456cc26c82004ee.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 176a2a15ff46c9748740d2b27456cc26c82004ee
parent 2631a076b474709876799ffbb7a406b49f19adbe
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:07:32 +0000

cleanup set_pen_size()

- ansi function signature
- if statement bodies on newline

</content>
</entry>
<entry>
<id>2631a076b474709876799ffbb7a406b49f19adbe</id>
<published>2023-03-11T18:06:38Z</published>
<updated>2023-03-11T18:06:38Z</updated>
<title type="text">ansi function signature</title>
<link rel="alternate" type="text/html" href="commit/2631a076b474709876799ffbb7a406b49f19adbe.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 2631a076b474709876799ffbb7a406b49f19adbe
parent e67b2c90d777a6c4eb6e4c3b98adc46af517ee10
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:06:38 +0000

ansi function signature

</content>
</entry>
<entry>
<id>e67b2c90d777a6c4eb6e4c3b98adc46af517ee10</id>
<published>2023-03-11T18:05:44Z</published>
<updated>2023-03-11T18:05:44Z</updated>
<title type="text">cleanup dot_at()</title>
<link rel="alternate" type="text/html" href="commit/e67b2c90d777a6c4eb6e4c3b98adc46af517ee10.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit e67b2c90d777a6c4eb6e4c3b98adc46af517ee10
parent 51abda3fd61d69eaff0d1cc2ed000c4718a20310
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:05:44 +0000

cleanup dot_at()

- ansi function signatures
- early return

</content>
</entry>
<entry>
<id>51abda3fd61d69eaff0d1cc2ed000c4718a20310</id>
<published>2023-03-11T18:04:45Z</published>
<updated>2023-03-11T18:04:45Z</updated>
<title type="text">forgot in last commit</title>
<link rel="alternate" type="text/html" href="commit/51abda3fd61d69eaff0d1cc2ed000c4718a20310.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 51abda3fd61d69eaff0d1cc2ed000c4718a20310
parent 397fcee40b118e3a9c261a8902ee539702cdc29c
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:04:45 +0000

forgot in last commit

</content>
</entry>
<entry>
<id>397fcee40b118e3a9c261a8902ee539702cdc29c</id>
<published>2023-03-11T18:01:57Z</published>
<updated>2023-03-11T18:01:57Z</updated>
<title type="text">cleanup line_btw()</title>
<link rel="alternate" type="text/html" href="commit/397fcee40b118e3a9c261a8902ee539702cdc29c.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 397fcee40b118e3a9c261a8902ee539702cdc29c
parent b571e30d2d46a63f090106babe63f26a54e90f47
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 18:01:57 +0000

cleanup line_btw()

- ansi function signature
- early return

</content>
</entry>
<entry>
<id>b571e30d2d46a63f090106babe63f26a54e90f47</id>
<published>2023-03-11T08:21:39Z</published>
<updated>2023-03-11T08:21:39Z</updated>
<title type="text">ansi function signatures</title>
<link rel="alternate" type="text/html" href="commit/b571e30d2d46a63f090106babe63f26a54e90f47.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit b571e30d2d46a63f090106babe63f26a54e90f47
parent dd2f6fc2d15bf3fa0dc8d22651060c96c89a2d77
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 08:21:39 +0000

ansi function signatures

</content>
</entry>
<entry>
<id>dd2f6fc2d15bf3fa0dc8d22651060c96c89a2d77</id>
<published>2023-03-11T08:11:23Z</published>
<updated>2023-03-11T08:11:23Z</updated>
<title type="text">delete magnification size customization</title>
<link rel="alternate" type="text/html" href="commit/dd2f6fc2d15bf3fa0dc8d22651060c96c89a2d77.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit dd2f6fc2d15bf3fa0dc8d22651060c96c89a2d77
parent 04a437053121fe43941f427475db76ddb51a7f9f
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 08:11:23 +0000

delete magnification size customization

</content>
</entry>
<entry>
<id>04a437053121fe43941f427475db76ddb51a7f9f</id>
<published>2023-03-11T00:54:00Z</published>
<updated>2023-03-11T00:54:00Z</updated>
<title type="text">remove -bd and -bw</title>
<link rel="alternate" type="text/html" href="commit/04a437053121fe43941f427475db76ddb51a7f9f.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 04a437053121fe43941f427475db76ddb51a7f9f
parent 323c45ea0f11633f450d9dd7b7c7589c8e86f690
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 00:54:00 +0000

remove -bd and -bw

</content>
</entry>
<entry>
<id>323c45ea0f11633f450d9dd7b7c7589c8e86f690</id>
<published>2023-03-11T00:33:55Z</published>
<updated>2023-03-11T00:33:55Z</updated>
<title type="text">delete unused defines</title>
<link rel="alternate" type="text/html" href="commit/323c45ea0f11633f450d9dd7b7c7589c8e86f690.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 323c45ea0f11633f450d9dd7b7c7589c8e86f690
parent 46fcc8ee9501f4a0baa99a5ac331a12bfcd02b06
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 11 Mar 2023 00:33:55 +0000

delete unused defines

</content>
</entry>
<entry>
<id>46fcc8ee9501f4a0baa99a5ac331a12bfcd02b06</id>
<published>2023-03-10T23:48:26Z</published>
<updated>2023-03-10T23:48:26Z</updated>
<title type="text">-hl went away a long time ago</title>
<link rel="alternate" type="text/html" href="commit/46fcc8ee9501f4a0baa99a5ac331a12bfcd02b06.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 46fcc8ee9501f4a0baa99a5ac331a12bfcd02b06
parent 399285b3055ae53748d62641686b6b3e5e0ac1b0
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Fri, 10 Mar 2023 23:48:26 +0000

-hl went away a long time ago

</content>
</entry>
<entry>
<id>399285b3055ae53748d62641686b6b3e5e0ac1b0</id>
<published>2023-03-10T23:47:02Z</published>
<updated>2023-03-10T23:47:02Z</updated>
<title type="text">always warn on uninterpreted specials</title>
<link rel="alternate" type="text/html" href="commit/399285b3055ae53748d62641686b6b3e5e0ac1b0.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 399285b3055ae53748d62641686b6b3e5e0ac1b0
parent e9be037537ce69aaae8997fb6912d2f7485dde34
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Fri, 10 Mar 2023 23:47:02 +0000

always warn on uninterpreted specials

</content>
</entry>
<entry>
<id>e9be037537ce69aaae8997fb6912d2f7485dde34</id>
<published>2023-03-10T23:31:54Z</published>
<updated>2023-03-10T23:31:54Z</updated>
<title type="text">delete -iconic</title>
<link rel="alternate" type="text/html" href="commit/e9be037537ce69aaae8997fb6912d2f7485dde34.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit e9be037537ce69aaae8997fb6912d2f7485dde34
parent a017108484438951736d59f216cbc313eff803ce
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Fri, 10 Mar 2023 23:31:54 +0000

delete -iconic

</content>
</entry>
<entry>
<id>a017108484438951736d59f216cbc313eff803ce</id>
<published>2023-03-10T23:22:51Z</published>
<updated>2023-03-10T23:22:51Z</updated>
<title type="text">remove -wheelunit option</title>
<link rel="alternate" type="text/html" href="commit/a017108484438951736d59f216cbc313eff803ce.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit a017108484438951736d59f216cbc313eff803ce
parent bd3c98e9dbfc824752da832577020d5363759239
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Fri, 10 Mar 2023 23:22:51 +0000

remove -wheelunit option

The default seems fine on all the systems i have tested so far.

</content>
</entry>
<entry>
<id>bd3c98e9dbfc824752da832577020d5363759239</id>
<published>2023-03-10T23:09:08Z</published>
<updated>2023-03-10T23:09:08Z</updated>
<title type="text">use only -v for version</title>
<link rel="alternate" type="text/html" href="commit/bd3c98e9dbfc824752da832577020d5363759239.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit bd3c98e9dbfc824752da832577020d5363759239
parent f5ba2f114573a0c8c3c6d27e10d4933948379805
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Fri, 10 Mar 2023 23:09:08 +0000

use only -v for version

</content>
</entry>
<entry>
<id>f5ba2f114573a0c8c3c6d27e10d4933948379805</id>
<published>2023-03-10T22:44:14Z</published>
<updated>2023-03-10T22:44:14Z</updated>
<title type="text">ansi function signatures</title>
<link rel="alternate" type="text/html" href="commit/f5ba2f114573a0c8c3c6d27e10d4933948379805.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit f5ba2f114573a0c8c3c6d27e10d4933948379805
parent fd39d9399c28dae3f14dbccd6aa38942e2e7147a
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Fri, 10 Mar 2023 22:44:14 +0000

ansi function signatures

</content>
</entry>
<entry>
<id>fd39d9399c28dae3f14dbccd6aa38942e2e7147a</id>
<published>2023-03-09T22:49:24Z</published>
<updated>2023-03-09T22:49:24Z</updated>
<title type="text">untypedef ubyte and wide_ubyte</title>
<link rel="alternate" type="text/html" href="commit/fd39d9399c28dae3f14dbccd6aa38942e2e7147a.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit fd39d9399c28dae3f14dbccd6aa38942e2e7147a
parent 9f1d501e1b83ea7aaa950cbcd30796ddc34b4e82
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 22:49:24 +0000

untypedef ubyte and wide_ubyte

</content>
</entry>
<entry>
<id>9f1d501e1b83ea7aaa950cbcd30796ddc34b4e82</id>
<published>2023-03-09T22:39:49Z</published>
<updated>2023-03-09T22:39:49Z</updated>
<title type="text">ansi function signatures</title>
<link rel="alternate" type="text/html" href="commit/9f1d501e1b83ea7aaa950cbcd30796ddc34b4e82.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 9f1d501e1b83ea7aaa950cbcd30796ddc34b4e82
parent 58797c4b01ba705e6246954deb344a81e214ddbb
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 22:39:49 +0000

ansi function signatures

</content>
</entry>
<entry>
<id>58797c4b01ba705e6246954deb344a81e214ddbb</id>
<published>2023-03-09T22:31:19Z</published>
<updated>2023-03-09T22:31:19Z</updated>
<title type="text">ansi function signatures</title>
<link rel="alternate" type="text/html" href="commit/58797c4b01ba705e6246954deb344a81e214ddbb.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 58797c4b01ba705e6246954deb344a81e214ddbb
parent b23e22a9270f029eca16d6a0fcb1e7dbfc36f343
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 22:31:19 +0000

ansi function signatures

</content>
</entry>
<entry>
<id>b23e22a9270f029eca16d6a0fcb1e7dbfc36f343</id>
<published>2023-03-09T22:16:31Z</published>
<updated>2023-03-09T22:16:31Z</updated>
<title type="text">cleanup in do_load_freetype_font()</title>
<link rel="alternate" type="text/html" href="commit/b23e22a9270f029eca16d6a0fcb1e7dbfc36f343.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit b23e22a9270f029eca16d6a0fcb1e7dbfc36f343
parent d4ca55f0bed71061d9a966de85d2422d9b44c001
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 22:16:31 +0000

cleanup in do_load_freetype_font()

- ansi function signature
- early return to reduce control flow nesting

</content>
</entry>
<entry>
<id>d4ca55f0bed71061d9a966de85d2422d9b44c001</id>
<published>2023-03-09T22:09:49Z</published>
<updated>2023-03-09T22:09:49Z</updated>
<title type="text">delete ARGSUSED</title>
<link rel="alternate" type="text/html" href="commit/d4ca55f0bed71061d9a966de85d2422d9b44c001.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit d4ca55f0bed71061d9a966de85d2422d9b44c001
parent 263a404306168627e1fe119cf8dbc46e4e591f53
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 22:09:49 +0000

delete ARGSUSED

</content>
</entry>
<entry>
<id>263a404306168627e1fe119cf8dbc46e4e591f53</id>
<published>2023-03-09T22:04:33Z</published>
<updated>2023-03-09T22:04:33Z</updated>
<title type="text">ansi function signature for spcl_scan()</title>
<link rel="alternate" type="text/html" href="commit/263a404306168627e1fe119cf8dbc46e4e591f53.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 263a404306168627e1fe119cf8dbc46e4e591f53
parent 8214b43ca8b9a99c455098603fd6c980269b875d
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 22:04:33 +0000

ansi function signature for spcl_scan()

</content>
</entry>
<entry>
<id>8214b43ca8b9a99c455098603fd6c980269b875d</id>
<published>2023-03-09T03:56:20Z</published>
<updated>2023-03-09T03:56:20Z</updated>
<title type="text">cleanup read_special()</title>
<link rel="alternate" type="text/html" href="commit/8214b43ca8b9a99c455098603fd6c980269b875d.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 8214b43ca8b9a99c455098603fd6c980269b875d
parent 6569653f436cb40a747480f37f6e8a8c5b795707
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 03:56:20 +0000

cleanup read_special()

- ansi function signature
- indentation
- if statement bodies on newline

</content>
</entry>
<entry>
<id>6569653f436cb40a747480f37f6e8a8c5b795707</id>
<published>2023-03-09T03:51:11Z</published>
<updated>2023-03-09T03:51:11Z</updated>
<title type="text">cleanup open_font_file()</title>
<link rel="alternate" type="text/html" href="commit/6569653f436cb40a747480f37f6e8a8c5b795707.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 6569653f436cb40a747480f37f6e8a8c5b795707
parent a7336e6bef9087be1174227226b57b73aa36e470
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 03:51:11 +0000

cleanup open_font_file()

- ansi function signature
- early return

</content>
</entry>
<entry>
<id>a7336e6bef9087be1174227226b57b73aa36e470</id>
<published>2023-03-09T03:46:48Z</published>
<updated>2023-03-09T03:46:48Z</updated>
<title type="text">cleanup change_font()</title>
<link rel="alternate" type="text/html" href="commit/a7336e6bef9087be1174227226b57b73aa36e470.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit a7336e6bef9087be1174227226b57b73aa36e470
parent 618d9d85b7d2bb3da750e6666e68f0733f9a8ee4
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 03:46:48 +0000

cleanup change_font()

- ansi function signature
- indentation
- if statement bodies on newline

</content>
</entry>
<entry>
<id>618d9d85b7d2bb3da750e6666e68f0733f9a8ee4</id>
<published>2023-03-09T03:44:12Z</published>
<updated>2023-03-09T03:44:12Z</updated>
<title type="text">cleanup shrink_glyph_grey()</title>
<link rel="alternate" type="text/html" href="commit/618d9d85b7d2bb3da750e6666e68f0733f9a8ee4.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 618d9d85b7d2bb3da750e6666e68f0733f9a8ee4
parent 45c819c32aa4af91b40dbca82734cd83c8795328
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 03:44:12 +0000

cleanup shrink_glyph_grey()

- ansi function signature
- if statement bodies on newline
- indentation

</content>
</entry>
<entry>
<id>45c819c32aa4af91b40dbca82734cd83c8795328</id>
<published>2023-03-09T03:35:00Z</published>
<updated>2023-03-09T03:35:00Z</updated>
<title type="text">cleanup sample()</title>
<link rel="alternate" type="text/html" href="commit/45c819c32aa4af91b40dbca82734cd83c8795328.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 45c819c32aa4af91b40dbca82734cd83c8795328
parent c51aa30b9e96e3817c95d0e0938de7a7b2cb5b33
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 03:35:00 +0000

cleanup sample()

- ansi function prototypes
- indentation
- if statement bodies on newline

</content>
</entry>
<entry>
<id>c51aa30b9e96e3817c95d0e0938de7a7b2cb5b33</id>
<published>2023-03-09T01:28:29Z</published>
<updated>2023-03-09T01:28:29Z</updated>
<title type="text">cleanup in print_dvi()</title>
<link rel="alternate" type="text/html" href="commit/c51aa30b9e96e3817c95d0e0938de7a7b2cb5b33.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit c51aa30b9e96e3817c95d0e0938de7a7b2cb5b33
parent 1b7b2c8a2aaef4fe245d1fb467668c5cb90fbb02
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 01:28:29 +0000

cleanup in print_dvi()

- ansi function signature
- statement bodies on new line

</content>
</entry>
<entry>
<id>1b7b2c8a2aaef4fe245d1fb467668c5cb90fbb02</id>
<published>2023-03-09T01:23:54Z</published>
<updated>2023-03-09T01:23:54Z</updated>
<title type="text">ansi function signatures</title>
<link rel="alternate" type="text/html" href="commit/1b7b2c8a2aaef4fe245d1fb467668c5cb90fbb02.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 1b7b2c8a2aaef4fe245d1fb467668c5cb90fbb02
parent 7d882105ec219b2839d5ad9a5c860604e386ba14
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 01:23:54 +0000

ansi function signatures

</content>
</entry>
<entry>
<id>7d882105ec219b2839d5ad9a5c860604e386ba14</id>
<published>2023-03-09T01:20:33Z</published>
<updated>2023-03-09T01:20:33Z</updated>
<title type="text">ansi function signatures</title>
<link rel="alternate" type="text/html" href="commit/7d882105ec219b2839d5ad9a5c860604e386ba14.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 7d882105ec219b2839d5ad9a5c860604e386ba14
parent bf2784da4a1cf916804f96f561d08e7ac563d445
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 01:20:33 +0000

ansi function signatures

</content>
</entry>
<entry>
<id>bf2784da4a1cf916804f96f561d08e7ac563d445</id>
<published>2023-03-09T01:16:47Z</published>
<updated>2023-03-09T01:16:47Z</updated>
<title type="text">clean up put_image()</title>
<link rel="alternate" type="text/html" href="commit/bf2784da4a1cf916804f96f561d08e7ac563d445.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit bf2784da4a1cf916804f96f561d08e7ac563d445
parent 4480e73bfd3d9fc2428dcf37161d805698f71322
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 01:16:47 +0000

clean up put_image()

- ansi function prototype
- early return

</content>
</entry>
<entry>
<id>4480e73bfd3d9fc2428dcf37161d805698f71322</id>
<published>2023-03-09T01:12:12Z</published>
<updated>2023-03-09T01:12:12Z</updated>
<title type="text">clean up put_bitmap()</title>
<link rel="alternate" type="text/html" href="commit/4480e73bfd3d9fc2428dcf37161d805698f71322.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 4480e73bfd3d9fc2428dcf37161d805698f71322
parent 375592be35b2e15403d648043f111103cb68d0df
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 01:12:12 +0000

clean up put_bitmap()

- return early to avoid control flow nesting
- use ansi function signatures

</content>
</entry>
<entry>
<id>375592be35b2e15403d648043f111103cb68d0df</id>
<published>2023-03-09T01:06:42Z</published>
<updated>2023-03-09T01:06:42Z</updated>
<title type="text">use inverted if conditions to return early in put_rule()</title>
<link rel="alternate" type="text/html" href="commit/375592be35b2e15403d648043f111103cb68d0df.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 375592be35b2e15403d648043f111103cb68d0df
parent 419036170c0a81e461924983616172641a7be745
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 01:06:42 +0000

use inverted if conditions to return early in put_rule()

</content>
</entry>
<entry>
<id>419036170c0a81e461924983616172641a7be745</id>
<published>2023-03-09T00:28:17Z</published>
<updated>2023-03-09T00:28:17Z</updated>
<title type="text">ANSI function signatures</title>
<link rel="alternate" type="text/html" href="commit/419036170c0a81e461924983616172641a7be745.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 419036170c0a81e461924983616172641a7be745
parent cdce749aaa8623ec7ef6ed75e43c4b3005ea5f02
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Thu,  9 Mar 2023 00:28:17 +0000

ANSI function signatures

</content>
</entry>
<entry>
<id>cdce749aaa8623ec7ef6ed75e43c4b3005ea5f02</id>
<published>2021-09-22T15:24:05Z</published>
<updated>2021-09-22T15:24:05Z</updated>
<title type="text">start versioning at 0.1</title>
<link rel="alternate" type="text/html" href="commit/cdce749aaa8623ec7ef6ed75e43c4b3005ea5f02.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit cdce749aaa8623ec7ef6ed75e43c4b3005ea5f02
parent 3be816508b42c2a4bb9a6bc4a9811138429d2afc
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Wed, 22 Sep 2021 15:24:05 +0000

start versioning at 0.1

</content>
</entry>
<entry>
<id>3be816508b42c2a4bb9a6bc4a9811138429d2afc</id>
<published>2021-09-22T15:10:14Z</published>
<updated>2021-09-22T15:10:14Z</updated>
<title type="text">explain wdvi(1) main feature in DESCRIPTION</title>
<link rel="alternate" type="text/html" href="commit/3be816508b42c2a4bb9a6bc4a9811138429d2afc.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 3be816508b42c2a4bb9a6bc4a9811138429d2afc
parent f9fd857ee23ee64d2a6b8b6c4e9242907868a3d9
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Wed, 22 Sep 2021 15:10:14 +0000

explain wdvi(1) main feature in DESCRIPTION

</content>
</entry>
<entry>
<id>f9fd857ee23ee64d2a6b8b6c4e9242907868a3d9</id>
<published>2021-09-22T02:15:18Z</published>
<updated>2021-09-22T02:15:18Z</updated>
<title type="text">fail more gracefully when roff2dvi is not found</title>
<link rel="alternate" type="text/html" href="commit/f9fd857ee23ee64d2a6b8b6c4e9242907868a3d9.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit f9fd857ee23ee64d2a6b8b6c4e9242907868a3d9
parent 04001736d88e37baec97929d0efe9fc4073ffd93
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Wed, 22 Sep 2021 02:15:18 +0000

fail more gracefully when roff2dvi is not found

Creating default.h from wdvi.1 is not mandatory as default.h ships
pre-created. But some systems may not have roff2dvi, but in that case
default.dvi will be created anyways as an empty file because of the
shell redirection. roff2dvi, and groffer, does not have an output option
that is not stdout, so the shell redirection must be used.

Then if xxd exists, it will create an empty default.h file from the
empty default.dvi, overwriting the shipped files contents, and causing
wdvi to not start.

The output of roff2dvi cannot be piped to xxd because it uses the filename
as variable names in the output default.h file.

Avoid this mess by only executing xxd after roff2dvi has exited 0.

</content>
</entry>
<entry>
<id>04001736d88e37baec97929d0efe9fc4073ffd93</id>
<published>2021-09-22T00:26:39Z</published>
<updated>2021-09-22T00:26:39Z</updated>
<title type="text">make some function declarations real prototypes</title>
<link rel="alternate" type="text/html" href="commit/04001736d88e37baec97929d0efe9fc4073ffd93.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 04001736d88e37baec97929d0efe9fc4073ffd93
parent b110763b35f284b0df51d704dd07dcb958ff2cc3
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Wed, 22 Sep 2021 00:26:39 +0000

make some function declarations real prototypes

</content>
</entry>
<entry>
<id>b110763b35f284b0df51d704dd07dcb958ff2cc3</id>
<published>2021-09-22T00:21:37Z</published>
<updated>2021-09-22T00:21:37Z</updated>
<title type="text">fix up the manual in a few places</title>
<link rel="alternate" type="text/html" href="commit/b110763b35f284b0df51d704dd07dcb958ff2cc3.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit b110763b35f284b0df51d704dd07dcb958ff2cc3
parent 8f4128bb00740d342ddbe155165f026a4d1721f1
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Wed, 22 Sep 2021 00:21:37 +0000

fix up the manual in a few places

- freetype is unconditionally enabled
- TEXFONTS are always used
- fill in some variables and paths left over from xdvi.man

</content>
</entry>
<entry>
<id>8f4128bb00740d342ddbe155165f026a4d1721f1</id>
<published>2021-09-22T00:19:23Z</published>
<updated>2021-09-22T00:19:23Z</updated>
<title type="text">add some optional useful compiler warnings</title>
<link rel="alternate" type="text/html" href="commit/8f4128bb00740d342ddbe155165f026a4d1721f1.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 8f4128bb00740d342ddbe155165f026a4d1721f1
parent 3e4b8149c359dd3f621bb1f71a1677ad6ec20a4f
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Wed, 22 Sep 2021 00:19:23 +0000

add some optional useful compiler warnings

</content>
</entry>
<entry>
<id>3e4b8149c359dd3f621bb1f71a1677ad6ec20a4f</id>
<published>2021-09-21T18:04:42Z</published>
<updated>2021-09-21T18:04:42Z</updated>
<title type="text">add &#39;f&#39;ollow link feature</title>
<link rel="alternate" type="text/html" href="commit/3e4b8149c359dd3f621bb1f71a1677ad6ec20a4f.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 3e4b8149c359dd3f621bb1f71a1677ad6ec20a4f
parent 17fd8dc7e8b2df5d4d3253dcd14da1188ebbee6d
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Tue, 21 Sep 2021 18:04:42 +0000

add &#39;f&#39;ollow link feature

When &#39;f&#39; is pressed highlight a unique letter in all hyperlinks that are
visible. If one of the unique characters is pressed next, go to that
link.

</content>
</entry>
<entry>
<id>17fd8dc7e8b2df5d4d3253dcd14da1188ebbee6d</id>
<published>2021-09-21T16:58:22Z</published>
<updated>2021-09-21T16:58:22Z</updated>
<title type="text">split DEFAULT_TEXMF_PATH up into individual lines</title>
<link rel="alternate" type="text/html" href="commit/17fd8dc7e8b2df5d4d3253dcd14da1188ebbee6d.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 17fd8dc7e8b2df5d4d3253dcd14da1188ebbee6d
parent 0c63b37c760a6af467547b4a294d491ec0814425
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Tue, 21 Sep 2021 16:58:22 +0000

split DEFAULT_TEXMF_PATH up into individual lines

</content>
</entry>
<entry>
<id>0c63b37c760a6af467547b4a294d491ec0814425</id>
<published>2021-09-21T16:57:26Z</published>
<updated>2021-09-21T16:57:26Z</updated>
<title type="text">up the gamma when -rv is used</title>
<link rel="alternate" type="text/html" href="commit/0c63b37c760a6af467547b4a294d491ec0814425.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 0c63b37c760a6af467547b4a294d491ec0814425
parent 4e2b23c8dce367ea030751f783afd7231c422735
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Tue, 21 Sep 2021 16:57:26 +0000

up the gamma when -rv is used

</content>
</entry>
<entry>
<id>4e2b23c8dce367ea030751f783afd7231c422735</id>
<published>2021-09-21T16:34:45Z</published>
<updated>2021-09-21T16:34:45Z</updated>
<title type="text">silence a compiler warning</title>
<link rel="alternate" type="text/html" href="commit/4e2b23c8dce367ea030751f783afd7231c422735.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 4e2b23c8dce367ea030751f783afd7231c422735
parent 883d4edc762205546a9a7219b524c59cc3f986b0
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Tue, 21 Sep 2021 16:34:45 +0000

silence a compiler warning

</content>
</entry>
<entry>
<id>883d4edc762205546a9a7219b524c59cc3f986b0</id>
<published>2021-09-21T15:56:41Z</published>
<updated>2021-09-21T15:56:41Z</updated>
<title type="text">do not error when default.h cant be updated</title>
<link rel="alternate" type="text/html" href="commit/883d4edc762205546a9a7219b524c59cc3f986b0.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 883d4edc762205546a9a7219b524c59cc3f986b0
parent 2926ee30c00760c0e430c2cae1d6a258c38505dc
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Tue, 21 Sep 2021 15:56:41 +0000

do not error when default.h cant be updated

</content>
</entry>
<entry>
<id>2926ee30c00760c0e430c2cae1d6a258c38505dc</id>
<published>2021-09-21T15:34:20Z</published>
<updated>2021-09-21T15:34:20Z</updated>
<title type="text">take addr_widget into account when calculating window size</title>
<link rel="alternate" type="text/html" href="commit/2926ee30c00760c0e430c2cae1d6a258c38505dc.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 2926ee30c00760c0e430c2cae1d6a258c38505dc
parent 7424b358a5f083e20d70e00cc0022f2075703068
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Tue, 21 Sep 2021 15:34:20 +0000

take addr_widget into account when calculating window size

First, fix an old bug where the addr_widget was set way too wide and
caused issues at shrink levels 0 and 1. Then modify the window size
calculation to take the address bar height into account. This helps
get a window size that will use the least amount of scroll bars.

Also add a check after realization to add to the width of the window if
a vertical scroll bar has appeared.

</content>
</entry>
<entry>
<id>7424b358a5f083e20d70e00cc0022f2075703068</id>
<published>2021-09-20T21:33:23Z</published>
<updated>2021-09-20T21:33:23Z</updated>
<title type="text">add a warning when we disregard a scheme != https</title>
<link rel="alternate" type="text/html" href="commit/7424b358a5f083e20d70e00cc0022f2075703068.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 7424b358a5f083e20d70e00cc0022f2075703068
parent 1793582dabed4e7f19dbe3ae9c56a1e4e82bc9f0
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Mon, 20 Sep 2021 21:33:23 +0000

add a warning when we disregard a scheme != https

</content>
</entry>
<entry>
<id>1793582dabed4e7f19dbe3ae9c56a1e4e82bc9f0</id>
<published>2021-09-20T21:31:56Z</published>
<updated>2021-09-20T21:31:56Z</updated>
<title type="text">use port number 443 instead of service name</title>
<link rel="alternate" type="text/html" href="commit/1793582dabed4e7f19dbe3ae9c56a1e4e82bc9f0.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 1793582dabed4e7f19dbe3ae9c56a1e4e82bc9f0
parent bfc895c4f59721bd3924873636a9a280a3d716c4
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Mon, 20 Sep 2021 21:31:56 +0000

use port number 443 instead of service name

</content>
</entry>
<entry>
<id>bfc895c4f59721bd3924873636a9a280a3d716c4</id>
<published>2021-09-20T16:29:40Z</published>
<updated>2021-09-20T16:29:40Z</updated>
<title type="text">cope with http response body being sent with headers</title>
<link rel="alternate" type="text/html" href="commit/bfc895c4f59721bd3924873636a9a280a3d716c4.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit bfc895c4f59721bd3924873636a9a280a3d716c4
parent 8ac1c0ae3263f199c44aed632261c0f387eef740
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Mon, 20 Sep 2021 16:29:40 +0000

cope with http response body being sent with headers

Some http servers send the HTTP response body in the same TLS record as the
headers, handle this case by finding where the header ends and writing
the extra data to the dvi FILE*.

</content>
</entry>
<entry>
<id>8ac1c0ae3263f199c44aed632261c0f387eef740</id>
<published>2021-09-20T16:13:43Z</published>
<updated>2021-09-20T16:13:43Z</updated>
<title type="text">add functions to #include comments</title>
<link rel="alternate" type="text/html" href="commit/8ac1c0ae3263f199c44aed632261c0f387eef740.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 8ac1c0ae3263f199c44aed632261c0f387eef740
parent a0f571965211aa5f42c4af58a3baad88748405dd
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Mon, 20 Sep 2021 16:13:43 +0000

add functions to #include comments

</content>
</entry>
<entry>
<id>a0f571965211aa5f42c4af58a3baad88748405dd</id>
<published>2021-09-19T23:20:54Z</published>
<updated>2021-09-19T23:20:54Z</updated>
<title type="text">dont shadow dvi_file global</title>
<link rel="alternate" type="text/html" href="commit/a0f571965211aa5f42c4af58a3baad88748405dd.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit a0f571965211aa5f42c4af58a3baad88748405dd
parent 1d5b95f729ced6c9b918e8242ac101cd41469995
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sun, 19 Sep 2021 23:20:54 +0000

dont shadow dvi_file global

</content>
</entry>
<entry>
<id>1d5b95f729ced6c9b918e8242ac101cd41469995</id>
<published>2021-09-19T23:19:41Z</published>
<updated>2021-09-19T23:19:41Z</updated>
<title type="text">reference RFC near magic string</title>
<link rel="alternate" type="text/html" href="commit/1d5b95f729ced6c9b918e8242ac101cd41469995.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 1d5b95f729ced6c9b918e8242ac101cd41469995
parent 08598f657cfe5df6225454260b1a4cc3ace5c527
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sun, 19 Sep 2021 23:19:41 +0000

reference RFC near magic string

</content>
</entry>
<entry>
<id>08598f657cfe5df6225454260b1a4cc3ace5c527</id>
<published>2021-09-19T23:18:43Z</published>
<updated>2021-09-19T23:18:43Z</updated>
<title type="text">/* */ looks worse than #ifdef notyet</title>
<link rel="alternate" type="text/html" href="commit/08598f657cfe5df6225454260b1a4cc3ace5c527.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 08598f657cfe5df6225454260b1a4cc3ace5c527
parent 9b685a8703ce2fce163724ff411049a6b896a044
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sun, 19 Sep 2021 23:18:43 +0000

/* */ looks worse than #ifdef notyet

</content>
</entry>
<entry>
<id>9b685a8703ce2fce163724ff411049a6b896a044</id>
<published>2021-09-18T22:07:30Z</published>
<updated>2021-09-18T22:07:30Z</updated>
<title type="text">when -rv is given crank up the gamma</title>
<link rel="alternate" type="text/html" href="commit/9b685a8703ce2fce163724ff411049a6b896a044.html" />
<author>
<name>Kyle Milz</name>
<email>krwmilz@gmail.com</email>
</author>
<content type="text">commit 9b685a8703ce2fce163724ff411049a6b896a044
parent 257ef69993db39b66e81e95b5aca7536e518e980
Author: Kyle Milz &lt;krwmilz@gmail.com&gt;
Date:   Sat, 18 Sep 2021 22:07:30 +0000

when -rv is given crank up the gamma

my eyes seem to like that better

</content>
</entry>
</feed>
