<feed xmlns='http://www.w3.org/2005/Atom'>
<title>go/src/runtime/float.c, branch fix-runtime-test-GOMAXPROCS</title>
<subtitle>Fork of Go programming language with my patches.</subtitle>
<id>http://git.kilabit.info/go/atom?h=fix-runtime-test-GOMAXPROCS</id>
<link rel='self' href='http://git.kilabit.info/go/atom?h=fix-runtime-test-GOMAXPROCS'/>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/'/>
<updated>2014-11-11T22:07:06Z</updated>
<entry>
<title>[dev.cc] runtime: convert basic library routines from C to Go</title>
<updated>2014-11-11T22:07:06Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2014-11-11T22:07:06Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=0c3c2c17243545e9bc7c5d158c5230fe299e8b73'/>
<id>urn:sha1:0c3c2c17243545e9bc7c5d158c5230fe299e8b73</id>
<content type='text'>
float.c held bit patterns for special float64 values,
hiding from the real uses. Rewrite Go code not to
refer to those values directly.

Convert library routines in runtime.c and string.c.

LGTM=r
R=r, dave
CC=austin, dvyukov, golang-codereviews, iant, khr
https://golang.org/cl/170330043
</content>
</entry>
<entry>
<title>build: move package sources from src/pkg to src</title>
<updated>2014-09-08T04:08:51Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2014-09-08T04:08:51Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=c007ce824d9a4fccb148f9204e04c23ed2984b71'/>
<id>urn:sha1:c007ce824d9a4fccb148f9204e04c23ed2984b71</id>
<content type='text'>
Preparation was in CL 134570043.
This CL contains only the effect of 'hg mv src/pkg/* src'.
For more about the move, see golang.org/s/go14nopkg.
</content>
</entry>
<entry>
<title>move src/runtime -&gt; src/lib/runtime;</title>
<updated>2009-06-07T05:04:39Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-06-07T05:04:39Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=3f6acf11200e54d98fef9b4fa42361b690e12d6e'/>
<id>urn:sha1:3f6acf11200e54d98fef9b4fa42361b690e12d6e</id>
<content type='text'>
only automatic g4 mv here.

R=r
OCL=30002
CL=30007
</content>
</entry>
<entry>
<title>move math routines from package sys to package math,</title>
<updated>2009-01-23T00:23:44Z</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-01-23T00:23:44Z</published>
<link rel='alternate' type='text/html' href='http://git.kilabit.info/go/commit/?id=1f8a40d85c3bb7a1cf3113e7ab1afdb44f6c0e4d'/>
<id>urn:sha1:1f8a40d85c3bb7a1cf3113e7ab1afdb44f6c0e4d</id>
<content type='text'>
though they still build in src/runtime.

use cgo instead of hand-written wrappers.

R=r
DELTA=740  (289 added, 300 deleted, 151 changed)
OCL=23326
CL=23331
</content>
</entry>
</feed>
