<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/miscutils/time.c, branch cron_changes</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=cron_changes</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=cron_changes'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2024-04-09T08:09:28+00:00</updated>
<entry>
<title>time: code shrink</title>
<updated>2024-04-09T08:09:28+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2024-04-09T08:09:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e1f73b64dcf047c9794f3546e3dc1b041a3660a6'/>
<id>urn:sha1:e1f73b64dcf047c9794f3546e3dc1b041a3660a6</id>
<content type='text'>
Commit 54dbf0fa5 (time: mitigation for interleaved output) added
buffering to stderr in the 'time' applet.

@avih pointed out that it isn't necessary to provide an explicit
buffer.

Saves 16 bytes in the 64-bit build.

(GitHub issue #396)
</content>
</entry>
<entry>
<title>time: mitigation for interleaved output</title>
<updated>2024-04-06T07:58:12+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2024-04-06T07:58:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=54dbf0fa510afcd3058a5da66e1c4a390c2ba89b'/>
<id>urn:sha1:54dbf0fa510afcd3058a5da66e1c4a390c2ba89b</id>
<content type='text'>
When the 'time' applet is run in a pipeline, like so:

   time seq 1 10 | tail -2

stdout from 'tail' and stderr from 'time' can be interleaved.
This is particularly the case with the ConEmu terminal emulator.

The interleaving can be reduced, though not eliminated, by
buffering the output of 'time'.

Adds 40-44 bytes.

(GitHub issue #396)
</content>
</entry>
<entry>
<title>time: enable '-f' option</title>
<updated>2024-01-05T12:39:30+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2024-01-05T12:39:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5f2527702577d4ddcc5f059ba007e827b8ab779c'/>
<id>urn:sha1:5f2527702577d4ddcc5f059ba007e827b8ab779c</id>
<content type='text'>
The '-f' option allows the user to specify a format string to
control which data is reported.

Adds 224-240 bytes.
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2024-01-05T11:17:37+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2024-01-05T11:17:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=49edb26faaddb81e6333e7891715ce13301aed09'/>
<id>urn:sha1:49edb26faaddb81e6333e7891715ce13301aed09</id>
<content type='text'>
</content>
</entry>
<entry>
<title>time: implement %% and \escapes in -f FMT</title>
<updated>2024-01-01T21:24:42+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2024-01-01T21:22:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1cac2585217f830d29f7e9d2a1226d55c80886b6'/>
<id>urn:sha1:1cac2585217f830d29f7e9d2a1226d55c80886b6</id>
<content type='text'>
function                                             old     new   delta
time_main                                           1217    1316     +99

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>time: fix max resident set size unit</title>
<updated>2023-12-31T15:28:53+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2023-12-20T11:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=01e80ff9ebaf42f2fb9b4ddddc75d37bc9a403aa'/>
<id>urn:sha1:01e80ff9ebaf42f2fb9b4ddddc75d37bc9a403aa</id>
<content type='text'>
The ru_maxrss is already in Kbytes and not pages.

function                                             old     new   delta
ptok                                                  21       -     -21
time_main                                           1261    1217     -44
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 0/1 up/down: 0/-65)             Total: -65 bytes

fixes: https://bugs.busybox.net/show_bug.cgi?id=15751

Signed-off-by: Natanael Copa &lt;ncopa@alpinelinux.org&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2023-07-13T07:06:26+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2023-07-13T07:06:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bd978d0256fd3a67de1a7dd54f1a37f9435be363'/>
<id>urn:sha1:bd978d0256fd3a67de1a7dd54f1a37f9435be363</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update applet size estimates</title>
<updated>2023-07-10T15:25:21+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2023-07-10T15:25:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5353df91cba7b397b9407701681708d0a1518df6'/>
<id>urn:sha1:5353df91cba7b397b9407701681708d0a1518df6</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2021-05-14T07:17:12+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2021-05-14T07:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a3f5a1b7f4275f713acf22f534f95c0da8392e53'/>
<id>urn:sha1:a3f5a1b7f4275f713acf22f534f95c0da8392e53</id>
<content type='text'>
</content>
</entry>
<entry>
<title>platform.h: fix for Bionic &gt;= 21 not having wait3()</title>
<updated>2021-04-14T20:14:36+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2021-04-14T20:14:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c0943ac451051b734711b0c95731ae7c515dbb31'/>
<id>urn:sha1:c0943ac451051b734711b0c95731ae7c515dbb31</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
