<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/coreutils, branch 0_46</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=0_46</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=0_46'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2000-07-11T17:38:27+00:00</updated>
<entry>
<title>Re-enable ln -n in the help.</title>
<updated>2000-07-11T17:38:27+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-07-11T17:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0c838af50bdd7a94465c913c5d6b0780a497f30a'/>
<id>urn:sha1:0c838af50bdd7a94465c913c5d6b0780a497f30a</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Another patch from Matt Kraai &lt;kraai@alumni.carnegiemellon.edu&gt;:</title>
<updated>2000-07-11T17:35:32+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-07-11T17:35:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=195fa15caf7d79a5447d7476c113777cb3bebbd8'/>
<id>urn:sha1:195fa15caf7d79a5447d7476c113777cb3bebbd8</id>
<content type='text'>
&gt;
&gt; The following patch allows ln -n to function like GNU.  It also fixes a
&gt; typo with my previous patch to add support for ln FILE DIRECTORY.  And
&gt; it removes some code that checks the maximum length of the filenames.  I
&gt; can't figure out why that code is necessary.  Anyone know?
&gt;
&gt; Matt
</content>
</entry>
<entry>
<title>Comment on kernel stuff</title>
<updated>2000-07-10T22:57:14+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-07-10T22:57:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=c674d70699ab2c03187be441e26801a73ac958bc'/>
<id>urn:sha1:c674d70699ab2c03187be441e26801a73ac958bc</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Remove yet more kernel header dependancies.</title>
<updated>2000-07-10T20:08:44+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-07-10T20:08:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9b2297a34e35be143155769a470331af2f2b9330'/>
<id>urn:sha1:9b2297a34e35be143155769a470331af2f2b9330</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Remove unused variable.</title>
<updated>2000-07-10T20:08:09+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-07-10T20:08:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a0053735dc102e8f876005627bc09be2446e48c0'/>
<id>urn:sha1:a0053735dc102e8f876005627bc09be2446e48c0</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>From Matt Kraai &lt;kraai@alumni.carnegiemellon.edu&gt;:</title>
<updated>2000-07-10T16:44:03+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-07-10T16:44:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0b4551faf520e44a9a0bf2ac72b3dcd6a145a0a1'/>
<id>urn:sha1:0b4551faf520e44a9a0bf2ac72b3dcd6a145a0a1</id>
<content type='text'>
Howdy,

Bug #1006 reports that

ln -s /tmp/foo .

does not work correctly.  In fact, it appears that any instantiation of

ln -s FILE... DIRECTORY

does not work.  The following patch adds support for this form, which
then fixes the particular instance noted in the bug report.

In the process, I needed the basename function.  This appears in the
string.h provided by glibc, but not uC-libc.  So I wrote my own to go in
utility.c, called get_last_path_component.  I also modified the basename
utility to use this function.

At some point it might be desirous to use the basename from the library
if it exists, and otherwise compile our own.  But I don't know how to do
this.

Matt
</content>
</entry>
<entry>
<title>Patch from Matt Kraai &lt;kraai@alumni.carnegiemellon.edu&gt;:</title>
<updated>2000-07-10T16:38:50+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-07-10T16:38:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a03d86cf5496a24ccf81bfbf8fdbb10b1ad13a0a'/>
<id>urn:sha1:a03d86cf5496a24ccf81bfbf8fdbb10b1ad13a0a</id>
<content type='text'>
GNU tr complains on the following:

$ tr a ''
tr: when not truncating set1, string2 must be non-empty

BusyBox tr does not complain:

$ tr a ''
a
^D
0

It should result in an error, not in some spurious output.  The attached
patch generates an error.

Matt
</content>
</entry>
<entry>
<title>More portability updates.  Now compiles cleanly vs glibc, libc5, and uclibc</title>
<updated>2000-07-09T06:59:58+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-07-09T06:59:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=999bf72f49a501e47448010c4ddb06dc03ed1612'/>
<id>urn:sha1:999bf72f49a501e47448010c4ddb06dc03ed1612</id>
<content type='text'>
(except for mkfs_minix and fsck_minix -- and it doesn't yet link vs uclibc due
to missing stuff in the library).
 -Erik
</content>
</entry>
<entry>
<title>Update files to reduce dependance on kernel version...</title>
<updated>2000-07-08T18:55:24+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-07-08T18:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=bd22ed806782eec76929bcd2ec556717e79d24c7'/>
<id>urn:sha1:bd22ed806782eec76929bcd2ec556717e79d24c7</id>
<content type='text'>
 -Erik
</content>
</entry>
<entry>
<title>Remove MAXNAMLEN and use BUFSIZ instead.</title>
<updated>2000-07-06T01:57:20+00:00</updated>
<author>
<name>Eric Andersen</name>
<email>andersen@codepoet.org</email>
</author>
<published>2000-07-06T01:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5d893b6beb2a42c6c3bc0fd0b5447bcfc8a0f84c'/>
<id>urn:sha1:5d893b6beb2a42c6c3bc0fd0b5447bcfc8a0f84c</id>
<content type='text'>
 -Erik
</content>
</entry>
</feed>
