<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/miscutils, branch awk_faster</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=awk_faster</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=awk_faster'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2020-07-19T09:39:43+00:00</updated>
<entry>
<title>ts: correct output in 64-bit build</title>
<updated>2020-07-19T09:39:43+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2020-07-19T09:39:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0bc672a9be9caf0482bf1f2b1e528b6b20b8eaaf'/>
<id>urn:sha1:0bc672a9be9caf0482bf1f2b1e528b6b20b8eaaf</id>
<content type='text'>
ts failed to output the correct time when built for 64-bit Windows.

In 64-bit builds time_t is a 64-bit quantity whereas the tv_sec
member of struct timeval is 32-bit.

   https://sourceforge.net/p/mingw-w64/bugs/783/

Use a temporary time_t value in 64-bit builds.
</content>
</entry>
<entry>
<title>Merge branch 'busybox' into merge</title>
<updated>2020-07-09T12:10:58+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2020-07-09T12:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9c0b2f7020d7c30b21a930ef54be632e092e533b'/>
<id>urn:sha1:9c0b2f7020d7c30b21a930ef54be632e092e533b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bc: placate a "defined but not used" warning</title>
<updated>2020-06-24T13:05:29+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-06-24T11:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5663a17dabfcad885cc80f155ef84f7b843845cc'/>
<id>urn:sha1:5663a17dabfcad885cc80f155ef84f7b843845cc</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>randomconfig fixes</title>
<updated>2020-06-23T01:43:39+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2020-06-23T01:43:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=03ab212bff0fa7f51c0f75ee4be5db67184e41a2'/>
<id>urn:sha1:03ab212bff0fa7f51c0f75ee4be5db67184e41a2</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>2020-05-29T10:03:33+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2020-05-29T09:49:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=53c09d0e1720bd927a2995f87df324a9854f1771'/>
<id>urn:sha1:53c09d0e1720bd927a2995f87df324a9854f1771</id>
<content type='text'>
</content>
</entry>
<entry>
<title>mim: run scripts from a specification file</title>
<updated>2020-04-30T15:23:08+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2020-01-13T10:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=981b2eff814bd186188ad66a32990a6d17b37a3e'/>
<id>urn:sha1:981b2eff814bd186188ad66a32990a6d17b37a3e</id>
<content type='text'>
mim runs scripts from a specification file which can be thought
of as an extremely limited Makefile. Neither make variables nor
dependencies are supported. By default the file 'Mimfile' is read.
An example:

   hello:
      echo hello $1

   clean:
      rm -rf *

The command 'mim' or 'mim hello' will echo 'hello'. Unlike 'make'
arguments after the first are available to the script; they don't
specify additional targets.

mim isn't enabled by default.  Enabling it increases the size of the
binary by about 500 bytes.

Signed-off-by: Ron Yorston &lt;rmy@pobox.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>inotifyd: WIN32 port</title>
<updated>2020-04-15T09:17:48+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2020-04-15T09:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=db46c292750493d2e98a21ec24a8a407fd8b3207'/>
<id>urn:sha1:db46c292750493d2e98a21ec24a8a407fd8b3207</id>
<content type='text'>
Use ReadDirectoryChangesW to implement inotifyd for WIN32.

There are limitations:

- It's only possible to watch directories, not files.

- The notification doesn't distinguish between different changes to
  file state.  All changes other than creation, deletion and renaming
  are reported as 'c'.
</content>
</entry>
<entry>
<title>Fix POSIX build</title>
<updated>2020-04-11T09:48:23+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2020-04-11T09:40:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=10e14d5ebdfdfe3acd1cd60692d9cffd07de04e2'/>
<id>urn:sha1:10e14d5ebdfdfe3acd1cd60692d9cffd07de04e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>time: WIN32 port</title>
<updated>2020-04-06T08:03:52+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2020-04-06T08:03:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9181e1363f09f80ba822175886450b751e408f14'/>
<id>urn:sha1:9181e1363f09f80ba822175886450b751e408f14</id>
<content type='text'>
Port the time applet to WIN32.  This requires the implemntation of
a replacement for wait3(2).

Only elapsed, user and system times are supported, not the memory
and i/o statistics reported by GNU time.
</content>
</entry>
<entry>
<title>iconv: minor fixes</title>
<updated>2020-02-18T11:19:04+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2020-02-18T11:19:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=412c2cab62dcae5509404b48d83aa10717d3b68e'/>
<id>urn:sha1:412c2cab62dcae5509404b48d83aa10717d3b68e</id>
<content type='text'>
Add an explicit test for EOF.  Otherwise when processing input from
interactive stdin it's necessary to enter ^Z twice to signal EOF.

Allow '-' to be mixed with actual file names on the command line.
</content>
</entry>
</feed>
