1
0
mirror of https://github.com/golang/go synced 2024-10-03 02:41:23 -06:00
go/src/pkg/runtime
Robert Griesemer d65a5cce89 1) Change default gofmt default settings for
parsing and printing to new syntax.

   Use -oldparser to parse the old syntax,
   use -oldprinter to print the old syntax.

2) Change default gofmt formatting settings
   to use tabs for indentation only and to use
   spaces for alignment. This will make the code
   alignment insensitive to an editor's tabwidth.

   Use -spaces=false to use tabs for alignment.

3) Manually changed src/exp/parser/parser_test.go
   so that it doesn't try to parse the parser's
   source files using the old syntax (they have
   new syntax now).

4) gofmt -w src misc test/bench

4th set of files.

R=rsc
CC=golang-dev
https://golang.org/cl/180049
2009-12-15 15:40:16 -08:00
..
386 Fix stack on FreeBSD / add stack check across the board 2009-12-08 18:19:30 -08:00
amd64 Fix stack on FreeBSD / add stack check across the board 2009-12-08 18:19:30 -08:00
arm fix calling convention and make memmove restore the g and m 2009-12-10 11:42:01 -08:00
darwin runtime: start new darwin/amd64 threads on correct stack, 2009-12-08 23:34:45 -08:00
freebsd Fix stack on FreeBSD / add stack check across the board 2009-12-08 18:19:30 -08:00
linux Fix stack on FreeBSD / add stack check across the board 2009-12-08 18:19:30 -08:00
nacl Remove unnecessary execute bits. 2009-11-18 09:19:29 -08:00
cgo2c.c rename runtime internals to have modern names (array->slice etc) 2009-08-25 15:54:25 -07:00
cgocall.c rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
cgocall.h 8c, 8l dynamic loading support. 2009-10-03 10:37:12 -07:00
chan.c runtime: shift the index for the sort by one. 2009-12-04 13:31:18 -08:00
extern.go improve documentation of runtime. there was no mention of types. 2009-11-17 11:44:15 -08:00
float.c move math out of runtime. 2009-10-15 23:09:22 -07:00
hashmap.c rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
hashmap.h x[lo:] - gc and runtime. 2009-11-20 09:11:46 -08:00
iface.c runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
Makefile Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src 2009-12-11 15:14:09 -08:00
malloc.cgo runtime: malloc fixes 2009-12-03 17:22:23 -08:00
malloc.h runtime: don't touch pages of memory unnecessarily. 2009-12-07 15:52:14 -08:00
mcache.c mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
mcentral.c runtime: don't touch pages of memory unnecessarily. 2009-12-07 15:52:14 -08:00
mem.c runtime: malloc fixes 2009-12-03 17:22:23 -08:00
mfixalloc.c mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
mgc0.c runtime: don't touch pages of memory unnecessarily. 2009-12-07 15:52:14 -08:00
mheap.c runtime: don't touch pages of memory unnecessarily. 2009-12-07 15:52:14 -08:00
mheapmap32.c runtime: don't touch pages of memory unnecessarily. 2009-12-07 15:52:14 -08:00
mheapmap32.h mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
mheapmap64.c runtime: don't touch pages of memory unnecessarily. 2009-12-07 15:52:14 -08:00
mheapmap64.h mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
mkasmh.sh mysterious bug: runtime.acid wasn't getting rebuilt 2009-10-28 14:03:16 -07:00
msize.c mv src/lib to src/pkg 2009-06-09 09:53:44 -07:00
print.c rename sys functions to runtime, 2009-10-15 23:10:49 -07:00
proc.c runtime: in exitsyscall, avoid confusing garbage collector 2009-12-14 19:06:20 -08:00
reflect.cgo reflect fixes 2009-11-19 22:06:32 -08:00
rune.c fix range on invalid utf8 bug 2009-09-03 13:56:06 -07:00
runtime.c x[lo:] - gc and runtime. 2009-11-20 09:11:46 -08:00
runtime.h runtime: malloc fixes 2009-12-03 17:22:23 -08:00
sema.cgo publish semacquire and semrelease for use by sync. 2009-10-15 17:46:53 -07:00
slice.c runtime: introduce unsafe.New and unsafe.NewArray 2009-12-07 15:51:58 -08:00
string.cgo x[y:] for strings 2009-11-20 11:42:28 -08:00
symtab.c runtime: don't touch pages of memory unnecessarily. 2009-12-07 15:52:14 -08:00
type.go 1) Change default gofmt default settings for 2009-12-15 15:40:16 -08:00
type.h gc/runtime: pass type structure to makeslice. 2009-12-04 21:44:05 -08:00