<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/length.c, branch zstd</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=zstd</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=zstd'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2001-10-24T05:00:29+00:00</updated>
<entry>
<title>Major rework of the directory structure and the entire build system.</title>
<updated>2001-10-24T05:00:29+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-10-24T05:00:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bdfd0d78bc44e73d693510e70087857785b3b521'/>
<id>urn:sha1:bdfd0d78bc44e73d693510e70087857785b3b521</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>It turns out that DODMALLOC was broken when I reorganized busybox.h</title>
<updated>2001-02-20T06:14:08+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-02-20T06:14:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=cbe31dace5fb24304694d399b9eb267fbe752516'/>
<id>urn:sha1:cbe31dace5fb24304694d399b9eb267fbe752516</id>
<content type='text'>
header file usage before the 0.49 release.  To fix it, I had to move
the '#include "busybox.h"' to the end of the list of #include files.
 -Erik
</content>
</entry>
<entry>
<title>This patch, put together by Manuel Novoa III, is a merge of work</title>
<updated>2001-02-14T21:23:06+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-02-14T21:23:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=67991cf824f8df27e74c92d754fb507681c69ce6'/>
<id>urn:sha1:67991cf824f8df27e74c92d754fb507681c69ce6</id>
<content type='text'>
done by Evin Robertson (bug#1105) and work from Manuel to make
usage messages occupy less space and simplify how usage messages
are displayed.
</content>
</entry>
<entry>
<title>Stop using TRUE and FALSE for exit status.</title>
<updated>2000-12-01T02:55:13+00:00</updated>
<author>
<name>Matt Kraai</name>
<email>kraai@debian.org</email>
</author>
<published>2000-12-01T02:55:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3e856ce428cabaf6c8d99a2374a1f9a4a05db5f0'/>
<id>urn:sha1:3e856ce428cabaf6c8d99a2374a1f9a4a05db5f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Renamed "internal.h" to the more sensible "busybox.h".</title>
<updated>2000-09-25T21:45:58+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-09-25T21:45:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3570a34de46b1f7dedd16999bb1687e2d6b55d40'/>
<id>urn:sha1:3570a34de46b1f7dedd16999bb1687e2d6b55d40</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Extract usage information into a separate file.</title>
<updated>2000-07-16T20:57:15+00:00</updated>
<author>
<name>Matt Kraai</name>
<email>kraai@debian.org</email>
</author>
<published>2000-07-16T20:57:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bf181b9338152759fd56c8009e9a962a84808e7c'/>
<id>urn:sha1:bf181b9338152759fd56c8009e9a962a84808e7c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't use strings directly in calls to usage().  This is in preparation</title>
<updated>2000-07-14T23:28:47+00:00</updated>
<author>
<name>Matt Kraai</name>
<email>kraai@debian.org</email>
</author>
<published>2000-07-14T23:28:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3bd8bd89ee9d0b65bf279e1ecad826a5f2f0a217'/>
<id>urn:sha1:3bd8bd89ee9d0b65bf279e1ecad826a5f2f0a217</id>
<content type='text'>
for their extraction to a separate file.
</content>
</entry>
<entry>
<title>Lots of updates.  Finished implementing BB_FEATURE_TRIVIAL_HELP</title>
<updated>2000-05-12T19:41:47+00:00</updated>
<author>
<name>Erik Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-05-12T19:41:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=7ab9c7ee52db8759d457819f5480378fa3aa97cc'/>
<id>urn:sha1:7ab9c7ee52db8759d457819f5480378fa3aa97cc</id>
<content type='text'>
which lets you compile out most of the "--help" output, saving
up to 17k.

Renamed mnc to nc.
 -Erik
</content>
</entry>
<entry>
<title>More Doc updates.  cmdedit and more termio fixes.</title>
<updated>2000-04-21T01:26:49+00:00</updated>
<author>
<name>Erik Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-04-21T01:26:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1d1d95051a288b6bf64498aac9fb20047f384b7d'/>
<id>urn:sha1:1d1d95051a288b6bf64498aac9fb20047f384b7d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some formatting updates (ran the code through indent)</title>
<updated>2000-02-08T19:58:47+00:00</updated>
<author>
<name>Erik Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-02-08T19:58:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e49d5ecbbe51718fa925b6890a735e5937cc2aa2'/>
<id>urn:sha1:e49d5ecbbe51718fa925b6890a735e5937cc2aa2</id>
<content type='text'>
 -Erik
</content>
</entry>
</feed>
