<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/scripts/basic, branch 1_19_2</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=1_19_2</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=1_19_2'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2011-04-16T15:33:43+00:00</updated>
<entry>
<title>Fix double words in comments. No code changes</title>
<updated>2011-04-16T15:33:43+00:00</updated>
<author>
<name>Marek Polacek</name>
<email>mpolacek@redhat.com</email>
</author>
<published>2011-04-16T15:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b0b8884009f9844e75d10f9e5d4ac16ef6b36170'/>
<id>urn:sha1:b0b8884009f9844e75d10f9e5d4ac16ef6b36170</id>
<content type='text'>
Signed-off-by: Marek Polacek &lt;mpolacek@redhat.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>scripts: fix fixdep.c to let it workable in cygwin</title>
<updated>2010-12-18T00:46:38+00:00</updated>
<author>
<name>Macpaul Lin</name>
<email>macpaul@andestech.com</email>
</author>
<published>2010-12-17T03:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=b2fa0b6219bc8f0e37ea68fc036857a4714fa175'/>
<id>urn:sha1:b2fa0b6219bc8f0e37ea68fc036857a4714fa175</id>
<content type='text'>
Update retrun character detection in the fixdep.c
to let it work in cygwin.

Signed-off-by: Macpaul Lin &lt;macpaul@andestech.com&gt;
Signed-off-by: Greentime &lt;green.hu@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Revert "scripts: fix fixdep.c to let it workable in cygwin"</title>
<updated>2010-12-18T00:46:04+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-12-18T00:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=e06884208ad766c1107988741a0e102555c3c4fd'/>
<id>urn:sha1:e06884208ad766c1107988741a0e102555c3c4fd</id>
<content type='text'>
This reverts commit 10c36b86574133bb1cd29ad04db64c7953b94ab5.
</content>
</entry>
<entry>
<title>scripts: fix fixdep.c to let it workable in cygwin</title>
<updated>2010-12-18T00:45:14+00:00</updated>
<author>
<name>Greentime</name>
<email>green.hu@gmail.com</email>
</author>
<published>2010-12-17T03:44:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=10c36b86574133bb1cd29ad04db64c7953b94ab5'/>
<id>urn:sha1:10c36b86574133bb1cd29ad04db64c7953b94ab5</id>
<content type='text'>
Update return character detection in the fixdep.c
to let it workable in cygwin.

Signed-off-by: Macpaul Lin &lt;macpaul@andestech.com&gt;
Signed-off-by: Greentime &lt;green.hu@gmail.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: trailing empty lines removed</title>
<updated>2010-07-25T23:49:12+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-07-25T23:49:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ba2dcccd799963ac74ee92300df494947820608b'/>
<id>urn:sha1:ba2dcccd799963ac74ee92300df494947820608b</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: introduce and use xfork() and xvfork()</title>
<updated>2010-07-04T13:32:38+00:00</updated>
<author>
<name>Pascal Bellard</name>
<email>pascal.bellard@ads-lu.com</email>
</author>
<published>2010-07-04T13:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=926031b7640bf5aad2ffcd54b096911743a47d97'/>
<id>urn:sha1:926031b7640bf5aad2ffcd54b096911743a47d97</id>
<content type='text'>
function                                             old     new   delta
launch_helper                                        170     169      -1
setup_heredoc                                        312     302     -10
handle_dir_common                                    367     354     -13
expand_vars_to_list                                 2456    2443     -13
open_transformer                                      89      74     -15
data_extract_to_command                              439     423     -16
do_ipaddr                                           1406    1389     -17
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/7 up/down: 0/-85)             Total: -85 bytes

Signed-off-by: Pascal Bellard &lt;pascal.bellard@ads-lu.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>fix extra bogus files generation in include/config/*</title>
<updated>2010-06-17T18:20:24+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-06-17T18:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=2f41e7ea5700aab61f32a1db97569f832563fbd8'/>
<id>urn:sha1:2f41e7ea5700aab61f32a1db97569f832563fbd8</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>Hurd compat fixes. Mostly dealing with absent PATH_MAX</title>
<updated>2010-03-26T18:08:53+00:00</updated>
<author>
<name>Jérémie Koenig</name>
<email>jk@jk.fr.eu.org</email>
</author>
<published>2010-03-26T18:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=fbedacfc8caa1ec8f14e664a881cb0a93c8f8712'/>
<id>urn:sha1:fbedacfc8caa1ec8f14e664a881cb0a93c8f8712</id>
<content type='text'>
Signed-off-by: Jérémie Koenig &lt;jk@jk.fr.eu.org&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>scripts/basic/docproc.c: remove stray NUL byte from the source</title>
<updated>2010-01-12T12:48:42+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-01-12T12:48:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f3ec0fb1b4ae594c152dd626996f3abdc28b13be'/>
<id>urn:sha1:f3ec0fb1b4ae594c152dd626996f3abdc28b13be</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>add .gitignore files</title>
<updated>2009-05-05T13:05:30+00:00</updated>
<author>
<name>Mike Frysinger</name>
<email>vapier@gentoo.org</email>
</author>
<published>2009-05-05T13:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3322351724be7e094dfe82a496fd0bbc1626ffff'/>
<id>urn:sha1:3322351724be7e094dfe82a496fd0bbc1626ffff</id>
<content type='text'>
Signed-off-by: Mike Frysinger &lt;vapier@gentoo.org&gt;
</content>
</entry>
</feed>
