<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/shell, branch TIG</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=TIG</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=TIG'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2012-02-06T14:48:37+00:00</updated>
<entry>
<title>Skip carriage return in read builtin command</title>
<updated>2012-02-06T14:48:37+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2012-02-06T14:17:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=deae0c7bf351969e55f09a540a04dca1c4752b36'/>
<id>urn:sha1:deae0c7bf351969e55f09a540a04dca1c4752b36</id>
<content type='text'>
</content>
</entry>
<entry>
<title>win32: ash: teach "cd" DOS path separator '\'</title>
<updated>2011-01-14T13:26:08+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2011-01-14T13:23:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=eb28f737c24d7ff3bb3d6407f5aacb7bd62b6edf'/>
<id>urn:sha1:eb28f737c24d7ff3bb3d6407f5aacb7bd62b6edf</id>
<content type='text'>
docd() is rewritten to deal with DOS paths. Surprisingly, I did not
consider '\' as path separator, only '/'. Teach it to see '\' just
like '/'. Should fix github issue 3.
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/master'</title>
<updated>2011-01-04T12:56:15+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2011-01-04T12:56:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=5f6f2162512106adf120d4b528bb125e93e34429'/>
<id>urn:sha1:5f6f2162512106adf120d4b528bb125e93e34429</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'e4dcba1c103dc28e927e004791e331aaf604383d'</title>
<updated>2011-01-04T12:56:11+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2011-01-04T12:56:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9db69882bee2d528d706d61d34ef7741122330be'/>
<id>urn:sha1:9db69882bee2d528d706d61d34ef7741122330be</id>
<content type='text'>
Conflicts:
	libbb/make_directory.c
</content>
</entry>
<entry>
<title>Merge commit '06f719fd79fe15ce6fd5431bc58fcb22851de24d^'</title>
<updated>2011-01-04T12:40:30+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2011-01-04T12:40:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3b5c308768d76298bb964814ecc34de47bcac0b4'/>
<id>urn:sha1:3b5c308768d76298bb964814ecc34de47bcac0b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>win32: ash: fix path_advance() not advancing correctly</title>
<updated>2011-01-04T12:30:41+00:00</updated>
<author>
<name>Nguyễn Thái Ngọc Duy</name>
<email>pclouds@gmail.com</email>
</author>
<published>2011-01-04T12:30:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2b9a0e715ec459198f486653023d963b79291da7'/>
<id>urn:sha1:2b9a0e715ec459198f486653023d963b79291da7</id>
<content type='text'>
*p can be either ':' or ';' at the end of path_advance(). However the
code expects it to be ':' only. This effectively skips the rest of
$PATH after the first component when Windows' $PATH is used. This
should fix Github#1.

While at it, also fix pathopt code expecting ':' only (again).
</content>
</entry>
<entry>
<title>init: simpler handling of leading dash in commands</title>
<updated>2010-12-25T22:58:42+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-12-25T22:58:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=6088e138e1c6d0b73f8004fc4b4e9ec40430e18e'/>
<id>urn:sha1:6088e138e1c6d0b73f8004fc4b4e9ec40430e18e</id>
<content type='text'>
function                                             old     new   delta
init_exec                                            233     219     -14

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>hush: fix FEATURE_CLEAN_UP code (was freeing unallocated memory)</title>
<updated>2010-12-21T20:18:12+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>dvlasenk@redhat.com</email>
</author>
<published>2010-12-21T20:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=75eb9d20e9e672c33e377221d1f7d4546f919f9e'/>
<id>urn:sha1:75eb9d20e9e672c33e377221d1f7d4546f919f9e</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;dvlasenk@redhat.com&gt;
</content>
</entry>
<entry>
<title>hush: fix build breakage (variable declared in for())</title>
<updated>2010-12-18T00:34:49+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-12-18T00:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0d6a4ecb30f596570585bbde29f7c9b42a60b623'/>
<id>urn:sha1:0d6a4ecb30f596570585bbde29f7c9b42a60b623</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>add if guards around include &lt;malloc.h&gt;</title>
<updated>2010-12-05T00:30:14+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-12-05T00:30:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=8da415ef2503936bc9730f78a25b00177ff2db1d'/>
<id>urn:sha1:8da415ef2503936bc9730f78a25b00177ff2db1d</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
</feed>
