<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/sort.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>Applied patch from I.Q. to add sort -u as a feature.</title>
<updated>2001-04-17T18:56:18+00:00</updated>
<author>
<name>Mark Whitley</name>
<email>markw@lineo.com</email>
</author>
<published>2001-04-17T18:56:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fccaa3629b89bcfcd2d9b4126255cd31e0f5e174'/>
<id>urn:sha1:fccaa3629b89bcfcd2d9b4126255cd31e0f5e174</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Changed line[strlen(line) - 1] = '\0'; to chomp(line);</title>
<updated>2001-04-17T18:26:11+00:00</updated>
<author>
<name>Mark Whitley</name>
<email>markw@lineo.com</email>
</author>
<published>2001-04-17T18:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6e808ca35419ba7ec14dd836f0e013ea35ff0aee'/>
<id>urn:sha1:6e808ca35419ba7ec14dd836f0e013ea35ff0aee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Applied patch from I.Q. to fix problem with sort -n.</title>
<updated>2001-04-17T17:47:33+00:00</updated>
<author>
<name>Mark Whitley</name>
<email>markw@lineo.com</email>
</author>
<published>2001-04-17T17:47:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3828dbed57fc9f6b620faf29445c43aefcf541c7'/>
<id>urn:sha1:3828dbed57fc9f6b620faf29445c43aefcf541c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>A cleanup patch from Jeff Garzik to static-ify a number of</title>
<updated>2001-03-09T21:24:12+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-03-09T21:24:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3e6ff9017f5aa4ea41de2520a3f6d29fb20e0332'/>
<id>urn:sha1:3e6ff9017f5aa4ea41de2520a3f6d29fb20e0332</id>
<content type='text'>
namespace polluting things that really should be static.
</content>
</entry>
<entry>
<title>Patchs from Jeff Garzik &lt;jgarzik@mandrakesoft.com&gt; to cleanup</title>
<updated>2001-03-09T14:36:42+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-03-09T14:36:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=eba8ed71f08f334bc94ac8eeedcd998fcdd05897'/>
<id>urn:sha1:eba8ed71f08f334bc94ac8eeedcd998fcdd05897</id>
<content type='text'>
warnings with glibc 2.2 and use always use xfopen
 -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>Fix header file usage -- there were many unnecessary header files included in</title>
<updated>2001-01-27T08:24:39+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2001-01-27T08:24:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ed3ef50c233ffb1b50ea0e7382a8e60b86491009'/>
<id>urn:sha1:ed3ef50c233ffb1b50ea0e7382a8e60b86491009</id>
<content type='text'>
busybox.h which slowed compiles.  I left only what was needed and then fixed up
all the apps to include their own header files.  I also fixed naming for pwd.h
and grp.h functions.  Tested to compile and run with libc5, glibc, and uClibc.
 -Erik
</content>
</entry>
<entry>
<title>Rewrote.</title>
<updated>2000-12-20T20:49:56+00:00</updated>
<author>
<name>Matt Kraai</name>
<email>kraai@debian.org</email>
</author>
<published>2000-12-20T20:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5e8c0ffb75f5578069d75988abc2657e9f2a2bc8'/>
<id>urn:sha1:5e8c0ffb75f5578069d75988abc2657e9f2a2bc8</id>
<content type='text'>
</content>
</entry>
</feed>
