<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/applets/applets.c, branch long_paths</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=long_paths</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=long_paths'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2014-04-21T09:26:50+00:00</updated>
<entry>
<title>Move handling of Windows globbing out of upstream code</title>
<updated>2014-04-21T09:26:50+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2014-04-21T09:26:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=f24b57e5523aa2ebb892357cf525cb4220dd6ba8'/>
<id>urn:sha1:f24b57e5523aa2ebb892357cf525cb4220dd6ba8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a build option to turn MSVCRT globbing on or off</title>
<updated>2012-12-10T13:52:11+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2012-12-10T13:52:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=494dc899fd1b3b5fbac1c47bc5a604aed99654c8'/>
<id>urn:sha1:494dc899fd1b3b5fbac1c47bc5a604aed99654c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revised quoting of command line arguments for WIN32</title>
<updated>2012-10-05T10:18:05+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2012-10-05T10:18:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=239bba0059e5c8284c7f21e2b65b0467b20c6bd7'/>
<id>urn:sha1:239bba0059e5c8284c7f21e2b65b0467b20c6bd7</id>
<content type='text'>
* We only need to quote an argument if it contains whitespace.

* There's no point in quoting ? or * because Windows still expands
  them. Anyhow, if the command line comes from a BusyBox shell it will
  usually have handled the globbing, so we should turn off Windows
  globbing for any wildcard that has made it through the shell without
  expansion. This means that BusyBox commands run from cmd.exe won't do
  wildcard expansion, though.

* Backslashes only need to be doubled if they occur immediately before
  double quotes.

* Double quotes need to be escaped with a backslash.
</content>
</entry>
<entry>
<title>*: make GNU licensing statement forms more regular</title>
<updated>2010-08-16T18:14:46+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-08-16T18:14:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a'/>
<id>urn:sha1:0ef64bdb40c54681e8dd5ab8df42ac88e4ab1d4a</id>
<content type='text'>
This change retains "or later" state! No licensing _changes_ here,
only form is adjusted (article, space between "GPL" and "v2" and so on).

Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: fix "see file License ..." - the file is named LICENSE (in uppercase)</title>
<updated>2010-08-16T01:04:14+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-08-16T01:04:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9768a82eb0ef8b742034d2b22c32e0cc97633604'/>
<id>urn:sha1:9768a82eb0ef8b742034d2b22c32e0cc97633604</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>randomconfig fixes</title>
<updated>2010-07-05T19:37:12+00:00</updated>
<author>
<name>Denys Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2010-07-05T19:37:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=9297dbc9d285e823af59c443e0123cb99577569a'/>
<id>urn:sha1:9297dbc9d285e823af59c443e0123cb99577569a</id>
<content type='text'>
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>*: rename ATTRIBUTE_XXX to just XXX.</title>
<updated>2008-07-05T09:18:54+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-07-05T09:18:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=a60f84ebf07863e390b72a2b6150e461a1ec18e9'/>
<id>urn:sha1:a60f84ebf07863e390b72a2b6150e461a1ec18e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: fix fallout from -Wunused-parameter</title>
<updated>2008-03-17T09:04:04+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-03-17T09:04:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=85c247161b9e1e7c71ebcb874ed7b6a23b6a5b50'/>
<id>urn:sha1:85c247161b9e1e7c71ebcb874ed7b6a23b6a5b50</id>
<content type='text'>
function                                             old     new   delta
bbunpack                                             358     366      +8
passwd_main                                         1070    1072      +2
handle_incoming_and_exit                            2651    2653      +2
getpty                                                88      86      -2
script_main                                          975     972      -3
inetd_main                                          2036    2033      -3
dname_enc                                            377     373      -4
make_new_session                                     474     462     -12
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/5 up/down: 12/-24)            Total: -12 bytes
   text    data     bss     dec     hex filename
 797429     658    7428  805515   c4a8b busybox_old
 797417     658    7428  805503   c4a7f busybox_unstripped

</content>
</entry>
<entry>
<title>trylink: instead of build error, disable --gc-sections if GLIBC &amp;&amp; STATIC</title>
<updated>2007-12-28T17:04:42+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-12-28T17:04:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=3f9c84857617b0cf0d1824664e371fb6a4cac2e3'/>
<id>urn:sha1:3f9c84857617b0cf0d1824664e371fb6a4cac2e3</id>
<content type='text'>
nameif: glibc build fixlet

</content>
</entry>
<entry>
<title>reorganize applet table. Eliminates pointers to names.</title>
<updated>2007-11-28T06:49:03+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2007-11-28T06:49:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=1aa7e477b1b727db77cac2d717f0fcca40587f78'/>
<id>urn:sha1:1aa7e477b1b727db77cac2d717f0fcca40587f78</id>
<content type='text'>
Should be a big win for libbusybox. busybox wins too:

   text    data     bss     dec     hex filename
 776524     929    9100  786553   c0079 busybox_old
 775903     929    9100  785932   bfe0c busybox_unstripped

</content>
</entry>
</feed>
