<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/configs/make64_defconfig, branch join2</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=join2</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=join2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2026-01-02T13:07:13+00:00</updated>
<entry>
<title>join: new applet</title>
<updated>2026-01-02T13:07:13+00:00</updated>
<author>
<name>mbartlett21</name>
<email>mjmouse9999@gmail.com</email>
</author>
<published>2025-12-25T12:18:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3eb7c8944011a472477ee39c57c8f2fd92dc7aa7'/>
<id>urn:sha1:3eb7c8944011a472477ee39c57c8f2fd92dc7aa7</id>
<content type='text'>
Join joins two sorted input files on matching fields. It supports the
options required by POSIX, including the combinatorial output for
equal fields.

Adds 3 KiB
</content>
</entry>
<entry>
<title>ash: add options to control globbing of hidden files</title>
<updated>2023-09-20T09:06:19+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2023-09-20T09:06:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1ff6eb52032bb52501ef3bd8b49010ac19efa268'/>
<id>urn:sha1:1ff6eb52032bb52501ef3bd8b49010ac19efa268</id>
<content type='text'>
Add shell options:

- 'nohiddenglob' excludes files with the hidden attribute from
  globbing

- 'nohidsysglob' excludes files with the hidden and system attributes
  from globbing

If both options are enabled 'nohiddenglob' takes precedence.

These options also affect tab completion.

Files that are hidden because they start with a period aren't
affected (unless they also have the hidden attribute).

Costs 160-208 bytes.

(GitHub issue #367)
</content>
</entry>
<entry>
<title>win32: include our manifests in default configurations</title>
<updated>2023-09-15T08:44:12+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2023-09-15T08:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=54e6e2a16f2091d5dd1251bb3b4436555b1b0a03'/>
<id>urn:sha1:54e6e2a16f2091d5dd1251bb3b4436555b1b0a03</id>
<content type='text'>
The default configurations now include the provided standard or
UTF-8 manifest.

This works best if the build toolchain doesn't provide a default
manifest (which Fedora and w64devkit don't, by default).

If the toolchain does have a default manifest some bloat will
result.

(GitHub issue #366)
</content>
</entry>
<entry>
<title>win32: improved support for manifests</title>
<updated>2023-09-14T15:07:50+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2023-09-14T15:07:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b822f427d894f46a85d3ce5ff785d3ea2cef972f'/>
<id>urn:sha1:b822f427d894f46a85d3ce5ff785d3ea2cef972f</id>
<content type='text'>
The UTF-8 manifest has been updated to include features from the
standard application manifest.

Include a copy of the standard application manifest for toolchains
that don't provide one.

(GitHub issue #366)
</content>
</entry>
<entry>
<title>Update default configurations</title>
<updated>2023-08-10T09:27:29+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2023-08-10T09:27:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c6b150a81e83872b74573fd49e8ab361fa5a454b'/>
<id>urn:sha1:c6b150a81e83872b74573fd49e8ab361fa5a454b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update default configurations</title>
<updated>2023-07-16T07:12:54+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2023-07-16T07:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=51ba60c766e010f67dd410ad31a2c4814a8440e4'/>
<id>urn:sha1:51ba60c766e010f67dd410ad31a2c4814a8440e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ash: remove ASH_IGNORE_CR config option</title>
<updated>2023-04-09T09:48:58+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2023-04-09T09:48:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fa04f2dc766c76f2caa44a4b8429185dde6a66b0'/>
<id>urn:sha1:fa04f2dc766c76f2caa44a4b8429185dde6a66b0</id>
<content type='text'>
No further problems with CRLF handling have been reported.  Remove
the configuration option that allowed some recent changes to be
turned off.

Also, prevent some WIN32 code from being included in the POSIX
build.  The faulty code is from commit 64c8f5f3d (ash: add support
for INT trap).

These changes don't alter the default WIN32 build.
</content>
</entry>
<entry>
<title>drop: cdrop and pdrop don't need shell</title>
<updated>2023-03-23T11:29:34+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2023-03-23T11:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f491e57d1ce04ec8124b9605268e5ecd3b1fb489'/>
<id>urn:sha1:f491e57d1ce04ec8124b9605268e5ecd3b1fb489</id>
<content type='text'>
The cdrop and pdrop variants don't require the binary to include
a shell.  Removing this dependency makes it possible to build
cdrop/pdrop as a much smaller standalone binaries.

Update the default configuration to build a standalone make binary
to exclude drop/cdrop/pdrop.
</content>
</entry>
<entry>
<title>win32: changes to console mode handling</title>
<updated>2023-03-05T12:31:30+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2023-03-05T12:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f52c2004b818ac739ec886d5ff0a87734b55d293'/>
<id>urn:sha1:f52c2004b818ac739ec886d5ff0a87734b55d293</id>
<content type='text'>
Add the environment variable BB_TERMINAL_MODE as a more general way
of controlling console/terminal mode setting.  The default remains
unchanged:  use virtual terminal mode for output if possible but
fall back to the console API with emulated ANSI escape sequences.

Currently valid settings are:

   0  Force use of console mode
   1  Force use of virtual terminal mode for output
   5  Prefer virtual terminal mode for output, fall back to console

Other values won't do anything useful until code elsewhere has been
updated.

BB_SKIP_ANSI_EMULATION remains available for backwards compatibility.
If both variables are set BB_TERMINAL_MODE takes precedence.
</content>
</entry>
<entry>
<title>make: make + sh configuration</title>
<updated>2022-11-10T12:47:32+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2022-11-10T11:29:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f261d2d278537e6f0ca50cda68f0c3f768a56e40'/>
<id>urn:sha1:f261d2d278537e6f0ca50cda68f0c3f768a56e40</id>
<content type='text'>
Add a configuration that just includes make and a shell.

Add 'pdpmake' as an alias for 'make'.
</content>
</entry>
</feed>
