<feed xmlns='http://www.w3.org/2005/Atom'>
<title>readline-incdec/Makefile, branch master</title>
<subtitle>Readline bindings to increment and decrement numbers on the command line</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/'/>
<entry>
<title>Update copyright year</title>
<updated>2022-05-26T14:55:23+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-05-26T14:52:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=1cb9ad7286b87c348861dafd112a73901e4d6358'/>
<id>1cb9ad7286b87c348861dafd112a73901e4d6358</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add man page</title>
<updated>2021-08-29T14:43:51+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-08-29T14:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=dc1701625f8a994ff56dac0bd163db94dde26504'/>
<id>dc1701625f8a994ff56dac0bd163db94dde26504</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename `incdec` to `incdec.bash`</title>
<updated>2021-08-24T22:32:09+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-08-24T22:32:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=353315bc5369a078f9ac70e5007db630c7fcb749'/>
<id>353315bc5369a078f9ac70e5007db630c7fcb749</id>
<content type='text'>
Add a ".bash" extension to the main include script make explicit the
intent for it to be used with Bash.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a ".bash" extension to the main include script make explicit the
intent for it to be used with Bash.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license (GNU GPLv3+)</title>
<updated>2021-08-24T21:22:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-08-24T21:22:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=ee898b113f54911e9e2719c3f6b73dcf42139a0e'/>
<id>ee898b113f54911e9e2719c3f6b73dcf42139a0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename `incdec.pl.m4` to `incdec.m4.pl`</title>
<updated>2021-08-24T18:10:29+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-08-24T18:10:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=d704b029c93adec24c3d2556974e8947b15ad2a0'/>
<id>d704b029c93adec24c3d2556974e8947b15ad2a0</id>
<content type='text'>
Like we did for the `incdec.m4` Bash include, rename the Perl M4 file to
give it a `.pl` extension so we get Perl syntax highlighting. Similarly
define an include macro so quoting doesn't mess up highlighting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Like we did for the `incdec.m4` Bash include, rename the Perl M4 file to
give it a `.pl` extension so we get Perl syntax highlighting. Similarly
define an include macro so quoting doesn't mess up highlighting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Swap m4 arguments</title>
<updated>2021-08-24T18:08:00+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-08-24T18:08:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=b4ab3e4b5ed6346a0a05dc0c43bf9bcb5e892e1d'/>
<id>b4ab3e4b5ed6346a0a05dc0c43bf9bcb5e892e1d</id>
<content type='text'>
Put the file after the option argument since it's more common to order
them that way.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Put the file after the option argument since it's more common to order
them that way.
</pre>
</div>
</content>
</entry>
<entry>
<title>Makefile: Reorganise targets</title>
<updated>2021-08-23T21:19:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-08-23T21:19:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=b5b0dc44953bf852e45f3cd72ac0de8d255e596c'/>
<id>b5b0dc44953bf852e45f3cd72ac0de8d255e596c</id>
<content type='text'>
Put build targets above the test target.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Put build targets above the test target.
</pre>
</div>
</content>
</entry>
<entry>
<title>Highlight `incdec.m4` as a Bash file</title>
<updated>2021-08-23T21:13:18+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-08-23T21:08:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=732c469b3b329eeddcf0d72575c5d7bff1f9e278'/>
<id>732c469b3b329eeddcf0d72575c5d7bff1f9e278</id>
<content type='text'>
When I changed the file to an M4 file, it removed Bash syntax
highlighting, and the `include()` call interfered with Bash quote
matching. Use a different macro to include the Perl file so we can get
Bash syntax highlighting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When I changed the file to an M4 file, it removed Bash syntax
highlighting, and the `include()` call interfered with Bash quote
matching. Use a different macro to include the Perl file so we can get
Bash syntax highlighting.
</pre>
</div>
</content>
</entry>
<entry>
<title>Generate `incdec` from `incdec.m4`</title>
<updated>2021-08-23T20:47:02+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-08-23T20:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=c25e99c1c795450c0f792fdadbff37d3de078099'/>
<id>c25e99c1c795450c0f792fdadbff37d3de078099</id>
<content type='text'>
Include the built `incdec.pl` code in the Bash file by generating it
from `incdec.pm`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the built `incdec.pl` code in the Bash file by generating it
from `incdec.pm`.
</pre>
</div>
</content>
</entry>
<entry>
<title>Build final Perl program from `incdec.pm`</title>
<updated>2021-08-23T19:20:15+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-08-23T19:20:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=6a82a96ff11f755b50eb0df79617035074c381fa'/>
<id>6a82a96ff11f755b50eb0df79617035074c381fa</id>
<content type='text'>
Build an intermediary Perl file that includes the extra lines that call
`incdec()`. This whole file should be included in the final Bash
function `perl -e` call.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Build an intermediary Perl file that includes the extra lines that call
`incdec()`. This whole file should be included in the final Bash
function `perl -e` call.
</pre>
</div>
</content>
</entry>
</feed>
