<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go.git/api, branch dev.cc</title>
<subtitle>code.google.com: Obsolete (use go-git)
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/'/>
<entry>
<title>unicode: strconv: regexp: Upgrade to Unicode 7.0.0.</title>
<updated>2014-08-18T18:26:10+00:00</updated>
<author>
<name>Marcel van Lohuizen</name>
<email>mpvl@golang.org</email>
</author>
<published>2014-08-18T18:26:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=e1e064c93c85f3498fdb01fb6cb59d228bed692d'/>
<id>e1e064c93c85f3498fdb01fb6cb59d228bed692d</id>
<content type='text'>
LGTM=r, bradfitz
R=r, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/127470043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LGTM=r, bradfitz
R=r, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/127470043
</pre>
</div>
</content>
</entry>
<entry>
<title>undo CL 102610045 / 7244ce3ae9db</title>
<updated>2014-07-30T00:47:39+00:00</updated>
<author>
<name>Mikio Hara</name>
<email>mikioh.mikioh@gmail.com</email>
</author>
<published>2014-07-30T00:47:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=1b7b2dc101de64f301b872115517a428f2ee00ee'/>
<id>1b7b2dc101de64f301b872115517a428f2ee00ee</id>
<content type='text'>
preparing for the syscall package freeze.

??? original CL description
syscall: regenerate z-files for darwin

Updates z-files from 10.7 kernel-based to 10.9 kernel-based.

LGTM=iant
R=golang-codereviews, bradfitz, iant
CC=golang-codereviews
https://codereview.appspot.com/102610045
???

LGTM=r
R=r
CC=golang-codereviews
https://codereview.appspot.com/114530044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
preparing for the syscall package freeze.

??? original CL description
syscall: regenerate z-files for darwin

Updates z-files from 10.7 kernel-based to 10.9 kernel-based.

LGTM=iant
R=golang-codereviews, bradfitz, iant
CC=golang-codereviews
https://codereview.appspot.com/102610045
???

LGTM=r
R=r
CC=golang-codereviews
https://codereview.appspot.com/114530044
</pre>
</div>
</content>
</entry>
<entry>
<title>syscall: regenerate z-files for darwin</title>
<updated>2014-06-24T00:20:42+00:00</updated>
<author>
<name>Mikio Hara</name>
<email>mikioh.mikioh@gmail.com</email>
</author>
<published>2014-06-24T00:20:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=0acee8e2f2dd4f2ebb7622b5ec46eb57cccf8134'/>
<id>0acee8e2f2dd4f2ebb7622b5ec46eb57cccf8134</id>
<content type='text'>
Updates z-files from 10.7 kernel-based to 10.9 kernel-based.

LGTM=iant
R=golang-codereviews, bradfitz, iant
CC=golang-codereviews
https://codereview.appspot.com/102610045
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Updates z-files from 10.7 kernel-based to 10.9 kernel-based.

LGTM=iant
R=golang-codereviews, bradfitz, iant
CC=golang-codereviews
https://codereview.appspot.com/102610045
</pre>
</div>
</content>
</entry>
<entry>
<title>api: add go1.3.txt</title>
<updated>2014-06-02T02:45:00+00:00</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2014-06-02T02:45:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=353fd482ee59abc92860e908e29b231bf0eb1c6c'/>
<id>353fd482ee59abc92860e908e29b231bf0eb1c6c</id>
<content type='text'>
Update Issue 8112

LGTM=adg
R=adg
CC=golang-codereviews
https://codereview.appspot.com/104790045
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update Issue 8112

LGTM=adg
R=adg
CC=golang-codereviews
https://codereview.appspot.com/104790045
</pre>
</div>
</content>
</entry>
<entry>
<title>regexp: hide one-pass code from exported API</title>
<updated>2014-05-28T18:08:44+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2014-05-28T18:08:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=f3e50d7c720fa261f185ac6151e4324c47c1a2cb'/>
<id>f3e50d7c720fa261f185ac6151e4324c47c1a2cb</id>
<content type='text'>
Update issue 8112

Hide one-pass regexp API.

This means moving the code from regexp/syntax to regexp,
but it avoids being locked into the specific API chosen for
the implementation.

It also removes a slice field from the syntax.Inst, which
should avoid bloating the memory footprint of a non-one-pass
regexp unnecessarily.

LGTM=r
R=golang-codereviews, r
CC=golang-codereviews, iant
https://codereview.appspot.com/98610046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update issue 8112

Hide one-pass regexp API.

This means moving the code from regexp/syntax to regexp,
but it avoids being locked into the specific API chosen for
the implementation.

It also removes a slice field from the syntax.Inst, which
should avoid bloating the memory footprint of a non-one-pass
regexp unnecessarily.

LGTM=r
R=golang-codereviews, r
CC=golang-codereviews, iant
https://codereview.appspot.com/98610046
</pre>
</div>
</content>
</entry>
<entry>
<title>api: update next.txt</title>
<updated>2014-05-28T05:10:57+00:00</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@golang.org</email>
</author>
<published>2014-05-28T05:10:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=9e2cfade9fef222d96009baf380774aabfc602f3'/>
<id>9e2cfade9fef222d96009baf380774aabfc602f3</id>
<content type='text'>
LGTM=rsc
R=golang-codereviews, rsc
CC=adg, golang-codereviews
https://codereview.appspot.com/99530044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LGTM=rsc
R=golang-codereviews, rsc
CC=adg, golang-codereviews
https://codereview.appspot.com/99530044
</pre>
</div>
</content>
</entry>
<entry>
<title>api: update next.txt</title>
<updated>2014-05-15T23:30:09+00:00</updated>
<author>
<name>Shenghou Ma</name>
<email>minux.ma@gmail.com</email>
</author>
<published>2014-05-15T23:30:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=540c9189d5a49205a3e56a67ed94b9be4fb7d51d'/>
<id>540c9189d5a49205a3e56a67ed94b9be4fb7d51d</id>
<content type='text'>
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/95490043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/95490043
</pre>
</div>
</content>
</entry>
<entry>
<title>api: update openbsd exceptions</title>
<updated>2014-05-15T21:49:50+00:00</updated>
<author>
<name>Mikio Hara</name>
<email>mikioh.mikioh@gmail.com</email>
</author>
<published>2014-05-15T21:49:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=f1f52f73f0a9f42a6b67b31628e00465848f33a0'/>
<id>f1f52f73f0a9f42a6b67b31628e00465848f33a0</id>
<content type='text'>
This CL restores dropped constants not supported in OpenBSD 5.5
and tris to keep the promise of API compatibility.

Update issue 7049

LGTM=jsing, bradfitz
R=rsc, jsing, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/94950043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This CL restores dropped constants not supported in OpenBSD 5.5
and tris to keep the promise of API compatibility.

Update issue 7049

LGTM=jsing, bradfitz
R=rsc, jsing, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/94950043
</pre>
</div>
</content>
</entry>
<entry>
<title>api: update next.txt</title>
<updated>2014-04-01T17:14:45+00:00</updated>
<author>
<name>Shenghou Ma</name>
<email>minux.ma@gmail.com</email>
</author>
<published>2014-04-01T17:14:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=1fa29d50005b434eb7baa82aaa24b3a050829889'/>
<id>1fa29d50005b434eb7baa82aaa24b3a050829889</id>
<content type='text'>
LGTM=bradfitz
R=golang-codereviews, gobot, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/81890044
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LGTM=bradfitz
R=golang-codereviews, gobot, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/81890044
</pre>
</div>
</content>
</entry>
<entry>
<title>api: update next.txt</title>
<updated>2014-03-06T06:44:04+00:00</updated>
<author>
<name>Shenghou Ma</name>
<email>minux.ma@gmail.com</email>
</author>
<published>2014-03-06T06:44:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go.git/commit/?id=c5c570bd6994deb16b1bf14a429ad6611bd2828d'/>
<id>c5c570bd6994deb16b1bf14a429ad6611bd2828d</id>
<content type='text'>
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/71950043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://codereview.appspot.com/71950043
</pre>
</div>
</content>
</entry>
</feed>
