<feed xmlns='http://www.w3.org/2005/Atom'>
<title>busybox-w32/shell/ash_test/ash-quoting/dollar_squote_bash1.tests, branch cron_changes</title>
<subtitle>A mirror of https://github.com/rmyorston/busybox-w32.git
</subtitle>
<id>https://git.lua4.win/busybox-w32/atom?h=cron_changes</id>
<link rel='self' href='https://git.lua4.win/busybox-w32/atom?h=cron_changes'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/'/>
<updated>2016-04-15T20:16:46+00:00</updated>
<entry>
<title>ash: bash-compatible $'...' shouldn't expand in double quotes</title>
<updated>2016-04-15T20:16:46+00:00</updated>
<author>
<name>Ron Yorston</name>
<email>rmy@pobox.com</email>
</author>
<published>2016-04-03T21:43:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=84ba50c32f7dbfccddd5c5ca34d48d97c3f72193'/>
<id>urn:sha1:84ba50c32f7dbfccddd5c5ca34d48d97c3f72193</id>
<content type='text'>
Bash doesn't expand its $'...' construct in double quotes:

   $ echo "$'a\tb'"
   $'a\tb'

Change BusyBox ash to do the same.  This also fixes a problem with
here documents where BusyBox ash gave an incorrect result for:

   $ cat &lt;&lt;EOF
   &gt; '$'
   &gt; EOF
   '$'

Reported-by: Timo Teras &lt;timo.teras@iki.fi&gt;
Signed-off-by: Ron Yorston &lt;rmy@pobox.com&gt;
Signed-off-by: Denys Vlasenko &lt;vda.linux@googlemail.com&gt;
</content>
</entry>
<entry>
<title>ash: optional support for $'...\t...\n...' bashism</title>
<updated>2008-06-23T01:52:30+00:00</updated>
<author>
<name>Denis Vlasenko</name>
<email>vda.linux@googlemail.com</email>
</author>
<published>2008-06-23T01:52:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/busybox-w32/commit/?id=ef527f50e62ee8c0c9f34e8c1ab0489f6b0b1293'/>
<id>urn:sha1:ef527f50e62ee8c0c9f34e8c1ab0489f6b0b1293</id>
<content type='text'>
function                                             old     new   delta
readtoken1                                          2824    3172    +348
static.C_escapes                                       -      18     +18
parse_command                                       1504    1500      -4
SIT                                                   89      83      -6
------------------------------------------------------------------------------
(add/remove: 1/0 grow/shrink: 1/2 up/down: 366/-10)           Total: 356 bytes

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