<feed xmlns='http://www.w3.org/2005/Atom'>
<title>readline-incdec, branch keep-leading-zeros</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 CHANGELOG</title>
<updated>2022-05-26T14:51:00+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-05-26T14:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=7d45241d3e42e425afd579d1e93758d0c6b8c886'/>
<id>7d45241d3e42e425afd579d1e93758d0c6b8c886</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>incdec.bash: Recompile with latest changes</title>
<updated>2022-05-26T14:50:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-05-26T14:50:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=48356a6720b735f86f930e7a41c7b0f297042a51'/>
<id>48356a6720b735f86f930e7a41c7b0f297042a51</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>100-increment-decrement: Add a more complex leading zero test</title>
<updated>2022-05-25T22:34:51+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-05-25T22:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=c74280c3c3f15915fbcb3f326a86633c92cd805c'/>
<id>c74280c3c3f15915fbcb3f326a86633c92cd805c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>incdec.pm: Extract number matching regex to a variable</title>
<updated>2022-05-25T00:23:44+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-05-25T00:22:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=48fefa2bee2e67743f8056dea93eed2ccf28653a'/>
<id>48fefa2bee2e67743f8056dea93eed2ccf28653a</id>
<content type='text'>
So it can be re-used in both the find and the replace steps without
being duplicated now that it's become more complicated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So it can be re-used in both the find and the replace steps without
being duplicated now that it's become more complicated.
</pre>
</div>
</content>
</entry>
<entry>
<title>incdec.pm: Fix increment for single-digit zero at the end of the line</title>
<updated>2022-05-24T23:52:05+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-05-24T23:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=b42dc03982cd87ed10dbbc6d339004805fc39fd7'/>
<id>b42dc03982cd87ed10dbbc6d339004805fc39fd7</id>
<content type='text'>
This just adds another "or" option to match a zero at the end of the
string. Wonder if there's a nicer way to do this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This just adds another "or" option to match a zero at the end of the
string. Wonder if there's a nicer way to do this.
</pre>
</div>
</content>
</entry>
<entry>
<title>incdec.pm: Idea for correctly excluding leading zero</title>
<updated>2022-05-24T23:48:50+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-05-24T23:48:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=3831218d3271133e176b07e0f19e0b16dd907491'/>
<id>3831218d3271133e176b07e0f19e0b16dd907491</id>
<content type='text'>
This passes the two leading zero tests, but fails the test that tries to
increment a single-digit "0" at the last position in the string.

Also fix the test's expected start position.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This passes the two leading zero tests, but fails the test that tries to
increment a single-digit "0" at the last position in the string.

Also fix the test's expected start position.
</pre>
</div>
</content>
</entry>
<entry>
<title>100-increment-decrement: Add tests for integers with leading zero</title>
<updated>2022-05-24T23:43:06+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-05-24T23:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=ac4b0dc07c3b2ac710f51fa804068ee7a76f916f'/>
<id>ac4b0dc07c3b2ac710f51fa804068ee7a76f916f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>incdec.pm: Fix leading-zero handling for single-digit "0"</title>
<updated>2022-05-24T23:32:20+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-05-24T23:32:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=1c7000e9e25aba7406a09d3530e756cfc8e52386'/>
<id>1c7000e9e25aba7406a09d3530e756cfc8e52386</id>
<content type='text'>
Incrementing or decrementing "0" didn't work with the leading-zero idea
I had.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Incrementing or decrementing "0" didn't work with the leading-zero idea
I had.
</pre>
</div>
</content>
</entry>
<entry>
<title>incdec.pm: Idea to keep leading zeros in numbers</title>
<updated>2022-05-24T23:29:05+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-05-24T23:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/readline-incdec/commit/?id=ea3cd1980b86d647fb4a1d771489c93ebd1d77e0'/>
<id>ea3cd1980b86d647fb4a1d771489c93ebd1d77e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
