1
0
mirror of https://github.com/golang/go synced 2024-09-24 09:20:15 -06:00
go/misc
Alex Brainman 8d6958fc04 misc/cgo/test: make tests run on windows
- use proper Win64 gcc calling convention when
  calling initcgo on amd64
- increase g0 stack size to 64K on amd64 to make
  it the same as 386
- implement C.sleep
- do not use C.stat, since it is renamed to C._stat by mingw
- use fopen to implement TestErrno, since C.strtol
  always succeeds on windows
- skip TestSetEnv on windows, because os.Setenv
  sets windows process environment, while C.getenv
  inspects internal C runtime variable instead

R=golang-dev, vcc.163, rsc
CC=golang-dev
https://golang.org/cl/5500094
2012-01-20 12:59:44 +11:00
..
arm arm: add gdb support to android launcher script 2010-07-30 10:35:07 +03:00
bash misc/bash: add *.go completion for gofmt 2010-08-30 21:13:11 -04:00
bbedit misc/bbedit: error and rune support 2011-11-14 11:18:00 -08:00
cgo misc/cgo/test: make tests run on windows 2012-01-20 12:59:44 +11:00
chrome/gophertool gophertool: make the keyword 'golang' 2011-06-01 07:24:33 +10:00
dashboard go/doc: streamlined go/doc API 2012-01-12 17:36:57 -08:00
emacs go-mode.el: fix syntax highlighting of backticks 2012-01-09 12:58:29 -05:00
fraise misc: update type + builtin lists found in editor support files 2011-01-19 23:07:49 -05:00
goplay renaming_4: gofix -r everything/but/src/pkg 2011-11-08 15:43:02 -08:00
IntelliJIDEA misc: syntax highlighting support on IntelliJ IDEA 2011-05-20 11:03:33 -07:00
kate kate: add error and rune 2011-11-14 11:16:06 -08:00
notepadplus misc/notepadplus: error and rune support 2011-11-14 11:19:08 -08:00
osx misc/osx: Rename profile.go to profile_go to avoid confusing scripts 2011-12-14 16:26:48 -05:00
swig various: use $GCFLAGS and $GCIMPORTS like Make does 2011-12-16 11:31:39 -05:00
vim vim: fix go filetype detection 2011-12-19 10:42:32 +11:00
windows misc/windows: add src/pkg/runtime/z* files to installation script 2011-12-26 20:25:31 +11:00
xcode More Xcode support. 2009-12-30 15:30:57 -08:00
zsh misc: add zsh completion (using compctl) 2010-08-30 21:13:01 -04:00
benchcmp misc/benchcmp: don't require "Benchmark" at beginning of line 2011-12-07 10:30:08 -08:00