1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:30:25 -07:00
The Go programming language
Go to file
Russ Cox 133a158bd8 8c, 8l dynamic loading support.
better mach binaries.
cgo working on darwin+linux amd64+386.
eliminated context switches - pi is 30x faster.
add libcgo to build.

on snow leopard:
  - non-cgo binaries work; all tests pass.
  - cgo binaries work on amd64 but not 386.

R=r
DELTA=2031  (1316 added, 626 deleted, 89 changed)
OCL=35264
CL=35304
2009-10-03 10:37:12 -07:00
doc garbage collections, conversions, concurrency 2009-10-03 09:38:47 -07:00
include convert C runtime to 32-bit runes; 2009-08-31 16:38:50 -07:00
lib/godoc Factored out boilerplate from all html docs in doc directory: 2009-10-01 14:08:00 -07:00
misc 8c, 8l dynamic loading support. 2009-10-03 10:37:12 -07:00
pkg clear out pkg tree in clean.bash. 2009-05-20 11:12:05 -07:00
src 8c, 8l dynamic loading support. 2009-10-03 10:37:12 -07:00
test a few more code generation bugs and an interface alignment issue. 2009-10-02 09:06:51 -07:00
usr add comment about C API. 2009-10-02 18:07:27 -07:00
AUTHORS Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00
LICENSE Add AUTHORS and LICENSE files. 2009-08-13 09:21:28 -07:00