<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/applets, branch 1_00</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_00</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_00'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2004-10-08T07:46:08+00:00</updated>
<entry>
<title>egor duda writes:</title>
<updated>2004-10-08T07:46:08+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-10-08T07:46:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7daa076d3e24e84ce1f4e9b6133783816575c4c8'/>
<id>urn:sha1:7daa076d3e24e84ce1f4e9b6133783816575c4c8</id>
<content type='text'>
Hi!

I've created a patch to busybox' build system to allow building it in
separate tree in a manner similar to kbuild from kernel version 2.6.

That is, one runs command like
'make O=/build/some/where/for/specific/target/and/options'
and everything is built in this exact directory, provided that it exists.

I understand that applyingc such invasive changes during 'release
candidates' stage of development is at best unwise. So, i'm currently
asking for comments about this patch, starting from whether such thing
is needed at all to whether it coded properly.

'make check' should work now, and one make creates Makefile in build
directory, so one can run 'make' in build directory after that.

One possible caveat is that if we build in some directory other than
source one, the source directory should be 'distclean'ed first.

egor
</content>
</entry>
<entry>
<title>Larry Doolittle writes:</title>
<updated>2004-04-14T17:51:38+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-04-14T17:51:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=aff114c33d2b8879233fa513e6d760d0ef99b632'/>
<id>urn:sha1:aff114c33d2b8879233fa513e6d760d0ef99b632</id>
<content type='text'>
This is a bulk spelling fix patch against busybox-1.00-pre10.
If anyone gets a corrupted copy (and cares), let me know and
I will make alternate arrangements.

Erik - please apply.

Authors - please check that I didn't corrupt any meaning.

Package importers - see if any of these changes should be
passed to the upstream authors.

I glossed over lots of sloppy capitalizations, missing apostrophes,
mixed American/British spellings, and German-style compound words.

What is "pretect redefined for test" in cmdedit.c?

Good luck on the 1.00 release!

      - Larry
</content>
</entry>
<entry>
<title>Fix it so usage is _always_ in sync with applets.c.  Previously,</title>
<updated>2004-04-06T14:28:35+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-04-06T14:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=674b08a6b8ce0b3b1c26d9f326fb2e59bd8dc1e8'/>
<id>urn:sha1:674b08a6b8ce0b3b1c26d9f326fb2e59bd8dc1e8</id>
<content type='text'>
broken depends allowed these to get out of sync.
</content>
</entry>
<entry>
<title>Remove trailing whitespace.  Update copyright to include 2004.</title>
<updated>2004-03-15T08:29:22+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2004-03-15T08:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c7bda1ce659294d6e22c06e087f6f265983c7578'/>
<id>urn:sha1:c7bda1ce659294d6e22c06e087f6f265983c7578</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Vodz. last_patch_128</title>
<updated>2004-02-22T11:13:28+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2004-02-22T11:13:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7fc504c6f7ecd1c64387470c38af6f903c013218'/>
<id>urn:sha1:7fc504c6f7ecd1c64387470c38af6f903c013218</id>
<content type='text'>
- declare applet_using as static from applets.c
- small correction to cmdedit,
   previous version cleared history after Ctrl-C
- small spelling correction (by Friedrich Lobenstock)
</content>
</entry>
<entry>
<title>Patch from Florian Schirmer &lt;jolt@tuxbox.org&gt;.  When I rewrote the parser,</title>
<updated>2004-02-17T10:16:21+00:00</updated>
<author>
<name>Manuel Novoa III</name>
<email>mjn3@codepoet.org</email>
</author>
<published>2004-02-17T10:16:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7b565a0c8ae3c4b1fc982bd8a08bd303e87fd1a9'/>
<id>urn:sha1:7b565a0c8ae3c4b1fc982bd8a08bd303e87fd1a9</id>
<content type='text'>
I overlooked the case of someone wanting to use a valid but empty suid
config file.
</content>
</entry>
<entry>
<title>Rewrite parse_config_file().  Among the old version's problems:</title>
<updated>2004-02-01T10:03:05+00:00</updated>
<author>
<name>Manuel Novoa III</name>
<email>mjn3@codepoet.org</email>
</author>
<published>2004-02-01T10:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=31b98dd09748535a5004e948bb560c320d179a66'/>
<id>urn:sha1:31b98dd09748535a5004e948bb560c320d179a66</id>
<content type='text'>
  No checking for lines that were too long.
  No checking that fgets returning NULL was actually due to EOF.
  Various whitespace handling inconsistencies.
  Bloat (switches and multiple identical function calls).
  Failure to check for trailing characters in some cases.
  Dynamicly allocated memory was not free()d on error.
Given that this controls suid/sgid behavior, the sloppy coding was
really inexcusable.  :-(
</content>
</entry>
<entry>
<title>wrap bb help output if CONFIG_FEATURE_AUTOWIDTH</title>
<updated>2003-11-07T19:37:20+00:00</updated>
<author>
<name>Tim Riker</name>
<email>tim@rikers.org</email>
</author>
<published>2003-11-07T19:37:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b1ffba040134bd6e93c66a92ff0dca72d22d9cfe'/>
<id>urn:sha1:b1ffba040134bd6e93c66a92ff0dca72d22d9cfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Woops, the previous patch reversal wasnt complete, breaking everything.</title>
<updated>2003-10-04T00:05:47+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2003-10-04T00:05:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fd7bc13557a9b672f7f5ba8ef5677c3317bd12ee'/>
<id>urn:sha1:fd7bc13557a9b672f7f5ba8ef5677c3317bd12ee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reverse my previous changes and make a note about why its dont this way</title>
<updated>2003-10-03T13:21:10+00:00</updated>
<author>
<name>Glenn L McGrath</name>
<email>bug1@ihug.co.nz</email>
</author>
<published>2003-10-03T13:21:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f86bd9f2cdfa3e9cfb54724e98f71a7657ff6019'/>
<id>urn:sha1:f86bd9f2cdfa3e9cfb54724e98f71a7657ff6019</id>
<content type='text'>
</content>
</entry>
</feed>
