<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_build_kati/fileutil.go, branch nougat-mr1-flounder-release</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/AOSP/platform_build_kati/'/>
<entry>
<title>[go] implement vpath directive</title>
<updated>2015-07-15T06:27:56+00:00</updated>
<author>
<name>Fumitoshi Ukai</name>
<email>fumitoshi.ukai@gmail.com</email>
</author>
<published>2015-07-15T05:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=09fcd523c517f4ee4330f004e52ac3e894b86433'/>
<id>09fcd523c517f4ee4330f004e52ac3e894b86433</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use sync.Pool for evalBuffer and wordBuffer</title>
<updated>2015-07-09T05:59:42+00:00</updated>
<author>
<name>Fumitoshi Ukai</name>
<email>fumitoshi.ukai@gmail.com</email>
</author>
<published>2015-07-09T05:25:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=a4a0225eb9076ed075ba73bff1f89243907ca218'/>
<id>a4a0225eb9076ed075ba73bff1f89243907ca218</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>introduce wordBuffer</title>
<updated>2015-07-07T06:21:46+00:00</updated>
<author>
<name>Fumitoshi Ukai</name>
<email>fumitoshi.ukai@gmail.com</email>
</author>
<published>2015-07-07T06:20:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=1826250642b009252db41bdbbe6d98f306f01b61'/>
<id>1826250642b009252db41bdbbe6d98f306f01b61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix vpath.mk, add vpath_directive.mk</title>
<updated>2015-07-03T05:30:37+00:00</updated>
<author>
<name>Fumitoshi Ukai</name>
<email>fumitoshi.ukai@gmail.com</email>
</author>
<published>2015-07-03T05:29:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=dd058ff40253091bf0741aeee8bdc98c45c66b83'/>
<id>dd058ff40253091bf0741aeee8bdc98c45c66b83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>go gettable for github.com/google/kati</title>
<updated>2015-06-25T02:37:49+00:00</updated>
<author>
<name>Fumitoshi Ukai</name>
<email>fumitoshi.ukai@gmail.com</email>
</author>
<published>2015-06-24T15:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=744bb2b8d146eaba4d073cf58e35a60903e06de8'/>
<id>744bb2b8d146eaba4d073cf58e35a60903e06de8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add LICENSE and licence headers</title>
<updated>2015-06-10T05:52:54+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-06-10T05:52:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=b69bf8a7ac05ad382c588c0c40fe416c92e697be'/>
<id>b69bf8a7ac05ad382c588c0c40fe416c92e697be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix readFile - fd leak</title>
<updated>2015-06-02T06:51:16+00:00</updated>
<author>
<name>Fumitoshi Ukai</name>
<email>fumitoshi.ukai@gmail.com</email>
</author>
<published>2015-06-02T06:51:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=bc40a46e5c81b79e51bc23a8a539172049222568'/>
<id>bc40a46e5c81b79e51bc23a8a539172049222568</id>
<content type='text'>
use ioutil.ReadFile instead.

exists uses os.Stat and os.IsNotExist
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
use ioutil.ReadFile instead.

exists uses os.Stat and os.IsNotExist
</pre>
</div>
</content>
</entry>
<entry>
<title>Handle cache based on their contents instead of timestamps</title>
<updated>2015-05-25T09:29:36+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-05-25T09:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=45cde1dc5fa3e4126fc7e70926efe57b69b11446'/>
<id>45cde1dc5fa3e4126fc7e70926efe57b69b11446</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add fileutil.go</title>
<updated>2015-05-25T08:48:34+00:00</updated>
<author>
<name>Shinichiro Hamaji</name>
<email>shinichiro.hamaji@gmail.com</email>
</author>
<published>2015-05-25T08:48:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_build_kati/commit/?id=71fae4cd971ca9a0964b7ec5669b142dd1e2625b'/>
<id>71fae4cd971ca9a0964b7ec5669b142dd1e2625b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
