<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mdk/mixgtk, branch 1.2.11</title>
<subtitle>mix development kit</subtitle>
<id>https://jao.io/cgit/mdk/atom?h=1.2.11</id>
<link rel='self' href='https://jao.io/cgit/mdk/atom?h=1.2.11'/>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/mdk/'/>
<updated>2019-04-09T01:43:20Z</updated>
<entry>
<title>GTK Console input no longer overruns buffer</title>
<updated>2019-04-09T01:43:20Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2019-04-09T01:43:20Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/mdk/commit/?id=5e854d5060e4874d27049cda500535bb7eabe6d9'/>
<id>urn:sha1:5e854d5060e4874d27049cda500535bb7eabe6d9</id>
<content type='text'>
Patch by Kevin Brunelle

The console input in gmixvm will only read 70 characters, but the
outer loop used 70 (the characters) instead of 14 (the number of
words). This caused the VM to read past the end of the buffer and
write 56 words of junk into the emulator.
</content>
</entry>
<entry>
<title>Support IOC commands for disk/drum devices</title>
<updated>2019-04-09T01:40:05Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2019-04-09T01:40:05Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/mdk/commit/?id=b72dc79eec3d369a38202522165f5ef4cfa5b98b'/>
<id>urn:sha1:b72dc79eec3d369a38202522165f5ef4cfa5b98b</id>
<content type='text'>
Thanks to Kevin Brunelle

There is a minor fix included with regards to tape devices. The test
was failing if M == 0, when it should fail when M != 0.

NOTICE: This patch changes the behavior of the VM and changes the
function parameters for the ioc_ function. Documentation changes are
included.

Permits the following:
     LDX   BLKNUM
     IOC   0(8)
     OUT   ADDR(8)      Write block from ADDR into disk[BLKNUM]
     IOC   0(8)
     IN    ADDR(8)      Read block from disk[BLKNUM] into ADDR
...
BLKNUM  CON  45000      Example possible block on disk

I was having an issue writing a block to a drive and then reading back
the same block. Because it is impossible to move the SEEK_CUR pointer
backwards on a disk device, there was no way for a program to read
back a block that it wrote to a disk without restarting or fiddling
with ~/.mdk/disk?.dev files and symbolic links.

I have added a function parameter to the ioc_ function and used it to
pass the value of rX to ioc_. This permits us to use IOC commands to
move the read/write head on a disk/drum device. I believe that this
conforms to the potential meaning of Knuth's description of IOC for
disk/drum devices.

I have put in tests to verify that rX is positive and M = 0.

I have updated the documentation to reflect this new behavior.

This makes disks much more usable.

Note: I won't be offended if this patch is rejected because it changed
the behavior of the VM. I think it fits the spirit and enhances the
functionality in a way that some might find useful. I wanted it for
something I was working on, and I felt others might want the same. The
thing with the paper-tape should be fixed, though.
</content>
</entry>
<entry>
<title>Apparently tautological comparisons fixed (bug #42871)</title>
<updated>2014-08-03T01:11:52Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2014-08-03T01:11:52Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/mdk/commit/?id=45ada25e46d0dfd142c85d9f0ffe98998fb59c4e'/>
<id>urn:sha1:45ada25e46d0dfd142c85d9f0ffe98998fb59c4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix for compilation in darwin (bug #42818)</title>
<updated>2014-08-02T17:25:08Z</updated>
<author>
<name>jao</name>
<email>jao@gnu.org</email>
</author>
<published>2014-08-02T17:25:08Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/mdk/commit/?id=42fb2b1e1100cb597dcdf41de73dae92279dd70e'/>
<id>urn:sha1:42fb2b1e1100cb597dcdf41de73dae92279dd70e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes for building with --without-guile</title>
<updated>2014-01-06T04:32:05Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2014-01-06T04:32:05Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/mdk/commit/?id=fd6af75970ec60598c0bc3e1adcfcd2cb8b1da52'/>
<id>urn:sha1:fd6af75970ec60598c0bc3e1adcfcd2cb8b1da52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Deprecated INCLUDES in Makefile.am removed</title>
<updated>2014-01-06T03:51:23Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2014-01-06T03:51:23Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/mdk/commit/?id=cfacca3047d62caa0a6b3f99fe1fbb0919130973'/>
<id>urn:sha1:cfacca3047d62caa0a6b3f99fe1fbb0919130973</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes for signature of guile initialization functions.</title>
<updated>2009-10-11T17:54:34Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2009-10-11T17:54:34Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/mdk/commit/?id=8c5835b547d8fe41d605db92b22644d4be7900a1'/>
<id>urn:sha1:8c5835b547d8fe41d605db92b22644d4be7900a1</id>
<content type='text'>
  * mixgtk/gmixvm.c: inner_main_ signature corrected
  * mixutils/mixvm_loop.c: loop_ signature corrected
  * mixguile/mixguile.h: Cosmetics
</content>
</entry>
<entry>
<title>Minimum gtk+ version pumped to 2.16.</title>
<updated>2009-10-05T13:43:15Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2009-10-05T13:43:15Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/mdk/commit/?id=66d60a12f13558a9a0e1a29212f8209844739827'/>
<id>urn:sha1:66d60a12f13558a9a0e1a29212f8209844739827</id>
<content type='text'>
</content>
</entry>
<entry>
<title>GtkFileChooser compatibility (conditionally using gtk 2.18 feature).</title>
<updated>2009-10-05T13:36:16Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2009-10-05T13:36:16Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/mdk/commit/?id=201fabada08dea475113b2b91f28f44d020d355e'/>
<id>urn:sha1:201fabada08dea475113b2b91f28f44d020d355e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copyright years update.</title>
<updated>2009-10-05T08:31:37Z</updated>
<author>
<name>Jose Antonio Ortega Ruiz</name>
<email>jao@gnu.org</email>
</author>
<published>2009-10-05T08:31:37Z</published>
<link rel='alternate' type='text/html' href='https://jao.io/cgit/mdk/commit/?id=43cf2e905b1751db4464d6acb6e8e250cb691141'/>
<id>urn:sha1:43cf2e905b1751db4464d6acb6e8e250cb691141</id>
<content type='text'>
</content>
</entry>
</feed>
