<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/editors, branch waitfor</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=waitfor</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=waitfor'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2026-07-08T13:32:00+00:00</updated>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2026-07-08T13:32:00+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2026-07-08T13:32:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4afa250a0b2d9a5f20176b3a47b0a34bb87b7790'/>
<id>urn:sha1:4afa250a0b2d9a5f20176b3a47b0a34bb87b7790</id>
<content type='text'>
Signed-off-by: Ron Yorston &lt;rmy@pobox.com&gt;
</content>
</entry>
<entry>
<title>awk: fix printf "%o\n", -1</title>
<updated>2026-07-06T02:37:44+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2026-07-06T02:37:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5de0780eaf4ec779fbcc459f461d961144623082'/>
<id>urn:sha1:5de0780eaf4ec779fbcc459f461d961144623082</id>
<content type='text'>
function                                             old     new   delta
awk_printf                                          1381    1387      +6

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>cmp: add KMG suffix for cmp -n MAXCOUNT</title>
<updated>2026-07-03T06:14:23+00:00</updated>
<author>
<name>Anubhav Kokane</name>
<email>dev.anubhavk@gmail.com</email>
</author>
<published>2026-07-02T17:32:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=71f9960b33f2faddd8b1c9cd1681208c6222e57e'/>
<id>urn:sha1:71f9960b33f2faddd8b1c9cd1681208c6222e57e</id>
<content type='text'>
Change input to getopt32 from int to char * so that
max_count is parsed as string. Use xatol_sfx to convert
string to long.

function                                             old     new   delta
cmp_main                                             595     631     +36
.rodata                                           107121  107120      -1
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 36/-1)              Total: 35 bytes

Signed-off-by: Anubhav Kokane &lt;dev.anubhavk@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>awk: optimize 'print "no format specs here\n"' case</title>
<updated>2026-07-02T03:57:28+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2026-07-02T03:57:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=133202305105ce57a5a2bde9f57a951152e08f92'/>
<id>urn:sha1:133202305105ce57a5a2bde9f57a951152e08f92</id>
<content type='text'>
function                                             old     new   delta
awk_printf                                          1349    1381     +32

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>awk: fix printing of very large numbers with printf("%d")</title>
<updated>2026-07-02T02:58:08+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2026-07-02T02:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a0667b2def4c05aeb333448195127392a22c21a8'/>
<id>urn:sha1:a0667b2def4c05aeb333448195127392a22c21a8</id>
<content type='text'>
function                                             old     new   delta
awk_printf                                          1086    1349    +263
.rodata                                           107108  107121     +13
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 276/0)             Total: 276 bytes

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>awk: rename variables in awk_printf(), no code changes</title>
<updated>2026-07-01T22:05:11+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2026-07-01T22:05:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=4e981fe00ff7d0878af4b7f6015ba566d9ce9e42'/>
<id>urn:sha1:4e981fe00ff7d0878af4b7f6015ba566d9ce9e42</id>
<content type='text'>
awk_printf() got bigger, and now variables need better names,
even if this makes them longer.

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>awk: add '*' as a valid specifier for width and precision in printf</title>
<updated>2026-07-01T21:38:27+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2026-07-01T21:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6ba81ddb0d47d8c5298999c83f439817b7ec9c7a'/>
<id>urn:sha1:6ba81ddb0d47d8c5298999c83f439817b7ec9c7a</id>
<content type='text'>
Based on a patch by Anubhav Kokane &lt;dev.anubhavk@gmail.com&gt;

function                                             old     new   delta
awk_printf                                           640    1086    +446
.rodata                                           107131  107108     -23
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 1/1 up/down: 446/-23)           Total: 423 bytes
   text	   data	    bss	    dec	    hex	filename
1080210	    555	   4992	1085757	 10913d	busybox_old
1080633	    555	   4992	1086180	 1092e4	busybox_unstripped

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>patch: improved handling of files with no final newline</title>
<updated>2026-04-16T11:30:23+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2026-04-16T11:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2ed1d5d344cb9991916bc538d30182cae875079f'/>
<id>urn:sha1:2ed1d5d344cb9991916bc538d30182cae875079f</id>
<content type='text'>
Commit 2275a53f0 (patch: handle files with no final newline) was
incomplete.  It only detected a line with no newline in the first
section of a hunk.  Add the code necessary to detect the '\ No
newline at end of file' warning in the second section.

Also add some tests.

Adds 48-80 bytes.

(GitHub issue #575)
</content>
</entry>
<entry>
<title>patch: handle files with no final newline</title>
<updated>2026-04-14T12:55:57+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2026-04-14T12:55:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2275a53f044fc7a437d35dc237f68be2cefd40da'/>
<id>urn:sha1:2275a53f044fc7a437d35dc237f68be2cefd40da</id>
<content type='text'>
The 'patch' applet was unable to process diffs which included the
'\ No newline at end of file' warning.

Detect this case and mark the lines affected so they can be
emitted without a newline.

Adds 45-69 bytes.

(GitHub issue #575)
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2026-03-11T10:14:49+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2026-03-11T10:14:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ede205bd07573813337b5706acb0cae3b127a36f'/>
<id>urn:sha1:ede205bd07573813337b5706acb0cae3b127a36f</id>
<content type='text'>
</content>
</entry>
</feed>
