- 16 Jan, 2009 33 commits
-
-
Russ Cox authored
R=ken OCL=22996 CL=22996
-
Ian Lance Taylor authored
uint64. This changes the Go code to be consistent with the C code. R=rsc DELTA=6 (0 added, 0 deleted, 6 changed) OCL=22983 CL=22987
-
Ian Lance Taylor authored
Tick() expected. R=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=22979 CL=22986
-
Russ Cox authored
R=r OCL=22978 CL=22984
-
Rob Pike authored
R=rsc DELTA=97 (0 added, 0 deleted, 97 changed) OCL=22971 CL=22973
-
Robert Griesemer authored
- removed explicit "export" declarations and keyword - fixed a few glitches and adjusted examples (The details of what "export" mean should be clarified in the spec, this is just so we have a working doc for now.) R=r DELTA=131 (7 added, 63 deleted, 61 changed) OCL=22753 CL=22970
-
Rob Pike authored
R=rsc OCL=22967 CL=22967
-
Rob Pike authored
R=rsc DELTA=14 (0 added, 0 deleted, 14 changed) OCL=22960 CL=22962
-
Rob Pike authored
R=rsc DELTA=16 (0 added, 9 deleted, 7 changed) OCL=22959 CL=22961
-
Rob Pike authored
R=rsc DELTA=513 (0 added, 2 deleted, 511 changed) OCL=22954 CL=22956
-
Russ Cox authored
R=r DELTA=247 (20 added, 50 deleted, 177 changed) OCL=22951 CL=22955
-
Robert Griesemer authored
R=r OCL=22952 CL=22952
-
Rob Pike authored
R=rsc DELTA=337 (0 added, 1 deleted, 336 changed) OCL=22950 CL=22950
-
Russ Cox authored
R=r DELTA=33 (0 added, 0 deleted, 33 changed) OCL=22947 CL=22949
-
Russ Cox authored
R=r DELTA=221 (0 added, 0 deleted, 221 changed) OCL=22946 CL=22948
-
Russ Cox authored
format from hex to decimal, confusing ar's strcmp-based value comparison. switched export format to "true" or "false" to keep bools separate from ints. R=ken OCL=22944 CL=22944
-
Rob Pike authored
R=rsc DELTA=174 (0 added, 0 deleted, 174 changed) OCL=22917 CL=22942
-
Rob Pike authored
R=rsc DELTA=72 (0 added, 9 deleted, 63 changed) OCL=22918 CL=22941
-
Russ Cox authored
R=r DELTA=163 (0 added, 0 deleted, 163 changed) OCL=22910 CL=22939
-
Russ Cox authored
R=r DELTA=235 (6 added, 26 deleted, 203 changed) OCL=22907 CL=22938
-
Russ Cox authored
R=r DELTA=103 (1 added, 0 deleted, 102 changed) OCL=22914 CL=22937
-
Russ Cox authored
R=r DELTA=243 (60 added, 72 deleted, 111 changed) OCL=22909 CL=22912
-
Rob Pike authored
will bring document in line in a later CL, which may include revisiting some of the names R=rsc DELTA=58 (0 added, 0 deleted, 58 changed) OCL=22906 CL=22908
-
Russ Cox authored
package main var x int type x struct { a int } R=ken OCL=22903 CL=22903
-
Russ Cox authored
R=r DELTA=568 (0 added, 9 deleted, 559 changed) OCL=22898 CL=22901
-
Rob Pike authored
R=rsc DELTA=259 (0 added, 0 deleted, 259 changed) OCL=22897 CL=22900
-
Robert Griesemer authored
R=r OCL=22899 CL=22899
-
Russ Cox authored
print names in message. R=ken OCL=22891 CL=22891
-
Rob Pike authored
R=rsc DELTA=88 (0 added, 12 deleted, 76 changed) OCL=22884 CL=22890
-
Russ Cox authored
R=ken OCL=22887 CL=22887
-
Russ Cox authored
make package local the default. warn about name case not matching export keyword. R=ken OCL=22881 CL=22886
-
Russ Cox authored
R=r DELTA=462 (9 added, 33 deleted, 420 changed) OCL=22879 CL=22885
-
Rob Pike authored
R=rsc DELTA=213 (0 added, 0 deleted, 213 changed) OCL=22878 CL=22882
-
- 15 Jan, 2009 7 commits
-
-
Rob Pike authored
R=rsc DELTA=224 (0 added, 2 deleted, 222 changed) OCL=22875 CL=22875
-
Rob Pike authored
silently miscompiling. R=rsc OCL=22872 CL=22872
-
Robert Griesemer authored
R=r OCL=22871 CL=22871
-
Robert Griesemer authored
R=r OCL=22870 CL=22870
-
Robert Griesemer authored
R=r OCL=22864 CL=22864
-
Robert Griesemer authored
R=r DELTA=117 (1 added, 0 deleted, 116 changed) OCL=22764 CL=22863
-
Robert Griesemer authored
Use: pretty -naming files R=r OCL=22859 CL=22859
-