<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/go-git.git/src/runtime/Makefile, branch dev.cmdgo</title>
<subtitle>github.com: golang/go
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/'/>
<entry>
<title>build: move package sources from src/pkg to src</title>
<updated>2014-09-08T04:08:51+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2014-09-08T04:08:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=c007ce824d9a4fccb148f9204e04c23ed2984b71'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>move src/runtime -&gt; src/lib/runtime;</title>
<updated>2009-06-07T05:04:39+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-06-07T05:04:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=3f6acf11200e54d98fef9b4fa42361b690e12d6e'/>
<id>3f6acf11200e54d98fef9b4fa42361b690e12d6e</id>
<content type='text'>
only automatic g4 mv here.

R=r
OCL=30002
CL=30007
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
only automatic g4 mv here.

R=r
OCL=30002
CL=30007
</pre>
</div>
</content>
</entry>
<entry>
<title>8g: 64-bit arithmetic and assorted bug fixes;</title>
<updated>2009-05-27T04:07:26+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-05-27T04:07:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=a8e4ed6a3dd4a2e555d2f355af018c7ac5b8fbea'/>
<id>a8e4ed6a3dd4a2e555d2f355af018c7ac5b8fbea</id>
<content type='text'>
can run 64-bit sieve and powser.
interfaces are limping along.
next hurdle is floating point.

R=ken
OCL=29418
CL=29423
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
can run 64-bit sieve and powser.
interfaces are limping along.
next hurdle is floating point.

R=ken
OCL=29418
CL=29423
</pre>
</div>
</content>
</entry>
<entry>
<title>Added enough arm related scaffolding to create a simple</title>
<updated>2009-05-26T18:18:42+00:00</updated>
<author>
<name>Kai Backman</name>
<email>kaib@golang.org</email>
</author>
<published>2009-05-26T18:18:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=79435569709b9cebcb30791b7a0994ed8471f609'/>
<id>79435569709b9cebcb30791b7a0994ed8471f609</id>
<content type='text'>
hello.c program linking against the runtime.

R=rsc
APPROVED=rsc
DELTA=178  (175 added, 0 deleted, 3 changed)
OCL=29283
CL=29380
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
hello.c program linking against the runtime.

R=rsc
APPROVED=rsc
DELTA=178  (175 added, 0 deleted, 3 changed)
OCL=29283
CL=29380
</pre>
</div>
</content>
</entry>
<entry>
<title>more 386 runtime - can run tiny c programs.</title>
<updated>2009-03-30T07:01:07+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-03-30T07:01:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=0d3a043de9b544ee3fca10fd1070a58f973161c4'/>
<id>0d3a043de9b544ee3fca10fd1070a58f973161c4</id>
<content type='text'>
R=r
DELTA=1926  (1727 added, 168 deleted, 31 changed)
OCL=26876
CL=26878
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
R=r
DELTA=1926  (1727 added, 168 deleted, 31 changed)
OCL=26876
CL=26878
</pre>
</div>
</content>
</entry>
<entry>
<title>fix build:</title>
<updated>2009-03-24T23:04:25+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-03-24T23:04:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=85e014a27ef0a640a33f58bc412b3fa5bcc4a800'/>
<id>85e014a27ef0a640a33f58bc412b3fa5bcc4a800</id>
<content type='text'>
	install runtime lib in correct location.
	fix one bad type definition in defs.h.
	clear out $GOROOT/lib in clean.bash.

TBR=r
OCL=26691
CL=26691
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	install runtime lib in correct location.
	fix one bad type definition in defs.h.
	clear out $GOROOT/lib in clean.bash.

TBR=r
OCL=26691
CL=26691
</pre>
</div>
</content>
</entry>
<entry>
<title>convert darwin to use godefs-generated defs.h.</title>
<updated>2009-03-24T20:51:48+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-03-24T20:51:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=08cfcd1dd64d965fc319ae683638b16a1e93e075'/>
<id>08cfcd1dd64d965fc319ae683638b16a1e93e075</id>
<content type='text'>
this change is much smaller if you ignore
the machine-generated defs.h.

TBR=r
OCL=26684
CL=26684
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this change is much smaller if you ignore
the machine-generated defs.h.

TBR=r
OCL=26684
CL=26684
</pre>
</div>
</content>
</entry>
<entry>
<title>split rt1.c into signal.c and thread.c.</title>
<updated>2009-03-24T20:17:10+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-03-24T20:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=8ee041dc24f46047f6cff0d61bd634d1cacfc380'/>
<id>8ee041dc24f46047f6cff0d61bd634d1cacfc380</id>
<content type='text'>
move out of arch-specific directory: only os-specific.
rm sys_types.h (unused).

TBR=r
OCL=26681
CL=26681
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
move out of arch-specific directory: only os-specific.
rm sys_types.h (unused).

TBR=r
OCL=26681
CL=26681
</pre>
</div>
</content>
</entry>
<entry>
<title>move darwin specific code into runtime/darwin/</title>
<updated>2009-03-24T20:06:51+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-03-24T20:06:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=878822f355a4c1c690be1189f726a129dbf25878'/>
<id>878822f355a4c1c690be1189f726a129dbf25878</id>
<content type='text'>
move darwin-amd64 specific code into runtime/darwin/amd64/
repeat for linux.

move rt0 into runtime.a instead of keeping a separate .6 file.
6l seems to have no problem with that.

TBR=r
OCL=26680
CL=26680
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
move darwin-amd64 specific code into runtime/darwin/amd64/
repeat for linux.

move rt0 into runtime.a instead of keeping a separate .6 file.
6l seems to have no problem with that.

TBR=r
OCL=26680
CL=26680
</pre>
</div>
</content>
</entry>
<entry>
<title>move amd64-specific (but os-independent) pieces of runtime</title>
<updated>2009-03-24T18:49:22+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@golang.org</email>
</author>
<published>2009-03-24T18:49:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/go-git.git/commit/?id=fcd76f7dc9482d7c1e89731e07712f05b2dc4cfa'/>
<id>fcd76f7dc9482d7c1e89731e07712f05b2dc4cfa</id>
<content type='text'>
into amd64/ directory.

split rt2_amd64.c into closure.c and traceback.c.

TBR=r
OCL=26678
CL=26678
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
into amd64/ directory.

split rt2_amd64.c into closure.c and traceback.c.

TBR=r
OCL=26678
CL=26678
</pre>
</div>
</content>
</entry>
</feed>
