<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/editors, branch noconsole</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=noconsole</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=noconsole'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2016-11-29T11:26:45+00:00</updated>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2016-11-29T11:26:45+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2016-11-29T11:26:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bb8d79eadbba1942dbdb9f9cee5c47833afe269f'/>
<id>urn:sha1:bb8d79eadbba1942dbdb9f9cee5c47833afe269f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Code style fixes, no code changes</title>
<updated>2016-11-28T00:22:57+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-11-28T00:22:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1d3a04a3a4be8682d4317251fc14e81ad655d58a'/>
<id>urn:sha1:1d3a04a3a4be8682d4317251fc14e81ad655d58a</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>patch: fix matching failure</title>
<updated>2016-11-24T10:40:36+00:00</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2016-11-21T22:19:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=cb810c48c036f50c19b08df7e161cdb0550a2abd'/>
<id>urn:sha1:cb810c48c036f50c19b08df7e161cdb0550a2abd</id>
<content type='text'>
Fix matching failure when plist is advanced while checking for buffered
lines - the lines in the hunk that are about to be added should be
skipped when checking for matching context.

Also add a valid test case that fails with current busybox and is fixed
by the change.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>patch: fix debug log failure</title>
<updated>2016-11-24T10:38:56+00:00</updated>
<author>
<name>Aaro Koskinen</name>
<email>aaro.koskinen@iki.fi</email>
</author>
<published>2016-11-21T22:19:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2eff59667d3c590f27ee39cd0969b2221af739a0'/>
<id>urn:sha1:2eff59667d3c590f27ee39cd0969b2221af739a0</id>
<content type='text'>
If we reach the end of plist it means the input has still data while we
are expecting EOF. Fix the log to avoid a crash.

Signed-off-by: Aaro Koskinen &lt;aaro.koskinen@iki.fi&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2016-10-26T09:32:18+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2016-10-26T09:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=94eac583b29d56a28bf18d41f56ecb2a9d0bd336'/>
<id>urn:sha1:94eac583b29d56a28bf18d41f56ecb2a9d0bd336</id>
<content type='text'>
</content>
</entry>
<entry>
<title>diff: use TMPDIR rather than TMP/TEMP</title>
<updated>2016-10-24T07:54:44+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2016-10-24T07:54:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bbb2af5e5016f5d79e0b5d0c1312934b3ccd815d'/>
<id>urn:sha1:bbb2af5e5016f5d79e0b5d0c1312934b3ccd815d</id>
<content type='text'>
The getenv function in win32/env.c already handles replacing TMPDIR
with TMP/TEMP on Microsoft Windows.
</content>
</entry>
<entry>
<title>awk: fix segfault on for loop syntax error</title>
<updated>2016-10-24T00:09:56+00:00</updated>
<author>
<name>Brian Foley</name>
<email>bpfoley@google.com</email>
</author>
<published>2016-10-15T13:45:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=61d5997b586a28f79d54b28ce6963b643dff6e9e'/>
<id>urn:sha1:61d5997b586a28f79d54b28ce6963b643dff6e9e</id>
<content type='text'>
Parsing "for()" segfaults as awk fails to find loop iteration expressions.

Signed-off-by: Brian Foley &lt;bpfoley@google.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>diff: change handling of temporary files for WIN32</title>
<updated>2016-10-20T14:37:19+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2016-10-20T14:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e135a80b90661689b9912d708b1a40344844192e'/>
<id>urn:sha1:e135a80b90661689b9912d708b1a40344844192e</id>
<content type='text'>
If it isn't possible to seek in an input file diff creates a temporary
file to store the text.

On Windows we can't assume that /tmp exists and we need to unlink
the temporary files at the end of processing, not the start.
</content>
</entry>
<entry>
<title>Merge branch busybox (up to "ash: comment out free(p) just before...")</title>
<updated>2016-10-19T16:01:55+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2016-10-19T16:01:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=075814c60a316cfd088c88f26f75ab21b5850b98'/>
<id>urn:sha1:075814c60a316cfd088c88f26f75ab21b5850b98</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vi: fix '' command (goto to prev context)</title>
<updated>2016-09-28T14:23:05+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2016-09-28T14:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=61fcc8c78174f92fbdad0a7f86b5086619b05ed9'/>
<id>urn:sha1:61fcc8c78174f92fbdad0a7f86b5086619b05ed9</id>
<content type='text'>
The '' command in vi doesn't currently work because after the first
apostrophe is read, the next character is converted to an integer
between 0 and 25 inclusive (for indexing the array of marks). The
comparison of the converted character with an apostrophe therefore never
succeeds, meaning that '' doesn't do anything.

Based on the patch by Francis Rounds &lt;francis.rounds@4bridgeworks.com&gt;

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
