<feed xmlns='http://www.w3.org/2005/Atom'>
<title>android_external_bash, branch jellybean-stable</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/'/>
<entry>
<title>Update to upstream bash 4.2</title>
<updated>2012-04-17T09:24:20+00:00</updated>
<author>
<name>Sebastian Schmidt</name>
<email>yath@yath.de</email>
</author>
<published>2012-04-17T09:23:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=f4b417c62a4f272c4cf9a074d0f7a3a97201f9db'/>
<id>f4b417c62a4f272c4cf9a074d0f7a3a97201f9db</id>
<content type='text'>
This upgrades bash to from 4.1-rc to 4.2-release. See CWRU/changelog for
changes.

Change-Id: I926269c300cf44fa25964b5b375a148fcf11c4b7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This upgrades bash to from 4.1-rc to 4.2-release. See CWRU/changelog for
changes.

Change-Id: I926269c300cf44fa25964b5b375a148fcf11c4b7
</pre>
</div>
</content>
</entry>
<entry>
<title>bash: fix "getcwd: cannot access parent directories: Math result..."</title>
<updated>2012-04-02T10:07:46+00:00</updated>
<author>
<name>Patrick Schaaf</name>
<email>brianofish@gmail.com</email>
</author>
<published>2012-04-02T10:07:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=791237e44695d2ee123c8a6f665ef074f5fadfbb'/>
<id>791237e44695d2ee123c8a6f665ef074f5fadfbb</id>
<content type='text'>
In get_working_directory(), the getcwd call in the __ANDROID__
workaround case was obviously wrong, having sizeof(char *) as a length
argument instead of the length of the malloced string itself. Also, no
check for malloc failure was there.

With this fix, tested on maguro, using bash with the usual prompt
containing pwd references, as well as the pwd bash builtin itself,
no longer spew these annoying messages mentioned in the title.

Also made a small change to sh_invalidnum() to fix compile warnings.

Change-Id: I9546e07731a251f80e410935619ddcf0873694af
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In get_working_directory(), the getcwd call in the __ANDROID__
workaround case was obviously wrong, having sizeof(char *) as a length
argument instead of the length of the malloced string itself. Also, no
check for malloc failure was there.

With this fix, tested on maguro, using bash with the usual prompt
containing pwd references, as well as the pwd bash builtin itself,
no longer spew these annoying messages mentioned in the title.

Also made a small change to sh_invalidnum() to fix compile warnings.

Change-Id: I9546e07731a251f80e410935619ddcf0873694af
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove usage of ALL_PREBUILT</title>
<updated>2011-11-30T06:50:37+00:00</updated>
<author>
<name>Steve Kondik</name>
<email>shade@chemlab.org</email>
</author>
<published>2011-11-30T05:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=a818bf11e8bbee9b53f0c67de7f7441d998305ab'/>
<id>a818bf11e8bbee9b53f0c67de7f7441d998305ab</id>
<content type='text'>
Change-Id: Ie64b10dc325386fbb73c16d984462963161900fc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ie64b10dc325386fbb73c16d984462963161900fc
</pre>
</div>
</content>
</entry>
<entry>
<title>bashrc: set alias ls="busybox ls --color=auto"</title>
<updated>2011-08-20T12:27:16+00:00</updated>
<author>
<name>Firerat</name>
<email>firer4t@googlemail.com</email>
</author>
<published>2011-08-08T22:00:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=3fc9de137941ea01501dc11cfec22c16963b5876'/>
<id>3fc9de137941ea01501dc11cfec22c16963b5876</id>
<content type='text'>
without "auto", scripting fails e.g.
 for i in `ls /`;do
     if [ -e /$i ];
     then
         echo pass
     else
         echo fail
     fi
 done

Change-Id: Id2563143ed2c359933c5b861cc2299f387e34d9c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
without "auto", scripting fails e.g.
 for i in `ls /`;do
     if [ -e /$i ];
     then
         echo pass
     else
         echo fail
     fi
 done

Change-Id: Id2563143ed2c359933c5b861cc2299f387e34d9c
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sysro and sysrw aliases</title>
<updated>2011-02-09T16:07:58+00:00</updated>
<author>
<name>Scott Anderson</name>
<email>camel@droidmod.org</email>
</author>
<published>2011-02-09T16:06:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=744878f09637fad57e28c5eb5e277cdb50b26485'/>
<id>744878f09637fad57e28c5eb5e277cdb50b26485</id>
<content type='text'>
Change-Id: If7507e41c5f67e19b5f2879a3b3896678e1fadf2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: If7507e41c5f67e19b5f2879a3b3896678e1fadf2
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a loop for busybox aliases</title>
<updated>2011-02-09T16:07:58+00:00</updated>
<author>
<name>Scott Anderson</name>
<email>camel@droidmod.org</email>
</author>
<published>2011-02-09T15:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=1a77e026221c4a1fd077f5114b7e9f97daad95ff'/>
<id>1a77e026221c4a1fd077f5114b7e9f97daad95ff</id>
<content type='text'>
Change-Id: I973a89ca9ddd4d5b20a5be695319bb233744f7a2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I973a89ca9ddd4d5b20a5be695319bb233744f7a2
</pre>
</div>
</content>
</entry>
<entry>
<title>Add LOCAL_MODULE_TAGS and fix printfs</title>
<updated>2010-12-21T06:29:40+00:00</updated>
<author>
<name>Steve Kondik</name>
<email>shade@chemlab.org</email>
</author>
<published>2010-12-21T06:29:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=95f12f0ed14962f8568befa616f8c1cfa4d14b84'/>
<id>95f12f0ed14962f8568befa616f8c1cfa4d14b84</id>
<content type='text'>
Change-Id: I7f64112c5449c27b1216c0ddf6a7416b1b011ad6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I7f64112c5449c27b1216c0ddf6a7416b1b011ad6
</pre>
</div>
</content>
</entry>
<entry>
<title>remove duplicate c file in source list.</title>
<updated>2010-07-08T06:53:11+00:00</updated>
<author>
<name>Koushik Dutta</name>
<email>koushd@gmail.com</email>
</author>
<published>2010-07-08T06:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=7bd059bed4786e907beea8049e8eec24e86b4d86'/>
<id>7bd059bed4786e907beea8049e8eec24e86b4d86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>switched extern of fdprintf from void to int (change in bionic)</title>
<updated>2010-06-25T20:15:19+00:00</updated>
<author>
<name>cvpcs</name>
<email>root@cvpcs.org</email>
</author>
<published>2010-06-25T20:15:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=9c8f5521ac2d6be417433bd586636ca1f280f8a8'/>
<id>9c8f5521ac2d6be417433bd586636ca1f280f8a8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed some problems with bash</title>
<updated>2010-06-06T23:06:59+00:00</updated>
<author>
<name>cvpcs</name>
<email>root@cvpcs.org</email>
</author>
<published>2010-06-06T23:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/LineageOS/android_external_bash/commit/?id=c12d330ddc951c5e6761c0535a4c5dd079d0a777'/>
<id>c12d330ddc951c5e6761c0535a4c5dd079d0a777</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
